<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-14T03:25:29.681814" 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-14T03:25:30.266119" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:25:30.265959" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:30.265919" elapsed="0.000319"/>
</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-14T03:25:30.266388" elapsed="0.000705"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-14T03:25:30.267607" level="INFO">Logging into '10.30.170.222:8101' as 'karaf'.</msg>
<msg time="2026-07-14T03:25:31.025107" 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-14T03:25:30.267288" elapsed="0.758019"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-14T03:25:31.075724" 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-14T03:25:31.025618" elapsed="0.050172"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-14T03:25:31.077629" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-14T03:25:31.077743" 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-14T03:25:31.075955" elapsed="0.001819"/>
</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-14T03:25:31.077935" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:25:31.078301" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:25:31.079036" 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-14T03:25:31.078690" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T03:25:31.079142" elapsed="0.000074"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.222
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-14T03:25:30.265513" elapsed="0.813829"/>
</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-14T03:25:30.261380" elapsed="0.818026"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T03:25:31.079996" 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-14T03:25:31.079608" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T03:25:31.080463" 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-14T03:25:31.080209" elapsed="0.000318"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-14T03:25:31.081099" 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-14T03:25:31.080704" elapsed="0.000423"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T03:25:31.081649" 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-14T03:25:31.081295" elapsed="0.000421"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-14T03:25:31.082387" 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-14T03:25:31.081863" elapsed="0.000551"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T03:25:31.082908" 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-14T03:25:31.082595" elapsed="0.000355"/>
</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-14T03:25:31.083281" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:25:31.083037" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:25:31.087942" 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-14T03:25:31.087522" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T03:25:31.088957" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T03:25:31.089040" 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-14T03:25:31.088513" elapsed="0.000552"/>
</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-14T03:25:31.089208" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T03:25:31.090571" level="INFO">Logging into '10.30.170.186:22' as 'jenkins'.</msg>
<msg time="2026-07-14T03:25:31.841786" 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 Tue Jul 14 03:25:31 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.186
  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-25-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-14T03:25:31.090077" elapsed="0.751869"/>
</kw>
<msg time="2026-07-14T03:25:31.842040" 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-14T03:25:31.089726" elapsed="0.752410"/>
</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-14T03:25:31.088176" elapsed="0.754081"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-14T03:25:31.850315" 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-14T03:25:31.842475" elapsed="0.009735"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:25:31.852643" elapsed="0.000575"/>
</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-14T03:25:31.086981" elapsed="0.766372"/>
</kw>
<status status="PASS" start="2026-07-14T03:25:31.083690" elapsed="0.769747"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:31.083011" elapsed="0.770494"/>
</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-14T03:25:31.853874" elapsed="0.001048"/>
</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-14T03:25:31.863971" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:25:31.863848" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:31.863824" elapsed="0.000224"/>
</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-14T03:25:31.867617" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:25:31.867489" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:31.867470" elapsed="0.000217"/>
</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-14T03:25:31.867818" elapsed="0.000434"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-14T03:25:31.868669" level="INFO">Logging into '10.30.170.222:8101' as 'karaf'.</msg>
<msg time="2026-07-14T03:25:32.057086" 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-14T03:25:31.868397" elapsed="0.188851"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.162577" 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-14T03:25:32.057506" elapsed="0.105303"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.178689" 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-14T03:25:32.179249" 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-14T03:25:32.163196" elapsed="0.016102"/>
</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-14T03:25:32.179584" elapsed="0.000325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:25:32.180118" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:25:32.181107" 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-14T03:25:32.180674" elapsed="0.000512"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T03:25:32.181255" elapsed="0.000068"/>
</return>
<msg time="2026-07-14T03:25:32.181517" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.222
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-14T03:25:31.867134" elapsed="0.314439"/>
</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-14T03:25:32.181729" elapsed="0.000616"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T03:25:32.182404" elapsed="0.000035"/>
</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-14T03:25:31.863527" elapsed="0.319036"/>
</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-14T03:25:32.186301" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:25:32.186143" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:32.186119" elapsed="0.000254"/>
</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-14T03:25:32.186506" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.187571" level="INFO">Logging into '10.30.170.222:8101' as 'karaf'.</msg>
<msg time="2026-07-14T03:25:32.342995" 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-14T03:25:32.187128" elapsed="0.156029"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.367637" 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-14T03:25:32.343426" elapsed="0.024283"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.369582" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-14T03:25:32.369692" 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-14T03:25:32.367891" elapsed="0.001830"/>
</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-14T03:25:32.369864" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:25:32.370240" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:25:32.370964" 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-14T03:25:32.370648" elapsed="0.000366"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T03:25:32.371066" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.222
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-14T03:25:32.185806" elapsed="0.185429"/>
</kw>
<status status="PASS" start="2026-07-14T03:25:30.259218" elapsed="2.112103"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:25:32.373288" 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-14T03:25:32.372255" elapsed="0.001098"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T03:25:32.374854" 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-14T03:25:32.374476" elapsed="0.000423"/>
</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-14T03:25:32.375223" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:25:32.374980" elapsed="0.000305"/>
</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-14T03:25:32.378280" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:25:32.377978" elapsed="0.000370"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:32.377957" elapsed="0.000418"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.378738" 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-14T03:25:32.378866" 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-14T03:25:32.378511" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:25:32.379456" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.186" 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-14T03:25:32.379028" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.380138" 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-14T03:25:32.379676" elapsed="0.000489"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T03:25:32.381095" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T03:25:32.381188" 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-14T03:25:32.380766" elapsed="0.000447"/>
</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-14T03:25:32.381357" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.382658" level="INFO">Logging into '10.30.170.186:22' as 'jenkins'.</msg>
<msg time="2026-07-14T03:25:32.717003" 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 Tue Jul 14 03:25:31 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.186
  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: Tue Jul 14 03:25:31 2026 from 10.30.171.23
