<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-22T03:06:20.385896" 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-22T03:06:20.923896" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:06:20.923763" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:20.923735" elapsed="0.000257"/>
</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-22T03:06:20.924134" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-22T03:06:20.925103" level="INFO">Logging into '10.30.170.53:8101' as 'karaf'.</msg>
<msg time="2026-07-22T03:06:21.576535" 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-22T03:06:20.924808" elapsed="0.651944"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-22T03:06:21.628557" 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-22T03:06:21.577089" elapsed="0.051897"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-22T03:06:21.633256" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-22T03:06:21.633535" 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-22T03:06:21.629631" elapsed="0.003973"/>
</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-22T03:06:21.633991" elapsed="0.000572"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:06:21.635012" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:06:21.636387" 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-22T03:06:21.635808" elapsed="0.000659"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T03:06:21.636553" elapsed="0.000145"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.53
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-22T03:06:20.923371" elapsed="0.713546"/>
</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-22T03:06:20.919834" elapsed="0.717191"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T03:06:21.638145" 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-22T03:06:21.637338" elapsed="0.000890"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T03:06:21.639161" 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-22T03:06:21.638442" elapsed="0.000812"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-22T03:06:21.640139" 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-22T03:06:21.639489" elapsed="0.000688"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T03:06:21.640940" 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-22T03:06:21.640426" elapsed="0.000573"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-22T03:06:21.641751" 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-22T03:06:21.641200" elapsed="0.000590"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T03:06:21.642440" 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-22T03:06:21.642010" elapsed="0.000487"/>
</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-22T03:06:21.643037" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:06:21.642707" elapsed="0.000408"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:06:21.648037" 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-22T03:06:21.647542" elapsed="0.000522"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:06:21.649923" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T03:06:21.650008" 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-22T03:06:21.648628" elapsed="0.001404"/>
</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-22T03:06:21.650176" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T03:06:21.651659" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-07-22T03:06:22.358187" 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 Wed Jul 22 03:06:21 UTC 2026

  System load:  0.03               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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-33-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-22T03:06:21.651076" elapsed="0.707713"/>
</kw>
<msg time="2026-07-22T03:06:22.359105" 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-22T03:06:21.650720" elapsed="0.708668"/>
</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-22T03:06:21.648273" elapsed="0.711484"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.368050" 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-22T03:06:22.360257" elapsed="0.009363"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:06:22.369884" elapsed="0.000390"/>
</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-22T03:06:21.646968" elapsed="0.723376"/>
</kw>
<status status="PASS" start="2026-07-22T03:06:21.643236" elapsed="0.727153"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:21.642605" elapsed="0.727839"/>
</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-22T03:06:22.370628" elapsed="0.000724"/>
</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-22T03:06:22.378209" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:06:22.378010" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:22.377967" elapsed="0.000365"/>
</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-22T03:06:22.382347" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:06:22.382234" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:22.382215" elapsed="0.000200"/>
</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-22T03:06:22.382553" elapsed="0.000544"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.383516" level="INFO">Logging into '10.30.170.53:8101' as 'karaf'.</msg>
<msg time="2026-07-22T03:06:22.612315" 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-22T03:06:22.383247" elapsed="0.229272"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.718736" 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-22T03:06:22.612849" elapsed="0.105957"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.739797" 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-22T03:06:22.740118" 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-22T03:06:22.718959" elapsed="0.021207"/>
</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-22T03:06:22.740387" elapsed="0.000269"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:06:22.740894" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:06:22.741913" 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-22T03:06:22.741380" elapsed="0.000615"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T03:06:22.742070" elapsed="0.000075"/>
</return>
<msg time="2026-07-22T03:06:22.742368" 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.170.53
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-22T03:06:22.381872" elapsed="0.360541"/>
</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-22T03:06:22.742771" elapsed="0.000786"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T03:06:22.743633" elapsed="0.000069"/>
</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-22T03:06:22.377460" elapsed="0.366389"/>
</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-22T03:06:22.749604" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:06:22.749407" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:22.749370" elapsed="0.000363"/>
</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-22T03:06:22.749929" elapsed="0.000674"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.751277" level="INFO">Logging into '10.30.170.53:8101' as 'karaf'.</msg>
<msg time="2026-07-22T03:06:22.916477" 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-22T03:06:22.750896" elapsed="0.165797"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.940890" 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-22T03:06:22.916997" elapsed="0.024050"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.943072" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-22T03:06:22.943187" 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-22T03:06:22.941322" elapsed="0.001895"/>
</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-22T03:06:22.943362" elapsed="0.000356"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:06:22.943891" elapsed="0.000250"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:06:22.944641" 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-22T03:06:22.944282" elapsed="0.000504"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T03:06:22.944844" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.53
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-22T03:06:22.748910" elapsed="0.196133"/>
</kw>
<status status="PASS" start="2026-07-22T03:06:20.917734" elapsed="2.027374"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:06:22.947281" 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-22T03:06:22.946034" elapsed="0.001320"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T03:06:22.948868" 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-22T03:06:22.948465" elapsed="0.000562"/>
</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-22T03:06:22.949382" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:06:22.949128" elapsed="0.000313"/>
</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-22T03:06:22.953458" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:06:22.952686" elapsed="0.000834"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:22.952649" elapsed="0.000897"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.953992" 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-22T03:06:22.954122" 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-22T03:06:22.953707" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:06:22.954766" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.248" 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-22T03:06:22.954285" elapsed="0.000551"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.955480" 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-22T03:06:22.954978" elapsed="0.000527"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:06:22.956457" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T03:06:22.956548" 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-22T03:06:22.956122" elapsed="0.000450"/>
</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-22T03:06:22.956733" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T03:06:22.957971" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-07-22T03:06:23.311142" 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 Wed Jul 22 03:06:21 UTC 2026

  System load:  0.03               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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: Wed Jul 22 03:06:22 2026 from 10.30.171.163
