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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T03:07:20.062003" elapsed="1.087193"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T03:07:21.198377" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T03:07:21.149566" elapsed="0.048892"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T03:07:21.200252" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T03:07:21.200373" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T03:07:21.198647" elapsed="0.001757"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T03:07:21.200587" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:07:21.200981" elapsed="0.000262"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:07:21.201774" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:07:21.201403" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T03:07:21.201888" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T03:07:20.060399" elapsed="1.141685"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-31T03:07:20.056718" elapsed="1.145461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:07:21.202870" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:07:21.202431" elapsed="0.000501"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:07:21.203380" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:07:21.203100" elapsed="0.000345"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T03:07:21.204019" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T03:07:21.203604" elapsed="0.000445"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:07:21.204613" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:07:21.204254" elapsed="0.000405"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T03:07:21.205261" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T03:07:21.204837" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:07:21.205795" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:07:21.205456" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-31T03:07:21.206172" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:07:21.205930" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:07:21.210797" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:07:21.210358" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:07:21.212188" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T03:07:21.212284" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:07:21.211413" elapsed="0.000899"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:07:21.212465" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T03:07:21.213881" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-07-31T03:07:21.951473" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 31 03:07:21 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-42-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T03:07:21.213360" elapsed="0.738291"/>
</kw>
<msg time="2026-07-31T03:07:21.951751" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:07:21.212983" elapsed="0.738868"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T03:07:21.211034" elapsed="0.740947"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-31T03:07:21.957666" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-31T03:07:21.952230" elapsed="0.006723"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:07:21.959239" elapsed="0.000444"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-31T03:07:21.209756" elapsed="0.750018"/>
</kw>
<status status="PASS" start="2026-07-31T03:07:21.206332" elapsed="0.753496"/>
</branch>
<status status="PASS" start="2026-07-31T03:07:21.205902" elapsed="0.753971"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:07:21.960114" elapsed="0.000732"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T03:07:21.967268" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:07:21.967070" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-07-31T03:07:21.967036" elapsed="0.000382"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T03:07:21.971424" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:07:21.971294" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-07-31T03:07:21.971274" elapsed="0.000222"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:07:21.971643" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T03:07:21.972550" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-07-31T03:07:22.177478" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T03:07:21.972270" elapsed="0.205534"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.282284" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T03:07:22.178321" elapsed="0.104152"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.300731" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T03:07:22.300971" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T03:07:22.282844" elapsed="0.018161"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T03:07:22.301181" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:07:22.301532" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:07:22.302298" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:07:22.301920" elapsed="0.000435"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T03:07:22.302412" elapsed="0.000062"/>
</return>
<msg time="2026-07-31T03:07:22.302646" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T03:07:21.970903" elapsed="0.331776"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:07:22.302831" elapsed="0.000618"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T03:07:22.303503" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-31T03:07:21.966622" elapsed="0.337017"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T03:07:22.307658" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:07:22.307510" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-07-31T03:07:22.307482" elapsed="0.000251"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:07:22.307895" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.308835" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-07-31T03:07:22.521850" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T03:07:22.308569" elapsed="0.213445"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.556829" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T03:07:22.522306" elapsed="0.034585"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.558675" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T03:07:22.558787" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T03:07:22.557044" elapsed="0.001774"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T03:07:22.558958" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:07:22.559295" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:07:22.559972" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:07:22.559640" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T03:07:22.560077" elapsed="0.000095"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T03:07:22.307142" elapsed="0.253162"/>
</kw>
<status status="PASS" start="2026-07-31T03:07:20.054931" elapsed="2.505446"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:07:22.562609" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:07:22.561295" elapsed="0.001381"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:07:22.564212" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:07:22.563806" elapsed="0.000453"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T03:07:22.564591" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:07:22.564344" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T03:07:22.567680" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:07:22.567425" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-31T03:07:22.567406" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.568162" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T03:07:22.567914" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:07:22.568888" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:07:22.568455" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.569601" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:07:22.569093" elapsed="0.000535"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:07:22.570579" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T03:07:22.570670" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:07:22.570241" elapsed="0.000454"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:07:22.570840" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.572075" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-07-31T03:07:22.882934" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 31 03:07:21 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul 31 03:07:21 2026 from 10.30.170.205
[?2004h[jenkins@releng-00446-42-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T03:07:22.571711" elapsed="0.311436"/>
</kw>
<msg time="2026-07-31T03:07:22.883235" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:07:22.571353" elapsed="0.311970"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T03:07:22.569841" elapsed="0.313605"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T03:07:22.884010" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T03:17:29.038323" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T03:17:29.038863" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T03:17:29.038973" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T03:07:22.883675" elapsed="606.155358"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:17:29.039607" elapsed="0.000836"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.041636" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:08:28.111 16  switches: flows:  87322 85969 87615 86022 86240 84175 88328 86478 87261 85816 85342 86192 85153 84947 87178 86382  total = 23.007000 per ms 
03:09:28.212 16  switches: flows:  94248 93379 94348 95023 93382 93165 96910 94519 95611 95935 94920 93163 93361 96109 93564 96085  total = 25.186638 per ms 
03:10:28.312 16  switches: flows:  93777 92383 94717 91895 92110 91964 95281 94218 91936 92879 92934 91860 92466 90427 91550 91123  total = 24.650838 per ms 
03:11:28.412 16  switches: flows:  100911 99316 100310 99104 98718 99713 100690 102085 96570 98983 98846 99369 98073 95515 96950 96979  total = 26.324868 per ms 
03:12:28.513 16  switches: flows:  103349 101006 100439 100783 99606 101246 101403 102180 98674 101665 99358 100338 98711 97852 98442 98466  total = 26.680784 per ms 
03:13:28.613 16  switches: flows:  103169 99248 101839 99409 98604 101102 101184 100507 98755 101050 100189 99468 98716 97873 99494 100603  total = 26.642334 per ms 
03:14:28.714 16  switches: flows:  113218 110038 111677 108452 108862 110849 111098 110728 107348 110312 109678 109404 107291 107598 109542 110725  total = 29.231548 per ms 
03:15:28.815 16  switches: flows:  117933 114124 115800 114646 113858 115146 115218 114591 113449 115674 113047 113577 112264 111960 114297 114135  total = 30.444249 per ms 
03:16:28.916 16  switches: flows:  119187 114177 117545 114183 115456 115508 116783 114888 114347 114418 115803 113577 113440 113213 114262 114923  total = 30.643978 per ms 
03:17:29.017 16  switches: flows:  117284 114816 115066 114523 114484 113930 114563 115067 112943 114272 113279 113460 112234 111214 111548 113537  total = 30.319728 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24650.84/30643.98/27791.66/9529.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.040841" elapsed="0.001121"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T03:17:29.042530" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-07-31T03:17:29.042195" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-07-31T03:17:29.042101" elapsed="0.000652"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T03:17:29.042970" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:17:29.042888" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:17:29.042852" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T03:17:29.043220" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:17:29.048759" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:17:29.049260" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:17:29.049570" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T03:17:29.043956" elapsed="0.005767"/>
</kw>
<msg time="2026-07-31T03:17:29.049857" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T03:07:22.565007" elapsed="606.484877"/>
</kw>
<status status="PASS" start="2026-07-31T03:07:22.564680" elapsed="606.485253"/>
</branch>
<status status="PASS" start="2026-07-31T03:07:22.564318" elapsed="606.485639"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.050410" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:08:28.111 16  switches: flows:  87322 85969 87615 86022 86240 84175 88328 86478 87261 85816 85342 86192 85153 84947 87178 86382  total = 23.007000 per ms 
03:09:28.212 16  switches: flows:  94248 93379 94348 95023 93382 93165 96910 94519 95611 95935 94920 93163 93361 96109 93564 96085  total = 25.186638 per ms 
03:10:28.312 16  switches: flows:  93777 92383 94717 91895 92110 91964 95281 94218 91936 92879 92934 91860 92466 90427 91550 91123  total = 24.650838 per ms 
03:11:28.412 16  switches: flows:  100911 99316 100310 99104 98718 99713 100690 102085 96570 98983 98846 99369 98073 95515 96950 96979  total = 26.324868 per ms 
03:12:28.513 16  switches: flows:  103349 101006 100439 100783 99606 101246 101403 102180 98674 101665 99358 100338 98711 97852 98442 98466  total = 26.680784 per ms 
03:13:28.613 16  switches: flows:  103169 99248 101839 99409 98604 101102 101184 100507 98755 101050 100189 99468 98716 97873 99494 100603  total = 26.642334 per ms 
03:14:28.714 16  switches: flows:  113218 110038 111677 108452 108862 110849 111098 110728 107348 110312 109678 109404 107291 107598 109542 110725  total = 29.231548 per ms 
03:15:28.815 16  switches: flows:  117933 114124 115800 114646 113858 115146 115218 114591 113449 115674 113047 113577 112264 111960 114297 114135  total = 30.444249 per ms 
03:16:28.916 16  switches: flows:  119187 114177 117545 114183 115456 115508 116783 114888 114347 114418 115803 113577 113440 113213 114262 114923  total = 30.643978 per ms 
03:17:29.017 16  switches: flows:  117284 114816 115066 114523 114484 113930 114563 115067 112943 114272 113279 113460 112234 111214 111548 113537  total = 30.319728 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24650.84/30643.98/27791.66/9529.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.050102" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:17:29.050643" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T03:17:29.051456" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T03:17:29.051551" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24650.84/30643.98/27791.66/9529.90 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T03:17:29.051209" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:17:29.052005" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24650.84/30643.98/27791.66/9529.90 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:17:29.051733" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.054451" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.052198" elapsed="0.002311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.056883" level="INFO">24650.84/30643.98/27791.66/9529.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.054655" elapsed="0.002285"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:17:29.059307" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:17:29.057090" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:17:29.061768" level="INFO">@{result_value_list} = [ 24650.84 | 30643.98 | 27791.66 | 9529.90 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:17:29.059525" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.062282" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T03:17:29.062371" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:17:29.061957" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.067138" level="INFO">min :: 24650.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.062797" elapsed="0.004400"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T03:17:29.062664" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.071763" level="INFO">max :: 30643.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.067453" elapsed="0.004367"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T03:17:29.067325" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.076451" level="INFO">avg :: 27791.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.072093" elapsed="0.004415"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T03:17:29.071957" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.081068" level="INFO">stdev :: 9529.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.076760" elapsed="0.004381"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T03:17:29.076632" elapsed="0.004552"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T03:17:29.062467" elapsed="0.018749"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.085140" level="INFO">${min} = 24650.84</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:17:29.081377" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.089495" level="INFO">${max} = 30643.98</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:17:29.085323" elapsed="0.004199"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.093513" level="INFO">${average} = 27791.66</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:17:29.089692" elapsed="0.003848"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.097475" level="INFO">${stdev} = 9529.90</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:17:29.093699" elapsed="0.003803"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.098026" level="INFO">${date} = 2026-07-31 03:17:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T03:17:29.097663" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.098624" level="INFO">CBench Result: 2026-07-31 03:17:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24650.84,30643.98,27791.66,9529.90</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.098214" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:17:29.099716" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:17:29.099312" elapsed="0.000471"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:17:29.100659" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T03:17:29.098822" elapsed="0.002391"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-31T03:07:22.563150" elapsed="606.538127"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.101756" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T03:17:29.101436" elapsed="0.000379"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-31T03:17:29.102353" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-07-31T03:17:29.102025" elapsed="0.000667"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T03:07:22.560547" elapsed="606.542183"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.104009" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.103616" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.105534" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:17:29.105197" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T03:17:29.105908" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:17:29.105685" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T03:17:29.109100" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:17:29.108843" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-07-31T03:17:29.108823" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:17:29.109518" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T03:17:29.109327" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.110234" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:17:29.109798" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:17:29.110824" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:17:29.110432" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:17:29.111748" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T03:17:29.111836" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:17:29.111443" 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-07-31T03:17:29.112016" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T03:17:29.113217" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-07-31T03:17:29.732844" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 31 03:17:29 UTC 2026

  System load:  1.07               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul 31 03:07:22 2026 from 10.30.170.205
[?2004h[jenkins@releng-00446-42-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T03:17:29.112847" elapsed="0.620137"/>
</kw>
<msg time="2026-07-31T03:17:29.733059" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:17:29.112506" elapsed="0.620649"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T03:17:29.111051" elapsed="0.622209"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T03:17:29.733740" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T03:27:37.847375" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T03:27:37.847965" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T03:27:37.848074" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T03:17:29.733457" elapsed="608.114705"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:27:37.848654" elapsed="0.000707"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.850501" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:34.841 16  switches: flows:  375476 390256 384314 385483 377610 379876 380793 385156 381956 385042 383613 372292 383323 378761 371458 369651  total = 101.417667 per ms 
03:19:34.942 16  switches: flows:  422718 435120 436713 444262 443189 439587 438131 445127 439439 431323 438196 425631 438198 436301 435197 437106  total = 116.241456 per ms 
03:20:35.048 16  switches: flows:  394563 375922 392941 402870 407374 381418 396222 389556 390784 397964 408457 392024 402324 416059 404331 373403  total = 105.252739 per ms 
03:21:35.149 16  switches: flows:  406860 404057 412787 405890 398994 400537 408724 406356 404201 413055 408617 408243 409594 399834 408124 414027  total = 108.316174 per ms 
03:22:35.249 16  switches: flows:  446950 438682 443924 438399 445648 442429 443124 444318 445343 443033 440610 446180 449408 446251 436061 445804  total = 118.071870 per ms 
03:23:35.375 16  switches: flows:  520073 511933 521522 510264 511937 514917 510555 505125 506740 521363 501534 495158 503874 510604 513546 507935  total = 135.835598 per ms 
03:24:35.477 16  switches: flows:  360138 363845 354898 359644 364338 360927 351583 356764 360574 368826 370639 361188 361964 362204 373805 353404  total = 96.249185 per ms 
03:25:37.605 16  switches: flows:  456587 455794 456488 456814 463507 454974 463963 461747 468194 457897 463445 465653 456974 467672 451282 461037  total = 118.497390 per ms 
03:26:37.707 16  switches: flows:  537986 534389 513370 408678 509481 504270 468310 518506 429806 460615 531919 545443 524039 416893 370248 528381  total = 129.819840 per ms 
03:27:37.808 16  switches: flows:  476766 482320 481442 479667 471488 476596 483885 478897 475868 478495 476779 480140 473767 479272 477211 477064  total = 127.280217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 96249.19/135835.60/117284.94/40862.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.849734" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T03:27:37.851390" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-07-31T03:27:37.851019" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-07-31T03:27:37.850957" elapsed="0.000646"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T03:27:37.851813" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:27:37.851730" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:27:37.851696" elapsed="0.000275"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T03:27:37.852050" elapsed="0.000036"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:27:37.856708" elapsed="0.000330"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:27:37.857203" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:27:37.857500" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T03:27:37.852781" elapsed="0.004875"/>
</kw>
<msg time="2026-07-31T03:27:37.857786" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T03:17:29.106319" elapsed="608.751494"/>
</kw>
<status status="PASS" start="2026-07-31T03:17:29.105992" elapsed="608.751870"/>
</branch>
<status status="PASS" start="2026-07-31T03:17:29.105664" elapsed="608.752221"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.858349" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:34.841 16  switches: flows:  375476 390256 384314 385483 377610 379876 380793 385156 381956 385042 383613 372292 383323 378761 371458 369651  total = 101.417667 per ms 
03:19:34.942 16  switches: flows:  422718 435120 436713 444262 443189 439587 438131 445127 439439 431323 438196 425631 438198 436301 435197 437106  total = 116.241456 per ms 
03:20:35.048 16  switches: flows:  394563 375922 392941 402870 407374 381418 396222 389556 390784 397964 408457 392024 402324 416059 404331 373403  total = 105.252739 per ms 
03:21:35.149 16  switches: flows:  406860 404057 412787 405890 398994 400537 408724 406356 404201 413055 408617 408243 409594 399834 408124 414027  total = 108.316174 per ms 
03:22:35.249 16  switches: flows:  446950 438682 443924 438399 445648 442429 443124 444318 445343 443033 440610 446180 449408 446251 436061 445804  total = 118.071870 per ms 
03:23:35.375 16  switches: flows:  520073 511933 521522 510264 511937 514917 510555 505125 506740 521363 501534 495158 503874 510604 513546 507935  total = 135.835598 per ms 
03:24:35.477 16  switches: flows:  360138 363845 354898 359644 364338 360927 351583 356764 360574 368826 370639 361188 361964 362204 373805 353404  total = 96.249185 per ms 
03:25:37.605 16  switches: flows:  456587 455794 456488 456814 463507 454974 463963 461747 468194 457897 463445 465653 456974 467672 451282 461037  total = 118.497390 per ms 
03:26:37.707 16  switches: flows:  537986 534389 513370 408678 509481 504270 468310 518506 429806 460615 531919 545443 524039 416893 370248 528381  total = 129.819840 per ms 
03:27:37.808 16  switches: flows:  476766 482320 481442 479667 471488 476596 483885 478897 475868 478495 476779 480140 473767 479272 477211 477064  total = 127.280217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 96249.19/135835.60/117284.94/40862.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.858040" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:27:37.858575" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T03:27:37.859364" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T03:27:37.859458" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 96249.19/135835.60/117284.94/40862.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T03:27:37.859103" elapsed="0.000380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:27:37.859905" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 96249.19/135835.60/117284.94/40862.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:27:37.859641" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.862344" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.860081" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.864893" level="INFO">96249.19/135835.60/117284.94/40862.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.862548" elapsed="0.002405"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:27:37.867347" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:27:37.865107" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:27:37.869808" level="INFO">@{result_value_list} = [ 96249.19 | 135835.60 | 117284.94 | 40862.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:27:37.867570" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.870326" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T03:27:37.870418" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:27:37.869992" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.875396" level="INFO">min :: 96249.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.870811" elapsed="0.004643"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T03:27:37.870682" elapsed="0.004808"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.880167" level="INFO">max :: 135835.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.875709" elapsed="0.004540"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T03:27:37.875580" elapsed="0.004718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.886062" level="INFO">avg :: 117284.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.880600" elapsed="0.005534"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T03:27:37.880420" elapsed="0.005750"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.890946" level="INFO">stdev :: 40862.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.886389" elapsed="0.004614"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T03:27:37.886258" elapsed="0.004780"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T03:27:37.870503" elapsed="0.020586"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.895261" level="INFO">${min} = 96249.19</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:27:37.891268" elapsed="0.004021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.899182" level="INFO">${max} = 135835.60</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:27:37.895446" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.903144" level="INFO">${average} = 117284.94</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:27:37.899365" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.907157" level="INFO">${stdev} = 40862.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:27:37.903341" elapsed="0.003845"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.907702" level="INFO">${date} = 2026-07-31 03:27:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T03:27:37.907350" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.908302" level="INFO">CBench Result: 2026-07-31 03:27:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,96249.19,135835.60,117284.94,40862.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.907878" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:27:37.909368" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:27:37.908965" elapsed="0.000469"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:27:37.909586" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T03:27:37.908497" elapsed="0.001640"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-31T03:17:29.104584" elapsed="608.805616"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.910668" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T03:27:37.910350" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-31T03:27:37.911292" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-07-31T03:27:37.910927" elapsed="0.000703"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T03:17:29.103034" elapsed="608.808634"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.913193" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:27:37.912788" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:27:37.914854" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:27:37.914521" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T03:27:37.915275" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:27:37.915032" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T03:27:37.918381" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:27:37.918112" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-07-31T03:27:37.918092" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:27:37.918777" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Fri Jul 31 03:27:38 UTC 2026

  System load:  0.33               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.125
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul 31 03:17:29 2026 from 10.30.170.205
[?2004h[jenkins@releng-00446-42-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T03:27:37.922168" elapsed="0.619291"/>
</kw>
<msg time="2026-07-31T03:27:38.541530" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:27:37.921803" elapsed="0.619798"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T03:27:37.920379" elapsed="0.621320"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T03:27:38.542199" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T03:37:44.817388" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T03:37:44.817980" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T03:37:44.818088" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T03:27:38.541919" elapsed="606.276262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:37:44.818669" elapsed="0.000811"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.820669" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:43.861 16  switches: flows:  96692 96950 96159 99178 94064 100457 97324 96829 95547 95619 96012 95731 95448 99354 97156 94859  total = 25.789650 per ms 
03:29:43.962 16  switches: flows:  117487 117168 118036 115176 115184 117414 115187 116455 115720 115192 114554 114481 115406 114574 115908 116103  total = 30.849231 per ms 
03:30:44.063 16  switches: flows:  115790 117059 115509 114598 113107 113716 112497 114031 115123 112542 111408 113119 114194 113031 114366 116043  total = 30.384810 per ms 
03:31:44.165 16  switches: flows:  117904 117965 119256 117722 116410 117284 115318 115647 117963 114577 115340 115540 116769 115738 117123 117307  total = 31.079084 per ms 
03:32:44.266 16  switches: flows:  116834 118253 118673 116384 115349 116991 113544 114639 116701 113437 113749 114221 115891 115227 115796 116595  total = 30.819909 per ms 
03:33:44.367 16  switches: flows:  114759 116404 117360 114450 114523 114764 113446 115110 114083 112296 111494 113119 115918 113259 115764 115314  total = 30.483469 per ms 
03:34:44.468 16  switches: flows:  117306 120104 120373 116020 117366 118306 116168 116689 117726 115937 116045 114635 117048 116037 116348 116685  total = 31.161156 per ms 
03:35:44.569 16  switches: flows:  113692 116538 116385 112769 112593 116058 113126 113694 115672 112364 112372 112805 114001 113128 113621 114685  total = 30.341048 per ms 
03:36:44.670 16  switches: flows:  100310 101564 100652 99429 98653 99984 100682 99572 101521 97919 97962 98625 98856 99223 100614 100502  total = 26.556790 per ms 
03:37:44.771 16  switches: flows:  97287 99993 98716 98198 97749 97892 98769 99742 97882 98220 96083 97279 95670 96547 97616 97286  total = 26.038686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26038.69/31161.16/29746.02/10089.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.819876" elapsed="0.001112"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T03:37:44.821586" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-07-31T03:37:44.821213" elapsed="0.000553"/>
</branch>
<status status="PASS" start="2026-07-31T03:37:44.821145" elapsed="0.000679"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T03:37:44.822037" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:37:44.821954" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:37:44.821918" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T03:37:44.822283" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:37:44.827754" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:37:44.828452" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:37:44.828866" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T03:37:44.822982" elapsed="0.006099"/>
</kw>
<msg time="2026-07-31T03:37:44.829292" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T03:27:37.915672" elapsed="606.913659"/>
</kw>
<status status="PASS" start="2026-07-31T03:27:37.915360" elapsed="606.914044"/>
</branch>
<status status="PASS" start="2026-07-31T03:27:37.914997" elapsed="606.914439"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.830050" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:43.861 16  switches: flows:  96692 96950 96159 99178 94064 100457 97324 96829 95547 95619 96012 95731 95448 99354 97156 94859  total = 25.789650 per ms 
03:29:43.962 16  switches: flows:  117487 117168 118036 115176 115184 117414 115187 116455 115720 115192 114554 114481 115406 114574 115908 116103  total = 30.849231 per ms 
03:30:44.063 16  switches: flows:  115790 117059 115509 114598 113107 113716 112497 114031 115123 112542 111408 113119 114194 113031 114366 116043  total = 30.384810 per ms 
03:31:44.165 16  switches: flows:  117904 117965 119256 117722 116410 117284 115318 115647 117963 114577 115340 115540 116769 115738 117123 117307  total = 31.079084 per ms 
03:32:44.266 16  switches: flows:  116834 118253 118673 116384 115349 116991 113544 114639 116701 113437 113749 114221 115891 115227 115796 116595  total = 30.819909 per ms 
03:33:44.367 16  switches: flows:  114759 116404 117360 114450 114523 114764 113446 115110 114083 112296 111494 113119 115918 113259 115764 115314  total = 30.483469 per ms 
03:34:44.468 16  switches: flows:  117306 120104 120373 116020 117366 118306 116168 116689 117726 115937 116045 114635 117048 116037 116348 116685  total = 31.161156 per ms 
03:35:44.569 16  switches: flows:  113692 116538 116385 112769 112593 116058 113126 113694 115672 112364 112372 112805 114001 113128 113621 114685  total = 30.341048 per ms 
03:36:44.670 16  switches: flows:  100310 101564 100652 99429 98653 99984 100682 99572 101521 97919 97962 98625 98856 99223 100614 100502  total = 26.556790 per ms 
03:37:44.771 16  switches: flows:  97287 99993 98716 98198 97749 97892 98769 99742 97882 98220 96083 97279 95670 96547 97616 97286  total = 26.038686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26038.69/31161.16/29746.02/10089.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.829648" elapsed="0.000526"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:37:44.830385" elapsed="0.000513"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T03:37:44.831471" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T03:37:44.831600" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26038.69/31161.16/29746.02/10089.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T03:37:44.831148" elapsed="0.000486"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:37:44.832232" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26038.69/31161.16/29746.02/10089.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:37:44.831849" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.835607" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.832474" elapsed="0.003212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.839025" level="INFO">26038.69/31161.16/29746.02/10089.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.835891" elapsed="0.003190"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:37:44.841460" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:37:44.839247" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:37:44.844060" level="INFO">@{result_value_list} = [ 26038.69 | 31161.16 | 29746.02 | 10089.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:37:44.841693" elapsed="0.002396"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.844589" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T03:37:44.844682" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:37:44.844266" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.849466" level="INFO">min :: 26038.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.845096" elapsed="0.004430"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T03:37:44.844966" elapsed="0.004595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.854140" level="INFO">max :: 31161.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-07-31T03:37:44.849804" elapsed="0.004396"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T03:37:44.849674" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.858846" level="INFO">avg :: 29746.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.854446" elapsed="0.004458"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T03:37:44.854318" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.863613" level="INFO">stdev :: 10089.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.859183" elapsed="0.004488"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T03:37:44.859024" elapsed="0.004681"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T03:37:44.844775" elapsed="0.018959"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.867864" level="INFO">${min} = 26038.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:37:44.863896" elapsed="0.003997"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.871816" level="INFO">${max} = 31161.16</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:37:44.868050" elapsed="0.003794"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.875788" level="INFO">${average} = 29746.02</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:37:44.871999" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.879905" level="INFO">${stdev} = 10089.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:37:44.875973" elapsed="0.003960"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.880471" level="INFO">${date} = 2026-07-31 03:37:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T03:37:44.880095" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.881064" level="INFO">CBench Result: 2026-07-31 03:37:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26038.69,31161.16,29746.02,10089.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:37:44.880650" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:37:44.882259" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:37:44.881776" elapsed="0.000555"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:37:44.882487" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T03:37:44.881285" elapsed="0.001740"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-31T03:27:37.913577" elapsed="606.969509"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.883769" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T03:37:44.883440" elapsed="0.000396"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T03:37:44.885066" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T03:37:44.884579" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-31T03:37:44.885339" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-07-31T03:37:44.885189" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-07-31T03:37:44.885168" elapsed="0.000257"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.885572" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.885767" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.885931" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.886146" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.886305" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.886453" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.886608" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-31T03:37:44.886842" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:37:44.886697" elapsed="0.000199"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:37:44.886680" elapsed="0.000241"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-31T03:37:44.884241" elapsed="0.002731"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T03:27:37.912212" elapsed="606.974808"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-31T03:07:19.497424" elapsed="1825.390285"/>
</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>
