<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-09T01:45:19.276032" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-06-09T01:45:19.841503" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:45:19.841371" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:19.841342" elapsed="0.000263"/>
</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-06-09T01:45:19.841751" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-09T01:45:19.842738" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-06-09T01:45:20.766706" 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-06-09T01:45:19.842439" elapsed="0.924474"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-09T01:45:20.817518" 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-06-09T01:45:20.767216" elapsed="0.050374"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-09T01:45:20.819340" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-09T01:45:20.819452" 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-06-09T01:45:20.817765" elapsed="0.001716"/>
</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-06-09T01:45:20.819661" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:45:20.820057" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:45:20.820757" 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-06-09T01:45:20.820422" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T01:45:20.820866" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-09T01:45:19.840984" elapsed="0.980133"/>
</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-06-09T01:45:19.837367" elapsed="0.983817"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T01:45:20.821740" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-06-09T01:45:20.821371" elapsed="0.000428"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T01:45:20.822253" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-06-09T01:45:20.821998" elapsed="0.000312"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-09T01:45:20.822864" 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-06-09T01:45:20.822466" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T01:45:20.823414" 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-06-09T01:45:20.823077" elapsed="0.000389"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-09T01:45:20.824012" 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-06-09T01:45:20.823617" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T01:45:20.824511" 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-06-09T01:45:20.824200" elapsed="0.000352"/>
</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-06-09T01:45:20.824876" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:45:20.824639" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:45:20.829355" 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-06-09T01:45:20.828934" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:45:20.830423" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T01:45:20.830504" 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-06-09T01:45:20.829941" elapsed="0.000588"/>
</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-06-09T01:45:20.830676" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T01:45:20.832125" level="INFO">Logging into '10.30.171.123:22' as 'jenkins'.</msg>
<msg time="2026-06-09T01:45:21.589108" 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 Jun  9 01:45:21 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.123
  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-48317-744-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-06-09T01:45:20.831592" elapsed="0.757684"/>
</kw>
<msg time="2026-06-09T01:45:21.589373" 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-06-09T01:45:20.831202" elapsed="0.758267"/>
</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-06-09T01:45:20.829589" elapsed="0.760005"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-09T01:45:21.597634" 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-06-09T01:45:21.589818" elapsed="0.009624"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:45:21.599654" elapsed="0.000616"/>
</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-06-09T01:45:20.828410" elapsed="0.772051"/>
</kw>
<status status="PASS" start="2026-06-09T01:45:20.825104" elapsed="0.775467"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:20.824614" elapsed="0.776034"/>
</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-06-09T01:45:21.601067" elapsed="0.001266"/>
</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-06-09T01:45:21.610034" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:45:21.609883" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:21.609856" elapsed="0.000264"/>
</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-06-09T01:45:21.613772" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:45:21.613653" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:21.613633" elapsed="0.000211"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T01:45:21.614006" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-09T01:45:21.614949" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-06-09T01:45:21.842989" 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-06-09T01:45:21.614674" elapsed="0.228487"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-09T01:45:21.943512" 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-06-09T01:45:21.843427" elapsed="0.100267"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-09T01:45:21.948928" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-09T01:45:21.949171" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-09T01:45:21.943996" elapsed="0.005212"/>
</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-06-09T01:45:21.949365" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:45:21.949797" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:45:21.950567" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:45:21.950235" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T01:45:21.950681" elapsed="0.000053"/>
</return>
<msg time="2026-06-09T01:45:21.950935" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-09T01:45:21.613289" elapsed="0.337680"/>
</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-06-09T01:45:21.951149" elapsed="0.000621"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T01:45:21.951824" elapsed="0.000031"/>
</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-06-09T01:45:21.609510" elapsed="0.342448"/>
</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-06-09T01:45:21.956856" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:45:21.956499" elapsed="0.000410"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:21.956474" elapsed="0.000462"/>
</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-06-09T01:45:21.957122" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-09T01:45:21.958058" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-06-09T01:45:22.159766" 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-06-09T01:45:21.957774" elapsed="0.202160"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-09T01:45:22.185817" 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-06-09T01:45:22.160224" elapsed="0.025657"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-09T01:45:22.187723" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-09T01:45:22.187830" 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-06-09T01:45:22.186055" elapsed="0.001804"/>
</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-06-09T01:45:22.188013" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:45:22.188358" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:45:22.189057" 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-06-09T01:45:22.188699" elapsed="0.000411"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T01:45:22.189164" 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.171.37
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-09T01:45:21.956144" elapsed="0.233193"/>
</kw>
<status status="PASS" start="2026-06-09T01:45:19.835573" elapsed="2.353828"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:45:22.191339" 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-06-09T01:45:22.190254" elapsed="0.001151"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T01:45:22.193122" 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-06-09T01:45:22.192741" elapsed="0.000425"/>
</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-06-09T01:45:22.193496" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:45:22.193249" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-09T01:45:22.196563" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:45:22.196309" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:22.196284" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:45:22.197016" 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-06-09T01:45:22.197142" 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-06-09T01:45:22.196786" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:45:22.197736" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.123" 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-06-09T01:45:22.197306" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:45:22.198428" 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-06-09T01:45:22.197938" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:45:22.199404" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T01:45:22.199495" 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-06-09T01:45:22.199073" elapsed="0.000445"/>
</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-06-09T01:45:22.199663" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T01:45:22.200879" level="INFO">Logging into '10.30.171.123:22' as 'jenkins'.</msg>
<msg time="2026-06-09T01:45:22.526025" 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 Jun  9 01:45:21 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.123
  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 Jun  9 01:45:21 2026 from 10.30.170.249