[?2004h[jenkins@releng-00446-33-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-22T03:06:22.957575" elapsed="0.353824"/>
</kw>
<msg time="2026-07-22T03:06:23.311502" 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-22T03:06:22.957232" elapsed="0.354378"/>
</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-22T03:06:22.955733" elapsed="0.356032"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-22T03:06:23.312358" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-22T03:16:29.416239" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-22T03:16:29.416927" level="INFO">${stdout} = </msg>
<msg time="2026-07-22T03:16:29.417057" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-22T03:06:23.312011" elapsed="606.105110"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:16:29.417617" elapsed="0.000910"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.420008" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53: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.170.53. 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:28.475 16  switches: flows:  108902 109687 111385 111653 108782 112513 110639 107017 107395 106657 107323 104425 106778 106247 105605 105183  total = 28.836517 per ms 
03:08:28.576 16  switches: flows:  115238 116660 117473 117872 115761 118059 115122 114444 112524 113515 112435 111264 111692 110728 112313 113167  total = 30.420328 per ms 
03:09:28.676 16  switches: flows:  118787 119211 119956 121819 117166 120185 119307 117799 115812 113823 113395 113955 116056 114166 114705 114135  total = 31.119305 per ms 
03:10:28.776 16  switches: flows:  123313 121360 123822 123800 121648 124670 123908 123260 118562 119697 116708 117101 118052 118928 118824 119313  total = 32.162353 per ms 
03:11:28.878 16  switches: flows:  121060 119758 121717 119929 119719 121669 121627 121649 114557 119275 115267 115774 114948 115498 117310 116445  total = 31.550499 per ms 
03:12:28.979 16  switches: flows:  123196 120425 124705 121375 120740 121534 120476 121282 117750 119089 117525 116906 117399 115021 117378 115118  total = 31.778945 per ms 
03:13:29.080 16  switches: flows:  121452 121812 122392 122563 119996 121643 120661 120402 116817 119360 115433 116021 117584 117471 116877 116458  total = 31.729369 per ms 
03:14:29.181 16  switches: flows:  121335 120436 121555 122200 120032 121222 121504 120678 117951 120662 116654 116835 117828 119165 117595 117165  total = 31.827096 per ms 
03:15:29.282 16  switches: flows:  120548 121910 120391 121080 115707 119936 121901 118013 117122 118127 113556 113497 116317 116145 114908 114881  total = 31.348291 per ms 
03:16:29.383 16  switches: flows:  121738 124063 125208 125046 118587 123719 122814 121963 118386 120428 118716 117702 120143 120069 116779 117364  total = 32.158401 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30420.33/32162.35/31566.07/10534.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:16:29.418929" elapsed="0.001495"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-22T03:16:29.421051" elapsed="0.000116"/>
</return>
<status status="PASS" start="2026-07-22T03:16:29.420717" elapsed="0.000558"/>
</branch>
<status status="PASS" start="2026-07-22T03:16:29.420598" elapsed="0.000782"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-22T03:16:29.421637" elapsed="0.000064"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:16:29.421545" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-07-22T03:16:29.421505" elapsed="0.000315"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-22T03:16:29.421897" elapsed="0.000063"/>
</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-22T03:16:29.427139" elapsed="0.000379"/>
</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-22T03:16:29.427684" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:16:29.427994" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-22T03:16:29.422776" elapsed="0.005373"/>
</kw>
<msg time="2026-07-22T03:16:29.428281" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-22T03:06:22.950007" elapsed="606.478308"/>
</kw>
<status status="PASS" start="2026-07-22T03:06:22.949469" elapsed="606.478901"/>
</branch>
<status status="PASS" start="2026-07-22T03:06:22.949099" elapsed="606.479296"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.428855" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53: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.170.53. 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:28.475 16  switches: flows:  108902 109687 111385 111653 108782 112513 110639 107017 107395 106657 107323 104425 106778 106247 105605 105183  total = 28.836517 per ms 
03:08:28.576 16  switches: flows:  115238 116660 117473 117872 115761 118059 115122 114444 112524 113515 112435 111264 111692 110728 112313 113167  total = 30.420328 per ms 
03:09:28.676 16  switches: flows:  118787 119211 119956 121819 117166 120185 119307 117799 115812 113823 113395 113955 116056 114166 114705 114135  total = 31.119305 per ms 
03:10:28.776 16  switches: flows:  123313 121360 123822 123800 121648 124670 123908 123260 118562 119697 116708 117101 118052 118928 118824 119313  total = 32.162353 per ms 
03:11:28.878 16  switches: flows:  121060 119758 121717 119929 119719 121669 121627 121649 114557 119275 115267 115774 114948 115498 117310 116445  total = 31.550499 per ms 
03:12:28.979 16  switches: flows:  123196 120425 124705 121375 120740 121534 120476 121282 117750 119089 117525 116906 117399 115021 117378 115118  total = 31.778945 per ms 
03:13:29.080 16  switches: flows:  121452 121812 122392 122563 119996 121643 120661 120402 116817 119360 115433 116021 117584 117471 116877 116458  total = 31.729369 per ms 
03:14:29.181 16  switches: flows:  121335 120436 121555 122200 120032 121222 121504 120678 117951 120662 116654 116835 117828 119165 117595 117165  total = 31.827096 per ms 
03:15:29.282 16  switches: flows:  120548 121910 120391 121080 115707 119936 121901 118013 117122 118127 113556 113497 116317 116145 114908 114881  total = 31.348291 per ms 
03:16:29.383 16  switches: flows:  121738 124063 125208 125046 118587 123719 122814 121963 118386 120428 118716 117702 120143 120069 116779 117364  total = 32.158401 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30420.33/32162.35/31566.07/10534.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:16:29.428539" elapsed="0.000391"/>
</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-22T03:16:29.429077" elapsed="0.000404"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-22T03:16:29.429901" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-22T03:16:29.430015" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30420.33/32162.35/31566.07/10534.72 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-22T03:16:29.429650" elapsed="0.000390"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:16:29.430466" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30420.33/32162.35/31566.07/10534.72 | 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-22T03:16:29.430196" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.432923" 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-22T03:16:29.430639" elapsed="0.002344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.435404" level="INFO">30420.33/32162.35/31566.07/10534.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:16:29.433130" elapsed="0.002348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:16:29.437857" 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-22T03:16:29.435628" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:16:29.440317" level="INFO">@{result_value_list} = [ 30420.33 | 32162.35 | 31566.07 | 10534.72 ]</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-22T03:16:29.438098" elapsed="0.002247"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.440841" level="INFO">Length is 4.</msg>
<msg time="2026-07-22T03:16:29.440931" 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-22T03:16:29.440507" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.446098" level="INFO">min :: 30420.33</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-22T03:16:29.441375" elapsed="0.004788"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-22T03:16:29.441236" elapsed="0.004971"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.450773" level="INFO">max :: 32162.35</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-22T03:16:29.446443" elapsed="0.004388"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-22T03:16:29.446303" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.455545" level="INFO">avg :: 31566.07</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-22T03:16:29.451091" elapsed="0.004510"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-22T03:16:29.450956" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.460168" level="INFO">stdev :: 10534.72</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-22T03:16:29.455943" elapsed="0.004281"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-22T03:16:29.455815" elapsed="0.004443"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-22T03:16:29.441024" elapsed="0.019268"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.464350" level="INFO">${min} = 30420.33</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-22T03:16:29.460450" elapsed="0.003927"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.468376" level="INFO">${max} = 32162.35</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-22T03:16:29.464527" elapsed="0.003875"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.472332" level="INFO">${average} = 31566.07</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-22T03:16:29.468552" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.476235" level="INFO">${stdev} = 10534.72</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-22T03:16:29.472509" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.476806" level="INFO">${date} = 2026-07-22 03:16:29</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-22T03:16:29.476422" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.477381" level="INFO">CBench Result: 2026-07-22 03:16:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30420.33,32162.35,31566.07,10534.72</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-22T03:16:29.476976" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T03:16:29.478576" 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-22T03:16:29.478147" elapsed="0.000496"/>
</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-22T03:16:29.478810" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-22T03:16:29.477602" elapsed="0.001752"/>
</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-22T03:06:22.947822" elapsed="606.531592"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.479902" 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-22T03:16:29.479565" elapsed="0.000392"/>
</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-22T03:16:29.480472" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-22T03:16:29.480174" elapsed="0.000649"/>
</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-22T03:06:22.945306" elapsed="606.535555"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.482284" 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-22T03:16:29.481879" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.483578" 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-22T03:16:29.483249" elapsed="0.000372"/>
</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-22T03:16:29.483974" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:16:29.483753" elapsed="0.000278"/>
</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-22T03:16:29.486910" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:16:29.486651" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-07-22T03:16:29.486627" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:16:29.487344" 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-22T03:16:29.487462" 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-22T03:16:29.487131" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.488051" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.53 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.248" 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-22T03:16:29.487620" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:16:29.488651" 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-22T03:16:29.488245" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:16:29.489594" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T03:16:29.489698" 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-22T03:16:29.489272" elapsed="0.000452"/>
</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-22T03:16:29.489862" elapsed="0.000373"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T03:16:29.491087" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-07-22T03:16:30.077995" 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 Wed Jul 22 03:16:29 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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: Wed Jul 22 03:06:23 2026 from 10.30.171.163
[?2004h[jenkins@releng-00446-33-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-22T03:16:29.490737" elapsed="0.587454"/>
</kw>
<msg time="2026-07-22T03:16:30.078300" 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-22T03:16:29.490383" elapsed="0.588011"/>
</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-22T03:16:29.488904" elapsed="0.589607"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-22T03:16:30.079051" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.53 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-22T03:26:36.146880" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-22T03:26:36.147368" level="INFO">${stdout} = </msg>
<msg time="2026-07-22T03:26:36.147442" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.53: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-22T03:16:30.078753" elapsed="606.068730"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:26:36.147879" elapsed="0.000522"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.149261" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.53: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.170.53. 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:35.197 16  switches: flows:  582529 596284 593017 582998 603125 553070 595814 606207 582482 578348 576608 580227 581530 579643 580577 570636  total = 155.718250 per ms 
03:18:35.300 16  switches: flows:  643688 639600 650646 653014 643525 652309 651728 652986 652719 640159 653511 640914 653207 648746 652364 647653  total = 172.651799 per ms 
03:19:35.404 16  switches: flows:  673162 687927 678583 682103 692571 683704 678791 677830 697752 668790 687863 688808 683965 692027 665863 683453  total = 181.740706 per ms 
03:20:35.508 16  switches: flows:  672197 687435 683639 685318 686088 685483 694159 680099 684902 679226 685320 693744 678967 687233 683248 686639  total = 182.251491 per ms 
03:21:35.611 16  switches: flows:  674470 659312 661711 669162 664669 653961 675032 664855 664846 670971 671819 663572 671820 667965 670865 672208  total = 177.652177 per ms 
03:22:35.715 16  switches: flows:  650193 650959 626299 640002 621644 646738 657563 648114 640621 640816 654439 649108 656901 641295 637322 636042  total = 171.341262 per ms 
03:23:35.816 16  switches: flows:  640304 626353 652582 626750 619948 634299 635452 636055 641985 631031 623301 642705 649448 644319 630726 646473  total = 169.410069 per ms 
03:24:35.917 16  switches: flows:  690168 689620 697214 699198 695974 707522 710784 703548 707649 701806 698378 698654 707277 693316 689698 691470  total = 186.059657 per ms 
03:25:36.020 16  switches: flows:  671042 654376 659164 658851 657341 668413 666229 664367 669053 664073 661388 664038 673007 671593 669119 665013  total = 176.986087 per ms 
03:26:36.122 16  switches: flows:  585914 594436 608850 586551 585586 590395 600988 589948 606856 589658 596965 602305 587810 585285 591869 592272  total = 157.992966 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157992.97/186059.66/175120.69/58914.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:26:36.148700" elapsed="0.000789"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-22T03:26:36.149876" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-07-22T03:26:36.149634" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-07-22T03:26:36.149589" elapsed="0.000444"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-22T03:26:36.150209" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:26:36.150122" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-07-22T03:26:36.150098" elapsed="0.000210"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-22T03:26:36.150356" elapsed="0.000020"/>
</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-22T03:26:36.154647" elapsed="0.000538"/>
</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-22T03:26:36.155415" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:26:36.155894" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-22T03:26:36.150909" elapsed="0.005220"/>
</kw>
<msg time="2026-07-22T03:26:36.156319" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.53: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-22T03:16:29.484368" elapsed="606.671991"/>
</kw>
<status status="PASS" start="2026-07-22T03:16:29.484056" elapsed="606.672378"/>
</branch>
<status status="PASS" start="2026-07-22T03:16:29.483730" elapsed="606.672740"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.157158" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.53: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.170.53. 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:35.197 16  switches: flows:  582529 596284 593017 582998 603125 553070 595814 606207 582482 578348 576608 580227 581530 579643 580577 570636  total = 155.718250 per ms 
03:18:35.300 16  switches: flows:  643688 639600 650646 653014 643525 652309 651728 652986 652719 640159 653511 640914 653207 648746 652364 647653  total = 172.651799 per ms 
03:19:35.404 16  switches: flows:  673162 687927 678583 682103 692571 683704 678791 677830 697752 668790 687863 688808 683965 692027 665863 683453  total = 181.740706 per ms 
03:20:35.508 16  switches: flows:  672197 687435 683639 685318 686088 685483 694159 680099 684902 679226 685320 693744 678967 687233 683248 686639  total = 182.251491 per ms 
03:21:35.611 16  switches: flows:  674470 659312 661711 669162 664669 653961 675032 664855 664846 670971 671819 663572 671820 667965 670865 672208  total = 177.652177 per ms 
03:22:35.715 16  switches: flows:  650193 650959 626299 640002 621644 646738 657563 648114 640621 640816 654439 649108 656901 641295 637322 636042  total = 171.341262 per ms 
03:23:35.816 16  switches: flows:  640304 626353 652582 626750 619948 634299 635452 636055 641985 631031 623301 642705 649448 644319 630726 646473  total = 169.410069 per ms 
03:24:35.917 16  switches: flows:  690168 689620 697214 699198 695974 707522 710784 703548 707649 701806 698378 698654 707277 693316 689698 691470  total = 186.059657 per ms 
03:25:36.020 16  switches: flows:  671042 654376 659164 658851 657341 668413 666229 664367 669053 664073 661388 664038 673007 671593 669119 665013  total = 176.986087 per ms 
03:26:36.122 16  switches: flows:  585914 594436 608850 586551 585586 590395 600988 589948 606856 589658 596965 602305 587810 585285 591869 592272  total = 157.992966 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157992.97/186059.66/175120.69/58914.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:26:36.156715" elapsed="0.000557"/>
</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-22T03:26:36.157502" elapsed="0.000601"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-22T03:26:36.158721" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-22T03:26:36.158822" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157992.97/186059.66/175120.69/58914.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-22T03:26:36.158380" elapsed="0.000469"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:26:36.159298" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157992.97/186059.66/175120.69/58914.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-22T03:26:36.159021" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.162099" 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-22T03:26:36.159492" elapsed="0.002690"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.164915" level="INFO">157992.97/186059.66/175120.69/58914.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:26:36.162348" elapsed="0.002628"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:26:36.167753" 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-22T03:26:36.165148" elapsed="0.002635"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:26:36.170625" level="INFO">@{result_value_list} = [ 157992.97 | 186059.66 | 175120.69 | 58914.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-22T03:26:36.168009" elapsed="0.002647"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.171184" level="INFO">Length is 4.</msg>
<msg time="2026-07-22T03:26:36.171279" 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-22T03:26:36.170847" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.176945" level="INFO">min :: 157992.97</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-22T03:26:36.171751" elapsed="0.005257"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-22T03:26:36.171587" elapsed="0.005460"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.182549" level="INFO">max :: 186059.66</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-22T03:26:36.177292" elapsed="0.005319"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-22T03:26:36.177146" elapsed="0.005503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.188084" level="INFO">avg :: 175120.69</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-22T03:26:36.182910" elapsed="0.005236"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-22T03:26:36.182763" elapsed="0.005421"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.194156" level="INFO">stdev :: 58914.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-22T03:26:36.188427" elapsed="0.005811"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-22T03:26:36.188280" elapsed="0.006006"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-22T03:26:36.171375" elapsed="0.022954"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.199627" level="INFO">${min} = 157992.97</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-22T03:26:36.194537" elapsed="0.005126"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.204899" level="INFO">${max} = 186059.66</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-22T03:26:36.199889" elapsed="0.005047"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.209026" level="INFO">${average} = 175120.69</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-22T03:26:36.205130" elapsed="0.003923"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.212930" level="INFO">${stdev} = 58914.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-22T03:26:36.209203" elapsed="0.003754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.213471" level="INFO">${date} = 2026-07-22 03:26:36</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-22T03:26:36.213115" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.214100" level="INFO">CBench Result: 2026-07-22 03:26:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157992.97,186059.66,175120.69,58914.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-22T03:26:36.213684" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T03:26:36.215284" 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-22T03:26:36.214844" elapsed="0.000508"/>
</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-22T03:26:36.215501" 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-22T03:26:36.214330" elapsed="0.001742"/>
</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-22T03:16:29.482658" elapsed="606.733473"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.216604" 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-22T03:26:36.216280" elapsed="0.000467"/>
</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-22T03:26:36.217268" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-07-22T03:26:36.216968" elapsed="0.000642"/>
</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-22T03:16:29.481164" elapsed="606.736487"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.219317" 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-22T03:26:36.218939" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.220629" 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-22T03:26:36.220247" elapsed="0.000440"/>
</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-22T03:26:36.221027" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:26:36.220809" elapsed="0.000275"/>
</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-22T03:26:36.224278" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:26:36.224033" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-07-22T03:26:36.224014" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:26:36.224696" 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-22T03:26:36.224812" 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-22T03:26:36.224486" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.225382" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.248" 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-22T03:26:36.224968" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T03:26:36.225984" 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-22T03:26:36.225576" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:26:36.226927" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T03:26:36.227013" 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-22T03:26:36.226601" elapsed="0.000436"/>
</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-22T03:26:36.227173" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T03:26:36.228342" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-07-22T03:26:36.796111" 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 Wed Jul 22 03:26:36 UTC 2026

  System load:  0.26               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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: Wed Jul 22 03:16:29 2026 from 10.30.171.163
[?2004h[jenkins@releng-00446-33-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-22T03:26:36.227993" elapsed="0.568348"/>
</kw>
<msg time="2026-07-22T03:26:36.796434" 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-22T03:26:36.227640" elapsed="0.568889"/>
</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-22T03:26:36.226232" elapsed="0.570423"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-22T03:26:36.797280" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-22T03:36:42.872625" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-22T03:36:42.873281" level="INFO">${stdout} = </msg>
<msg time="2026-07-22T03:36:42.873387" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-22T03:26:36.796912" elapsed="606.076560"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:36:42.874011" elapsed="0.000764"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.875959" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53: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.170.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:41.937 16  switches: flows:  121735 118426 118356 118147 119483 120318 117540 119271 119921 117364 115377 115406 116514 118927 117947 114607  total = 31.488983 per ms 
03:28:42.037 16  switches: flows:  125855 122749 124117 121895 124729 122774 121116 126050 120540 122247 121663 122417 122542 122321 123272 118072  total = 32.651440 per ms 
03:29:42.137 16  switches: flows:  127312 127550 125836 126473 131713 127633 127850 127925 128772 126938 127060 122934 124487 130480 124867 124109  total = 33.809173 per ms 
03:30:42.238 16  switches: flows:  125228 125338 125155 126440 129923 125611 126100 126306 128047 125708 125166 121708 122390 127744 122611 122730  total = 33.381013 per ms 
03:31:42.338 16  switches: flows:  126008 123456 121650 124705 128402 124192 124829 124415 125475 124333 123238 120182 121758 127023 122405 121658  total = 33.007013 per ms 
03:32:42.439 16  switches: flows:  113241 112021 112179 113132 115161 113045 113182 112109 112476 111640 110239 109855 109587 114353 110456 109231  total = 29.815293 per ms 
03:33:42.540 16  switches: flows:  125850 126134 125527 126568 127408 124016 123387 127430 123088 124562 120626 124086 120752 125876 122423 120715  total = 33.085529 per ms 
03:34:42.642 16  switches: flows:  127476 127471 126456 123952 128982 124782 124112 127825 123692 122897 121146 123362 122972 127542 124640 121222  total = 33.253233 per ms 
03:35:42.743 16  switches: flows:  127948 126584 125729 123806 128377 124247 123212 126393 123729 121279 121768 123613 123769 126772 125680 119881  total = 33.157730 per ms 
03:36:42.844 16  switches: flows:  128833 127339 126945 123366 128098 125119 123899 126038 124663 121354 122289 123324 123344 125936 124241 119244  total = 33.178429 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29815.29/33809.17/32815.43/10993.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:36:42.875139" elapsed="0.001144"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-22T03:36:42.876831" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-07-22T03:36:42.876489" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-07-22T03:36:42.876426" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-22T03:36:42.877260" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-22T03:36:42.877180" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-07-22T03:36:42.877145" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-22T03:36:42.877513" elapsed="0.000030"/>
</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-22T03:36:42.881562" elapsed="0.000482"/>
</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-22T03:36:42.882248" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T03:36:42.882656" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-22T03:36:42.878213" elapsed="0.004676"/>
</kw>
<msg time="2026-07-22T03:36:42.883068" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-22T03:26:36.221418" elapsed="606.661687"/>
</kw>
<status status="PASS" start="2026-07-22T03:26:36.221109" elapsed="606.662066"/>
</branch>
<status status="PASS" start="2026-07-22T03:26:36.220786" elapsed="606.662421"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.883823" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.53: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.170.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:41.937 16  switches: flows:  121735 118426 118356 118147 119483 120318 117540 119271 119921 117364 115377 115406 116514 118927 117947 114607  total = 31.488983 per ms 
03:28:42.037 16  switches: flows:  125855 122749 124117 121895 124729 122774 121116 126050 120540 122247 121663 122417 122542 122321 123272 118072  total = 32.651440 per ms 
03:29:42.137 16  switches: flows:  127312 127550 125836 126473 131713 127633 127850 127925 128772 126938 127060 122934 124487 130480 124867 124109  total = 33.809173 per ms 
03:30:42.238 16  switches: flows:  125228 125338 125155 126440 129923 125611 126100 126306 128047 125708 125166 121708 122390 127744 122611 122730  total = 33.381013 per ms 
03:31:42.338 16  switches: flows:  126008 123456 121650 124705 128402 124192 124829 124415 125475 124333 123238 120182 121758 127023 122405 121658  total = 33.007013 per ms 
03:32:42.439 16  switches: flows:  113241 112021 112179 113132 115161 113045 113182 112109 112476 111640 110239 109855 109587 114353 110456 109231  total = 29.815293 per ms 
03:33:42.540 16  switches: flows:  125850 126134 125527 126568 127408 124016 123387 127430 123088 124562 120626 124086 120752 125876 122423 120715  total = 33.085529 per ms 
03:34:42.642 16  switches: flows:  127476 127471 126456 123952 128982 124782 124112 127825 123692 122897 121146 123362 122972 127542 124640 121222  total = 33.253233 per ms 
03:35:42.743 16  switches: flows:  127948 126584 125729 123806 128377 124247 123212 126393 123729 121279 121768 123613 123769 126772 125680 119881  total = 33.157730 per ms 
03:36:42.844 16  switches: flows:  128833 127339 126945 123366 128098 125119 123899 126038 124663 121354 122289 123324 123344 125936 124241 119244  total = 33.178429 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29815.29/33809.17/32815.43/10993.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:36:42.883407" elapsed="0.000518"/>
</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-22T03:36:42.884128" elapsed="0.000523"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-22T03:36:42.885195" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-22T03:36:42.885319" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29815.29/33809.17/32815.43/10993.62 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-22T03:36:42.884892" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:36:42.885947" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29815.29/33809.17/32815.43/10993.62 | 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-22T03:36:42.885578" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.889248" 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-22T03:36:42.886179" elapsed="0.003147"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.891999" level="INFO">29815.29/33809.17/32815.43/10993.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T03:36:42.889559" elapsed="0.002495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:36:42.894382" 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-22T03:36:42.892200" elapsed="0.002208"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T03:36:42.896789" level="INFO">@{result_value_list} = [ 29815.29 | 33809.17 | 32815.43 | 10993.62 ]</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-22T03:36:42.894593" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.897267" level="INFO">Length is 4.</msg>
<msg time="2026-07-22T03:36:42.897354" 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-22T03:36:42.896966" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.902056" level="INFO">min :: 29815.29</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-22T03:36:42.897802" elapsed="0.004310"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-22T03:36:42.897658" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.906560" level="INFO">max :: 33809.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-22T03:36:42.902365" elapsed="0.004250"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-22T03:36:42.902240" elapsed="0.004409"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.911090" level="INFO">avg :: 32815.43</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-22T03:36:42.906890" elapsed="0.004254"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-22T03:36:42.906765" elapsed="0.004413"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.915832" level="INFO">stdev :: 10993.62</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-22T03:36:42.911385" elapsed="0.004505"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-22T03:36:42.911261" elapsed="0.004664"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-22T03:36:42.897458" elapsed="0.018498"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.919841" level="INFO">${min} = 29815.29</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-22T03:36:42.916117" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.923866" level="INFO">${max} = 33809.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-22T03:36:42.920020" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.927720" level="INFO">${average} = 32815.43</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-22T03:36:42.924042" elapsed="0.003706"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.931547" level="INFO">${stdev} = 10993.62</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-22T03:36:42.927901" elapsed="0.003672"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.932090" level="INFO">${date} = 2026-07-22 03:36:42</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-22T03:36:42.931746" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.932654" level="INFO">CBench Result: 2026-07-22 03:36:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29815.29,33809.17,32815.43,10993.62</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-22T03:36:42.932256" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T03:36:42.933867" 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-22T03:36:42.933344" 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-22T03:36:42.934083" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-22T03:36:42.932875" elapsed="0.001732"/>
</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-22T03:26:36.219701" elapsed="606.714985"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.935139" 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-22T03:36:42.934834" elapsed="0.000361"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-22T03:36:42.936394" 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-22T03:36:42.935911" elapsed="0.000510"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-22T03:36:42.936651" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-22T03:36:42.936505" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-07-22T03:36:42.936482" elapsed="0.000275"/>
</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-22T03:36:42.936899" 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-22T03:36:42.937052" elapsed="0.000020"/>
</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-22T03:36:42.937209" 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-22T03:36:42.937415" 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-22T03:36:42.937564" elapsed="0.000020"/>
</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-22T03:36:42.937722" elapsed="0.000030"/>
</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-22T03:36:42.937876" elapsed="0.000019"/>
</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-22T03:36:42.938096" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-22T03:36:42.937962" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-07-22T03:36:42.937946" elapsed="0.000224"/>
</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-22T03:36:42.935565" elapsed="0.002655"/>
</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-22T03:26:36.218325" elapsed="606.719939"/>
</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-22T03:06:20.387439" elapsed="1822.551585"/>
</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>
