<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-05T02:55:44.479925" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-05T02:55:45.077249" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:55:45.077089" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:45.077056" elapsed="0.000321"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T02:55:45.077531" elapsed="0.000539"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T02:55:45.078642" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-07-05T02:55:45.835252" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-05T02:55:45.078266" elapsed="0.757169"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T02:55:45.884008" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-05T02:55:45.835716" elapsed="0.048378"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T02:55:45.885915" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T02:55:45.886028" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-05T02:55:45.884354" elapsed="0.001705"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-05T02:55:45.886218" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:55:45.886628" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:55:45.887351" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:55:45.886989" elapsed="0.000421"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T02:55:45.887466" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-05T02:55:45.076676" elapsed="0.810970"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-05T02:55:45.072862" elapsed="0.814851"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T02:55:45.888332" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-05T02:55:45.887903" elapsed="0.000492"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T02:55:45.888813" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-05T02:55:45.888554" elapsed="0.000318"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T02:55:45.889461" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-05T02:55:45.889030" elapsed="0.000461"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T02:55:45.890022" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-05T02:55:45.889667" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T02:55:45.890666" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-05T02:55:45.890220" elapsed="0.000475"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T02:55:45.891195" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-05T02:55:45.890865" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-05T02:55:45.891570" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:55:45.891349" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:55:45.896145" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T02:55:45.895736" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:55:45.897242" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T02:55:45.897349" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T02:55:45.896786" elapsed="0.000589"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T02:55:45.897523" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T02:55:45.898927" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-05T02:55:46.713140" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jul  5 02:55:46 UTC 2026

  System load:  0.21               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-00446-16-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-05T02:55:45.898414" elapsed="0.814912"/>
</kw>
<msg time="2026-07-05T02:55:46.713419" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T02:55:45.898041" elapsed="0.815471"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-05T02:55:45.896430" elapsed="0.817206"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-05T02:55:46.723625" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-05T02:55:46.713850" elapsed="0.011545"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:55:46.725670" elapsed="0.000426"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-05T02:55:45.895200" elapsed="0.830995"/>
</kw>
<status status="PASS" start="2026-07-05T02:55:45.891857" elapsed="0.834394"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:45.891322" elapsed="0.834999"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-05T02:55:46.726557" elapsed="0.000707"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-05T02:55:46.733966" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:55:46.733782" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:46.733748" elapsed="0.000334"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-05T02:55:46.738658" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:55:46.738530" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:46.738504" elapsed="0.000226"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T02:55:46.738863" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T02:55:46.739755" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-07-05T02:55:46.941652" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-05T02:55:46.739486" elapsed="0.202326"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.046111" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-05T02:55:46.942075" elapsed="0.104201"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.057338" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T02:55:47.057645" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-05T02:55:47.046568" elapsed="0.011113"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-05T02:55:47.057891" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:55:47.058336" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:55:47.059057" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:55:47.058723" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T02:55:47.059170" elapsed="0.000055"/>
</return>
<msg time="2026-07-05T02:55:47.059446" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-05T02:55:46.738128" elapsed="0.321362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-05T02:55:47.059684" elapsed="0.000645"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T02:55:47.060386" elapsed="0.000044"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-05T02:55:46.733330" elapsed="0.327209"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-05T02:55:47.064451" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:55:47.064304" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:47.064263" elapsed="0.000263"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T02:55:47.064662" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.065836" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-07-05T02:55:47.260478" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-05T02:55:47.065306" elapsed="0.195375"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.289082" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-05T02:55:47.261008" elapsed="0.028223"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.292388" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T02:55:47.292552" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-05T02:55:47.289556" elapsed="0.003042"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-05T02:55:47.292812" elapsed="0.000295"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:55:47.293381" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:55:47.294356" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:55:47.293858" elapsed="0.000673"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T02:55:47.294630" elapsed="0.000073"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-05T02:55:47.063943" elapsed="0.230937"/>
</kw>
<status status="PASS" start="2026-07-05T02:55:45.070244" elapsed="2.224736"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:55:47.297969" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:55:47.296354" elapsed="0.001723"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T02:55:47.300205" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-05T02:55:47.299699" elapsed="0.000570"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-05T02:55:47.300747" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:55:47.300411" elapsed="0.000420"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-05T02:55:47.304464" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:55:47.304182" elapsed="0.000342"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:47.304160" elapsed="0.000391"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.304896" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-05T02:55:47.305029" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-05T02:55:47.304689" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:55:47.305707" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.211" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:55:47.305199" elapsed="0.000575"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.306446" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T02:55:47.305927" elapsed="0.000551"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:55:47.307465" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T02:55:47.307566" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T02:55:47.307099" elapsed="0.000493"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T02:55:47.307741" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.309127" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-05T02:55:47.613845" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jul  5 02:55:46 UTC 2026

  System load:  0.21               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Jul  5 02:55:46 2026 from 10.30.171.129
