<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-08T03:03:30.977104" 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-08-08T03:03:31.529448" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:03:31.529297" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:31.529267" elapsed="0.000314"/>
</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-08-08T03:03:31.529730" elapsed="0.000497"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T03:03:31.530713" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-08-08T03:03:32.411379" 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-08-08T03:03:31.530398" elapsed="0.881191"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T03:03:32.462756" 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-08-08T03:03:32.411878" elapsed="0.050949"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T03:03:32.484445" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T03:03:32.484576" 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-08-08T03:03:32.462996" elapsed="0.021621"/>
</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-08-08T03:03:32.484803" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:03:32.485216" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:32.486155" 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-08-08T03:03:32.485705" elapsed="0.000514"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T03:03:32.486278" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T03:03:31.528925" elapsed="0.957576"/>
</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-08-08T03:03:31.525291" elapsed="0.961276"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:03:32.487309" 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-08-08T03:03:32.486852" elapsed="0.000602"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:03:32.488054" 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-08-08T03:03:32.487674" elapsed="0.000441"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T03:03:32.488976" 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-08-08T03:03:32.488333" elapsed="0.000673"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:32.489685" 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-08-08T03:03:32.489247" elapsed="0.000486"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T03:03:32.490525" 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-08-08T03:03:32.489885" elapsed="0.000669"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:32.491039" 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-08-08T03:03:32.490720" elapsed="0.000363"/>
</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-08-08T03:03:32.491392" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:03:32.491174" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:03:32.496399" 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-08-08T03:03:32.495831" elapsed="0.000631"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:03:32.498379" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T03:03:32.498528" 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-08-08T03:03:32.497673" elapsed="0.000892"/>
</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-08-08T03:03:32.498772" elapsed="0.000570"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T03:03:32.500805" level="INFO">Logging into '10.30.170.193:22' as 'jenkins'.</msg>
<msg time="2026-08-08T03:03:33.251349" 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 Sat Aug  8 03:03:32 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.193
  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-50-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-08-08T03:03:32.500086" elapsed="0.751475"/>
</kw>
<msg time="2026-08-08T03:03:33.251663" 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-08-08T03:03:32.499598" elapsed="0.752164"/>
</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-08-08T03:03:32.497131" elapsed="0.754761"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.260804" 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-08-08T03:03:33.252112" elapsed="0.010508"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:03:33.262950" elapsed="0.000454"/>
</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-08-08T03:03:32.495065" elapsed="0.768469"/>
</kw>
<status status="PASS" start="2026-08-08T03:03:32.491555" elapsed="0.772037"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:32.491147" elapsed="0.772492"/>
</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-08-08T03:03:33.263868" elapsed="0.000739"/>
</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-08-08T03:03:33.271282" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:03:33.271091" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:33.271055" elapsed="0.000347"/>
</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-08-08T03:03:33.276260" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:03:33.276140" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:33.276120" elapsed="0.000211"/>
</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-08-08T03:03:33.276502" elapsed="0.000487"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.277431" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-08-08T03:03:33.428095" 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-08-08T03:03:33.277141" elapsed="0.151217"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.527623" 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-08-08T03:03:33.428839" elapsed="0.098950"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.537679" 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-08-08T03:03:33.537896" 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-08-08T03:03:33.528068" elapsed="0.009862"/>
</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-08-08T03:03:33.538079" elapsed="0.000259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:03:33.538515" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:33.539298" 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-08-08T03:03:33.538953" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T03:03:33.539410" elapsed="0.000086"/>
</return>
<msg time="2026-08-08T03:03:33.539656" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T03:03:33.275764" elapsed="0.263925"/>
</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-08-08T03:03:33.539839" elapsed="0.000533"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T03:03:33.540486" elapsed="0.000037"/>
</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-08-08T03:03:33.270617" elapsed="0.270046"/>
</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-08-08T03:03:33.544556" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:03:33.544395" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:33.544368" elapsed="0.000261"/>
</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-08-08T03:03:33.544763" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.545655" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-08-08T03:03:33.761735" 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-08-08T03:03:33.545369" elapsed="0.216538"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.788197" 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-08-08T03:03:33.762190" elapsed="0.026134"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.790717" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T03:03:33.790835" 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-08-08T03:03:33.788596" elapsed="0.002269"/>
</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-08-08T03:03:33.791007" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:03:33.791453" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:33.792137" 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-08-08T03:03:33.791808" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T03:03:33.792244" elapsed="0.000058"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T03:03:33.544046" elapsed="0.248403"/>
</kw>
<status status="PASS" start="2026-08-08T03:03:31.523543" elapsed="2.268975"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:33.794776" 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-08-08T03:03:33.793352" elapsed="0.001493"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:33.796311" 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-08-08T03:03:33.795955" elapsed="0.000401"/>
</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-08-08T03:03:33.796713" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:03:33.796464" elapsed="0.000309"/>
</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-08-08T03:03:33.800060" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:03:33.799803" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:33.799783" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.800517" 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-08-08T03:03:33.800645" 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-08-08T03:03:33.800279" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:33.801244" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.193" 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-08-08T03:03:33.800810" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.801952" 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-08-08T03:03:33.801464" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:03:33.803322" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T03:03:33.803730" 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-08-08T03:03:33.802582" elapsed="0.001209"/>
</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-08-08T03:03:33.804245" elapsed="0.000959"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T03:03:33.807340" level="INFO">Logging into '10.30.170.193:22' as 'jenkins'.</msg>
<msg time="2026-08-08T03:03:34.147303" 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 Sat Aug  8 03:03:32 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.193
  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: Sat Aug  8 03:03:33 2026 from 10.30.170.101