[?2004h[jenkins@releng-00446-25-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-14T03:25:32.382261" elapsed="0.335015"/>
</kw>
<msg time="2026-07-14T03:25:32.717374" 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-14T03:25:32.381861" elapsed="0.335621"/>
</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-14T03:25:32.380369" elapsed="0.337267"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-14T03:25:32.718241" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-14T03:35:38.831965" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-14T03:35:38.832494" level="INFO">${stdout} = </msg>
<msg time="2026-07-14T03:35:38.832589" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222: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-14T03:25:32.717910" elapsed="606.114719"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:35:38.832947" elapsed="0.000474"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.834184" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:37.919 16  switches: flows:  101561 104606 100987 101367 103376 101594 103549 99294 98285 99222 96711 98977 99221 98259 99589 99116  total = 26.761900 per ms 
03:27:38.020 16  switches: flows:  114719 113052 110635 109970 112427 111101 112144 110313 106108 107519 108910 108881 106736 108163 106929 105991  total = 29.177943 per ms 
03:28:38.121 16  switches: flows:  116537 115363 110678 111410 114794 112386 114364 111559 108156 110862 109593 109562 108014 110216 107937 107274  total = 29.595705 per ms 
03:29:38.221 16  switches: flows:  116932 112994 110830 111740 115056 111386 113270 112710 107139 107786 109707 111444 107785 109933 106932 108322  total = 29.516830 per ms 
03:30:38.322 16  switches: flows:  115013 114138 110171 109618 111230 110666 112795 109575 106757 108158 108206 108964 106776 109096 107311 106269  total = 29.196998 per ms 
03:31:38.423 16  switches: flows:  114710 113597 111436 111052 111819 110481 111935 109669 106390 108098 109226 109519 106712 109012 106405 106835  total = 29.232804 per ms 
03:32:38.524 16  switches: flows:  111961 109730 108385 108647 110113 107690 110915 108007 103643 105321 104807 105660 103834 105401 104261 103836  total = 28.489257 per ms 
03:33:38.625 16  switches: flows:  111614 110538 108210 109057 107784 108596 108096 105163 105144 103822 103420 104299 103097 106860 103907 103212  total = 28.333025 per ms 
03:34:38.727 16  switches: flows:  111828 111967 109762 108266 108607 108196 108339 107559 106378 104256 104143 105701 105056 107053 105004 105569  total = 28.580066 per ms 
03:35:38.828 16  switches: flows:  101251 103095 100968 98296 98428 98392 98700 98475 96369 95297 93980 95244 96168 97087 95923 96074  total = 26.018994 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26018.99/29595.70/28682.40/9616.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:35:38.833695" elapsed="0.000700"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-14T03:35:38.834740" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-14T03:35:38.834520" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-14T03:35:38.834482" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-14T03:35:38.835007" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:35:38.834956" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-07-14T03:35:38.834934" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-14T03:35:38.835140" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T03:35:38.838633" elapsed="0.000454"/>
</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-14T03:35:38.839291" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:35:38.839720" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-14T03:35:38.835589" elapsed="0.004341"/>
</kw>
<msg time="2026-07-14T03:35:38.840104" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222: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-14T03:25:32.375657" elapsed="606.464514"/>
</kw>
<status status="PASS" start="2026-07-14T03:25:32.375315" elapsed="606.464927"/>
</branch>
<status status="PASS" start="2026-07-14T03:25:32.374958" elapsed="606.465318"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.840903" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:37.919 16  switches: flows:  101561 104606 100987 101367 103376 101594 103549 99294 98285 99222 96711 98977 99221 98259 99589 99116  total = 26.761900 per ms 
03:27:38.020 16  switches: flows:  114719 113052 110635 109970 112427 111101 112144 110313 106108 107519 108910 108881 106736 108163 106929 105991  total = 29.177943 per ms 
03:28:38.121 16  switches: flows:  116537 115363 110678 111410 114794 112386 114364 111559 108156 110862 109593 109562 108014 110216 107937 107274  total = 29.595705 per ms 
03:29:38.221 16  switches: flows:  116932 112994 110830 111740 115056 111386 113270 112710 107139 107786 109707 111444 107785 109933 106932 108322  total = 29.516830 per ms 
03:30:38.322 16  switches: flows:  115013 114138 110171 109618 111230 110666 112795 109575 106757 108158 108206 108964 106776 109096 107311 106269  total = 29.196998 per ms 
03:31:38.423 16  switches: flows:  114710 113597 111436 111052 111819 110481 111935 109669 106390 108098 109226 109519 106712 109012 106405 106835  total = 29.232804 per ms 
03:32:38.524 16  switches: flows:  111961 109730 108385 108647 110113 107690 110915 108007 103643 105321 104807 105660 103834 105401 104261 103836  total = 28.489257 per ms 
03:33:38.625 16  switches: flows:  111614 110538 108210 109057 107784 108596 108096 105163 105144 103822 103420 104299 103097 106860 103907 103212  total = 28.333025 per ms 
03:34:38.727 16  switches: flows:  111828 111967 109762 108266 108607 108196 108339 107559 106378 104256 104143 105701 105056 107053 105004 105569  total = 28.580066 per ms 
03:35:38.828 16  switches: flows:  101251 103095 100968 98296 98428 98392 98700 98475 96369 95297 93980 95244 96168 97087 95923 96074  total = 26.018994 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26018.99/29595.70/28682.40/9616.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:35:38.840473" elapsed="0.000531"/>
</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-14T03:35:38.841210" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-14T03:35:38.842265" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-14T03:35:38.842389" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26018.99/29595.70/28682.40/9616.46 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-14T03:35:38.841957" elapsed="0.000466"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T03:35:38.843023" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26018.99/29595.70/28682.40/9616.46 | 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-14T03:35:38.842655" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.846482" 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-14T03:35:38.843261" elapsed="0.003330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.850157" level="INFO">26018.99/29595.70/28682.40/9616.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:35:38.846804" elapsed="0.003436"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T03:35:38.853462" 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-14T03:35:38.850449" elapsed="0.003041"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T03:35:38.855906" level="INFO">@{result_value_list} = [ 26018.99 | 29595.70 | 28682.40 | 9616.46 ]</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-14T03:35:38.853699" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.856435" level="INFO">Length is 4.</msg>
<msg time="2026-07-14T03:35:38.856537" 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-14T03:35:38.856099" elapsed="0.000478"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.861295" level="INFO">min :: 26018.99</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-14T03:35:38.856971" elapsed="0.004381"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-14T03:35:38.856840" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.865991" level="INFO">max :: 29595.70</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-14T03:35:38.861629" elapsed="0.004420"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-14T03:35:38.861484" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.870708" level="INFO">avg :: 28682.40</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-14T03:35:38.866299" elapsed="0.004464"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-14T03:35:38.866171" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.875673" level="INFO">stdev :: 9616.46</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-14T03:35:38.871014" elapsed="0.004717"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-14T03:35:38.870886" elapsed="0.004880"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-14T03:35:38.856650" elapsed="0.019149"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.879696" level="INFO">${min} = 26018.99</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-14T03:35:38.875958" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.883822" level="INFO">${max} = 29595.70</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-14T03:35:38.879877" elapsed="0.003972"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.887911" level="INFO">${average} = 28682.40</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-14T03:35:38.884002" elapsed="0.003935"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.891870" level="INFO">${stdev} = 9616.46</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-14T03:35:38.888090" elapsed="0.003807"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.892511" level="INFO">${date} = 2026-07-14 03:35:38</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-14T03:35:38.892057" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.893109" level="INFO">CBench Result: 2026-07-14 03:35:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26018.99,29595.70,28682.40,9616.46</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-14T03:35:38.892705" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T03:35:38.894190" 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-14T03:35:38.893786" 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-14T03:35:38.894409" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-14T03:35:38.893303" elapsed="0.001647"/>
</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-14T03:25:32.373785" elapsed="606.521225"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.895493" 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-14T03:35:38.895160" elapsed="0.000423"/>
</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-14T03:35:38.896292" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-07-14T03:35:38.895955" elapsed="0.000687"/>
</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-14T03:25:32.371466" elapsed="606.525214"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.898114" 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-14T03:35:38.897728" elapsed="0.000442"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.899418" 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-14T03:35:38.899087" elapsed="0.000373"/>
</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-14T03:35:38.899811" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:35:38.899590" 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-14T03:35:38.902900" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:35:38.902650" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-14T03:35:38.902630" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:35:38.903314" 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-14T03:35:38.903434" 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-14T03:35:38.903117" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.904039" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.186" 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-14T03:35:38.903614" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:35:38.904690" 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-14T03:35:38.904266" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T03:35:38.905672" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T03:35:38.905784" 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-14T03:35:38.905297" elapsed="0.000520"/>
</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-14T03:35:38.905961" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T03:35:38.907292" level="INFO">Logging into '10.30.170.186:22' as 'jenkins'.</msg>
<msg time="2026-07-14T03:35:39.504337" 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 Tue Jul 14 03:35:39 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.186
  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: Tue Jul 14 03:25:32 2026 from 10.30.171.23
[?2004h[jenkins@releng-00446-25-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-14T03:35:38.906865" elapsed="0.597724"/>
</kw>
<msg time="2026-07-14T03:35:39.504687" 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-14T03:35:38.906455" elapsed="0.598335"/>
</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-14T03:35:38.904917" elapsed="0.599997"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-14T03:35:39.505502" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-14T03:40:17.942190" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-07-14T03:40:17.942852" level="INFO">${stdout} = </msg>
<msg time="2026-07-14T03:40:17.942980" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222: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-14T03:35:39.505158" elapsed="278.437881"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:40:17.943503" elapsed="0.000839"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.945481" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:44.651 16  switches: flows:  550392 550726 557439 543605 550241 562752 551344 556773 530445 538505 541666 543354 542631 539251 537043 538812  total = 145.582983 per ms 
03:37:44.752 16  switches: flows:  549715 486983 481810 474618 475122 470212 473748 482090 505060 499805 533123 477862 489436 497845 508548 471374  total = 131.068697 per ms 
03:38:44.854 16  switches: flows:  585472 602565 592009 581510 590448 591087 579746 595326 580976 585513 585713 598332 585770 585285 588805 581739  total = 156.575655 per ms 
03:39:44.955 16  switches: flows:  588208 592135 602088 607529 590428 588526 589995 598924 602019 613987 598107 584082 615551 594327 590139 596060  total = 158.934615 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:40:17.944746" elapsed="0.001051"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-14T03:40:17.946282" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-07-14T03:40:17.945979" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-07-14T03:40:17.945927" elapsed="0.000557"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-14T03:40:17.946725" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:40:17.946642" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-14T03:40:17.946605" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-14T03:40:17.946932" elapsed="0.000084"/>
</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-14T03:40:17.950867" elapsed="0.000523"/>
</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-14T03:40:17.951619" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:40:17.952038" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-14T03:40:17.947735" elapsed="0.004519"/>
</kw>
<msg time="2026-07-14T03:40:17.952430" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222: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-14T03:35:38.900285" elapsed="279.052182"/>
</kw>
<status status="PASS" start="2026-07-14T03:35:38.899897" elapsed="279.052638"/>
</branch>
<status status="PASS" start="2026-07-14T03:35:38.899568" elapsed="279.053020"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.953190" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:44.651 16  switches: flows:  550392 550726 557439 543605 550241 562752 551344 556773 530445 538505 541666 543354 542631 539251 537043 538812  total = 145.582983 per ms 
03:37:44.752 16  switches: flows:  549715 486983 481810 474618 475122 470212 473748 482090 505060 499805 533123 477862 489436 497845 508548 471374  total = 131.068697 per ms 
03:38:44.854 16  switches: flows:  585472 602565 592009 581510 590448 591087 579746 595326 580976 585513 585713 598332 585770 585285 588805 581739  total = 156.575655 per ms 
03:39:44.955 16  switches: flows:  588208 592135 602088 607529 590428 588526 589995 598924 602019 613987 598107 584082 615551 594327 590139 596060  total = 158.934615 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:40:17.952786" elapsed="0.000495"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.954110" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:44.651 16  switches: flows:  550392 550726 557439 543605 550241 562752 551344 556773 530445 538505 541666 543354 542631 539251 537043 538812  total = 145.582983 per ms 
03:37:44.752 16  switches: flows:  549715 486983 481810 474618 475122 470212 473748 482090 505060 499805 533123 477862 489436 497845 508548 471374  total = 131.068697 per ms 
03:38:44.854 16  switches: flows:  585472 602565 592009 581510 590448 591087 579746 595326 580976 585513 585713 598332 585770 585285 588805 581739  total = 156.575655 per ms 
03:39:44.955 16  switches: flows:  588208 592135 602088 607529 590428 588526 589995 598924 602019 613987 598107 584082 615551 594327 590139 596060  total = 158.934615 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-07-14T03:40:17.953485" elapsed="0.000879">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:44.651 16  switches: flows:  550392 550726 557439 543605 550241 562752 551344 556773 530445 538505 541666 543354 542631 539251 537043 538812  total = 145.582983 per ms 
03:37:44.752 16  switches: flows:  549715 486983 481810 474618 475122 470212 473748 482090 505060 499805 533123 477862 489436 497845 508548 471374  total = 131.068697 per ms 
03:38:44.854 16  switches: flows:  585472 602565 592009 581510 590448 591087 579746 595326 580976 585513 585713 598332 585770 585285 588805 581739  total = 156.575655 per ms 
03:39:44.955 16  switches: flows:  588208 592135 602088 607529 590428 588526 589995 598924 602019 613987 598107 584082 615551 594327 590139 596060  total = 158.934615 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.954682" elapsed="0.000032"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.954919" elapsed="0.000047"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.955158" elapsed="0.000027"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.955368" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.955600" elapsed="0.000029"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.955827" elapsed="0.000027"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.956052" elapsed="0.000027"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.956426" elapsed="0.000027"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-07-14T03:40:17.956258" elapsed="0.000238"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-07-14T03:40:17.956160" elapsed="0.000375"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.956762" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.956982" elapsed="0.000027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.957199" elapsed="0.000027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.957416" elapsed="0.000026"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.957663" elapsed="0.000029"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.957880" elapsed="0.000027"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-07-14T03:40:17.958082" elapsed="0.000030"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="FAIL" start="2026-07-14T03:35:38.898480" elapsed="279.059809">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:44.651 16  switches: flows:  550392 550726 557439 543605 550241 562752 551344 556773 530445 538505 541666 543354 542631 539251 537043 538812  total = 145.582983 per ms 
03:37:44.752 16  switches: flows:  549715 486983 481810 474618 475122 470212 473748 482090 505060 499805 533123 477862 489436 497845 508548 471374  total = 131.068697 per ms 
03:38:44.854 16  switches: flows:  585472 602565 592009 581510 590448 591087 579746 595326 580976 585513 585713 598332 585770 585285 588805 581739  total = 156.575655 per ms 
03:39:44.955 16  switches: flows:  588208 592135 602088 607529 590428 588526 589995 598924 602019 613987 598107 584082 615551 594327 590139 596060  total = 158.934615 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.958517" elapsed="0.000047"/>
</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-14T03:40:17.959356" elapsed="0.000384"/>
</kw>
<status status="PASS" start="2026-07-14T03:40:17.958894" elapsed="0.000944"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-07-14T03:35:38.896987" elapsed="279.062902">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:44.651 16  switches: flows:  550392 550726 557439 543605 550241 562752 551344 556773 530445 538505 541666 543354 542631 539251 537043 538812  total = 145.582983 per ms 
03:37:44.752 16  switches: flows:  549715 486983 481810 474618 475122 470212 473748 482090 505060 499805 533123 477862 489436 497845 508548 471374  total = 131.068697 per ms 
03:38:44.854 16  switches: flows:  585472 602565 592009 581510 590448 591087 579746 595326 580976 585513 585713 598332 585770 585285 588805 581739  total = 156.575655 per ms 
03:39:44.955 16  switches: flows:  588208 592135 602088 607529 590428 588526 589995 598924 602019 613987 598107 584082 615551 594327 590139 596060  total = 158.934615 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.961380" 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-14T03:40:17.960992" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.962860" 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-14T03:40:17.962313" elapsed="0.000590"/>
</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-14T03:40:17.963211" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:40:17.962995" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-14T03:40:17.966154" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:40:17.965905" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-14T03:40:17.965886" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:40:17.966554" 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-14T03:40:17.966674" 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-14T03:40:17.966366" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.967273" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.186" 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-14T03:40:17.966835" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T03:40:17.967878" 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-14T03:40:17.967471" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T03:40:17.968799" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T03:40:17.968888" 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-14T03:40:17.968478" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T03:40:17.969053" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T03:40:17.970228" level="INFO">Logging into '10.30.170.186:22' as 'jenkins'.</msg>
<msg time="2026-07-14T03:40:18.615489" 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 Tue Jul 14 03:40:18 UTC 2026

  System load:  0.28               Processes:             107
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.186
  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: Tue Jul 14 03:35:39 2026 from 10.30.171.23
[?2004h[jenkins@releng-00446-25-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-14T03:40:17.969878" elapsed="0.645841"/>
</kw>
<msg time="2026-07-14T03:40:18.615817" 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-14T03:40:17.969523" elapsed="0.646383"/>
</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-14T03:40:17.968106" elapsed="0.647931"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-14T03:40:18.616614" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-14T03:50:24.648876" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-14T03:50:24.649446" level="INFO">${stdout} = </msg>
<msg time="2026-07-14T03:50:24.649588" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222: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-14T03:40:18.616266" elapsed="606.033382"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:50:24.650088" elapsed="0.000691"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.651970" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:41:23.752 16  switches: flows:  93970 93139 93131 91728 92476 92196 92285 91434 87734 88958 89310 88013 87229 88297 88202 87811  total = 24.098550 per ms 
03:42:23.852 16  switches: flows:  93598 94130 92271 91779 90837 91392 91128 90544 88310 88621 88416 87502 87371 88311 87547 88285  total = 23.960685 per ms 
03:43:23.953 16  switches: flows:  99104 97848 97028 96282 94481 96254 95513 95958 92615 92772 92147 92141 92808 91814 91955 90994  total = 25.119942 per ms 
03:44:24.053 16  switches: flows:  97854 96743 97521 95883 93746 95601 94164 95433 90445 90903 91761 91561 91842 90336 90145 89372  total = 24.847017 per ms 
03:45:24.153 16  switches: flows:  107183 104858 105659 104151 103371 103310 103376 103027 99737 100608 99032 99172 98693 99355 98752 98733  total = 27.105050 per ms 
03:46:24.253 16  switches: flows:  122279 118769 117185 116384 118436 119452 117745 116399 114067 115433 115615 114606 112081 113396 114936 114614  total = 30.971577 per ms 
03:47:24.354 16  switches: flows:  110192 106816 106281 106515 106875 107377 106124 105185 101807 102983 102922 103327 100893 101099 102382 102120  total = 27.835186 per ms 
03:48:24.454 16  switches: flows:  111853 108294 107415 106647 107287 107812 106729 105984 102676 103471 104207 104701 101390 101715 103029 102378  total = 28.046325 per ms 
03:49:24.554 16  switches: flows:  100439 99714 99405 98103 96753 96206 97607 96058 93056 93478 93945 93964 92354 93568 92824 92199  total = 25.452000 per ms 
03:50:24.654 16  switches: flows:  99766 99499 100510 97239 97257 96043 98941 97691 94114 93559 93692 94003 91837 95273 93277 92192  total = 25.538927 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23960.69/30971.58/26541.86/9080.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:50:24.651151" elapsed="0.001157"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-14T03:50:24.652866" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-14T03:50:24.652507" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-07-14T03:50:24.652451" elapsed="0.000642"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-14T03:50:24.653319" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-14T03:50:24.653230" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-07-14T03:50:24.653193" elapsed="0.000274"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-14T03:50:24.653568" 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-14T03:50:24.658390" elapsed="0.000516"/>
</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-14T03:50:24.659122" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T03:50:24.659648" elapsed="0.000196"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-14T03:50:24.654312" elapsed="0.005644"/>
</kw>
<msg time="2026-07-14T03:50:24.660163" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222: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-14T03:40:17.963620" elapsed="606.696582"/>
</kw>
<status status="PASS" start="2026-07-14T03:40:17.963295" elapsed="606.696982"/>
</branch>
<status status="PASS" start="2026-07-14T03:40:17.962976" elapsed="606.697343"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.661081" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:41:23.752 16  switches: flows:  93970 93139 93131 91728 92476 92196 92285 91434 87734 88958 89310 88013 87229 88297 88202 87811  total = 24.098550 per ms 
03:42:23.852 16  switches: flows:  93598 94130 92271 91779 90837 91392 91128 90544 88310 88621 88416 87502 87371 88311 87547 88285  total = 23.960685 per ms 
03:43:23.953 16  switches: flows:  99104 97848 97028 96282 94481 96254 95513 95958 92615 92772 92147 92141 92808 91814 91955 90994  total = 25.119942 per ms 
03:44:24.053 16  switches: flows:  97854 96743 97521 95883 93746 95601 94164 95433 90445 90903 91761 91561 91842 90336 90145 89372  total = 24.847017 per ms 
03:45:24.153 16  switches: flows:  107183 104858 105659 104151 103371 103310 103376 103027 99737 100608 99032 99172 98693 99355 98752 98733  total = 27.105050 per ms 
03:46:24.253 16  switches: flows:  122279 118769 117185 116384 118436 119452 117745 116399 114067 115433 115615 114606 112081 113396 114936 114614  total = 30.971577 per ms 
03:47:24.354 16  switches: flows:  110192 106816 106281 106515 106875 107377 106124 105185 101807 102983 102922 103327 100893 101099 102382 102120  total = 27.835186 per ms 
03:48:24.454 16  switches: flows:  111853 108294 107415 106647 107287 107812 106729 105984 102676 103471 104207 104701 101390 101715 103029 102378  total = 28.046325 per ms 
03:49:24.554 16  switches: flows:  100439 99714 99405 98103 96753 96206 97607 96058 93056 93478 93945 93964 92354 93568 92824 92199  total = 25.452000 per ms 
03:50:24.654 16  switches: flows:  99766 99499 100510 97239 97257 96043 98941 97691 94114 93559 93692 94003 91837 95273 93277 92192  total = 25.538927 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23960.69/30971.58/26541.86/9080.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:50:24.660583" elapsed="0.000611"/>
</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-14T03:50:24.661421" elapsed="0.000569"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-14T03:50:24.662570" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-14T03:50:24.662721" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23960.69/30971.58/26541.86/9080.48 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-14T03:50:24.662231" elapsed="0.000531"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T03:50:24.663390" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23960.69/30971.58/26541.86/9080.48 | 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-14T03:50:24.663005" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.666068" 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-14T03:50:24.663727" elapsed="0.002399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.668564" level="INFO">23960.69/30971.58/26541.86/9080.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T03:50:24.666277" elapsed="0.002346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T03:50:24.670963" 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-14T03:50:24.668778" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T03:50:24.673466" level="INFO">@{result_value_list} = [ 23960.69 | 30971.58 | 26541.86 | 9080.48 ]</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-14T03:50:24.671194" elapsed="0.002301"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.673979" level="INFO">Length is 4.</msg>
<msg time="2026-07-14T03:50:24.674070" 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-14T03:50:24.673668" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.678924" level="INFO">min :: 23960.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-14T03:50:24.674498" elapsed="0.004507"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-14T03:50:24.674364" elapsed="0.004685"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.683622" level="INFO">max :: 30971.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-14T03:50:24.679273" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-14T03:50:24.679142" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.688340" level="INFO">avg :: 26541.86</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-14T03:50:24.683938" elapsed="0.004460"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-14T03:50:24.683806" elapsed="0.004628"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.693124" level="INFO">stdev :: 9080.48</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-14T03:50:24.688666" elapsed="0.004516"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-14T03:50:24.688519" elapsed="0.004697"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-14T03:50:24.674163" elapsed="0.019084"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.697387" level="INFO">${min} = 23960.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-14T03:50:24.693405" elapsed="0.004009"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.701410" level="INFO">${max} = 30971.58</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-14T03:50:24.697594" elapsed="0.003843"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.705347" level="INFO">${average} = 26541.86</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-14T03:50:24.701611" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.709293" level="INFO">${stdev} = 9080.48</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-14T03:50:24.705528" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.709999" level="INFO">${date} = 2026-07-14 03:50:24</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-14T03:50:24.709536" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.710750" level="INFO">CBench Result: 2026-07-14 03:50:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23960.69,30971.58,26541.86,9080.48</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-14T03:50:24.710220" elapsed="0.000600"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T03:50:24.712114" 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-14T03:50:24.711630" elapsed="0.000554"/>
</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-14T03:50:24.712338" elapsed="0.000543"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-14T03:50:24.711006" elapsed="0.001944"/>
</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-14T03:40:17.961757" elapsed="606.751255"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.713483" 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-14T03:50:24.713166" elapsed="0.000389"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-14T03:50:24.714815" 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-14T03:50:24.714276" elapsed="0.000568"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-14T03:50:24.715087" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-14T03:50:24.714927" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-07-14T03:50:24.714905" elapsed="0.000276"/>
</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-14T03:50:24.715331" 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-14T03:50:24.715521" elapsed="0.000037"/>
</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-14T03:50:24.715706" elapsed="0.000023"/>
</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-14T03:50:24.715905" elapsed="0.000024"/>
</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-14T03:50:24.716109" 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-14T03:50:24.716257" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-14T03:50:24.716435" elapsed="0.000027"/>
</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-14T03:50:24.716742" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-14T03:50:24.716559" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-07-14T03:50:24.716520" elapsed="0.000322"/>
</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-14T03:50:24.713929" elapsed="0.002979"/>
</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-14T03:40:17.960442" elapsed="606.756524"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="FAIL" start="2026-07-14T03:25:29.683529" elapsed="1495.034166"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