[?2004h[jenkins@releng-00446-16-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-05T02:55:47.308744" elapsed="0.305301"/>
</kw>
<msg time="2026-07-05T02:55:47.614130" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T02:55:47.308251" elapsed="0.305966"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-05T02:55:47.306706" elapsed="0.307662"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T02:55:47.614897" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T03:05:53.778825" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T03:05:53.779597" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T03:05:53.779723" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-05T02:55:47.614589" elapsed="606.165236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T03:05:53.780437" elapsed="0.000932"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.782538" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:52.862 16  switches: flows:  96787 98656 97981 97826 98352 96830 97074 98187 96312 95202 93814 94140 93289 94773 94178 96208  total = 25.660150 per ms 
02:57:52.963 16  switches: flows:  110987 109746 113009 109523 109106 112841 107843 110860 109195 107960 108369 105812 106390 106910 108446 107303  total = 29.023192 per ms 
02:58:53.064 16  switches: flows:  114020 115028 116175 114857 113844 113650 112229 115968 113854 111705 110021 110678 112361 111734 112540 109549  total = 30.086669 per ms 
02:59:53.164 16  switches: flows:  115638 116146 116909 116252 115213 114208 112262 117415 116159 113507 112825 112388 112715 113583 112859 110575  total = 30.426753 per ms 
03:00:53.266 16  switches: flows:  117037 116885 118205 116594 115366 115751 114470 113858 112350 111498 111102 111917 112472 111464 111929 112046  total = 30.331704 per ms 
03:01:53.367 16  switches: flows:  118314 117433 118223 115947 116517 116151 114574 113867 112805 112046 110663 112521 112478 109908 111563 114391  total = 30.405870 per ms 
03:02:53.468 16  switches: flows:  119613 119636 119445 117838 117573 117706 116396 115322 113668 113031 111417 112611 114068 112355 113386 115554  total = 30.775522 per ms 
03:03:53.568 16  switches: flows:  115394 116302 115187 113701 114101 114848 112651 112811 110209 111388 108755 108758 111278 109029 109497 112473  total = 29.889728 per ms 
03:04:53.669 16  switches: flows:  88473 86515 87017 86044 87631 86933 85478 86308 85157 83737 84446 82882 84576 83613 84251 82921  total = 22.728394 per ms 
03:05:53.772 16  switches: flows:  119958 116846 117945 117116 118372 114946 115504 115278 113873 114879 112653 110882 111024 111073 113109 111419  total = 30.529658 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22728.39/30775.52/29355.28/10072.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.781870" elapsed="0.000887"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T03:05:53.783125" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-05T03:05:53.782892" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-07-05T03:05:53.782851" elapsed="0.000418"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T03:05:53.783440" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-05T03:05:53.783386" elapsed="0.000114"/>
</branch>
<status status="NOT RUN" start="2026-07-05T03:05:53.783362" elapsed="0.000171"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T03:05:53.783580" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:05:53.787253" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T03:05:53.787972" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T03:05:53.788451" elapsed="0.000148"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T03:05:53.784054" elapsed="0.004620"/>
</kw>
<msg time="2026-07-05T03:05:53.788860" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-05T02:55:47.301359" elapsed="606.487538"/>
</kw>
<status status="PASS" start="2026-07-05T02:55:47.300871" elapsed="606.488132"/>
</branch>
<status status="PASS" start="2026-07-05T02:55:47.300377" elapsed="606.488667"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.789732" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:52.862 16  switches: flows:  96787 98656 97981 97826 98352 96830 97074 98187 96312 95202 93814 94140 93289 94773 94178 96208  total = 25.660150 per ms 
02:57:52.963 16  switches: flows:  110987 109746 113009 109523 109106 112841 107843 110860 109195 107960 108369 105812 106390 106910 108446 107303  total = 29.023192 per ms 
02:58:53.064 16  switches: flows:  114020 115028 116175 114857 113844 113650 112229 115968 113854 111705 110021 110678 112361 111734 112540 109549  total = 30.086669 per ms 
02:59:53.164 16  switches: flows:  115638 116146 116909 116252 115213 114208 112262 117415 116159 113507 112825 112388 112715 113583 112859 110575  total = 30.426753 per ms 
03:00:53.266 16  switches: flows:  117037 116885 118205 116594 115366 115751 114470 113858 112350 111498 111102 111917 112472 111464 111929 112046  total = 30.331704 per ms 
03:01:53.367 16  switches: flows:  118314 117433 118223 115947 116517 116151 114574 113867 112805 112046 110663 112521 112478 109908 111563 114391  total = 30.405870 per ms 
03:02:53.468 16  switches: flows:  119613 119636 119445 117838 117573 117706 116396 115322 113668 113031 111417 112611 114068 112355 113386 115554  total = 30.775522 per ms 
03:03:53.568 16  switches: flows:  115394 116302 115187 113701 114101 114848 112651 112811 110209 111388 108755 108758 111278 109029 109497 112473  total = 29.889728 per ms 
03:04:53.669 16  switches: flows:  88473 86515 87017 86044 87631 86933 85478 86308 85157 83737 84446 82882 84576 83613 84251 82921  total = 22.728394 per ms 
03:05:53.772 16  switches: flows:  119958 116846 117945 117116 118372 114946 115504 115278 113873 114879 112653 110882 111024 111073 113109 111419  total = 30.529658 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22728.39/30775.52/29355.28/10072.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.789273" elapsed="0.000620"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-05T03:05:53.790107" elapsed="0.000435"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T03:05:53.790967" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T03:05:53.791064" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22728.39/30775.52/29355.28/10072.96 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-05T03:05:53.790708" elapsed="0.000381"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:05:53.791576" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22728.39/30775.52/29355.28/10072.96 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:05:53.791249" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.794124" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.791757" elapsed="0.002432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.796723" level="INFO">22728.39/30775.52/29355.28/10072.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.794399" elapsed="0.002382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:05:53.799287" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:05:53.796949" elapsed="0.002381"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:05:53.802105" level="INFO">@{result_value_list} = [ 22728.39 | 30775.52 | 29355.28 | 10072.96 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:05:53.799530" elapsed="0.002606"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.802836" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T03:05:53.802953" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T03:05:53.802327" elapsed="0.000657"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.808078" level="INFO">min :: 22728.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.803409" elapsed="0.004729"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T03:05:53.803254" elapsed="0.004921"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.813025" level="INFO">max :: 30775.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.808423" elapsed="0.004662"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T03:05:53.808270" elapsed="0.004851"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.817922" level="INFO">avg :: 29355.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.813398" elapsed="0.004584"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T03:05:53.813245" elapsed="0.004773"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.822879" level="INFO">stdev :: 10072.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.818245" elapsed="0.004700"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T03:05:53.818113" elapsed="0.004873"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T03:05:53.803056" elapsed="0.019966"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.827590" level="INFO">${min} = 22728.39</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:05:53.823208" elapsed="0.004414"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.832206" level="INFO">${max} = 30775.52</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:05:53.827819" elapsed="0.004418"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.836360" level="INFO">${average} = 29355.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:05:53.832429" elapsed="0.003961"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.840535" level="INFO">${stdev} = 10072.96</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:05:53.836557" elapsed="0.004007"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.841108" level="INFO">${date} = 2026-07-05 03:05:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-05T03:05:53.840733" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.841751" level="INFO">CBench Result: 2026-07-05 03:05:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22728.39,30775.52,29355.28,10072.96</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.841320" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T03:05:53.843025" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-05T03:05:53.842525" elapsed="0.000572"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-05T03:05:53.843259" elapsed="0.000518"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T03:05:53.841978" elapsed="0.001868"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-05T02:55:47.298742" elapsed="606.545168"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.844425" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-05T03:05:53.844065" elapsed="0.000421"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-05T03:05:53.845030" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-07-05T03:05:53.844711" elapsed="0.000697"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-05T02:55:47.295206" elapsed="606.550247"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.847689" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.847155" elapsed="0.000600"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.849748" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-05T03:05:53.849361" elapsed="0.000435"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-05T03:05:53.850215" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T03:05:53.849960" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-05T03:05:53.853665" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-07-05T03:05:53.853370" elapsed="0.000385"/>
</branch>
<status status="PASS" start="2026-07-05T03:05:53.853335" elapsed="0.000465"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T03:05:53.854262" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-05T03:05:53.854420" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-05T03:05:53.853977" elapsed="0.000470"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.855167" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.211" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:05:53.854588" elapsed="0.000642"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T03:05:53.855898" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T03:05:53.855394" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T03:05:53.856958" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T03:05:53.857054" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T03:05:53.856564" elapsed="0.000515"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:05:53.857227" elapsed="0.000372"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T03:05:53.858827" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-05T03:05:54.488705" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jul  5 03:05:54 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Jul  5 02:55:47 2026 from 10.30.171.129
[?2004h[jenkins@releng-00446-16-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-05T03:05:53.858253" elapsed="0.630656"/>
</kw>
<msg time="2026-07-05T03:05:54.488996" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:05:53.857766" elapsed="0.631324"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-05T03:05:53.856146" elapsed="0.633064"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T03:05:54.489844" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T03:16:01.998945" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T03:16:01.999568" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T03:16:01.999715" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-05T03:05:54.489474" elapsed="607.510314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T03:16:02.000243" elapsed="0.000774"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.002231" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:00.872 16  switches: flows:  532419 540510 536912 538004 535714 540489 531674 538040 512779 532962 530944 528587 522966 533431 522924 536024  total = 141.906317 per ms 
03:08:00.979 16  switches: flows:  528564 565510 560667 564009 558294 562613 561208 554862 553567 570731 549182 567756 563761 564216 557070 565748  total = 148.864639 per ms 
03:09:01.080 16  switches: flows:  549811 511189 544754 545010 587686 550738 590478 547236 594817 516937 592106 549726 543394 545378 565106 604565  total = 148.731670 per ms 
03:10:01.183 16  switches: flows:  573313 580152 562133 570243 550483 561816 554002 566457 558310 562689 576943 567415 562808 559706 563083 576944  total = 150.516824 per ms 
03:11:01.285 16  switches: flows:  603468 592462 619786 597960 600727 600324 597447 623541 611291 610134 607404 614120 610507 618145 609272 597552  total = 161.630014 per ms 
03:12:01.387 16  switches: flows:  573103 575242 558601 573746 579237 579998 572059 575176 573346 572321 579820 576760 575009 578205 581102 583244  total = 153.190548 per ms 
03:13:01.488 16  switches: flows:  568263 578992 583913 589677 595404 579745 585612 586866 591506 593314 593105 590149 578971 596850 578988 592202  total = 156.129964 per ms 
03:14:01.594 16  switches: flows:  617724 615912 608977 616424 604014 594786 601805 612247 605418 597629 615618 600242 598499 607907 606195 615724  total = 161.702158 per ms 
03:15:01.695 16  switches: flows:  613534 616086 614464 616858 609673 620011 600265 608004 602492 608666 599024 613439 615148 601097 615355 612022  total = 162.495406 per ms 
03:16:01.995 16  switches: flows:  630550 627526 627823 621634 626062 625234 624060 632737 627762 619976 617275 621947 624336 617458 619403 620773  total = 165.579979 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148731.67/165579.98/156537.91/52537.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.001473" elapsed="0.001138"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T03:16:02.003110" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-05T03:16:02.002802" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-07-05T03:16:02.002749" elapsed="0.000633"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T03:16:02.003621" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-05T03:16:02.003536" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-07-05T03:16:02.003498" elapsed="0.000330"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T03:16:02.003904" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:16:02.007754" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T03:16:02.008475" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T03:16:02.008913" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T03:16:02.004557" elapsed="0.004578"/>
</kw>
<msg time="2026-07-05T03:16:02.009342" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-05T03:05:53.850670" elapsed="608.158711"/>
</kw>
<status status="PASS" start="2026-07-05T03:05:53.850322" elapsed="608.159130"/>
</branch>
<status status="PASS" start="2026-07-05T03:05:53.849935" elapsed="608.159550"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.010116" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:00.872 16  switches: flows:  532419 540510 536912 538004 535714 540489 531674 538040 512779 532962 530944 528587 522966 533431 522924 536024  total = 141.906317 per ms 
03:08:00.979 16  switches: flows:  528564 565510 560667 564009 558294 562613 561208 554862 553567 570731 549182 567756 563761 564216 557070 565748  total = 148.864639 per ms 
03:09:01.080 16  switches: flows:  549811 511189 544754 545010 587686 550738 590478 547236 594817 516937 592106 549726 543394 545378 565106 604565  total = 148.731670 per ms 
03:10:01.183 16  switches: flows:  573313 580152 562133 570243 550483 561816 554002 566457 558310 562689 576943 567415 562808 559706 563083 576944  total = 150.516824 per ms 
03:11:01.285 16  switches: flows:  603468 592462 619786 597960 600727 600324 597447 623541 611291 610134 607404 614120 610507 618145 609272 597552  total = 161.630014 per ms 
03:12:01.387 16  switches: flows:  573103 575242 558601 573746 579237 579998 572059 575176 573346 572321 579820 576760 575009 578205 581102 583244  total = 153.190548 per ms 
03:13:01.488 16  switches: flows:  568263 578992 583913 589677 595404 579745 585612 586866 591506 593314 593105 590149 578971 596850 578988 592202  total = 156.129964 per ms 
03:14:01.594 16  switches: flows:  617724 615912 608977 616424 604014 594786 601805 612247 605418 597629 615618 600242 598499 607907 606195 615724  total = 161.702158 per ms 
03:15:01.695 16  switches: flows:  613534 616086 614464 616858 609673 620011 600265 608004 602492 608666 599024 613439 615148 601097 615355 612022  total = 162.495406 per ms 
03:16:01.995 16  switches: flows:  630550 627526 627823 621634 626062 625234 624060 632737 627762 619976 617275 621947 624336 617458 619403 620773  total = 165.579979 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148731.67/165579.98/156537.91/52537.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.009696" elapsed="0.000528"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-05T03:16:02.010456" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T03:16:02.011565" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T03:16:02.011744" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 148731.67/165579.98/156537.91/52537.19 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-05T03:16:02.011224" elapsed="0.000558"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:16:02.012428" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 148731.67/165579.98/156537.91/52537.19 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:16:02.012003" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.014968" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.012633" elapsed="0.002395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.017459" level="INFO">148731.67/165579.98/156537.91/52537.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.015178" elapsed="0.002339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:16:02.019939" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:16:02.017674" elapsed="0.002294"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:16:02.022427" level="INFO">@{result_value_list} = [ 148731.67 | 165579.98 | 156537.91 | 52537.19 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:16:02.020158" elapsed="0.002298"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.022945" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T03:16:02.023037" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T03:16:02.022613" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.028363" level="INFO">min :: 148731.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.023462" elapsed="0.004965"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T03:16:02.023329" elapsed="0.005135"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.033086" level="INFO">max :: 165579.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.028701" elapsed="0.004445"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T03:16:02.028566" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.037788" level="INFO">avg :: 156537.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.033423" elapsed="0.004424"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T03:16:02.033271" elapsed="0.004612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.042485" level="INFO">stdev :: 52537.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.038120" elapsed="0.004424"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T03:16:02.037974" elapsed="0.004607"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T03:16:02.023126" elapsed="0.019487"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.046573" level="INFO">${min} = 148731.67</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:16:02.042773" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.050583" level="INFO">${max} = 165579.98</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:16:02.046760" elapsed="0.003850"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.054767" level="INFO">${average} = 156537.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:16:02.050767" elapsed="0.004029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.058815" level="INFO">${stdev} = 52537.19</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:16:02.054953" elapsed="0.003891"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.059393" level="INFO">${date} = 2026-07-05 03:16:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-05T03:16:02.059007" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.060029" level="INFO">CBench Result: 2026-07-05 03:16:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,148731.67,165579.98,156537.91,52537.19</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.059575" elapsed="0.000513"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T03:16:02.061183" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-05T03:16:02.060752" elapsed="0.000500"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-05T03:16:02.061439" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T03:16:02.060229" elapsed="0.001751"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-05T03:05:53.848104" elapsed="608.213938"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.062549" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-05T03:16:02.062193" elapsed="0.000417"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-05T03:16:02.063125" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-07-05T03:16:02.062821" elapsed="0.000699"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-05T03:05:53.846137" elapsed="608.217422"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.065025" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.064634" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.066356" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-05T03:16:02.065982" elapsed="0.000423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-05T03:16:02.066775" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T03:16:02.066547" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-05T03:16:02.070024" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T03:16:02.069771" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-05T03:16:02.069751" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T03:16:02.070450" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-05T03:16:02.070580" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-05T03:16:02.070240" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.071196" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.211" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:16:02.070744" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T03:16:02.072017" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T03:16:02.071422" elapsed="0.000623"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T03:16:02.073161" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T03:16:02.073252" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T03:16:02.072845" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:16:02.073438" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T03:16:02.074668" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-05T03:16:02.680939" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jul  5 03:16:02 UTC 2026

  System load:  0.26               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Jul  5 03:05:54 2026 from 10.30.171.129
[?2004h[jenkins@releng-00446-16-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-05T03:16:02.074297" elapsed="0.606836"/>
</kw>
<msg time="2026-07-05T03:16:02.681216" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:16:02.073934" elapsed="0.607380"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-05T03:16:02.072256" elapsed="0.609189"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T03:16:02.681979" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T03:26:08.761318" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T03:26:08.761915" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T03:26:08.762036" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-05T03:16:02.681670" elapsed="606.080440"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T03:26:08.762613" elapsed="0.000832"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.764704" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:07.847 16  switches: flows:  109953 110712 109230 109254 108825 109493 109957 110932 108573 108598 109206 108982 107830 107254 107645 106399  total = 29.047383 per ms 
03:18:07.948 16  switches: flows:  113084 113897 113387 112225 113245 112510 114273 114182 114006 112164 112649 111789 110659 110642 113278 110046  total = 29.983840 per ms 
03:19:08.048 16  switches: flows:  119589 119735 119030 118386 119073 119850 120039 120303 117343 116705 116790 116710 115708 116401 117199 116066  total = 31.429607 per ms 
03:20:08.148 16  switches: flows:  120411 120496 119829 119829 118483 119676 120664 121812 119012 117761 119386 119813 116191 118716 118579 116881  total = 31.739291 per ms 
03:21:08.249 16  switches: flows:  122462 121612 119481 118972 120378 119785 120683 122408 121120 118402 120291 118560 117097 117840 119650 117205  total = 31.879240 per ms 
03:22:08.349 16  switches: flows:  117715 116670 115931 116310 115786 114923 114926 117400 115744 114058 115832 115494 113410 113213 115610 114147  total = 30.734786 per ms 
03:23:08.449 16  switches: flows:  120310 120323 118530 118820 118552 120108 118133 121447 119085 116307 118267 117601 116645 117754 117417 116976  total = 31.551883 per ms 
03:24:08.550 16  switches: flows:  115052 115026 113129 113215 113632 113268 112778 115681 113708 111816 113674 112928 111132 113162 111578 111823  total = 30.143000 per ms 
03:25:08.650 16  switches: flows:  122339 120943 121117 121393 120256 118616 121738 119620 119307 119512 120257 118576 119866 119801 119489 120749  total = 32.006169 per ms 
03:26:08.750 16  switches: flows:  99537 98878 99408 97546 97893 96613 100038 99074 98765 96925 98457 98056 96617 96338 97616 96778  total = 26.098711 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26098.71/32006.17/30618.50/10354.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.763961" elapsed="0.000966"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T03:26:08.765267" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-05T03:26:08.765056" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-07-05T03:26:08.765018" elapsed="0.000417"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T03:26:08.765569" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-05T03:26:08.765517" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-05T03:26:08.765495" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T03:26:08.765714" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T03:26:08.769570" elapsed="0.000522"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T03:26:08.770341" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T03:26:08.770816" elapsed="0.000176"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T03:26:08.766163" elapsed="0.004920"/>
</kw>
<msg time="2026-07-05T03:26:08.771273" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-05T03:16:02.067175" elapsed="606.704159"/>
</kw>
<status status="PASS" start="2026-07-05T03:16:02.066859" elapsed="606.704546"/>
</branch>
<status status="PASS" start="2026-07-05T03:16:02.066523" elapsed="606.704914"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.772148" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:07.847 16  switches: flows:  109953 110712 109230 109254 108825 109493 109957 110932 108573 108598 109206 108982 107830 107254 107645 106399  total = 29.047383 per ms 
03:18:07.948 16  switches: flows:  113084 113897 113387 112225 113245 112510 114273 114182 114006 112164 112649 111789 110659 110642 113278 110046  total = 29.983840 per ms 
03:19:08.048 16  switches: flows:  119589 119735 119030 118386 119073 119850 120039 120303 117343 116705 116790 116710 115708 116401 117199 116066  total = 31.429607 per ms 
03:20:08.148 16  switches: flows:  120411 120496 119829 119829 118483 119676 120664 121812 119012 117761 119386 119813 116191 118716 118579 116881  total = 31.739291 per ms 
03:21:08.249 16  switches: flows:  122462 121612 119481 118972 120378 119785 120683 122408 121120 118402 120291 118560 117097 117840 119650 117205  total = 31.879240 per ms 
03:22:08.349 16  switches: flows:  117715 116670 115931 116310 115786 114923 114926 117400 115744 114058 115832 115494 113410 113213 115610 114147  total = 30.734786 per ms 
03:23:08.449 16  switches: flows:  120310 120323 118530 118820 118552 120108 118133 121447 119085 116307 118267 117601 116645 117754 117417 116976  total = 31.551883 per ms 
03:24:08.550 16  switches: flows:  115052 115026 113129 113215 113632 113268 112778 115681 113708 111816 113674 112928 111132 113162 111578 111823  total = 30.143000 per ms 
03:25:08.650 16  switches: flows:  122339 120943 121117 121393 120256 118616 121738 119620 119307 119512 120257 118576 119866 119801 119489 120749  total = 32.006169 per ms 
03:26:08.750 16  switches: flows:  99537 98878 99408 97546 97893 96613 100038 99074 98765 96925 98457 98056 96617 96338 97616 96778  total = 26.098711 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26098.71/32006.17/30618.50/10354.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.771678" elapsed="0.000579"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-05T03:26:08.772496" elapsed="0.000568"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T03:26:08.773653" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T03:26:08.773781" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26098.71/32006.17/30618.50/10354.09 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-05T03:26:08.773325" elapsed="0.000491"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:26:08.774464" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26098.71/32006.17/30618.50/10354.09 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:26:08.774068" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.777593" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.774732" elapsed="0.002921"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.780072" level="INFO">26098.71/32006.17/30618.50/10354.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.777803" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:26:08.782544" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:26:08.780299" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T03:26:08.785130" level="INFO">@{result_value_list} = [ 26098.71 | 32006.17 | 30618.50 | 10354.09 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T03:26:08.782785" elapsed="0.002374"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.785659" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T03:26:08.785778" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-05T03:26:08.785336" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.790675" level="INFO">min :: 26098.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.786252" elapsed="0.004489"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T03:26:08.786102" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.795476" level="INFO">max :: 32006.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.791030" elapsed="0.004515"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T03:26:08.790884" elapsed="0.004701"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.800633" level="INFO">avg :: 30618.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.795848" elapsed="0.004864"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T03:26:08.795699" elapsed="0.005063"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.805769" level="INFO">stdev :: 10354.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.801082" elapsed="0.004790"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T03:26:08.800879" elapsed="0.005044"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T03:26:08.785876" elapsed="0.020084"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.810389" level="INFO">${min} = 26098.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:26:08.806186" elapsed="0.004238"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.814636" level="INFO">${max} = 32006.17</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:26:08.810646" elapsed="0.004018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.818698" level="INFO">${average} = 30618.50</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:26:08.814822" elapsed="0.003904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.822760" level="INFO">${stdev} = 10354.09</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T03:26:08.818881" elapsed="0.003907"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.823346" level="INFO">${date} = 2026-07-05 03:26:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-05T03:26:08.822954" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.824009" level="INFO">CBench Result: 2026-07-05 03:26:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26098.71,32006.17,30618.50,10354.09</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T03:26:08.823540" elapsed="0.000527"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T03:26:08.825267" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-05T03:26:08.824765" elapsed="0.000592"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-05T03:26:08.825514" elapsed="0.000504"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T03:26:08.824241" elapsed="0.001846"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-05T03:16:02.065420" elapsed="606.760730"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.826673" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-05T03:26:08.826319" elapsed="0.000429"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T03:26:08.828025" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-05T03:26:08.827503" elapsed="0.000550"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-05T03:26:08.828310" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-07-05T03:26:08.828138" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-07-05T03:26:08.828115" elapsed="0.000296"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.828559" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.828729" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.828893" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.829095" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.829247" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.829413" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.829564" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-05T03:26:08.829794" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-05T03:26:08.829646" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-07-05T03:26:08.829630" elapsed="0.000241"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-05T03:26:08.827139" elapsed="0.002785"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-05T03:16:02.064059" elapsed="606.765911"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-05T02:55:44.481571" elapsed="1824.348989"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
