<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-17T03:05:37.356209" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-17T03:05:37.898083" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:05:37.897949" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:37.897921" 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-07-17T03:05:37.898324" elapsed="0.000483"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-17T03:05:37.899283" level="INFO">Logging into '10.30.170.11:8101' as 'karaf'.</msg>
<msg time="2026-07-17T03:05:38.577723" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-17T03:05:37.898990" elapsed="0.678924"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-17T03:05:38.626175" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-17T03:05:38.578191" elapsed="0.048131"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-17T03:05:38.629584" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-17T03:05:38.629745" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-17T03:05:38.626671" elapsed="0.003118"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-17T03:05:38.630038" elapsed="0.000292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:05:38.630578" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:05:38.631575" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:05:38.631112" elapsed="0.000543"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-17T03:05:38.631731" elapsed="0.000072"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.11
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-17T03:05:37.897561" elapsed="0.734449"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-17T03:05:37.894027" elapsed="0.738074"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-17T03:05:38.632834" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-17T03:05:38.632353" elapsed="0.000586"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-17T03:05:38.633552" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-17T03:05:38.633190" elapsed="0.000454"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-17T03:05:38.634596" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-17T03:05:38.634009" elapsed="0.000634"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-17T03:05:38.635386" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-17T03:05:38.634926" elapsed="0.000518"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-17T03:05:38.636201" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-17T03:05:38.635645" elapsed="0.000594"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-17T03:05:38.636911" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-17T03:05:38.636456" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-17T03:05:38.637376" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:05:38.637082" elapsed="0.000369"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:05:38.642802" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:05:38.642399" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:05:38.643823" level="INFO">Length is 0.</msg>
<msg time="2026-07-17T03:05:38.643979" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:05:38.643384" elapsed="0.000623"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:05:38.644152" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-17T03:05:38.645491" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-07-17T03:05:39.371599" 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 Fri Jul 17 03:05:38 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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-28-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-17T03:05:38.645011" elapsed="0.726713"/>
</kw>
<msg time="2026-07-17T03:05:39.371802" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:05:38.644652" elapsed="0.727251"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-17T03:05:38.643049" elapsed="0.728968"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.378757" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-17T03:05:39.372208" elapsed="0.008359"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:05:39.380811" elapsed="0.000398"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-17T03:05:38.641882" elapsed="0.739412"/>
</kw>
<status status="PASS" start="2026-07-17T03:05:38.637738" elapsed="0.743607"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:38.637049" elapsed="0.744341"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-17T03:05:39.381594" elapsed="0.000639"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-17T03:05:39.388307" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:05:39.388138" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:39.388105" elapsed="0.000310"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-17T03:05:39.393334" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:05:39.393175" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:39.393147" elapsed="0.000287"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:05:39.393615" elapsed="0.000617"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.394794" level="INFO">Logging into '10.30.170.11:8101' as 'karaf'.</msg>
<msg time="2026-07-17T03:05:39.579333" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-17T03:05:39.394435" elapsed="0.184990"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.674749" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-17T03:05:39.579606" elapsed="0.095302"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.695615" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-17T03:05:39.695839" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-17T03:05:39.675117" elapsed="0.020769"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-17T03:05:39.696031" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:05:39.696390" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:05:39.697061" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:05:39.696738" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-17T03:05:39.697165" elapsed="0.000052"/>
</return>
<msg time="2026-07-17T03:05:39.697358" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.11
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-17T03:05:39.392663" elapsed="0.304727"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-17T03:05:39.697536" elapsed="0.000553"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-17T03:05:39.698161" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-17T03:05:39.387707" elapsed="0.310587"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-17T03:05:39.701981" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:05:39.701843" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:39.701820" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:05:39.702184" elapsed="0.000428"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.703037" level="INFO">Logging into '10.30.170.11:8101' as 'karaf'.</msg>
<msg time="2026-07-17T03:05:39.909294" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-17T03:05:39.702758" elapsed="0.206621"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.956056" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-17T03:05:39.909533" elapsed="0.046585"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.958935" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-17T03:05:39.959036" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-17T03:05:39.956264" elapsed="0.002801"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-17T03:05:39.959199" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:05:39.959548" elapsed="0.000158"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:05:39.960122" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:05:39.959839" elapsed="0.000333"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-17T03:05:39.960219" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.11
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-17T03:05:39.701534" elapsed="0.258821"/>
</kw>
<status status="PASS" start="2026-07-17T03:05:37.892338" elapsed="2.068077"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:05:39.962520" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:05:39.961464" elapsed="0.001120"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-17T03:05:39.964009" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-17T03:05:39.963647" elapsed="0.000405"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-17T03:05:39.964341" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:05:39.964124" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-17T03:05:39.967276" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:05:39.967030" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:39.967010" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.967708" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-17T03:05:39.967516" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:05:39.968419" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.11 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.202" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:05:39.968004" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.969075" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:05:39.968613" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:05:39.970007" level="INFO">Length is 0.</msg>
<msg time="2026-07-17T03:05:39.970096" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:05:39.969680" 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-07-17T03:05:39.970261" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-17T03:05:39.971466" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-07-17T03:05:40.294537" 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 Fri Jul 17 03:05:38 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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: Fri Jul 17 03:05:39 2026 from 10.30.170.138
[?2004h[jenkins@releng-00446-28-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-17T03:05:39.971095" elapsed="0.323554"/>
</kw>
<msg time="2026-07-17T03:05:40.294711" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:05:39.970737" elapsed="0.324038"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-17T03:05:39.969300" elapsed="0.325586"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-17T03:05:40.295314" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.11 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-17T03:15:46.401574" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-17T03:15:46.402219" level="INFO">${stdout} = </msg>
<msg time="2026-07-17T03:15:46.402327" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-17T03:05:40.295047" elapsed="606.107381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:15:46.403156" elapsed="0.001099"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.405467" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.11. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:45.478 16  switches: flows:  107342 108007 108292 107722 105071 106239 104694 103242 103663 102625 105304 105302 104226 102789 103202 103631  total = 28.022517 per ms 
03:07:45.579 16  switches: flows:  119763 122093 119032 118785 119382 121029 118218 117264 115977 115198 118209 115226 118599 114936 115535 118292  total = 31.406485 per ms 
03:08:45.679 16  switches: flows:  119024 122180 119313 119682 117147 119553 118804 117332 116781 114990 117732 113931 117226 113412 115681 117603  total = 31.287612 per ms 
03:09:45.780 16  switches: flows:  119753 123531 119894 120300 116953 121153 116907 116390 118397 116556 117997 114537 119019 115631 117142 120891  total = 31.531515 per ms 
03:10:45.881 16  switches: flows:  120251 122590 119729 122069 117204 121406 119588 118768 117956 116669 118456 114788 118942 117407 117541 119561  total = 31.661926 per ms 
03:11:45.982 16  switches: flows:  114414 117203 115715 115045 115116 116392 113560 114023 113863 111690 113300 111516 113034 112020 112593 114274  total = 30.345207 per ms 
03:12:46.082 16  switches: flows:  104210 106164 107291 104660 103895 104729 105397 102769 101823 101775 102315 101527 103513 104733 103009 103267  total = 27.638427 per ms 
03:13:46.182 16  switches: flows:  113459 113723 113421 110128 110495 110947 109731 110400 110403 107325 110082 109359 107158 109017 108055 108738  total = 29.324934 per ms 
03:14:46.283 16  switches: flows:  119142 120565 118835 118371 118243 118249 116851 117081 115311 115066 114717 111920 115114 115316 115825 116905  total = 31.073290 per ms 
03:15:46.383 16  switches: flows:  114652 115685 113374 112500 112313 111736 112164 112306 112731 111031 110982 108385 113726 109797 111115 112358  total = 29.864354 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27638.43/31661.93/30459.31/10230.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.404639" elapsed="0.001150"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-17T03:15:46.406344" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-07-17T03:15:46.406033" elapsed="0.000491"/>
</branch>
<status status="PASS" start="2026-07-17T03:15:46.405969" elapsed="0.000681"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-17T03:15:46.406909" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:15:46.406793" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-07-17T03:15:46.406757" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-17T03:15:46.407110" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:15:46.410717" elapsed="0.000566"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:15:46.411494" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:15:46.411942" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-17T03:15:46.407557" elapsed="0.004613"/>
</kw>
<msg time="2026-07-17T03:15:46.412346" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-17T03:05:39.964738" elapsed="606.447644"/>
</kw>
<status status="PASS" start="2026-07-17T03:05:39.964425" elapsed="606.448023"/>
</branch>
<status status="PASS" start="2026-07-17T03:05:39.964103" elapsed="606.448378"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.413096" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.11. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:45.478 16  switches: flows:  107342 108007 108292 107722 105071 106239 104694 103242 103663 102625 105304 105302 104226 102789 103202 103631  total = 28.022517 per ms 
03:07:45.579 16  switches: flows:  119763 122093 119032 118785 119382 121029 118218 117264 115977 115198 118209 115226 118599 114936 115535 118292  total = 31.406485 per ms 
03:08:45.679 16  switches: flows:  119024 122180 119313 119682 117147 119553 118804 117332 116781 114990 117732 113931 117226 113412 115681 117603  total = 31.287612 per ms 
03:09:45.780 16  switches: flows:  119753 123531 119894 120300 116953 121153 116907 116390 118397 116556 117997 114537 119019 115631 117142 120891  total = 31.531515 per ms 
03:10:45.881 16  switches: flows:  120251 122590 119729 122069 117204 121406 119588 118768 117956 116669 118456 114788 118942 117407 117541 119561  total = 31.661926 per ms 
03:11:45.982 16  switches: flows:  114414 117203 115715 115045 115116 116392 113560 114023 113863 111690 113300 111516 113034 112020 112593 114274  total = 30.345207 per ms 
03:12:46.082 16  switches: flows:  104210 106164 107291 104660 103895 104729 105397 102769 101823 101775 102315 101527 103513 104733 103009 103267  total = 27.638427 per ms 
03:13:46.182 16  switches: flows:  113459 113723 113421 110128 110495 110947 109731 110400 110403 107325 110082 109359 107158 109017 108055 108738  total = 29.324934 per ms 
03:14:46.283 16  switches: flows:  119142 120565 118835 118371 118243 118249 116851 117081 115311 115066 114717 111920 115114 115316 115825 116905  total = 31.073290 per ms 
03:15:46.383 16  switches: flows:  114652 115685 113374 112500 112313 111736 112164 112306 112731 111031 110982 108385 113726 109797 111115 112358  total = 29.864354 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27638.43/31661.93/30459.31/10230.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.412671" elapsed="0.000527"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-17T03:15:46.413401" elapsed="0.000544"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-17T03:15:46.414508" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-17T03:15:46.414672" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27638.43/31661.93/30459.31/10230.33 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-17T03:15:46.414187" elapsed="0.000520"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:15:46.415289" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27638.43/31661.93/30459.31/10230.33 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:15:46.414954" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.417716" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.415460" elapsed="0.002313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.420257" level="INFO">27638.43/31661.93/30459.31/10230.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.417934" elapsed="0.002381"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:15:46.422651" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:15:46.420464" elapsed="0.002216"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:15:46.425269" level="INFO">@{result_value_list} = [ 27638.43 | 31661.93 | 30459.31 | 10230.33 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:15:46.422906" elapsed="0.002391"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.425829" level="INFO">Length is 4.</msg>
<msg time="2026-07-17T03:15:46.425965" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:15:46.425453" elapsed="0.000537"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.430733" level="INFO">min :: 27638.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.426395" elapsed="0.004398"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-17T03:15:46.426264" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.435381" level="INFO">max :: 31661.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.431094" elapsed="0.004344"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-17T03:15:46.430939" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.440101" level="INFO">avg :: 30459.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-07-17T03:15:46.435691" elapsed="0.004467"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-17T03:15:46.435563" elapsed="0.004629"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.444696" level="INFO">stdev :: 10230.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.440415" elapsed="0.004338"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-17T03:15:46.440285" elapsed="0.004503"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-17T03:15:46.426065" elapsed="0.018756"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.448684" level="INFO">${min} = 27638.43</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:15:46.444994" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.453059" level="INFO">${max} = 31661.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:15:46.448881" elapsed="0.004205"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.456950" level="INFO">${average} = 30459.31</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:15:46.453239" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.460824" level="INFO">${stdev} = 10230.33</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:15:46.457127" elapsed="0.003735"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.461399" level="INFO">${date} = 2026-07-17 03:15:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-17T03:15:46.461023" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.461990" level="INFO">CBench Result: 2026-07-17 03:15:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27638.43,31661.93,30459.31,10230.33</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.461571" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-17T03:15:46.463115" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-17T03:15:46.462684" elapsed="0.000497"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-17T03:15:46.463330" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-17T03:15:46.462190" elapsed="0.001657"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-17T03:05:39.962999" elapsed="606.500925"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.464392" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-17T03:15:46.464078" elapsed="0.000370"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-17T03:15:46.464977" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-07-17T03:15:46.464666" elapsed="0.000647"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-17T03:05:39.960560" elapsed="606.504790"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.466627" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.466234" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.467938" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-17T03:15:46.467598" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-17T03:15:46.468309" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:15:46.468092" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-17T03:15:46.471307" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:15:46.471062" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-07-17T03:15:46.471042" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:15:46.471722" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-17T03:15:46.471524" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.472435" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.11 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.202" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:15:46.472020" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:15:46.473063" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:15:46.472640" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:15:46.473980" level="INFO">Length is 0.</msg>
<msg time="2026-07-17T03:15:46.474069" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:15:46.473658" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:15:46.474231" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-17T03:15:46.475430" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-07-17T03:15:47.076408" 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 Fri Jul 17 03:15:46 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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: Fri Jul 17 03:05:40 2026 from 10.30.170.138
[?2004h[jenkins@releng-00446-28-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-17T03:15:46.475083" elapsed="0.601539"/>
</kw>
<msg time="2026-07-17T03:15:47.076714" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:15:46.474728" elapsed="0.602081"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-17T03:15:46.473289" elapsed="0.603662"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-17T03:15:47.077512" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.11 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-17T03:25:53.228574" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-17T03:25:53.229263" level="INFO">${stdout} = </msg>
<msg time="2026-07-17T03:25:53.229394" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-17T03:15:47.077190" elapsed="606.152266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:25:53.229991" elapsed="0.000710"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.232118" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.11. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:52.189 16  switches: flows:  510399 517038 522451 520999 532288 518729 526327 532514 529914 524628 525347 519843 518608 515202 523790 521435  total = 139.325200 per ms 
03:17:52.390 16  switches: flows:  381475 388324 261456 390786 346438 399182 397085 398536 392292 380515 385842 379663 369726 350565 364022 385247  total = 99.186298 per ms 
03:18:52.492 16  switches: flows:  580116 556402 472929 567326 577170 574137 564498 586920 572349 569213 557818 576238 574279 557325 506101 555777  total = 148.892030 per ms 
03:19:52.594 16  switches: flows:  611160 609512 608890 610669 616377 609992 625489 606373 607620 608801 607554 599834 608036 598394 616104 611468  total = 162.331090 per ms 
03:20:52.695 16  switches: flows:  571832 603156 594459 604660 592836 581471 604700 604594 573943 611150 600475 611849 599937 621540 610147 601683  total = 159.539110 per ms 
03:21:52.797 16  switches: flows:  639396 641870 638247 632266 644132 629372 639434 639610 643280 636673 633103 641214 642452 639475 637264 636822  total = 169.957332 per ms 
03:22:52.898 16  switches: flows:  618877 631004 621326 607210 616131 639695 624242 618618 623014 617848 627907 625575 627786 615282 622328 628664  total = 165.814478 per ms 
03:23:53.000 16  switches: flows:  645356 633875 645750 635512 639649 646356 648430 645744 653393 644498 629969 651085 641938 634820 646992 642435  total = 171.140871 per ms 
03:24:53.101 16  switches: flows:  635627 633334 624951 622747 636200 623487 638508 620929 638604 628521 632764 634780 632207 633431 635123 639357  total = 168.226943 per ms 
03:25:53.202 16  switches: flows:  647407 633888 638169 634844 620644 640722 641610 640989 640900 638016 650826 636849 637122 639119 649530 633561  total = 170.117580 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 99186.30/171140.87/157245.08/56678.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.231154" elapsed="0.001288"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-17T03:25:53.232999" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-07-17T03:25:53.232652" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-07-17T03:25:53.232596" elapsed="0.000639"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-17T03:25:53.233445" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:25:53.233362" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-17T03:25:53.233328" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-17T03:25:53.233649" 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-07-17T03:25:53.238375" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:25:53.239128" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:25:53.239574" elapsed="0.000153"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-17T03:25:53.234497" elapsed="0.005308"/>
</kw>
<msg time="2026-07-17T03:25:53.240018" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-17T03:15:46.468778" elapsed="606.771279"/>
</kw>
<status status="PASS" start="2026-07-17T03:15:46.468393" elapsed="606.771736"/>
</branch>
<status status="PASS" start="2026-07-17T03:15:46.468071" elapsed="606.772093"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.240799" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.11. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:52.189 16  switches: flows:  510399 517038 522451 520999 532288 518729 526327 532514 529914 524628 525347 519843 518608 515202 523790 521435  total = 139.325200 per ms 
03:17:52.390 16  switches: flows:  381475 388324 261456 390786 346438 399182 397085 398536 392292 380515 385842 379663 369726 350565 364022 385247  total = 99.186298 per ms 
03:18:52.492 16  switches: flows:  580116 556402 472929 567326 577170 574137 564498 586920 572349 569213 557818 576238 574279 557325 506101 555777  total = 148.892030 per ms 
03:19:52.594 16  switches: flows:  611160 609512 608890 610669 616377 609992 625489 606373 607620 608801 607554 599834 608036 598394 616104 611468  total = 162.331090 per ms 
03:20:52.695 16  switches: flows:  571832 603156 594459 604660 592836 581471 604700 604594 573943 611150 600475 611849 599937 621540 610147 601683  total = 159.539110 per ms 
03:21:52.797 16  switches: flows:  639396 641870 638247 632266 644132 629372 639434 639610 643280 636673 633103 641214 642452 639475 637264 636822  total = 169.957332 per ms 
03:22:52.898 16  switches: flows:  618877 631004 621326 607210 616131 639695 624242 618618 623014 617848 627907 625575 627786 615282 622328 628664  total = 165.814478 per ms 
03:23:53.000 16  switches: flows:  645356 633875 645750 635512 639649 646356 648430 645744 653393 644498 629969 651085 641938 634820 646992 642435  total = 171.140871 per ms 
03:24:53.101 16  switches: flows:  635627 633334 624951 622747 636200 623487 638508 620929 638604 628521 632764 634780 632207 633431 635123 639357  total = 168.226943 per ms 
03:25:53.202 16  switches: flows:  647407 633888 638169 634844 620644 640722 641610 640989 640900 638016 650826 636849 637122 639119 649530 633561  total = 170.117580 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 99186.30/171140.87/157245.08/56678.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.240383" elapsed="0.000546"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-17T03:25:53.241162" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-17T03:25:53.242317" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-17T03:25:53.242450" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 99186.30/171140.87/157245.08/56678.60 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-17T03:25:53.241990" elapsed="0.000526"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:25:53.243281" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 99186.30/171140.87/157245.08/56678.60 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:25:53.242762" elapsed="0.000561"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.246769" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.243538" elapsed="0.003310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.249701" level="INFO">99186.30/171140.87/157245.08/56678.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.247142" elapsed="0.002616"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:25:53.252138" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:25:53.249921" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:25:53.254611" level="INFO">@{result_value_list} = [ 99186.30 | 171140.87 | 157245.08 | 56678.60 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:25:53.252351" elapsed="0.002293"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.255147" level="INFO">Length is 4.</msg>
<msg time="2026-07-17T03:25:53.255236" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:25:53.254803" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.260168" level="INFO">min :: 99186.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.255654" elapsed="0.004570"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-17T03:25:53.255524" elapsed="0.004735"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.264939" level="INFO">max :: 171140.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.260476" elapsed="0.004522"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-17T03:25:53.260348" elapsed="0.004687"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.269666" level="INFO">avg :: 157245.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.265254" elapsed="0.004469"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-17T03:25:53.265125" elapsed="0.004637"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.274274" level="INFO">stdev :: 56678.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.270002" elapsed="0.004365"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-17T03:25:53.269872" elapsed="0.004534"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-17T03:25:53.255331" elapsed="0.019107"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.278604" level="INFO">${min} = 99186.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:25:53.274598" elapsed="0.004033"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.282492" level="INFO">${max} = 171140.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:25:53.278783" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.286386" level="INFO">${average} = 157245.08</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:25:53.282669" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.290359" level="INFO">${stdev} = 56678.60</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:25:53.286562" elapsed="0.003823"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.290917" level="INFO">${date} = 2026-07-17 03:25:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-17T03:25:53.290543" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.291526" level="INFO">CBench Result: 2026-07-17 03:25:53,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,99186.30,171140.87,157245.08,56678.60</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.291122" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-17T03:25:53.292635" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-17T03:25:53.292235" elapsed="0.000464"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-17T03:25:53.292847" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-17T03:25:53.291718" elapsed="0.001662"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-17T03:15:46.467013" elapsed="606.826426"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.293915" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-17T03:25:53.293587" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-17T03:25:53.294478" elapsed="0.000297"/>
</kw>
<status status="PASS" start="2026-07-17T03:25:53.294185" elapsed="0.000663"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-17T03:15:46.465650" elapsed="606.829255"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.296245" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.295869" elapsed="0.000442"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.297706" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-17T03:25:53.297345" elapsed="0.000405"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-17T03:25:53.298125" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:25:53.297880" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-17T03:25:53.301469" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:25:53.301217" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-17T03:25:53.301197" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:25:53.301877" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-17T03:25:53.301681" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.302570" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.11 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.202" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:25:53.302157" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-17T03:25:53.303221" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:25:53.302766" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:25:53.304146" level="INFO">Length is 0.</msg>
<msg time="2026-07-17T03:25:53.304234" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:25:53.303823" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:25:53.304397" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-17T03:25:53.305614" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-07-17T03:25:53.879126" 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 Fri Jul 17 03:25:53 UTC 2026

  System load:  0.3                Processes:             106
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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: Fri Jul 17 03:15:46 2026 from 10.30.170.138
[?2004h[jenkins@releng-00446-28-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-17T03:25:53.305258" elapsed="0.574070"/>
</kw>
<msg time="2026-07-17T03:25:53.879414" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:25:53.304912" elapsed="0.574585"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-17T03:25:53.303450" elapsed="0.576165"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-17T03:25:53.880159" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.11 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-17T03:35:59.921224" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-17T03:35:59.921823" level="INFO">${stdout} = </msg>
<msg time="2026-07-17T03:35:59.921983" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-17T03:25:53.879838" elapsed="606.042207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:35:59.922527" elapsed="0.000770"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.924490" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.11. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:58.984 16  switches: flows:  112382 111729 109998 112266 110937 110900 113205 112192 107287 110645 108944 111322 110529 109934 110344 108702  total = 29.521933 per ms 
03:27:59.086 16  switches: flows:  120335 118894 117841 118237 118665 119414 120189 117529 117066 117824 113432 117278 114838 116738 116239 116034  total = 31.289882 per ms 
03:28:59.187 16  switches: flows:  122310 119906 118961 119332 120055 118443 119796 120924 117211 118468 116163 120571 116904 119093 116614 119113  total = 31.678194 per ms 
03:29:59.288 16  switches: flows:  128128 126371 126901 126475 128171 124967 128462 125931 123513 126093 121763 125391 123011 125060 122212 125758  total = 33.414341 per ms 
03:30:59.390 16  switches: flows:  130724 129114 128869 126379 128959 125992 129220 126383 125193 129594 124820 127506 123662 126251 123714 125425  total = 33.806840 per ms 
03:31:59.491 16  switches: flows:  127510 126379 125615 124886 127310 124617 127559 125771 122465 125485 122113 124018 122863 122376 122374 123199  total = 33.186903 per ms 
03:32:59.592 16  switches: flows:  126242 125043 125530 125285 127090 127167 125855 128284 124025 127740 123748 129815 125470 125236 126653 124759  total = 33.576199 per ms 
03:33:59.694 16  switches: flows:  122344 121228 121407 122097 121204 120590 121822 124110 120948 121453 118625 121518 119602 121690 121122 118614  total = 32.252339 per ms 
03:34:59.795 16  switches: flows:  107159 106909 105622 106773 105771 105939 108303 106715 105624 105720 105431 106804 105811 106156 104839 104786  total = 28.258849 per ms 
03:35:59.896 16  switches: flows:  118815 120228 115250 115965 115902 117738 117959 118012 114683 114338 115319 116480 114225 115066 114638 116255  total = 30.962835 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28258.85/33806.84/32047.38/10811.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.923704" elapsed="0.001109"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-17T03:35:59.925428" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-07-17T03:35:59.925041" elapsed="0.000584"/>
</branch>
<status status="PASS" start="2026-07-17T03:35:59.924987" elapsed="0.000714"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-17T03:35:59.926001" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-07-17T03:35:59.925851" elapsed="0.000259"/>
</branch>
<status status="NOT RUN" start="2026-07-17T03:35:59.925807" elapsed="0.000353"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-17T03:35:59.926246" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-17T03:35:59.931100" elapsed="0.000355"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-17T03:35:59.931604" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-17T03:35:59.931949" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-17T03:35:59.927027" elapsed="0.005093"/>
</kw>
<msg time="2026-07-17T03:35:59.932251" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-17T03:25:53.298529" elapsed="606.633748"/>
</kw>
<status status="PASS" start="2026-07-17T03:25:53.298214" elapsed="606.634113"/>
</branch>
<status status="PASS" start="2026-07-17T03:25:53.297844" elapsed="606.634506"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.932772" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.11:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.11. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:58.984 16  switches: flows:  112382 111729 109998 112266 110937 110900 113205 112192 107287 110645 108944 111322 110529 109934 110344 108702  total = 29.521933 per ms 
03:27:59.086 16  switches: flows:  120335 118894 117841 118237 118665 119414 120189 117529 117066 117824 113432 117278 114838 116738 116239 116034  total = 31.289882 per ms 
03:28:59.187 16  switches: flows:  122310 119906 118961 119332 120055 118443 119796 120924 117211 118468 116163 120571 116904 119093 116614 119113  total = 31.678194 per ms 
03:29:59.288 16  switches: flows:  128128 126371 126901 126475 128171 124967 128462 125931 123513 126093 121763 125391 123011 125060 122212 125758  total = 33.414341 per ms 
03:30:59.390 16  switches: flows:  130724 129114 128869 126379 128959 125992 129220 126383 125193 129594 124820 127506 123662 126251 123714 125425  total = 33.806840 per ms 
03:31:59.491 16  switches: flows:  127510 126379 125615 124886 127310 124617 127559 125771 122465 125485 122113 124018 122863 122376 122374 123199  total = 33.186903 per ms 
03:32:59.592 16  switches: flows:  126242 125043 125530 125285 127090 127167 125855 128284 124025 127740 123748 129815 125470 125236 126653 124759  total = 33.576199 per ms 
03:33:59.694 16  switches: flows:  122344 121228 121407 122097 121204 120590 121822 124110 120948 121453 118625 121518 119602 121690 121122 118614  total = 32.252339 per ms 
03:34:59.795 16  switches: flows:  107159 106909 105622 106773 105771 105939 108303 106715 105624 105720 105431 106804 105811 106156 104839 104786  total = 28.258849 per ms 
03:35:59.896 16  switches: flows:  118815 120228 115250 115965 115902 117738 117959 118012 114683 114338 115319 116480 114225 115066 114638 116255  total = 30.962835 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28258.85/33806.84/32047.38/10811.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.932488" elapsed="0.000357"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-17T03:35:59.933008" elapsed="0.000360"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-17T03:35:59.933767" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-17T03:35:59.933866" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28258.85/33806.84/32047.38/10811.08 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-17T03:35:59.933548" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:35:59.934342" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28258.85/33806.84/32047.38/10811.08 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:35:59.934089" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.936706" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.934509" elapsed="0.002253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.939130" level="INFO">28258.85/33806.84/32047.38/10811.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.936922" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:35:59.941498" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:35:59.939331" elapsed="0.002193"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-17T03:35:59.943928" level="INFO">@{result_value_list} = [ 28258.85 | 33806.84 | 32047.38 | 10811.08 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-17T03:35:59.941723" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.944407" level="INFO">Length is 4.</msg>
<msg time="2026-07-17T03:35:59.944495" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-17T03:35:59.944107" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.949383" level="INFO">min :: 28258.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.944904" elapsed="0.004537"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-17T03:35:59.944762" elapsed="0.004714"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.954075" level="INFO">max :: 33806.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.949689" elapsed="0.004447"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-17T03:35:59.949562" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.958626" level="INFO">avg :: 32047.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.954380" elapsed="0.004303"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-17T03:35:59.954255" elapsed="0.004462"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.963350" level="INFO">stdev :: 10811.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.958988" elapsed="0.004419"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-17T03:35:59.958800" elapsed="0.004641"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-17T03:35:59.944584" elapsed="0.018886"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.967508" level="INFO">${min} = 28258.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:35:59.963628" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.971495" level="INFO">${max} = 33806.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:35:59.967690" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.975328" level="INFO">${average} = 32047.38</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:35:59.971672" elapsed="0.003682"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.979177" level="INFO">${stdev} = 10811.08</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-17T03:35:59.975503" elapsed="0.003700"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.979708" level="INFO">${date} = 2026-07-17 03:35:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-17T03:35:59.979359" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.980300" level="INFO">CBench Result: 2026-07-17 03:35:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28258.85,33806.84,32047.38,10811.08</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-17T03:35:59.979898" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-17T03:35:59.981419" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-17T03:35:59.980972" elapsed="0.000514"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-17T03:35:59.981633" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-17T03:35:59.980492" elapsed="0.001675"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-17T03:25:53.296615" elapsed="606.685610"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.982673" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-17T03:35:59.982368" elapsed="0.000361"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-17T03:35:59.983969" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-17T03:35:59.983472" elapsed="0.000524"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-17T03:35:59.984218" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-07-17T03:35:59.984071" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-07-17T03:35:59.984052" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.984445" 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-07-17T03:35:59.984599" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.984755" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.984966" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.985117" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.985264" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.985423" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-17T03:35:59.985647" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-17T03:35:59.985510" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-17T03:35:59.985493" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-17T03:35:59.983137" elapsed="0.002635"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-17T03:25:53.295356" elapsed="606.690460"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-17T03:05:37.357796" elapsed="1822.628727"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
