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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-30T02:42:20.822636" elapsed="1.032819"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-30T02:42:21.904582" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-30T02:42:21.855701" elapsed="0.048942"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-30T02:42:21.916535" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-30T02:42:21.916637" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-30T02:42:21.904789" elapsed="0.011874"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-30T02:42:21.916804" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T02:42:21.917144" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:42:21.917829" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:42:21.917533" elapsed="0.000344"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-30T02:42:21.917923" elapsed="0.000047"/>
</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.203
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-30T02:42:20.821340" elapsed="1.096735"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-30T02:42:20.818075" elapsed="1.100054"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-30T02:42:21.918643" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-30T02:42:21.918308" elapsed="0.000385"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-30T02:42:21.919048" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-30T02:42:21.918827" elapsed="0.000278"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-30T02:42:21.919659" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-30T02:42:21.919252" elapsed="0.000432"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-30T02:42:21.920127" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-30T02:42:21.919835" elapsed="0.000342"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-30T02:42:21.920650" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-30T02:42:21.920306" elapsed="0.000368"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-30T02:42:21.921086" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-30T02:42:21.920815" elapsed="0.000308"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-30T02:42:21.921429" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-30T02:42:21.921211" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-30T02:42:21.925278" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T02:42:21.924908" elapsed="0.000394"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T02:42:21.926210" level="INFO">Length is 0.</msg>
<msg time="2026-08-30T02:42:21.926283" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T02:42:21.925811" elapsed="0.000494"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:42:21.926448" elapsed="0.000496"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-30T02:42:21.927881" level="INFO">Logging into '10.30.171.87:22' as 'jenkins'.</msg>
<msg time="2026-08-30T02:42:22.349980" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 30 02:41:41 UTC 2026

  System load:  0.29               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.87
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-70-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-30T02:42:21.927442" elapsed="0.422671"/>
</kw>
<msg time="2026-08-30T02:42:22.350204" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:42:21.927084" elapsed="0.423203"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-30T02:42:21.925509" elapsed="0.424896"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.358095" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-30T02:42:22.350596" elapsed="0.008916"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T02:42:22.359773" elapsed="0.000455"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-30T02:42:21.924463" elapsed="0.435904"/>
</kw>
<status status="PASS" start="2026-08-30T02:42:21.921544" elapsed="0.438876"/>
</branch>
<status status="PASS" start="2026-08-30T02:42:21.921187" elapsed="0.439278"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-30T02:42:22.360693" elapsed="0.000697"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-30T02:42:22.367202" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-30T02:42:22.367020" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-08-30T02:42:22.366989" elapsed="0.000314"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-30T02:42:22.372064" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-30T02:42:22.371907" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-08-30T02:42:22.371884" elapsed="0.000269"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T02:42:22.372366" elapsed="0.000564"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.373495" level="INFO">Logging into '10.30.170.203:8101' as 'karaf'.</msg>
<msg time="2026-08-30T02:42:22.562917" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-30T02:42:22.373119" elapsed="0.189943"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.651309" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-30T02:42:22.563329" elapsed="0.088123"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.673809" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-30T02:42:22.674079" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-30T02:42:22.651669" elapsed="0.022442"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-30T02:42:22.674342" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T02:42:22.674772" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:42:22.675429" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:42:22.675095" elapsed="0.000386"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-30T02:42:22.675529" elapsed="0.000047"/>
</return>
<msg time="2026-08-30T02:42:22.675711" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            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.203
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-30T02:42:22.371454" elapsed="0.304286"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-30T02:42:22.675873" elapsed="0.000551"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-30T02:42:22.676474" elapsed="0.000029"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-30T02:42:22.366580" elapsed="0.310015"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-30T02:42:22.680080" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-30T02:42:22.679948" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-30T02:42:22.679923" elapsed="0.000230"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T02:42:22.680348" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.681157" level="INFO">Logging into '10.30.170.203:8101' as 'karaf'.</msg>
<msg time="2026-08-30T02:42:22.872503" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-30T02:42:22.680919" elapsed="0.191732"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.896529" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-30T02:42:22.872888" elapsed="0.023693"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.898519" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-30T02:42:22.898619" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-30T02:42:22.896712" elapsed="0.001934"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-30T02:42:22.898768" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T02:42:22.899077" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:42:22.899748" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:42:22.899465" elapsed="0.000329"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-30T02:42:22.899841" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.203
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-30T02:42:22.679608" elapsed="0.220385"/>
</kw>
<status status="PASS" start="2026-08-30T02:42:20.816480" elapsed="2.083570"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:42:22.901995" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:42:22.901019" elapsed="0.001034"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-30T02:42:22.903397" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-30T02:42:22.903051" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-30T02:42:22.903726" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-30T02:42:22.903508" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-30T02:42:22.906528" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-30T02:42:22.906290" elapsed="0.000288"/>
</branch>
<status status="PASS" start="2026-08-30T02:42:22.906272" elapsed="0.000329"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.906896" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-30T02:42:22.906716" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:42:22.907553" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.203 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.87" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:42:22.907148" elapsed="0.000459"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.908135" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T02:42:22.907730" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T02:42:22.908995" level="INFO">Length is 0.</msg>
<msg time="2026-08-30T02:42:22.909075" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T02:42:22.908708" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:42:22.909234" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-30T02:42:22.910334" level="INFO">Logging into '10.30.171.87:22' as 'jenkins'.</msg>
<msg time="2026-08-30T02:42:23.229152" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 30 02:41:41 UTC 2026

  System load:  0.29               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.87
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug 30 02:42:22 2026 from 10.30.170.103
[?2004h[jenkins@releng-00446-70-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-30T02:42:22.909992" elapsed="0.319354"/>
</kw>
<msg time="2026-08-30T02:42:23.229427" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:42:22.909683" elapsed="0.319819"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-30T02:42:22.908378" elapsed="0.321224"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-30T02:42:23.230048" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.203 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-30T02:52:29.365301" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-30T02:52:29.366042" level="INFO">${stdout} = </msg>
<msg time="2026-08-30T02:52:29.366151" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-30T02:42:23.229791" elapsed="606.136419"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T02:52:29.366755" elapsed="0.000745"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.368750" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203: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.203. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:28.437 16  switches: flows:  89616 87343 86427 86806 86505 85495 86783 86128 80840 82295 80133 82282 82420 80412 80293 82622  total = 22.440000 per ms 
02:44:28.539 16  switches: flows:  99227 95958 98398 93269 94251 94086 95120 92877 87934 88634 89504 89342 89176 88268 88066 92223  total = 24.564534 per ms 
02:45:28.640 16  switches: flows:  93940 90584 91805 89663 90839 91613 90445 88364 84361 85423 86365 85682 87600 83969 84276 88133  total = 23.511777 per ms 
02:46:28.741 16  switches: flows:  97468 94968 94904 92983 93274 93869 93973 91422 87206 89514 89188 88626 89798 86583 86925 90901  total = 24.319444 per ms 
02:47:28.841 16  switches: flows:  100898 99585 98210 97580 95893 95760 97509 95679 89191 91174 90259 93066 91746 89351 90820 93976  total = 25.136306 per ms 
02:48:28.941 16  switches: flows:  101858 98196 96757 93856 94263 95330 94035 91093 88847 90354 88485 90413 90967 87203 87675 90973  total = 24.630639 per ms 
02:49:29.041 16  switches: flows:  102605 97373 96645 94607 94814 95077 93806 92217 89673 89628 88924 91216 91264 88187 88539 91677  total = 24.729606 per ms 
02:50:29.142 16  switches: flows:  101702 101052 99457 96053 94068 97529 95038 93674 89653 91685 91814 92019 91109 89526 89217 92537  total = 25.060338 per ms 
02:51:29.242 16  switches: flows:  100145 98308 96025 94110 93214 95785 94960 92308 86729 89607 88382 90791 90929 88210 88747 90866  total = 24.610846 per ms 
02:52:29.342 16  switches: flows:  101634 99937 97676 95367 94933 95859 94312 94454 88940 89888 89002 91124 91243 88839 89600 92754  total = 24.884511 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23511.78/25136.31/24605.33/8214.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.367915" elapsed="0.001115"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-30T02:52:29.369529" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-08-30T02:52:29.369219" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-08-30T02:52:29.369165" elapsed="0.000578"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-30T02:52:29.369937" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-30T02:52:29.369864" elapsed="0.000153"/>
</branch>
<status status="NOT RUN" start="2026-08-30T02:52:29.369833" elapsed="0.000227"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-30T02:52:29.370125" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:52:29.375513" elapsed="0.000728"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T02:52:29.376581" elapsed="0.000364"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T02:52:29.377218" elapsed="0.000245"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-30T02:52:29.370903" elapsed="0.006675"/>
</kw>
<msg time="2026-08-30T02:52:29.377872" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-30T02:42:22.904092" elapsed="606.473840"/>
</kw>
<status status="PASS" start="2026-08-30T02:42:22.903804" elapsed="606.474230"/>
</branch>
<status status="PASS" start="2026-08-30T02:42:22.903488" elapsed="606.474597"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.379068" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203: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.203. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:28.437 16  switches: flows:  89616 87343 86427 86806 86505 85495 86783 86128 80840 82295 80133 82282 82420 80412 80293 82622  total = 22.440000 per ms 
02:44:28.539 16  switches: flows:  99227 95958 98398 93269 94251 94086 95120 92877 87934 88634 89504 89342 89176 88268 88066 92223  total = 24.564534 per ms 
02:45:28.640 16  switches: flows:  93940 90584 91805 89663 90839 91613 90445 88364 84361 85423 86365 85682 87600 83969 84276 88133  total = 23.511777 per ms 
02:46:28.741 16  switches: flows:  97468 94968 94904 92983 93274 93869 93973 91422 87206 89514 89188 88626 89798 86583 86925 90901  total = 24.319444 per ms 
02:47:28.841 16  switches: flows:  100898 99585 98210 97580 95893 95760 97509 95679 89191 91174 90259 93066 91746 89351 90820 93976  total = 25.136306 per ms 
02:48:28.941 16  switches: flows:  101858 98196 96757 93856 94263 95330 94035 91093 88847 90354 88485 90413 90967 87203 87675 90973  total = 24.630639 per ms 
02:49:29.041 16  switches: flows:  102605 97373 96645 94607 94814 95077 93806 92217 89673 89628 88924 91216 91264 88187 88539 91677  total = 24.729606 per ms 
02:50:29.142 16  switches: flows:  101702 101052 99457 96053 94068 97529 95038 93674 89653 91685 91814 92019 91109 89526 89217 92537  total = 25.060338 per ms 
02:51:29.242 16  switches: flows:  100145 98308 96025 94110 93214 95785 94960 92308 86729 89607 88382 90791 90929 88210 88747 90866  total = 24.610846 per ms 
02:52:29.342 16  switches: flows:  101634 99937 97676 95367 94933 95859 94312 94454 88940 89888 89002 91124 91243 88839 89600 92754  total = 24.884511 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23511.78/25136.31/24605.33/8214.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.378406" elapsed="0.000819"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-30T02:52:29.379563" elapsed="0.000860"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-30T02:52:29.381442" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-30T02:52:29.381646" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23511.78/25136.31/24605.33/8214.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-30T02:52:29.380879" elapsed="0.000820"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T02:52:29.382653" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23511.78/25136.31/24605.33/8214.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T02:52:29.382064" elapsed="0.000647"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.387617" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.383049" elapsed="0.004704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.392812" level="INFO">23511.78/25136.31/24605.33/8214.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.388048" elapsed="0.004907"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T02:52:29.397825" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T02:52:29.393267" elapsed="0.004614"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T02:52:29.402810" level="INFO">@{result_value_list} = [ 23511.78 | 25136.31 | 24605.33 | 8214.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T02:52:29.398255" elapsed="0.004628"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.404022" level="INFO">Length is 4.</msg>
<msg time="2026-08-30T02:52:29.404221" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T02:52:29.403232" elapsed="0.001046"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.411693" level="INFO">min :: 23511.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.405370" elapsed="0.006423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-30T02:52:29.405060" elapsed="0.006782"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.417953" level="INFO">max :: 25136.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.412143" elapsed="0.005898"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-30T02:52:29.411971" elapsed="0.006127"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.423810" level="INFO">avg :: 24605.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-08-30T02:52:29.418446" elapsed="0.005448"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-30T02:52:29.418237" elapsed="0.005704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.430046" level="INFO">stdev :: 8214.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-08-30T02:52:29.424231" elapsed="0.005888"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-30T02:52:29.424064" elapsed="0.006098"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-30T02:52:29.404582" elapsed="0.025624"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.434553" level="INFO">${min} = 23511.78</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T02:52:29.430435" elapsed="0.004142"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.439351" level="INFO">${max} = 25136.31</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T02:52:29.434742" elapsed="0.004636"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.442908" level="INFO">${average} = 24605.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T02:52:29.439521" elapsed="0.003411"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.446420" level="INFO">${stdev} = 8214.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T02:52:29.443066" elapsed="0.003377"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.446935" level="INFO">${date} = 2026-08-30 02:52:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-30T02:52:29.446584" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.447472" level="INFO">CBench Result: 2026-08-30 02:52:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23511.78,25136.31,24605.33,8214.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.447088" elapsed="0.000433"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-30T02:52:29.448492" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-30T02:52:29.448084" elapsed="0.000472"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-30T02:52:29.448691" elapsed="0.000442"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-30T02:52:29.447653" elapsed="0.001538"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-30T02:42:22.902459" elapsed="606.546783"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.449678" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-30T02:52:29.449388" elapsed="0.000351"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-30T02:52:29.450187" elapsed="0.000252"/>
</kw>
<status status="PASS" start="2026-08-30T02:52:29.449922" elapsed="0.000577"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-30T02:42:22.900196" elapsed="606.550336"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.451618" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.451265" elapsed="0.000403"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.452766" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-30T02:52:29.452466" elapsed="0.000337"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-30T02:52:29.453106" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-30T02:52:29.452868" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-30T02:52:29.455862" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-30T02:52:29.455618" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-08-30T02:52:29.455601" elapsed="0.000335"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-30T02:52:29.456304" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-30T02:52:29.456091" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.456974" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.203 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.87" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T02:52:29.456579" elapsed="0.000448"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-30T02:52:29.457532" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T02:52:29.457154" elapsed="0.000403"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T02:52:29.458437" level="INFO">Length is 0.</msg>
<msg time="2026-08-30T02:52:29.458521" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T02:52:29.458125" elapsed="0.000418"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:52:29.458671" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-30T02:52:29.459963" level="INFO">Logging into '10.30.171.87:22' as 'jenkins'.</msg>
<msg time="2026-08-30T02:52:30.059369" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 30 02:52:29 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.87
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug 30 02:42:23 2026 from 10.30.170.103
[?2004h[jenkins@releng-00446-70-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-30T02:52:29.459607" elapsed="0.600014"/>
</kw>
<msg time="2026-08-30T02:52:30.059744" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T02:52:29.459172" elapsed="0.600687"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-30T02:52:29.457780" elapsed="0.602217"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-30T02:52:30.060715" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.203 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-30T03:02:36.151591" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-30T03:02:36.152033" level="INFO">${stdout} = </msg>
<msg time="2026-08-30T03:02:36.152090" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.203:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-30T02:52:30.060275" elapsed="606.091845"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T03:02:36.152459" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.153690" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.203: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.203. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:35.206 16  switches: flows:  556583 560631 562326 564766 568193 552810 561110 548299 556123 552873 563805 546445 556656 556344 561679 562248  total = 148.848183 per ms 
02:54:35.307 16  switches: flows:  685305 666458 678839 675688 686207 678573 671001 680659 679370 667850 679641 680905 680225 681103 665482 679143  total = 180.303738 per ms 
02:55:35.410 16  switches: flows:  673827 672637 674421 685030 676636 673472 676589 682412 686047 673028 680977 687727 673849 677485 676468 675308  total = 180.459179 per ms 
02:56:35.513 16  switches: flows:  687483 688354 679068 691870 688167 670312 690815 693043 692902 694817 690926 690915 691915 686483 690523 696453  total = 183.421833 per ms 
02:57:35.614 16  switches: flows:  685968 693837 697898 708110 686564 696699 696396 701755 694799 691575 700475 700092 690143 700351 694016 704372  total = 185.407150 per ms 
02:58:35.715 16  switches: flows:  692366 698196 692273 705766 698288 697670 704710 707386 701954 699000 704017 697171 691895 702409 703006 698378  total = 186.261554 per ms 
02:59:35.816 16  switches: flows:  697825 698845 691161 699262 703067 699135 690650 702089 700242 699903 703156 697034 685400 688568 687149 701738  total = 185.441870 per ms 
03:00:35.918 16  switches: flows:  687827 689227 693236 708337 701221 693142 695086 697722 697813 694312 703041 699136 699988 699873 695987 699704  total = 185.615770 per ms 
03:01:36.019 16  switches: flows:  692523 688198 689587 686762 690264 681940 691202 696684 682045 687001 690657 684263 686478 688609 695733 701982  total = 183.589507 per ms 
03:02:36.121 16  switches: flows:  703446 710063 713246 712916 701707 698731 716317 701845 697524 700478 703311 705918 703338 711400 706115 704969  total = 187.871378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 180303.74/187871.38/184263.55/61468.97 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.153169" elapsed="0.000751"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-30T03:02:36.154254" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-08-30T03:02:36.154053" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-08-30T03:02:36.154018" elapsed="0.000391"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-30T03:02:36.154542" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-30T03:02:36.154490" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-08-30T03:02:36.154468" elapsed="0.000163"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-30T03:02:36.154674" 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-08-30T03:02:36.158110" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T03:02:36.158798" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T03:02:36.159200" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-30T03:02:36.155114" elapsed="0.004321"/>
</kw>
<msg time="2026-08-30T03:02:36.159605" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.203:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-30T02:52:29.453471" elapsed="606.706171"/>
</kw>
<status status="PASS" start="2026-08-30T02:52:29.453181" elapsed="606.706528"/>
</branch>
<status status="PASS" start="2026-08-30T02:52:29.452849" elapsed="606.706894"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.160355" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.203: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.203. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:35.206 16  switches: flows:  556583 560631 562326 564766 568193 552810 561110 548299 556123 552873 563805 546445 556656 556344 561679 562248  total = 148.848183 per ms 
02:54:35.307 16  switches: flows:  685305 666458 678839 675688 686207 678573 671001 680659 679370 667850 679641 680905 680225 681103 665482 679143  total = 180.303738 per ms 
02:55:35.410 16  switches: flows:  673827 672637 674421 685030 676636 673472 676589 682412 686047 673028 680977 687727 673849 677485 676468 675308  total = 180.459179 per ms 
02:56:35.513 16  switches: flows:  687483 688354 679068 691870 688167 670312 690815 693043 692902 694817 690926 690915 691915 686483 690523 696453  total = 183.421833 per ms 
02:57:35.614 16  switches: flows:  685968 693837 697898 708110 686564 696699 696396 701755 694799 691575 700475 700092 690143 700351 694016 704372  total = 185.407150 per ms 
02:58:35.715 16  switches: flows:  692366 698196 692273 705766 698288 697670 704710 707386 701954 699000 704017 697171 691895 702409 703006 698378  total = 186.261554 per ms 
02:59:35.816 16  switches: flows:  697825 698845 691161 699262 703067 699135 690650 702089 700242 699903 703156 697034 685400 688568 687149 701738  total = 185.441870 per ms 
03:00:35.918 16  switches: flows:  687827 689227 693236 708337 701221 693142 695086 697722 697813 694312 703041 699136 699988 699873 695987 699704  total = 185.615770 per ms 
03:01:36.019 16  switches: flows:  692523 688198 689587 686762 690264 681940 691202 696684 682045 687001 690657 684263 686478 688609 695733 701982  total = 183.589507 per ms 
03:02:36.121 16  switches: flows:  703446 710063 713246 712916 701707 698731 716317 701845 697524 700478 703311 705918 703338 711400 706115 704969  total = 187.871378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 180303.74/187871.38/184263.55/61468.97 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.159951" elapsed="0.000497"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-30T03:02:36.160630" elapsed="0.000452"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-30T03:02:36.161551" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-30T03:02:36.161657" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 180303.74/187871.38/184263.55/61468.97 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-30T03:02:36.161274" elapsed="0.000411"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T03:02:36.162181" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 180303.74/187871.38/184263.55/61468.97 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T03:02:36.161884" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.165146" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.162401" elapsed="0.002813"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.168204" level="INFO">180303.74/187871.38/184263.55/61468.97</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.165415" elapsed="0.002867"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T03:02:36.171600" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T03:02:36.168503" elapsed="0.003135"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T03:02:36.176084" level="INFO">@{result_value_list} = [ 180303.74 | 187871.38 | 184263.55 | 61468.97 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T03:02:36.171937" elapsed="0.004185"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.176812" level="INFO">Length is 4.</msg>
<msg time="2026-08-30T03:02:36.176947" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T03:02:36.176355" elapsed="0.000624"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.183556" level="INFO">min :: 180303.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.177518" elapsed="0.006112"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-30T03:02:36.177340" elapsed="0.006335"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.189901" level="INFO">max :: 187871.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-08-30T03:02:36.183997" elapsed="0.005978"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-30T03:02:36.183819" elapsed="0.006203"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.196368" level="INFO">avg :: 184263.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.190308" elapsed="0.006144"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-30T03:02:36.190137" elapsed="0.006365"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.201937" level="INFO">stdev :: 61468.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.196858" elapsed="0.005141"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-30T03:02:36.196630" elapsed="0.005408"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-30T03:02:36.177062" elapsed="0.025009"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.205626" level="INFO">${min} = 180303.74</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:02:36.202249" elapsed="0.003400"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.209190" level="INFO">${max} = 187871.38</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:02:36.205799" elapsed="0.003415"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.212680" level="INFO">${average} = 184263.55</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:02:36.209367" elapsed="0.003337"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.216276" level="INFO">${stdev} = 61468.97</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:02:36.212856" elapsed="0.003444"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.216772" level="INFO">${date} = 2026-08-30 03:02:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-30T03:02:36.216456" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.217309" level="INFO">CBench Result: 2026-08-30 03:02:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,180303.74,187871.38,184263.55,61468.97</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.216948" elapsed="0.000426"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-30T03:02:36.218357" 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-08-30T03:02:36.217955" elapsed="0.000461"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-30T03:02:36.218549" elapsed="0.000434"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-30T03:02:36.217517" elapsed="0.001523"/>
</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-08-30T02:52:29.451951" elapsed="606.767142"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.219521" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-30T03:02:36.219223" elapsed="0.000348"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-30T03:02:36.220060" elapsed="0.000246"/>
</kw>
<status status="PASS" start="2026-08-30T03:02:36.219764" elapsed="0.000619"/>
</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-08-30T02:52:29.450803" elapsed="606.769613"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.221537" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.221186" elapsed="0.000400"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.222663" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-30T03:02:36.222375" elapsed="0.000325"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-30T03:02:36.223029" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-30T03:02:36.222829" elapsed="0.000252"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-30T03:02:36.225839" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-30T03:02:36.225598" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-08-30T03:02:36.225582" elapsed="0.000328"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-30T03:02:36.226210" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-30T03:02:36.226030" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.226847" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.203 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.87" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:02:36.226466" elapsed="0.000432"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-30T03:02:36.227387" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T03:02:36.227021" elapsed="0.000390"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T03:02:36.228208" level="INFO">Length is 0.</msg>
<msg time="2026-08-30T03:02:36.228296" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T03:02:36.227925" elapsed="0.000406"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T03:02:36.228460" elapsed="0.000286"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-30T03:02:36.229515" level="INFO">Logging into '10.30.171.87:22' as 'jenkins'.</msg>
<msg time="2026-08-30T03:02:36.872128" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 30 03:02:36 UTC 2026

  System load:  0.57               Processes:             107
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.87
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug 30 02:52:29 2026 from 10.30.170.103
[?2004h[jenkins@releng-00446-70-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-30T03:02:36.229191" elapsed="0.643117"/>
</kw>
<msg time="2026-08-30T03:02:36.872401" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T03:02:36.228891" elapsed="0.643588"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-30T03:02:36.227586" elapsed="0.644998"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-30T03:02:36.873130" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.203 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-30T03:12:42.905661" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-30T03:12:42.910999" level="INFO">${stdout} = </msg>
<msg time="2026-08-30T03:12:42.911121" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-30T03:02:36.872832" elapsed="606.038343"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T03:12:42.912632" elapsed="0.001887"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.915712" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203: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.203. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:41.976 16  switches: flows:  97665 100067 97761 95574 95661 93440 91869 93174 88332 88466 87699 88563 88912 88699 88207 89100  total = 24.553150 per ms 
03:04:42.076 16  switches: flows:  98309 98381 95597 93059 93419 91558 90459 90117 85300 86856 82547 83821 84667 83538 84737 85200  total = 23.753080 per ms 
03:05:42.176 16  switches: flows:  99083 100238 99057 95814 94248 95404 94139 92252 89461 89726 87988 86855 86732 87709 88007 87552  total = 24.530142 per ms 
03:06:42.276 16  switches: flows:  97218 103196 98334 94930 94616 94288 91549 92340 89812 87715 86282 86675 86613 87453 85705 88156  total = 24.374027 per ms 
03:07:42.377 16  switches: flows:  99725 102934 99242 95895 94824 95319 92050 93902 91413 86891 87133 86243 87244 88018 87363 87525  total = 24.554379 per ms 
03:08:42.477 16  switches: flows:  98671 102274 98954 95672 94844 94834 92233 91411 91129 87418 86613 85967 86071 88096 87360 87506  total = 24.443388 per ms 
03:09:42.577 16  switches: flows:  97073 101682 98635 95681 94171 93538 91411 92288 90569 86848 85596 85991 85703 87227 86530 86689  total = 24.286672 per ms 
03:10:42.677 16  switches: flows:  97355 103581 98924 95657 94591 94664 92812 92367 91217 87045 86445 86131 88898 86658 87282 86061  total = 24.454004 per ms 
03:11:42.777 16  switches: flows:  98617 102494 99374 95867 93757 94344 93218 92796 92816 86909 86850 86968 86028 86647 87577 86998  total = 24.480159 per ms 
03:12:42.878 16  switches: flows:  97296 102428 99680 95505 92996 93066 91119 93367 91064 85860 86024 86223 86243 86247 86486 86441  total = 24.293549 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23753.08/24554.38/24352.16/8120.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.914937" elapsed="0.001125"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-30T03:12:42.916548" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-08-30T03:12:42.916240" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-08-30T03:12:42.916191" elapsed="0.000546"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-30T03:12:42.916954" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-30T03:12:42.916846" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-08-30T03:12:42.916816" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-30T03:12:42.917136" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-30T03:12:42.922653" elapsed="0.000716"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-30T03:12:42.923671" elapsed="0.000342"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-30T03:12:42.924275" elapsed="0.000234"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-30T03:12:42.917808" elapsed="0.006809"/>
</kw>
<msg time="2026-08-30T03:12:42.924896" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-30T03:02:36.223399" elapsed="606.701554"/>
</kw>
<status status="PASS" start="2026-08-30T03:02:36.223104" elapsed="606.701949"/>
</branch>
<status status="PASS" start="2026-08-30T03:02:36.222808" elapsed="606.702291"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.926050" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.203: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.203. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:41.976 16  switches: flows:  97665 100067 97761 95574 95661 93440 91869 93174 88332 88466 87699 88563 88912 88699 88207 89100  total = 24.553150 per ms 
03:04:42.076 16  switches: flows:  98309 98381 95597 93059 93419 91558 90459 90117 85300 86856 82547 83821 84667 83538 84737 85200  total = 23.753080 per ms 
03:05:42.176 16  switches: flows:  99083 100238 99057 95814 94248 95404 94139 92252 89461 89726 87988 86855 86732 87709 88007 87552  total = 24.530142 per ms 
03:06:42.276 16  switches: flows:  97218 103196 98334 94930 94616 94288 91549 92340 89812 87715 86282 86675 86613 87453 85705 88156  total = 24.374027 per ms 
03:07:42.377 16  switches: flows:  99725 102934 99242 95895 94824 95319 92050 93902 91413 86891 87133 86243 87244 88018 87363 87525  total = 24.554379 per ms 
03:08:42.477 16  switches: flows:  98671 102274 98954 95672 94844 94834 92233 91411 91129 87418 86613 85967 86071 88096 87360 87506  total = 24.443388 per ms 
03:09:42.577 16  switches: flows:  97073 101682 98635 95681 94171 93538 91411 92288 90569 86848 85596 85991 85703 87227 86530 86689  total = 24.286672 per ms 
03:10:42.677 16  switches: flows:  97355 103581 98924 95657 94591 94664 92812 92367 91217 87045 86445 86131 88898 86658 87282 86061  total = 24.454004 per ms 
03:11:42.777 16  switches: flows:  98617 102494 99374 95867 93757 94344 93218 92796 92816 86909 86850 86968 86028 86647 87577 86998  total = 24.480159 per ms 
03:12:42.878 16  switches: flows:  97296 102428 99680 95505 92996 93066 91119 93367 91064 85860 86024 86223 86243 86247 86486 86441  total = 24.293549 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23753.08/24554.38/24352.16/8120.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.925434" elapsed="0.000766"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-30T03:12:42.926523" elapsed="0.000972"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-30T03:12:42.928275" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-30T03:12:42.928487" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23753.08/24554.38/24352.16/8120.63 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-30T03:12:42.927817" elapsed="0.000719"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T03:12:42.929389" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23753.08/24554.38/24352.16/8120.63 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T03:12:42.928839" elapsed="0.000604"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.934235" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.929730" elapsed="0.004648"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.939287" level="INFO">23753.08/24554.38/24352.16/8120.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.934676" elapsed="0.004754"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T03:12:42.944163" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T03:12:42.939732" elapsed="0.004485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-30T03:12:42.947405" level="INFO">@{result_value_list} = [ 23753.08 | 24554.38 | 24352.16 | 8120.63 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-30T03:12:42.944622" elapsed="0.002818"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.948027" level="INFO">Length is 4.</msg>
<msg time="2026-08-30T03:12:42.948136" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-30T03:12:42.947631" elapsed="0.000534"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.954076" level="INFO">min :: 23753.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-08-30T03:12:42.948641" elapsed="0.005504"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-30T03:12:42.948483" elapsed="0.005704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.960074" level="INFO">max :: 24554.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-08-30T03:12:42.954476" elapsed="0.005669"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-30T03:12:42.954293" elapsed="0.005895"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.966085" level="INFO">avg :: 24352.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.960469" elapsed="0.005687"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-30T03:12:42.960291" elapsed="0.005907"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.971492" level="INFO">stdev :: 8120.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.966497" elapsed="0.005045"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-30T03:12:42.966303" elapsed="0.005268"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-30T03:12:42.948239" elapsed="0.023359"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.975087" level="INFO">${min} = 23753.08</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:12:42.971739" elapsed="0.003372"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.978551" level="INFO">${max} = 24554.38</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:12:42.975248" elapsed="0.003327"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.982061" level="INFO">${average} = 24352.16</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:12:42.978729" elapsed="0.003356"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.985733" level="INFO">${stdev} = 8120.63</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-30T03:12:42.982225" elapsed="0.003534"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.986241" level="INFO">${date} = 2026-08-30 03:12:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-30T03:12:42.985923" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.986770" level="INFO">CBench Result: 2026-08-30 03:12:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23753.08,24554.38,24352.16,8120.63</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-30T03:12:42.986408" elapsed="0.000412"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-30T03:12:42.988350" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-30T03:12:42.987397" elapsed="0.001014"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-30T03:12:42.988545" elapsed="0.000433"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-30T03:12:42.986964" elapsed="0.002071"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-30T03:02:36.221880" elapsed="606.767205"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.989520" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-30T03:12:42.989215" elapsed="0.000354"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-30T03:12:42.990682" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-30T03:12:42.990235" elapsed="0.000471"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-30T03:12:42.990928" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-30T03:12:42.990777" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-08-30T03:12:42.990758" 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-08-30T03:12:42.991139" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.991276" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.991431" elapsed="0.000017"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.991565" elapsed="0.000018"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.991740" elapsed="0.000017"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.991867" elapsed="0.000031"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.992008" elapsed="0.000017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-30T03:12:42.992199" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-30T03:12:42.992078" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-08-30T03:12:42.992064" elapsed="0.000216"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-30T03:12:42.989942" elapsed="0.002400"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-30T03:02:36.220679" elapsed="606.771705"/>
</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-08-30T02:42:20.323773" elapsed="1822.669121"/>
</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>