[?2004h[jenkins@releng-48317-744-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-06-09T01:45:22.200516" elapsed="0.325701"/>
</kw>
<msg time="2026-06-09T01:45:22.526305" 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-06-09T01:45:22.200168" elapsed="0.326227"/>
</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-06-09T01:45:22.198660" elapsed="0.327859"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-09T01:45:22.527402" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-09T01:55:28.661044" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-09T01:55:28.672584" level="INFO">${stdout} = </msg>
<msg time="2026-06-09T01:55:28.673139" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-09T01:45:22.526756" elapsed="606.146414"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:55:28.674348" elapsed="0.003241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.678749" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:27.744 16  switches: flows:  102866 103347 106152 105979 104838 102914 103476 102945 99320 100003 100214 100865 100361 101089 99624 101683  total = 27.261267 per ms 
01:47:27.846 16  switches: flows:  119054 118894 118912 122394 118847 118440 119410 118724 116060 116290 115575 114053 116863 116948 112690 116854  total = 31.280520 per ms 
01:48:27.947 16  switches: flows:  114219 111346 113125 113227 110688 111981 112260 111032 111198 108669 110593 108078 110357 109703 109006 109500  total = 29.533704 per ms 
01:49:28.048 16  switches: flows:  116889 118109 120194 116639 116293 117636 117203 117191 115328 116916 114819 114844 115566 115008 113664 115681  total = 30.981273 per ms 
01:50:28.149 16  switches: flows:  117020 120407 120175 118148 117464 117992 117925 117033 113419 114399 115903 114023 115526 114189 114290 113262  total = 30.967880 per ms 
01:51:28.249 16  switches: flows:  123212 121688 122247 121709 119524 121916 120390 119214 116235 115759 117374 117272 119858 118033 117690 116742  total = 31.761358 per ms 
01:52:28.351 16  switches: flows:  121139 122208 122806 120716 119301 118929 117389 120371 118515 116924 117783 117722 120842 122693 125697 117806  total = 31.960628 per ms 
01:53:28.452 16  switches: flows:  112851 112496 114048 112168 111098 112748 111573 110118 108527 106862 109241 107927 110600 108698 108572 106596  total = 29.352738 per ms 
01:54:28.554 16  switches: flows:  119650 119170 119107 118140 118560 118135 117510 117987 115361 113691 115467 114421 116022 114298 114770 114726  total = 31.064740 per ms 
01:55:28.655 16  switches: flows:  123863 124847 123605 122445 120996 123141 122495 122691 120025 118522 120965 117977 119461 119426 119592 118194  total = 32.250072 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.74/32250.07/31016.99/10381.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:55:28.677849" elapsed="0.001530"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-09T01:55:28.679659" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-06-09T01:55:28.679493" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-06-09T01:55:28.679458" elapsed="0.000306"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-09T01:55:28.679920" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:55:28.679827" elapsed="0.000137"/>
</branch>
<status status="NOT RUN" start="2026-06-09T01:55:28.679810" elapsed="0.000192"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-09T01:55:28.680037" elapsed="0.000014"/>
</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-06-09T01:55:28.683160" elapsed="0.000349"/>
</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-06-09T01:55:28.683658" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:55:28.684005" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-09T01:55:28.680395" elapsed="0.003769"/>
</kw>
<msg time="2026-06-09T01:55:28.684299" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-09T01:45:22.193912" elapsed="606.490413"/>
</kw>
<status status="PASS" start="2026-06-09T01:45:22.193585" elapsed="606.490791"/>
</branch>
<status status="PASS" start="2026-06-09T01:45:22.193225" elapsed="606.491175"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.684849" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:27.744 16  switches: flows:  102866 103347 106152 105979 104838 102914 103476 102945 99320 100003 100214 100865 100361 101089 99624 101683  total = 27.261267 per ms 
01:47:27.846 16  switches: flows:  119054 118894 118912 122394 118847 118440 119410 118724 116060 116290 115575 114053 116863 116948 112690 116854  total = 31.280520 per ms 
01:48:27.947 16  switches: flows:  114219 111346 113125 113227 110688 111981 112260 111032 111198 108669 110593 108078 110357 109703 109006 109500  total = 29.533704 per ms 
01:49:28.048 16  switches: flows:  116889 118109 120194 116639 116293 117636 117203 117191 115328 116916 114819 114844 115566 115008 113664 115681  total = 30.981273 per ms 
01:50:28.149 16  switches: flows:  117020 120407 120175 118148 117464 117992 117925 117033 113419 114399 115903 114023 115526 114189 114290 113262  total = 30.967880 per ms 
01:51:28.249 16  switches: flows:  123212 121688 122247 121709 119524 121916 120390 119214 116235 115759 117374 117272 119858 118033 117690 116742  total = 31.761358 per ms 
01:52:28.351 16  switches: flows:  121139 122208 122806 120716 119301 118929 117389 120371 118515 116924 117783 117722 120842 122693 125697 117806  total = 31.960628 per ms 
01:53:28.452 16  switches: flows:  112851 112496 114048 112168 111098 112748 111573 110118 108527 106862 109241 107927 110600 108698 108572 106596  total = 29.352738 per ms 
01:54:28.554 16  switches: flows:  119650 119170 119107 118140 118560 118135 117510 117987 115361 113691 115467 114421 116022 114298 114770 114726  total = 31.064740 per ms 
01:55:28.655 16  switches: flows:  123863 124847 123605 122445 120996 123141 122495 122691 120025 118522 120965 117977 119461 119426 119592 118194  total = 32.250072 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.74/32250.07/31016.99/10381.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:55:28.684554" elapsed="0.000370"/>
</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-06-09T01:55:28.685089" elapsed="0.000829"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-09T01:55:28.686332" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-09T01:55:28.686426" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.74/32250.07/31016.99/10381.95 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-06-09T01:55:28.686095" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:55:28.686865" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29352.74/32250.07/31016.99/10381.95 | 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-06-09T01:55:28.686607" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.689328" 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-06-09T01:55:28.687055" elapsed="0.002330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.691759" level="INFO">29352.74/32250.07/31016.99/10381.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:55:28.689532" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:55:28.694282" 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-06-09T01:55:28.692007" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:55:28.696860" level="INFO">@{result_value_list} = [ 29352.74 | 32250.07 | 31016.99 | 10381.95 ]</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-06-09T01:55:28.694513" elapsed="0.002382"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.697394" level="INFO">Length is 4.</msg>
<msg time="2026-06-09T01:55:28.697485" 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-06-09T01:55:28.697075" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.703233" level="INFO">min :: 29352.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:55:28.698817" elapsed="0.004473"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-09T01:55:28.698680" elapsed="0.004645"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.708205" level="INFO">max :: 32250.07</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-06-09T01:55:28.703548" elapsed="0.004714"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-09T01:55:28.703419" elapsed="0.004879"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.712870" level="INFO">avg :: 31016.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-06-09T01:55:28.708519" elapsed="0.004406"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-09T01:55:28.708389" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.717527" level="INFO">stdev :: 10381.95</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-06-09T01:55:28.713201" elapsed="0.004388"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-09T01:55:28.713072" elapsed="0.004552"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-09T01:55:28.697583" elapsed="0.020073"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.721531" level="INFO">${min} = 29352.74</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:55:28.717814" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.725445" level="INFO">${max} = 32250.07</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-06-09T01:55:28.721710" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.729526" level="INFO">${average} = 31016.99</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-06-09T01:55:28.725624" elapsed="0.003932"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.733459" level="INFO">${stdev} = 10381.95</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-06-09T01:55:28.729709" elapsed="0.003776"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.734017" level="INFO">${date} = 2026-06-09 01:55:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-09T01:55:28.733645" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.734600" level="INFO">CBench Result: 2026-06-09 01:55:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29352.74,32250.07,31016.99,10381.95</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-06-09T01:55:28.734191" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T01:55:28.735743" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-06-09T01:55:28.735317" elapsed="0.000513"/>
</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-06-09T01:55:28.736006" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-09T01:55:28.734812" elapsed="0.001726"/>
</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-06-09T01:45:22.192099" elapsed="606.544501"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.737088" 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-06-09T01:55:28.736753" elapsed="0.000390"/>
</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-06-09T01:55:28.737659" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-06-09T01:55:28.737358" elapsed="0.000656"/>
</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-06-09T01:45:22.189564" elapsed="606.548489"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.740800" 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-06-09T01:55:28.738934" elapsed="0.001927"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.743181" 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-06-09T01:55:28.741800" elapsed="0.001426"/>
</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-06-09T01:55:28.743630" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:55:28.743383" 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-06-09T01:55:28.746657" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:55:28.746410" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-06-09T01:55:28.746391" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:55:28.747125" 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-06-09T01:55:28.747248" 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-06-09T01:55:28.746884" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.747849" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.123" 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-06-09T01:55:28.747410" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:55:28.748472" 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-06-09T01:55:28.748066" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:55:28.749412" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T01:55:28.749499" 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-06-09T01:55:28.749090" elapsed="0.000432"/>
</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-06-09T01:55:28.749665" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T01:55:28.750860" level="INFO">Logging into '10.30.171.123:22' as 'jenkins'.</msg>
<msg time="2026-06-09T01:55:29.307451" 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 Jun  9 01:55:28 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.123
  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 Jun  9 01:45:22 2026 from 10.30.170.249
[?2004h[jenkins@releng-48317-744-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-06-09T01:55:28.750509" elapsed="0.557147"/>
</kw>
<msg time="2026-06-09T01:55:29.307748" 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-06-09T01:55:28.750159" elapsed="0.557686"/>
</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-06-09T01:55:28.748700" elapsed="0.559268"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-09T01:55:29.308551" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-09T02:00:21.104087" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-09T02:00:21.104696" level="INFO">${stdout} = </msg>
<msg time="2026-06-09T02:00:21.104802" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37: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-06-09T01:55:29.308223" elapsed="291.796635"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T02:00:21.105375" elapsed="0.000725"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:00:21.107208" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:34.443 16  switches: flows:  444348 457380 456051 444639 439304 437845 453820 456649 425245 428418 427108 429007 432714 448953 437782 424175  total = 117.390633 per ms 
01:57:34.543 16  switches: flows:  443202 444355 442983 434801 436666 443599 444801 441630 443759 441366 439768 441573 441171 438380 438653 441361  total = 117.437282 per ms 
01:58:34.644 16  switches: flows:  560459 561474 551332 561744 565976 552217 563913 555527 560988 557930 556107 556785 550437 549985 553914 557479  total = 148.354774 per ms 
01:59:34.745 16  switches: flows:  540210 598168 555735 595513 599649 592046 482120 589562 597489 595965 588255 593463 599593 591887 491515 603945  total = 153.328606 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-06-09T02:00:21.106468" elapsed="0.001032"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-09T02:00:21.108019" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-06-09T02:00:21.107684" elapsed="0.000488"/>
</branch>
<status status="PASS" start="2026-06-09T02:00:21.107633" elapsed="0.000595"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-09T02:00:21.108435" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-09T02:00:21.108353" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-09T02:00:21.108318" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-09T02:00:21.108644" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T02:00:21.114101" elapsed="0.000337"/>
</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-06-09T02:00:21.114587" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T02:00:21.114890" elapsed="0.000123"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-09T02:00:21.109395" elapsed="0.005676"/>
</kw>
<msg time="2026-06-09T02:00:21.115202" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37: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-06-09T01:55:28.744073" elapsed="292.371156"/>
</kw>
<status status="PASS" start="2026-06-09T01:55:28.743714" elapsed="292.371564"/>
</branch>
<status status="PASS" start="2026-06-09T01:55:28.743357" elapsed="292.371944"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:00:21.115738" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:34.443 16  switches: flows:  444348 457380 456051 444639 439304 437845 453820 456649 425245 428418 427108 429007 432714 448953 437782 424175  total = 117.390633 per ms 
01:57:34.543 16  switches: flows:  443202 444355 442983 434801 436666 443599 444801 441630 443759 441366 439768 441573 441171 438380 438653 441361  total = 117.437282 per ms 
01:58:34.644 16  switches: flows:  560459 561474 551332 561744 565976 552217 563913 555527 560988 557930 556107 556785 550437 549985 553914 557479  total = 148.354774 per ms 
01:59:34.745 16  switches: flows:  540210 598168 555735 595513 599649 592046 482120 589562 597489 595965 588255 593463 599593 591887 491515 603945  total = 153.328606 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-06-09T02:00:21.115450" elapsed="0.000353"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-09T02:00:21.116422" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:34.443 16  switches: flows:  444348 457380 456051 444639 439304 437845 453820 456649 425245 428418 427108 429007 432714 448953 437782 424175  total = 117.390633 per ms 
01:57:34.543 16  switches: flows:  443202 444355 442983 434801 436666 443599 444801 441630 443759 441366 439768 441573 441171 438380 438653 441361  total = 117.437282 per ms 
01:58:34.644 16  switches: flows:  560459 561474 551332 561744 565976 552217 563913 555527 560988 557930 556107 556785 550437 549985 553914 557479  total = 148.354774 per ms 
01:59:34.745 16  switches: flows:  540210 598168 555735 595513 599649 592046 482120 589562 597489 595965 588255 593463 599593 591887 491515 603945  total = 153.328606 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-06-09T02:00:21.115955" elapsed="0.001148">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:34.443 16  switches: flows:  444348 457380 456051 444639 439304 437845 453820 456649 425245 428418 427108 429007 432714 448953 437782 424175  total = 117.390633 per ms 
01:57:34.543 16  switches: flows:  443202 444355 442983 434801 436666 443599 444801 441630 443759 441366 439768 441573 441171 438380 438653 441361  total = 117.437282 per ms 
01:58:34.644 16  switches: flows:  560459 561474 551332 561744 565976 552217 563913 555527 560988 557930 556107 556785 550437 549985 553914 557479  total = 148.354774 per ms 
01:59:34.745 16  switches: flows:  540210 598168 555735 595513 599649 592046 482120 589562 597489 595965 588255 593463 599593 591887 491515 603945  total = 153.328606 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-06-09T02:00:21.117326" elapsed="0.000022"/>
</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-06-09T02:00:21.117498" elapsed="0.000020"/>
</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-06-09T02:00:21.117656" elapsed="0.000019"/>
</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-06-09T02:00:21.117810" elapsed="0.000024"/>
</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-06-09T02:00:21.117986" elapsed="0.000021"/>
</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-06-09T02:00:21.118153" elapsed="0.000020"/>
</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-06-09T02:00:21.118319" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-09T02:00:21.118609" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-06-09T02:00:21.118481" elapsed="0.000180"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-06-09T02:00:21.118402" elapsed="0.000288"/>
</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-06-09T02:00:21.118840" elapsed="0.000021"/>
</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-06-09T02:00:21.119022" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-09T02:00:21.119181" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-09T02:00:21.119340" elapsed="0.000019"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-06-09T02:00:21.119506" elapsed="0.000019"/>
</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-06-09T02:00:21.119662" elapsed="0.000019"/>
</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-06-09T02:00:21.119814" elapsed="0.000022"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="FAIL" start="2026-06-09T01:55:28.741204" elapsed="292.378763">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:34.443 16  switches: flows:  444348 457380 456051 444639 439304 437845 453820 456649 425245 428418 427108 429007 432714 448953 437782 424175  total = 117.390633 per ms 
01:57:34.543 16  switches: flows:  443202 444355 442983 434801 436666 443599 444801 441630 443759 441366 439768 441573 441171 438380 438653 441361  total = 117.437282 per ms 
01:58:34.644 16  switches: flows:  560459 561474 551332 561744 565976 552217 563913 555527 560988 557930 556107 556785 550437 549985 553914 557479  total = 148.354774 per ms 
01:59:34.745 16  switches: flows:  540210 598168 555735 595513 599649 592046 482120 589562 597489 595965 588255 593463 599593 591887 491515 603945  total = 153.328606 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-06-09T02:00:21.120153" elapsed="0.000020"/>
</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-06-09T02:00:21.120730" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-06-09T02:00:21.120424" elapsed="0.000698"/>
</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-06-09T01:55:28.738357" elapsed="292.382803">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:34.443 16  switches: flows:  444348 457380 456051 444639 439304 437845 453820 456649 425245 428418 427108 429007 432714 448953 437782 424175  total = 117.390633 per ms 
01:57:34.543 16  switches: flows:  443202 444355 442983 434801 436666 443599 444801 441630 443759 441366 439768 441573 441171 438380 438653 441361  total = 117.437282 per ms 
01:58:34.644 16  switches: flows:  560459 561474 551332 561744 565976 552217 563913 555527 560988 557930 556107 556785 550437 549985 553914 557479  total = 148.354774 per ms 
01:59:34.745 16  switches: flows:  540210 598168 555735 595513 599649 592046 482120 589562 597489 595965 588255 593463 599593 591887 491515 603945  total = 153.328606 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-06-09T02:00:21.122436" 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-06-09T02:00:21.122038" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T02:00:21.123707" 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-06-09T02:00:21.123373" elapsed="0.000375"/>
</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-06-09T02:00:21.124060" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T02:00:21.123819" elapsed="0.000299"/>
</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-06-09T02:00:21.127396" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T02:00:21.127146" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-09T02:00:21.127127" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-09T02:00:21.127810" 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-06-09T02:00:21.127932" 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-06-09T02:00:21.127610" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:00:21.128537" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.123" 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-06-09T02:00:21.128108" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T02:00:21.129176" 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-06-09T02:00:21.128732" elapsed="0.000470"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T02:00:21.130111" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T02:00:21.130197" 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-06-09T02:00:21.129775" elapsed="0.000446"/>
</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-06-09T02:00:21.130361" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T02:00:21.131551" level="INFO">Logging into '10.30.171.123:22' as 'jenkins'.</msg>
<msg time="2026-06-09T02:00:21.774223" 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 Jun  9 02:00:21 UTC 2026

  System load:  0.1                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.123
  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 Jun  9 01:55:29 2026 from 10.30.170.249
[?2004h[jenkins@releng-48317-744-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-06-09T02:00:21.131198" elapsed="0.643235"/>
</kw>
<msg time="2026-06-09T02:00:21.774515" 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-06-09T02:00:21.130835" elapsed="0.643760"/>
</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-06-09T02:00:21.129403" elapsed="0.645304"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-09T02:00:21.775230" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-09T02:10:27.807364" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-09T02:10:27.808078" level="INFO">${stdout} = </msg>
<msg time="2026-06-09T02:10:27.808193" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-09T02:00:21.774917" elapsed="606.033335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T02:10:27.808718" elapsed="0.000841"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.810718" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:26.902 16  switches: flows:  110828 109740 112273 108866 111090 109214 110494 107848 105568 106626 106270 106405 107451 106752 106570 105706  total = 28.861683 per ms 
02:02:27.003 16  switches: flows:  123736 121960 127345 119272 125957 123611 124124 120619 119398 120622 118936 118732 121002 121493 118441 121906  total = 32.398489 per ms 
02:03:27.103 16  switches: flows:  123018 123009 127413 121843 126242 123565 123280 122019 118020 119675 118704 119817 119578 119694 117928 120879  total = 32.357354 per ms 
02:04:27.204 16  switches: flows:  126428 123764 127998 123753 125965 126523 125290 123918 122312 122102 118951 121695 120020 121980 119875 123097  total = 32.839631 per ms 
02:05:27.304 16  switches: flows:  115175 112060 113885 112082 114541 112830 112216 112001 108172 107881 107557 108556 109931 109805 107969 110215  total = 29.531903 per ms 
02:06:27.404 16  switches: flows:  123111 119885 121651 120802 121746 121230 118833 118809 115329 116826 113677 117085 116117 118921 117343 116109  total = 31.571745 per ms 
02:07:27.505 16  switches: flows:  127872 124492 127265 124383 128434 126288 122969 123324 118740 122592 118845 120227 121142 122096 121823 122554  total = 32.829256 per ms 
02:08:27.605 16  switches: flows:  124407 122844 125373 122090 124307 123341 120035 120687 117691 119155 117943 118572 117760 119222 119054 119701  total = 32.149300 per ms 
02:09:27.706 16  switches: flows:  123734 122077 123203 121233 123779 122894 121954 122599 117094 119218 119478 120041 120625 119669 119250 118008  total = 32.193799 per ms 
02:10:27.806 16  switches: flows:  119965 116408 118377 116046 117461 114315 115843 116732 114055 112520 113048 114100 115546 114243 112869 115290  total = 30.729010 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29531.90/32839.63/31844.50/10663.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T02:10:27.809921" elapsed="0.001137"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-09T02:10:27.811565" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-09T02:10:27.811251" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-06-09T02:10:27.811197" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-09T02:10:27.812027" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-06-09T02:10:27.811908" elapsed="0.000217"/>
</branch>
<status status="NOT RUN" start="2026-06-09T02:10:27.811872" elapsed="0.000301"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-09T02:10:27.812244" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T02:10:27.817234" elapsed="0.000489"/>
</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-06-09T02:10:27.817944" elapsed="0.000290"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T02:10:27.818430" 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-06-09T02:10:27.812921" elapsed="0.005728"/>
</kw>
<msg time="2026-06-09T02:10:27.818838" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-09T02:00:21.124761" elapsed="606.694116"/>
</kw>
<status status="PASS" start="2026-06-09T02:00:21.124142" elapsed="606.694810"/>
</branch>
<status status="PASS" start="2026-06-09T02:00:21.123799" elapsed="606.695208"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.819662" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:26.902 16  switches: flows:  110828 109740 112273 108866 111090 109214 110494 107848 105568 106626 106270 106405 107451 106752 106570 105706  total = 28.861683 per ms 
02:02:27.003 16  switches: flows:  123736 121960 127345 119272 125957 123611 124124 120619 119398 120622 118936 118732 121002 121493 118441 121906  total = 32.398489 per ms 
02:03:27.103 16  switches: flows:  123018 123009 127413 121843 126242 123565 123280 122019 118020 119675 118704 119817 119578 119694 117928 120879  total = 32.357354 per ms 
02:04:27.204 16  switches: flows:  126428 123764 127998 123753 125965 126523 125290 123918 122312 122102 118951 121695 120020 121980 119875 123097  total = 32.839631 per ms 
02:05:27.304 16  switches: flows:  115175 112060 113885 112082 114541 112830 112216 112001 108172 107881 107557 108556 109931 109805 107969 110215  total = 29.531903 per ms 
02:06:27.404 16  switches: flows:  123111 119885 121651 120802 121746 121230 118833 118809 115329 116826 113677 117085 116117 118921 117343 116109  total = 31.571745 per ms 
02:07:27.505 16  switches: flows:  127872 124492 127265 124383 128434 126288 122969 123324 118740 122592 118845 120227 121142 122096 121823 122554  total = 32.829256 per ms 
02:08:27.605 16  switches: flows:  124407 122844 125373 122090 124307 123341 120035 120687 117691 119155 117943 118572 117760 119222 119054 119701  total = 32.149300 per ms 
02:09:27.706 16  switches: flows:  123734 122077 123203 121233 123779 122894 121954 122599 117094 119218 119478 120041 120625 119669 119250 118008  total = 32.193799 per ms 
02:10:27.806 16  switches: flows:  119965 116408 118377 116046 117461 114315 115843 116732 114055 112520 113048 114100 115546 114243 112869 115290  total = 30.729010 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29531.90/32839.63/31844.50/10663.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T02:10:27.819229" elapsed="0.000542"/>
</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-06-09T02:10:27.820008" elapsed="0.000540"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-09T02:10:27.821140" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-09T02:10:27.821272" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29531.90/32839.63/31844.50/10663.98 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-06-09T02:10:27.820787" elapsed="0.000521"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T02:10:27.821904" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29531.90/32839.63/31844.50/10663.98 | 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-06-09T02:10:27.821534" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.825578" 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-06-09T02:10:27.822200" elapsed="0.003461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.828506" level="INFO">29531.90/32839.63/31844.50/10663.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T02:10:27.825877" elapsed="0.002684"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T02:10:27.830926" 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-06-09T02:10:27.828709" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T02:10:27.833417" level="INFO">@{result_value_list} = [ 29531.90 | 32839.63 | 31844.50 | 10663.98 ]</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-06-09T02:10:27.831189" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.833910" level="INFO">Length is 4.</msg>
<msg time="2026-06-09T02:10:27.834029" 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-06-09T02:10:27.833598" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.838853" level="INFO">min :: 29531.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T02:10:27.834480" elapsed="0.004430"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-09T02:10:27.834347" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.843515" level="INFO">max :: 32839.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T02:10:27.839180" elapsed="0.004392"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-09T02:10:27.839051" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.848184" level="INFO">avg :: 31844.50</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-06-09T02:10:27.843827" elapsed="0.004414"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-09T02:10:27.843697" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.853147" level="INFO">stdev :: 10663.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T02:10:27.848492" elapsed="0.004713"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-09T02:10:27.848363" elapsed="0.004878"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-09T02:10:27.834127" elapsed="0.019145"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.857309" level="INFO">${min} = 29531.90</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-06-09T02:10:27.853441" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.861297" level="INFO">${max} = 32839.63</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-06-09T02:10:27.857496" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.865265" level="INFO">${average} = 31844.50</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-06-09T02:10:27.861482" elapsed="0.003810"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.869200" level="INFO">${stdev} = 10663.98</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-06-09T02:10:27.865445" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.869747" level="INFO">${date} = 2026-06-09 02:10:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-09T02:10:27.869393" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.870363" level="INFO">CBench Result: 2026-06-09 02:10:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29531.90,32839.63,31844.50,10663.98</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-06-09T02:10:27.869917" elapsed="0.000502"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T02:10:27.871766" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-06-09T02:10:27.871082" elapsed="0.000758"/>
</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-06-09T02:10:27.872009" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-09T02:10:27.870582" elapsed="0.001970"/>
</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-06-09T02:00:21.122803" elapsed="606.749810"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.873094" 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-06-09T02:10:27.872764" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-09T02:10:27.874414" 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-06-09T02:10:27.873878" elapsed="0.000563"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-09T02:10:27.874677" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-09T02:10:27.874526" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-09T02:10:27.874503" elapsed="0.000270"/>
</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-06-09T02:10:27.874919" elapsed="0.000021"/>
</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-06-09T02:10:27.875099" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-09T02:10:27.875259" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-09T02:10:27.875464" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-09T02:10:27.875621" elapsed="0.000020"/>
</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-06-09T02:10:27.875768" 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-06-09T02:10:27.875914" elapsed="0.000019"/>
</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-06-09T02:10:27.876154" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-09T02:10:27.876014" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-06-09T02:10:27.875994" elapsed="0.000235"/>
</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-06-09T02:10:27.873530" elapsed="0.002751"/>
</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-06-09T02:00:21.121517" elapsed="606.754810"/>
</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-06-09T01:45:19.277610" elapsed="1508.599140"/>
</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>