[?2004h[jenkins@releng-00446-50-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-08-08T03:03:33.806377" elapsed="0.341161"/>
</kw>
<msg time="2026-08-08T03:03:34.147629" 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-08-08T03:03:33.805588" elapsed="0.342136"/>
</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-08-08T03:03:33.802182" elapsed="0.345670"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T03:03:34.148387" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T03:13:40.255082" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T03:13:40.255925" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T03:13:40.256052" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T03:03:34.148082" elapsed="606.108032"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:13:40.256695" elapsed="0.000844"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.258690" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:39.365 16  switches: flows:  91481 94589 92117 92682 91552 91537 94811 92670 89055 89703 90871 89942 91054 88854 90799 87973  total = 24.328167 per ms 
03:05:39.465 16  switches: flows:  115297 117579 114318 117128 115200 113340 116308 115412 114321 113031 112696 112721 111252 111274 111658 109858  total = 30.305963 per ms 
03:06:39.565 16  switches: flows:  115742 116259 113044 113314 114492 114424 114642 115053 110112 111485 111310 110068 109974 107937 111599 108586  total = 29.917287 per ms 
03:07:39.666 16  switches: flows:  119885 116920 115388 118491 117578 117339 115690 115557 112563 112065 115730 112146 112763 111478 113579 110386  total = 30.574883 per ms 
03:08:39.766 16  switches: flows:  118779 121689 118840 118865 118143 119521 117450 118521 115897 114936 117512 116282 114686 114768 117025 113035  total = 31.213696 per ms 
03:09:39.866 16  switches: flows:  122220 123621 121583 123750 121734 124852 123097 121183 120985 120157 118692 120637 118057 118605 120752 117438  total = 32.235540 per ms 
03:10:39.967 16  switches: flows:  118990 119482 116923 118415 117196 119736 116865 117231 116650 116805 114938 115297 114205 113320 114746 113078  total = 31.012773 per ms 
03:11:40.067 16  switches: flows:  122783 123017 123977 121797 122400 122848 121151 119539 117668 118792 119125 119753 116852 119430 119007 118363  total = 32.054831 per ms 
03:12:40.168 16  switches: flows:  120624 118226 122045 118108 121082 119205 118078 119560 116161 116671 117094 117417 116371 119113 116083 115599  total = 31.471380 per ms 
03:13:40.268 16  switches: flows:  123046 122559 124859 122381 123228 121682 124766 119914 117575 119995 117844 120465 117777 119400 118874 115889  total = 32.117209 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29917.29/32235.54/31211.51/10433.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:40.257924" elapsed="0.001098"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T03:13:40.259552" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-08T03:13:40.259212" elapsed="0.000498"/>
</branch>
<status status="PASS" start="2026-08-08T03:13:40.259156" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T03:13:40.259983" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:13:40.259899" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:13:40.259863" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T03:13:40.260197" elapsed="0.000031"/>
</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-08-08T03:13:40.264630" elapsed="0.000582"/>
</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-08-08T03:13:40.265449" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:13:40.265919" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T03:13:40.261013" elapsed="0.005130"/>
</kw>
<msg time="2026-08-08T03:13:40.266407" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T03:03:33.797155" elapsed="606.469324"/>
</kw>
<status status="PASS" start="2026-08-08T03:03:33.796805" elapsed="606.469748"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:33.796414" elapsed="606.470173"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.267234" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:39.365 16  switches: flows:  91481 94589 92117 92682 91552 91537 94811 92670 89055 89703 90871 89942 91054 88854 90799 87973  total = 24.328167 per ms 
03:05:39.465 16  switches: flows:  115297 117579 114318 117128 115200 113340 116308 115412 114321 113031 112696 112721 111252 111274 111658 109858  total = 30.305963 per ms 
03:06:39.565 16  switches: flows:  115742 116259 113044 113314 114492 114424 114642 115053 110112 111485 111310 110068 109974 107937 111599 108586  total = 29.917287 per ms 
03:07:39.666 16  switches: flows:  119885 116920 115388 118491 117578 117339 115690 115557 112563 112065 115730 112146 112763 111478 113579 110386  total = 30.574883 per ms 
03:08:39.766 16  switches: flows:  118779 121689 118840 118865 118143 119521 117450 118521 115897 114936 117512 116282 114686 114768 117025 113035  total = 31.213696 per ms 
03:09:39.866 16  switches: flows:  122220 123621 121583 123750 121734 124852 123097 121183 120985 120157 118692 120637 118057 118605 120752 117438  total = 32.235540 per ms 
03:10:39.967 16  switches: flows:  118990 119482 116923 118415 117196 119736 116865 117231 116650 116805 114938 115297 114205 113320 114746 113078  total = 31.012773 per ms 
03:11:40.067 16  switches: flows:  122783 123017 123977 121797 122400 122848 121151 119539 117668 118792 119125 119753 116852 119430 119007 118363  total = 32.054831 per ms 
03:12:40.168 16  switches: flows:  120624 118226 122045 118108 121082 119205 118078 119560 116161 116671 117094 117417 116371 119113 116083 115599  total = 31.471380 per ms 
03:13:40.268 16  switches: flows:  123046 122559 124859 122381 123228 121682 124766 119914 117575 119995 117844 120465 117777 119400 118874 115889  total = 32.117209 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29917.29/32235.54/31211.51/10433.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:40.266788" elapsed="0.000589"/>
</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-08-08T03:13:40.267618" elapsed="0.000606"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T03:13:40.268842" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T03:13:40.268994" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29917.29/32235.54/31211.51/10433.63 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-08-08T03:13:40.268480" elapsed="0.000549"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:13:40.269642" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29917.29/32235.54/31211.51/10433.63 | 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-08-08T03:13:40.269248" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.273176" 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-08-08T03:13:40.269885" elapsed="0.003374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.275906" level="INFO">29917.29/32235.54/31211.51/10433.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:40.273494" elapsed="0.002472"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:13:40.278589" 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-08-08T03:13:40.276120" elapsed="0.002499"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:13:40.281177" level="INFO">@{result_value_list} = [ 29917.29 | 32235.54 | 31211.51 | 10433.63 ]</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-08-08T03:13:40.278826" elapsed="0.002381"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.281712" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T03:13:40.281804" 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-08-08T03:13:40.281362" elapsed="0.000467"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.286772" level="INFO">min :: 29917.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-08-08T03:13:40.282246" elapsed="0.004586"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T03:13:40.282112" elapsed="0.004756"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.291598" level="INFO">max :: 32235.54</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-08-08T03:13:40.287125" elapsed="0.004534"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T03:13:40.286988" elapsed="0.004707"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.296503" level="INFO">avg :: 31211.51</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-08-08T03:13:40.291917" elapsed="0.004646"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T03:13:40.291786" elapsed="0.004813"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.301260" level="INFO">stdev :: 10433.63</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-08-08T03:13:40.296865" elapsed="0.004458"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T03:13:40.296693" elapsed="0.004671"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T03:13:40.281902" elapsed="0.019497"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.305604" level="INFO">${min} = 29917.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-08-08T03:13:40.301579" elapsed="0.004054"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.309891" level="INFO">${max} = 32235.54</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-08-08T03:13:40.305791" elapsed="0.004129"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.313954" level="INFO">${average} = 31211.51</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-08-08T03:13:40.310075" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.318274" level="INFO">${stdev} = 10433.63</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-08-08T03:13:40.314139" elapsed="0.004163"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.318864" level="INFO">${date} = 2026-08-08 03:13:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T03:13:40.318482" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.319495" level="INFO">CBench Result: 2026-08-08 03:13:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29917.29,32235.54,31211.51,10433.63</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-08-08T03:13:40.319040" elapsed="0.000530"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:13:40.320695" 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-08-08T03:13:40.320243" elapsed="0.000571"/>
</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-08-08T03:13:40.320986" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T03:13:40.319744" elapsed="0.001806"/>
</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-08-08T03:03:33.795290" elapsed="606.526324"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.322108" 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-08-08T03:13:40.321768" elapsed="0.000398"/>
</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-08-08T03:13:40.322716" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-08-08T03:13:40.322385" elapsed="0.000674"/>
</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-08-08T03:03:33.792674" elapsed="606.530424"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.324517" 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-08-08T03:13:40.324084" elapsed="0.000494"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.325856" 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-08-08T03:13:40.325521" elapsed="0.000379"/>
</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-08-08T03:13:40.326256" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:13:40.326017" elapsed="0.000300"/>
</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-08-08T03:13:40.329304" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:13:40.329055" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-08-08T03:13:40.329035" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:13:40.329751" 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-08-08T03:13:40.329874" 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-08-08T03:13:40.329545" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.330478" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.193" 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-08-08T03:13:40.330038" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:13:40.331077" 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-08-08T03:13:40.330679" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:13:40.332123" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T03:13:40.332228" 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-08-08T03:13:40.331777" elapsed="0.000477"/>
</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-08-08T03:13:40.332406" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T03:13:40.333734" level="INFO">Logging into '10.30.170.193:22' as 'jenkins'.</msg>
<msg time="2026-08-08T03:13:40.922119" 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 Sat Aug  8 03:13:40 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.193
  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: Sat Aug  8 03:03:34 2026 from 10.30.170.101
[?2004h[jenkins@releng-00446-50-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-08-08T03:13:40.333354" elapsed="0.588963"/>
</kw>
<msg time="2026-08-08T03:13:40.922405" 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-08-08T03:13:40.333003" elapsed="0.589510"/>
</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-08-08T03:13:40.331355" elapsed="0.591275"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T03:13:40.923144" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T03:18:39.685904" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-08T03:18:39.686726" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T03:18:39.686844" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186: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-08-08T03:13:40.922850" elapsed="298.764055"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:18:39.687492" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.689404" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.064 16  switches: flows:  398521 395454 421119 385945 413835 391539 396042 413480 394245 396726 302154 397129 300127 322156 408919 325332  total = 101.045383 per ms 
03:15:47.798 16  switches: flows:  368563 387951 380364 376503 383380 386675 372608 392812 382255 372210 359477 379722 333027 389645 383793 370534  total = 97.507683 per ms 
03:16:47.900 16  switches: flows:  344067 314530 241098 297757 340121 303985 370922 419683 255445 375086 310520 302369 348043 342918 351848 402344  total = 88.527972 per ms 
03:17:48.159 16  switches: flows:  296775 259235 326901 288925 305184 256952 240909 318608 247630 311150 260365 375694 329355 287660 296467 242628  total = 77.075065 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:18:39.688652" elapsed="0.001120"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T03:18:39.690316" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-08-08T03:18:39.689960" elapsed="0.000608"/>
</branch>
<status status="PASS" start="2026-08-08T03:18:39.689906" elapsed="0.000729"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T03:18:39.690870" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:18:39.690777" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:18:39.690738" elapsed="0.000286"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T03:18:39.691100" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:18:39.695445" elapsed="0.000543"/>
</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-08-08T03:18:39.696197" elapsed="0.000272"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:18:39.696657" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T03:18:39.691964" elapsed="0.004932"/>
</kw>
<msg time="2026-08-08T03:18:39.697102" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186: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-08-08T03:13:40.326680" elapsed="299.370466"/>
</kw>
<status status="PASS" start="2026-08-08T03:13:40.326343" elapsed="299.370889"/>
</branch>
<status status="PASS" start="2026-08-08T03:13:40.325994" elapsed="299.371272"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.697900" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.064 16  switches: flows:  398521 395454 421119 385945 413835 391539 396042 413480 394245 396726 302154 397129 300127 322156 408919 325332  total = 101.045383 per ms 
03:15:47.798 16  switches: flows:  368563 387951 380364 376503 383380 386675 372608 392812 382255 372210 359477 379722 333027 389645 383793 370534  total = 97.507683 per ms 
03:16:47.900 16  switches: flows:  344067 314530 241098 297757 340121 303985 370922 419683 255445 375086 310520 302369 348043 342918 351848 402344  total = 88.527972 per ms 
03:17:48.159 16  switches: flows:  296775 259235 326901 288925 305184 256952 240909 318608 247630 311150 260365 375694 329355 287660 296467 242628  total = 77.075065 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:18:39.697488" elapsed="0.000506"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.698832" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.064 16  switches: flows:  398521 395454 421119 385945 413835 391539 396042 413480 394245 396726 302154 397129 300127 322156 408919 325332  total = 101.045383 per ms 
03:15:47.798 16  switches: flows:  368563 387951 380364 376503 383380 386675 372608 392812 382255 372210 359477 379722 333027 389645 383793 370534  total = 97.507683 per ms 
03:16:47.900 16  switches: flows:  344067 314530 241098 297757 340121 303985 370922 419683 255445 375086 310520 302369 348043 342918 351848 402344  total = 88.527972 per ms 
03:17:48.159 16  switches: flows:  296775 259235 326901 288925 305184 256952 240909 318608 247630 311150 260365 375694 329355 287660 296467 242628  total = 77.075065 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-08T03:18:39.698198" elapsed="0.000869">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.064 16  switches: flows:  398521 395454 421119 385945 413835 391539 396042 413480 394245 396726 302154 397129 300127 322156 408919 325332  total = 101.045383 per ms 
03:15:47.798 16  switches: flows:  368563 387951 380364 376503 383380 386675 372608 392812 382255 372210 359477 379722 333027 389645 383793 370534  total = 97.507683 per ms 
03:16:47.900 16  switches: flows:  344067 314530 241098 297757 340121 303985 370922 419683 255445 375086 310520 302369 348043 342918 351848 402344  total = 88.527972 per ms 
03:17:48.159 16  switches: flows:  296775 259235 326901 288925 305184 256952 240909 318608 247630 311150 260365 375694 329355 287660 296467 242628  total = 77.075065 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.699359" elapsed="0.000031"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.699699" elapsed="0.000051"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.699983" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.700201" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-08T03:18:39.700414" elapsed="0.000054"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-08T03:18:39.700669" elapsed="0.000027"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-08T03:18:39.700864" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.701150" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-08T03:18:39.701028" elapsed="0.000174"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-08T03:18:39.700944" elapsed="0.000287"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-08T03:18:39.701378" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-08T03:18:39.701552" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-08T03:18:39.701707" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-08T03:18:39.701861" elapsed="0.000019"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.702024" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.702177" elapsed="0.000020"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-08T03:18:39.702335" elapsed="0.000022"/>
</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="FAIL" start="2026-08-08T03:13:40.324920" elapsed="299.377587">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.064 16  switches: flows:  398521 395454 421119 385945 413835 391539 396042 413480 394245 396726 302154 397129 300127 322156 408919 325332  total = 101.045383 per ms 
03:15:47.798 16  switches: flows:  368563 387951 380364 376503 383380 386675 372608 392812 382255 372210 359477 379722 333027 389645 383793 370534  total = 97.507683 per ms 
03:16:47.900 16  switches: flows:  344067 314530 241098 297757 340121 303985 370922 419683 255445 375086 310520 302369 348043 342918 351848 402344  total = 88.527972 per ms 
03:17:48.159 16  switches: flows:  296775 259235 326901 288925 305184 256952 240909 318608 247630 311150 260365 375694 329355 287660 296467 242628  total = 77.075065 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-08T03:18:39.702675" elapsed="0.000021"/>
</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-08-08T03:18:39.703233" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-08-08T03:18:39.702937" elapsed="0.000657"/>
</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="FAIL" start="2026-08-08T03:13:40.323414" elapsed="299.380236">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.064 16  switches: flows:  398521 395454 421119 385945 413835 391539 396042 413480 394245 396726 302154 397129 300127 322156 408919 325332  total = 101.045383 per ms 
03:15:47.798 16  switches: flows:  368563 387951 380364 376503 383380 386675 372608 392812 382255 372210 359477 379722 333027 389645 383793 370534  total = 97.507683 per ms 
03:16:47.900 16  switches: flows:  344067 314530 241098 297757 340121 303985 370922 419683 255445 375086 310520 302369 348043 342918 351848 402344  total = 88.527972 per ms 
03:17:48.159 16  switches: flows:  296775 259235 326901 288925 305184 256952 240909 318608 247630 311150 260365 375694 329355 287660 296467 242628  total = 77.075065 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.704912" 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-08-08T03:18:39.704526" elapsed="0.000444"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.706555" 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-08-08T03:18:39.705984" elapsed="0.000617"/>
</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-08-08T03:18:39.706888" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:18:39.706671" elapsed="0.000276"/>
</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-08-08T03:18:39.709873" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:18:39.709626" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-08T03:18:39.709608" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:18:39.710260" 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-08-08T03:18:39.710376" 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-08-08T03:18:39.710081" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.710974" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.193" 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-08-08T03:18:39.710552" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:18:39.711581" 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-08-08T03:18:39.711168" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:18:39.712530" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T03:18:39.712620" 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-08-08T03:18:39.712204" elapsed="0.000440"/>
</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-08-08T03:18:39.712782" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T03:18:39.713978" level="INFO">Logging into '10.30.170.193:22' as 'jenkins'.</msg>
<msg time="2026-08-08T03:18:40.315722" 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 Sat Aug  8 03:18:39 UTC 2026

  System load:  0.08               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.193
  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: Sat Aug  8 03:13:40 2026 from 10.30.170.101
[?2004h[jenkins@releng-00446-50-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-08-08T03:18:39.713618" elapsed="0.602329"/>
</kw>
<msg time="2026-08-08T03:18:40.316077" 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-08-08T03:18:39.713258" elapsed="0.602919"/>
</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-08-08T03:18:39.711832" elapsed="0.604472"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T03:18:40.316898" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T03:28:47.046153" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T03:28:47.046783" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T03:28:47.046891" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T03:18:40.316569" elapsed="606.730381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:28:47.047411" elapsed="0.000786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.049393" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:45.458 16  switches: flows:  99453 97079 99048 98231 100628 97230 98725 97801 95964 95872 95908 94733 94796 94570 95984 95102  total = 25.852067 per ms 
03:20:45.559 16  switches: flows:  121668 120076 122130 120563 121706 120389 118048 120172 119035 118275 120711 118140 117348 118174 115631 119036  total = 31.798579 per ms 
03:21:45.659 16  switches: flows:  106260 104286 105445 103751 104443 105294 101749 104622 101709 101794 103772 102188 98966 99858 101062 102765  total = 27.420236 per ms 
03:22:45.759 16  switches: flows:  123225 120695 120809 118022 117677 121082 117655 116675 115364 116028 117079 117868 114078 114580 117085 117104  total = 31.364690 per ms 
03:23:45.860 16  switches: flows:  124074 122612 124455 121994 120963 123398 121481 120692 119824 116586 117837 118898 116717 117498 118816 118780  total = 32.023494 per ms 
03:24:45.960 16  switches: flows:  121889 123828 121863 118484 119617 121048 120640 119620 118448 116367 117201 119727 116604 114417 118747 119534  total = 31.747543 per ms 
03:25:46.062 16  switches: flows:  126020 125437 124559 123127 124411 124773 122719 122228 121056 119250 120532 120270 119366 118754 121114 122069  total = 32.539734 per ms 
03:26:46.162 16  switches: flows:  125280 125554 126294 123905 123348 124687 124531 121903 122364 120112 121581 121617 120222 120273 121532 120711  total = 32.677313 per ms 
03:27:46.262 16  switches: flows:  125547 121793 123054 123817 120979 123572 122673 122087 118738 120608 120668 122510 119301 120208 118287 117231  total = 32.297334 per ms 
03:28:46.363 16  switches: flows:  123610 119635 121051 121230 118552 120207 121544 120821 116119 118451 120134 120225 117101 117140 115029 115891  total = 31.726019 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27420.24/32677.31/31510.55/10610.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:28:47.048669" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T03:28:47.050236" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-08-08T03:28:47.049938" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-08-08T03:28:47.049888" elapsed="0.000596"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T03:28:47.050701" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:28:47.050616" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:28:47.050580" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T03:28:47.050911" 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-08-08T03:28:47.056737" elapsed="0.000334"/>
</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-08-08T03:28:47.057221" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:28:47.057543" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T03:28:47.051638" elapsed="0.006059"/>
</kw>
<msg time="2026-08-08T03:28:47.057825" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T03:18:39.707281" elapsed="607.350571"/>
</kw>
<status status="PASS" start="2026-08-08T03:18:39.706971" elapsed="607.350931"/>
</branch>
<status status="PASS" start="2026-08-08T03:18:39.706652" elapsed="607.351272"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.058348" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:45.458 16  switches: flows:  99453 97079 99048 98231 100628 97230 98725 97801 95964 95872 95908 94733 94796 94570 95984 95102  total = 25.852067 per ms 
03:20:45.559 16  switches: flows:  121668 120076 122130 120563 121706 120389 118048 120172 119035 118275 120711 118140 117348 118174 115631 119036  total = 31.798579 per ms 
03:21:45.659 16  switches: flows:  106260 104286 105445 103751 104443 105294 101749 104622 101709 101794 103772 102188 98966 99858 101062 102765  total = 27.420236 per ms 
03:22:45.759 16  switches: flows:  123225 120695 120809 118022 117677 121082 117655 116675 115364 116028 117079 117868 114078 114580 117085 117104  total = 31.364690 per ms 
03:23:45.860 16  switches: flows:  124074 122612 124455 121994 120963 123398 121481 120692 119824 116586 117837 118898 116717 117498 118816 118780  total = 32.023494 per ms 
03:24:45.960 16  switches: flows:  121889 123828 121863 118484 119617 121048 120640 119620 118448 116367 117201 119727 116604 114417 118747 119534  total = 31.747543 per ms 
03:25:46.062 16  switches: flows:  126020 125437 124559 123127 124411 124773 122719 122228 121056 119250 120532 120270 119366 118754 121114 122069  total = 32.539734 per ms 
03:26:46.162 16  switches: flows:  125280 125554 126294 123905 123348 124687 124531 121903 122364 120112 121581 121617 120222 120273 121532 120711  total = 32.677313 per ms 
03:27:46.262 16  switches: flows:  125547 121793 123054 123817 120979 123572 122673 122087 118738 120608 120668 122510 119301 120208 118287 117231  total = 32.297334 per ms 
03:28:46.363 16  switches: flows:  123610 119635 121051 121230 118552 120207 121544 120821 116119 118451 120134 120225 117101 117140 115029 115891  total = 31.726019 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27420.24/32677.31/31510.55/10610.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:28:47.058061" elapsed="0.000378"/>
</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-08-08T03:28:47.058586" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T03:28:47.059347" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T03:28:47.059455" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27420.24/32677.31/31510.55/10610.03 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-08-08T03:28:47.059126" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:28:47.059887" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27420.24/32677.31/31510.55/10610.03 | 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-08-08T03:28:47.059634" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.062304" 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-08-08T03:28:47.060057" elapsed="0.002304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.064757" level="INFO">27420.24/32677.31/31510.55/10610.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:28:47.062524" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:28:47.067212" 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-08-08T03:28:47.064961" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:28:47.069722" level="INFO">@{result_value_list} = [ 27420.24 | 32677.31 | 31510.55 | 10610.03 ]</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-08-08T03:28:47.067466" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.070207" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T03:28:47.070295" 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-08-08T03:28:47.069903" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.075027" level="INFO">min :: 27420.24</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-08-08T03:28:47.070726" elapsed="0.004358"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T03:28:47.070597" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.079650" level="INFO">max :: 32677.31</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-08-08T03:28:47.075333" elapsed="0.004374"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T03:28:47.075207" elapsed="0.004536"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.084280" level="INFO">avg :: 31510.55</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-08-08T03:28:47.079958" elapsed="0.004379"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T03:28:47.079831" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.088932" level="INFO">stdev :: 10610.03</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-08-08T03:28:47.084611" elapsed="0.004379"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T03:28:47.084486" elapsed="0.004539"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T03:28:47.070385" elapsed="0.018670"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.093242" level="INFO">${min} = 27420.24</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-08-08T03:28:47.089213" elapsed="0.004057"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.097151" level="INFO">${max} = 32677.31</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-08-08T03:28:47.093440" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.101111" level="INFO">${average} = 31510.55</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-08-08T03:28:47.097330" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.105027" level="INFO">${stdev} = 10610.03</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-08-08T03:28:47.101288" elapsed="0.003766"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.105590" level="INFO">${date} = 2026-08-08 03:28:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T03:28:47.105214" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.106170" level="INFO">CBench Result: 2026-08-08 03:28:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27420.24,32677.31,31510.55,10610.03</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-08-08T03:28:47.105761" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:28:47.107319" 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-08-08T03:28:47.106847" elapsed="0.000543"/>
</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-08-08T03:28:47.107564" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T03:28:47.106363" elapsed="0.001736"/>
</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-08-08T03:18:39.705272" elapsed="607.402886"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.108636" 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-08-08T03:28:47.108306" elapsed="0.000387"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T03:28:47.109898" 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-08-08T03:28:47.109407" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-08T03:28:47.110145" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-08T03:28:47.110001" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-08T03:28:47.109982" elapsed="0.000247"/>
</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-08-08T03:28:47.110368" elapsed="0.000022"/>
</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-08-08T03:28:47.110541" elapsed="0.000021"/>
</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-08-08T03:28:47.110699" elapsed="0.000021"/>
</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-08-08T03:28:47.110891" 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-08-08T03:28:47.111039" elapsed="0.000019"/>
</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-08-08T03:28:47.111182" elapsed="0.000020"/>
</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-08-08T03:28:47.111325" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-08T03:28:47.111559" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:28:47.111407" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:28:47.111390" elapsed="0.000244"/>
</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-08-08T03:28:47.109056" elapsed="0.002630"/>
</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-08-08T03:18:39.704010" elapsed="607.407726"/>
</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="FAIL" start="2026-08-08T03:03:30.978759" elapsed="1516.133429"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
