<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-18T00:46:11.508501" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-18T00:46:12.101640" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-18T00:46:12.101469" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:12.101435" elapsed="0.000310"/>
</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-05-18T00:46:12.101890" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T00:46:12.102899" level="INFO">Logging into '10.30.170.93:8101' as 'karaf'.</msg>
<msg time="2026-05-18T00:46:12.981971" 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-05-18T00:46:12.102599" elapsed="0.879563"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T00:46:13.032667" 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-05-18T00:46:12.982514" elapsed="0.050223"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T00:46:13.037046" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T00:46:13.037166" 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-05-18T00:46:13.032907" elapsed="0.004290"/>
</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-05-18T00:46:13.037358" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T00:46:13.037753" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:46:13.038501" 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-05-18T00:46:13.038128" elapsed="0.000453"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T00:46:13.038640" elapsed="0.000059"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.93
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T00:46:12.101046" elapsed="0.937784"/>
</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-05-18T00:46:12.097429" elapsed="0.941466"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T00:46:13.039507" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-18T00:46:13.039090" elapsed="0.000475"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T00:46:13.039970" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-18T00:46:13.039721" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T00:46:13.040637" 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-05-18T00:46:13.040181" elapsed="0.000484"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T00:46:13.041178" 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-05-18T00:46:13.040839" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T00:46:13.041768" 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-05-18T00:46:13.041368" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T00:46:13.042271" 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-05-18T00:46:13.041957" elapsed="0.000356"/>
</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-05-18T00:46:13.042667" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T00:46:13.042404" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T00:46:13.047377" 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-05-18T00:46:13.046958" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T00:46:13.048488" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T00:46:13.048572" 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-05-18T00:46:13.047998" elapsed="0.000599"/>
</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-05-18T00:46:13.048744" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T00:46:13.050142" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-05-18T00:46:13.878793" 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 Mon May 18 00:46:13 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  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-63164-249-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-05-18T00:46:13.049615" elapsed="0.829336"/>
</kw>
<msg time="2026-05-18T00:46:13.879048" 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-05-18T00:46:13.049247" elapsed="0.829892"/>
</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-05-18T00:46:13.047636" elapsed="0.831627"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-18T00:46:13.887527" 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-05-18T00:46:13.879497" elapsed="0.009641"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T00:46:13.889390" elapsed="0.000408"/>
</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-05-18T00:46:13.046373" elapsed="0.843511"/>
</kw>
<status status="PASS" start="2026-05-18T00:46:13.043016" elapsed="0.846920"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:13.042377" elapsed="0.847605"/>
</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-05-18T00:46:13.890193" elapsed="0.000680"/>
</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-05-18T00:46:13.896976" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-18T00:46:13.896807" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:13.896775" elapsed="0.000309"/>
</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-05-18T00:46:13.901731" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-18T00:46:13.901615" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:13.901595" elapsed="0.000207"/>
</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-05-18T00:46:13.901932" elapsed="0.000438"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T00:46:13.902797" level="INFO">Logging into '10.30.170.93:8101' as 'karaf'.</msg>
<msg time="2026-05-18T00:46:14.102486" 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-05-18T00:46:13.902534" elapsed="0.200110"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.206164" 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-05-18T00:46:14.102895" elapsed="0.103343"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.218319" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05-18T00:46:14.218549" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05-18T00:46:14.206402" elapsed="0.012181"/>
</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-05-18T00:46:14.218742" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T00:46:14.219112" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:46:14.219806" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05-18T00:46:14.219479" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T00:46:14.219911" elapsed="0.000075"/>
</return>
<msg time="2026-05-18T00:46:14.220137" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.93
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T00:46:13.901238" elapsed="0.318931"/>
</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-05-18T00:46:14.220313" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T00:46:14.220939" elapsed="0.000032"/>
</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-05-18T00:46:13.896371" elapsed="0.324699"/>
</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-05-18T00:46:14.224855" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-18T00:46:14.224715" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:14.224684" elapsed="0.000243"/>
</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-05-18T00:46:14.225056" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.225936" level="INFO">Logging into '10.30.170.93:8101' as 'karaf'.</msg>
<msg time="2026-05-18T00:46:14.386093" 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-05-18T00:46:14.225677" elapsed="0.160568"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.410391" 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-05-18T00:46:14.386498" elapsed="0.023969"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.412237" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T00:46:14.412339" 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-05-18T00:46:14.410614" elapsed="0.001754"/>
</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-05-18T00:46:14.412518" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T00:46:14.412842" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:46:14.413491" 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-05-18T00:46:14.413166" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T00:46:14.413606" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.93
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T00:46:14.224357" elapsed="0.189419"/>
</kw>
<status status="PASS" start="2026-05-18T00:46:12.095629" elapsed="2.318209"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:46:14.416031" 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-05-18T00:46:14.414920" elapsed="0.001175"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T00:46:14.417576" 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-05-18T00:46:14.417205" elapsed="0.000415"/>
</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-05-18T00:46:14.417944" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-18T00:46:14.417699" elapsed="0.000304"/>
</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-05-18T00:46:14.420966" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T00:46:14.420714" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:14.420694" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.421381" 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-05-18T00:46:14.421519" 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-05-18T00:46:14.421178" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:46:14.422101" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.93 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.80" 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-05-18T00:46:14.421680" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.422784" 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-05-18T00:46:14.422300" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T00:46:14.423734" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T00:46:14.423825" 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-05-18T00:46:14.423391" elapsed="0.000459"/>
</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-05-18T00:46:14.423992" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.425230" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-05-18T00:46:14.772435" 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 Mon May 18 00:46:13 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  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: Mon May 18 00:46:13 2026 from 10.30.171.179
[?2004h[jenkins@releng-63164-249-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-05-18T00:46:14.424873" elapsed="0.347777"/>
</kw>
<msg time="2026-05-18T00:46:14.772742" 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-05-18T00:46:14.424523" elapsed="0.348309"/>
</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-05-18T00:46:14.423013" elapsed="0.349949"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T00:46:14.773775" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.93 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T00:56:20.863621" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T00:56:20.864133" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T00:56:20.864239" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93: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-05-18T00:46:14.773191" elapsed="606.091108"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T00:56:20.864762" elapsed="0.000886"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.866885" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.93. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:19.969 16  switches: flows:  116353 118375 119260 117367 118022 118872 117133 114813 117193 115238 112809 117110 117821 114425 116034 111668  total = 31.041550 per ms 
00:48:20.070 16  switches: flows:  126641 129982 130517 125790 126080 128627 129903 127803 127922 123241 123738 125233 125753 122553 126593 122394  total = 33.656564 per ms 
00:49:20.170 16  switches: flows:  125717 129445 132116 126683 125739 128945 127061 127913 125459 125696 125600 123877 125513 124285 125863 123073  total = 33.660211 per ms 
00:50:20.271 16  switches: flows:  135790 136996 138958 135010 133804 138127 133714 133363 135578 131145 131277 133595 133871 131508 132352 128855  total = 35.672827 per ms 
00:51:20.371 16  switches: flows:  134817 136414 138855 135311 133430 137175 134794 135845 135852 132533 132153 133365 134276 131003 133270 129537  total = 35.750782 per ms 
00:52:20.471 16  switches: flows:  137109 138940 140016 136600 136412 138358 136534 136499 136805 132188 134260 134270 136966 131375 135163 131031  total = 36.148318 per ms 
00:53:20.572 16  switches: flows:  134095 140175 137579 136061 135978 139939 135152 136839 134533 133221 130721 134117 135886 132347 132794 131612  total = 35.957340 per ms 
00:54:20.672 16  switches: flows:  133115 137749 139567 134201 134596 135698 134728 133208 134499 131821 130751 132491 135855 128561 133365 130153  total = 35.613143 per ms 
00:55:20.772 16  switches: flows:  135751 138034 140124 137421 135681 137445 134021 136341 135598 132684 131422 134815 135930 132034 133527 130964  total = 35.969703 per ms 
00:56:20.873 16  switches: flows:  138202 140914 142651 136785 136848 140016 135865 136692 139176 135046 133184 134981 137050 133145 134612 131276  total = 36.379978 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33656.56/36379.98/35423.21/11847.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T00:56:20.866014" elapsed="0.001200"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T00:56:20.867882" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-05-18T00:56:20.867564" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-05-18T00:56:20.867499" elapsed="0.000605"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T00:56:20.868319" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-05-18T00:56:20.868235" elapsed="0.000217"/>
</branch>
<status status="NOT RUN" start="2026-05-18T00:56:20.868199" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T00:56:20.868537" elapsed="0.000019"/>
</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-05-18T00:56:20.872088" 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-05-18T00:56:20.872781" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T00:56:20.873189" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T00:56:20.868978" elapsed="0.004420"/>
</kw>
<msg time="2026-05-18T00:56:20.873602" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93: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-05-18T00:46:14.418350" elapsed="606.455288"/>
</kw>
<status status="PASS" start="2026-05-18T00:46:14.418032" elapsed="606.455674"/>
</branch>
<status status="PASS" start="2026-05-18T00:46:14.417676" elapsed="606.456063"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.874336" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.93. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:19.969 16  switches: flows:  116353 118375 119260 117367 118022 118872 117133 114813 117193 115238 112809 117110 117821 114425 116034 111668  total = 31.041550 per ms 
00:48:20.070 16  switches: flows:  126641 129982 130517 125790 126080 128627 129903 127803 127922 123241 123738 125233 125753 122553 126593 122394  total = 33.656564 per ms 
00:49:20.170 16  switches: flows:  125717 129445 132116 126683 125739 128945 127061 127913 125459 125696 125600 123877 125513 124285 125863 123073  total = 33.660211 per ms 
00:50:20.271 16  switches: flows:  135790 136996 138958 135010 133804 138127 133714 133363 135578 131145 131277 133595 133871 131508 132352 128855  total = 35.672827 per ms 
00:51:20.371 16  switches: flows:  134817 136414 138855 135311 133430 137175 134794 135845 135852 132533 132153 133365 134276 131003 133270 129537  total = 35.750782 per ms 
00:52:20.471 16  switches: flows:  137109 138940 140016 136600 136412 138358 136534 136499 136805 132188 134260 134270 136966 131375 135163 131031  total = 36.148318 per ms 
00:53:20.572 16  switches: flows:  134095 140175 137579 136061 135978 139939 135152 136839 134533 133221 130721 134117 135886 132347 132794 131612  total = 35.957340 per ms 
00:54:20.672 16  switches: flows:  133115 137749 139567 134201 134596 135698 134728 133208 134499 131821 130751 132491 135855 128561 133365 130153  total = 35.613143 per ms 
00:55:20.772 16  switches: flows:  135751 138034 140124 137421 135681 137445 134021 136341 135598 132684 131422 134815 135930 132034 133527 130964  total = 35.969703 per ms 
00:56:20.873 16  switches: flows:  138202 140914 142651 136785 136848 140016 135865 136692 139176 135046 133184 134981 137050 133145 134612 131276  total = 36.379978 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33656.56/36379.98/35423.21/11847.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T00:56:20.873931" elapsed="0.000527"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-18T00:56:20.874672" elapsed="0.000523"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T00:56:20.875771" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T00:56:20.875897" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33656.56/36379.98/35423.21/11847.47 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-05-18T00:56:20.875450" elapsed="0.000481"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T00:56:20.876526" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33656.56/36379.98/35423.21/11847.47 | 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-05-18T00:56:20.876144" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.879916" 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-05-18T00:56:20.876767" elapsed="0.003227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.882592" level="INFO">33656.56/36379.98/35423.21/11847.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T00:56:20.880198" elapsed="0.002451"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T00:56:20.885028" 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-05-18T00:56:20.882799" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T00:56:20.887498" level="INFO">@{result_value_list} = [ 33656.56 | 36379.98 | 35423.21 | 11847.47 ]</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-05-18T00:56:20.885242" elapsed="0.002285"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.887991" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T00:56:20.888079" 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-05-18T00:56:20.887681" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.892936" level="INFO">min :: 33656.56</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-05-18T00:56:20.888531" elapsed="0.004465"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T00:56:20.888382" elapsed="0.004650"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.897577" level="INFO">max :: 36379.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-05-18T00:56:20.893258" elapsed="0.004376"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T00:56:20.893128" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.902157" level="INFO">avg :: 35423.21</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-05-18T00:56:20.897888" elapsed="0.004326"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T00:56:20.897759" elapsed="0.004490"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.906879" level="INFO">stdev :: 11847.47</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-05-18T00:56:20.902485" elapsed="0.004451"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T00:56:20.902341" elapsed="0.004630"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T00:56:20.888177" elapsed="0.018827"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.910958" level="INFO">${min} = 33656.56</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-05-18T00:56:20.907163" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.915192" level="INFO">${max} = 36379.98</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T00:56:20.911137" elapsed="0.004082"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.919399" level="INFO">${average} = 35423.21</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-05-18T00:56:20.915398" elapsed="0.004059"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.923531" level="INFO">${stdev} = 11847.47</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-05-18T00:56:20.919665" elapsed="0.003894"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.924096" level="INFO">${date} = 2026-05-18 00:56:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T00:56:20.923725" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.924715" level="INFO">CBench Result: 2026-05-18 00:56:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33656.56,36379.98,35423.21,11847.47</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-05-18T00:56:20.924274" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T00:56:20.925906" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-18T00:56:20.925462" elapsed="0.000526"/>
</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-05-18T00:56:20.926147" elapsed="0.000509"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T00:56:20.924924" elapsed="0.001799"/>
</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-05-18T00:46:14.416572" elapsed="606.510214"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.927298" 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-05-18T00:56:20.926962" elapsed="0.000428"/>
</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-05-18T00:56:20.927942" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-05-18T00:56:20.927634" 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-05-18T00:46:14.413989" elapsed="606.514341"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.929694" 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-05-18T00:56:20.929284" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.931074" 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-05-18T00:56:20.930719" elapsed="0.000398"/>
</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-05-18T00:56:20.931498" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-18T00:56:20.931233" elapsed="0.000328"/>
</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-05-18T00:56:20.934474" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-18T00:56:20.934208" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-05-18T00:56:20.934184" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T00:56:20.934902" 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-05-18T00:56:20.935024" 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-05-18T00:56:20.934696" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.935666" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.93 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.80" 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-05-18T00:56:20.935194" elapsed="0.000532"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T00:56:20.936284" 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-05-18T00:56:20.935867" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T00:56:20.937330" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T00:56:20.937465" 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-05-18T00:56:20.936951" elapsed="0.000547"/>
</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-05-18T00:56:20.937683" elapsed="0.000419"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T00:56:20.939073" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-05-18T00:56:21.544876" 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 Mon May 18 00:56:21 UTC 2026

  System load:  1.06               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  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: Mon May 18 00:46:14 2026 from 10.30.171.179
[?2004h[jenkins@releng-63164-249-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-05-18T00:56:20.938665" elapsed="0.606456"/>
</kw>
<msg time="2026-05-18T00:56:21.545212" 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-05-18T00:56:20.938273" elapsed="0.607029"/>
</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-05-18T00:56:20.936536" elapsed="0.608901"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T00:56:21.545976" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.93 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T01:06:27.635168" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T01:06:27.635799" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T01:06:27.635909" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.93: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-05-18T00:56:21.545667" elapsed="606.090298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:06:27.636473" elapsed="0.000805"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.639474" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.93:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.93. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:26.697 16  switches: flows:  579888 584680 576127 587232 577700 572524 579014 571178 566132 568622 576482 588688 567220 570249 578403 578208  total = 153.705783 per ms 
00:58:26.799 16  switches: flows:  574063 571267 579039 575517 566547 572006 569232 571459 581119 573104 571408 576925 570933 577519 570743 572783  total = 152.637950 per ms 
00:59:26.901 16  switches: flows:  550382 555318 552282 550486 560612 554994 553253 552287 549654 546766 542469 549410 555861 560834 547045 549234  total = 146.934443 per ms 
01:00:27.023 16  switches: flows:  588197 587729 596373 594731 600491 592170 584200 591948 590935 589749 590203 589319 591456 590431 601283 591747  total = 157.527831 per ms 
01:01:27.126 16  switches: flows:  576022 575796 576905 574737 570971 572163 579894 569405 572281 570646 570426 574043 573239 570660 567903 575816  total = 152.589480 per ms 
01:02:27.227 16  switches: flows:  582168 572793 583464 582614 578754 581023 586771 580662 578247 573497 580581 568819 582192 578936 581165 582750  total = 154.314110 per ms 
01:03:27.328 16  switches: flows:  591936 591393 580222 588341 588009 594770 588943 587585 590280 592866 587804 594901 596673 592090 592041 589261  total = 157.187198 per ms 
01:04:27.431 16  switches: flows:  550874 556233 545362 562692 546519 544304 558513 547031 547143 544438 548323 547487 542797 554426 553046 543958  total = 146.304764 per ms 
01:05:27.539 16  switches: flows:  550604 554688 562032 558467 564018 554007 552127 553195 553544 543547 551574 546359 555492 559299 557355 560249  total = 147.679518 per ms 
01:06:27.642 16  switches: flows:  565107 564844 559710 565053 548923 555336 556685 567920 558979 565957 562702 568919 557870 555641 558802 564951  total = 149.371623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146304.76/157527.83/151616.32/50698.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:06:27.637695" elapsed="0.001979"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T01:06:27.640113" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-05-18T01:06:27.639844" elapsed="0.000417"/>
</branch>
<status status="PASS" start="2026-05-18T01:06:27.639790" elapsed="0.000518"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T01:06:27.640511" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-18T01:06:27.640436" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-05-18T01:06:27.640384" elapsed="0.000243"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T01:06:27.640682" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T01:06:27.644824" elapsed="0.000506"/>
</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-05-18T01:06:27.645600" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:06:27.646052" elapsed="0.000202"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T01:06:27.641268" elapsed="0.005087"/>
</kw>
<msg time="2026-05-18T01:06:27.646598" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.93: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-05-18T00:56:20.931906" elapsed="606.714733"/>
</kw>
<status status="PASS" start="2026-05-18T00:56:20.931587" elapsed="606.715122"/>
</branch>
<status status="PASS" start="2026-05-18T00:56:20.931212" elapsed="606.715530"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.647464" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.93:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.93. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:26.697 16  switches: flows:  579888 584680 576127 587232 577700 572524 579014 571178 566132 568622 576482 588688 567220 570249 578403 578208  total = 153.705783 per ms 
00:58:26.799 16  switches: flows:  574063 571267 579039 575517 566547 572006 569232 571459 581119 573104 571408 576925 570933 577519 570743 572783  total = 152.637950 per ms 
00:59:26.901 16  switches: flows:  550382 555318 552282 550486 560612 554994 553253 552287 549654 546766 542469 549410 555861 560834 547045 549234  total = 146.934443 per ms 
01:00:27.023 16  switches: flows:  588197 587729 596373 594731 600491 592170 584200 591948 590935 589749 590203 589319 591456 590431 601283 591747  total = 157.527831 per ms 
01:01:27.126 16  switches: flows:  576022 575796 576905 574737 570971 572163 579894 569405 572281 570646 570426 574043 573239 570660 567903 575816  total = 152.589480 per ms 
01:02:27.227 16  switches: flows:  582168 572793 583464 582614 578754 581023 586771 580662 578247 573497 580581 568819 582192 578936 581165 582750  total = 154.314110 per ms 
01:03:27.328 16  switches: flows:  591936 591393 580222 588341 588009 594770 588943 587585 590280 592866 587804 594901 596673 592090 592041 589261  total = 157.187198 per ms 
01:04:27.431 16  switches: flows:  550874 556233 545362 562692 546519 544304 558513 547031 547143 544438 548323 547487 542797 554426 553046 543958  total = 146.304764 per ms 
01:05:27.539 16  switches: flows:  550604 554688 562032 558467 564018 554007 552127 553195 553544 543547 551574 546359 555492 559299 557355 560249  total = 147.679518 per ms 
01:06:27.642 16  switches: flows:  565107 564844 559710 565053 548923 555336 556685 567920 558979 565957 562702 568919 557870 555641 558802 564951  total = 149.371623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146304.76/157527.83/151616.32/50698.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:06:27.646954" elapsed="0.000621"/>
</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-05-18T01:06:27.647829" elapsed="0.000575"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T01:06:27.649015" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T01:06:27.649150" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 146304.76/157527.83/151616.32/50698.92 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-05-18T01:06:27.648694" elapsed="0.000492"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T01:06:27.649875" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 146304.76/157527.83/151616.32/50698.92 | 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-05-18T01:06:27.649469" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.652916" 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-05-18T01:06:27.650219" elapsed="0.002757"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.655633" level="INFO">146304.76/157527.83/151616.32/50698.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:06:27.653152" elapsed="0.002549"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T01:06:27.658380" 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-05-18T01:06:27.655874" elapsed="0.002556"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T01:06:27.661008" level="INFO">@{result_value_list} = [ 146304.76 | 157527.83 | 151616.32 | 50698.92 ]</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-05-18T01:06:27.658658" elapsed="0.002384"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.661644" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T01:06:27.661760" 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-05-18T01:06:27.661240" elapsed="0.000549"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.667060" level="INFO">min :: 146304.76</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-05-18T01:06:27.662285" elapsed="0.004851"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T01:06:27.662088" elapsed="0.005090"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.672354" level="INFO">max :: 157527.83</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-05-18T01:06:27.667406" elapsed="0.005023"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T01:06:27.667275" elapsed="0.005193"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.677724" level="INFO">avg :: 151616.32</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-05-18T01:06:27.672717" elapsed="0.005068"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T01:06:27.672569" elapsed="0.005252"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.682576" level="INFO">stdev :: 50698.92</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-05-18T01:06:27.678044" elapsed="0.004589"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T01:06:27.677913" elapsed="0.004755"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T01:06:27.661863" elapsed="0.020836"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.686663" level="INFO">${min} = 146304.76</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-05-18T01:06:27.682856" elapsed="0.003835"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.690565" level="INFO">${max} = 157527.83</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-05-18T01:06:27.686845" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.694450" level="INFO">${average} = 151616.32</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-05-18T01:06:27.690746" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.698356" level="INFO">${stdev} = 50698.92</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-05-18T01:06:27.694629" elapsed="0.003755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.698925" level="INFO">${date} = 2026-05-18 01:06: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-05-18T01:06:27.698563" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.699765" level="INFO">CBench Result: 2026-05-18 01:06:27,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,146304.76,157527.83,151616.32,50698.92</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-05-18T01:06:27.699136" elapsed="0.000709"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T01:06:27.701309" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-18T01:06:27.700749" elapsed="0.000655"/>
</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-05-18T01:06:27.701640" elapsed="0.000721"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T01:06:27.700046" elapsed="0.002433"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-18T00:56:20.930097" elapsed="606.772468"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.703202" 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-05-18T01:06:27.702776" elapsed="0.000483"/>
</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-05-18T01:06:27.703806" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-05-18T01:06:27.703498" elapsed="0.000653"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-18T00:56:20.928678" elapsed="606.775512"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.705493" 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-05-18T01:06:27.705081" elapsed="0.000470"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.706926" 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-05-18T01:06:27.706588" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-18T01:06:27.707309" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T01:06:27.707087" elapsed="0.000282"/>
</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-05-18T01:06:27.710318" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-18T01:06:27.710046" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-05-18T01:06:27.710027" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T01:06:27.710756" 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-05-18T01:06:27.710875" 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-05-18T01:06:27.710556" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.711481" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.93 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.80" 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-05-18T01:06:27.711036" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T01:06:27.712082" 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-05-18T01:06:27.711682" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T01:06:27.713195" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T01:06:27.713292" 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-05-18T01:06:27.712715" elapsed="0.000601"/>
</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-05-18T01:06:27.713480" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T01:06:27.714753" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-05-18T01:06:28.326938" 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 Mon May 18 01:06:27 UTC 2026

  System load:  0.26               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  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: Mon May 18 00:56:21 2026 from 10.30.171.179
[?2004h[jenkins@releng-63164-249-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-05-18T01:06:27.714360" elapsed="0.612773"/>
</kw>
<msg time="2026-05-18T01:06:28.327223" 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-05-18T01:06:27.713964" elapsed="0.613338"/>
</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-05-18T01:06:27.712312" elapsed="0.615115"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T01:06:28.327938" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.93 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T01:16:34.387766" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T01:16:34.388192" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T01:16:34.388260" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93: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-05-18T01:06:28.327642" elapsed="606.060654"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:16:34.388648" elapsed="0.000540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.389938" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.93. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:33.512 16  switches: flows:  137858 140916 135563 137341 138332 138029 142521 140821 137918 137224 138151 135715 133517 139154 134544 132990  total = 36.676567 per ms 
01:08:33.613 16  switches: flows:  139269 140244 139480 137877 141185 139501 144537 142282 139205 139172 141217 137695 135064 138975 136361 133819  total = 37.035591 per ms 
01:09:33.714 16  switches: flows:  140544 140421 138190 138758 140418 140708 142521 140754 139982 139581 139563 138436 135415 139926 133967 135297  total = 37.012876 per ms 
01:10:33.814 16  switches: flows:  144131 142881 142738 143300 144578 144410 147940 143105 144225 142796 145090 142691 138060 145181 141161 136266  total = 38.078941 per ms 
01:11:33.914 16  switches: flows:  141363 141175 144146 145010 144976 140367 146549 144236 140398 142227 145847 142399 137346 143981 139834 136352  total = 37.873543 per ms 
01:12:34.014 16  switches: flows:  140486 142400 141628 143115 145565 142736 143809 145623 143271 142936 144010 141834 138329 145480 138108 138461  total = 37.899892 per ms 
01:13:34.115 16  switches: flows:  145416 146083 142839 146191 146776 143957 150276 146111 144726 146926 146555 145194 141326 142597 143207 138516  total = 38.547136 per ms 
01:14:34.215 16  switches: flows:  144304 143528 141933 145641 145820 142650 146481 144026 143970 143354 145047 145499 138694 142312 140806 138288  total = 38.142178 per ms 
01:15:34.315 16  switches: flows:  141905 138545 139203 141568 141561 138018 143707 142972 140447 139344 139232 140131 133573 138132 136932 134457  total = 37.100117 per ms 
01:16:34.416 16  switches: flows:  143844 144645 146650 145772 145643 146120 147754 149074 143219 145762 146485 142984 139997 145481 139937 141509  total = 38.516948 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37012.88/38547.14/37800.80/12613.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:16:34.389452" elapsed="0.000705"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T01:16:34.390510" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-05-18T01:16:34.390288" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-05-18T01:16:34.390254" elapsed="0.000392"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T01:16:34.390777" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-18T01:16:34.390725" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-05-18T01:16:34.390703" elapsed="0.000184"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T01:16:34.390932" elapsed="0.000019"/>
</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-05-18T01:16:34.394469" elapsed="0.000475"/>
</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-05-18T01:16:34.395148" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:16:34.395578" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T01:16:34.391369" elapsed="0.004421"/>
</kw>
<msg time="2026-05-18T01:16:34.395968" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93: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-05-18T01:06:27.707752" elapsed="606.688252"/>
</kw>
<status status="PASS" start="2026-05-18T01:06:27.707403" elapsed="606.688668"/>
</branch>
<status status="PASS" start="2026-05-18T01:06:27.707065" elapsed="606.689038"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.396729" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.93:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.93. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:33.512 16  switches: flows:  137858 140916 135563 137341 138332 138029 142521 140821 137918 137224 138151 135715 133517 139154 134544 132990  total = 36.676567 per ms 
01:08:33.613 16  switches: flows:  139269 140244 139480 137877 141185 139501 144537 142282 139205 139172 141217 137695 135064 138975 136361 133819  total = 37.035591 per ms 
01:09:33.714 16  switches: flows:  140544 140421 138190 138758 140418 140708 142521 140754 139982 139581 139563 138436 135415 139926 133967 135297  total = 37.012876 per ms 
01:10:33.814 16  switches: flows:  144131 142881 142738 143300 144578 144410 147940 143105 144225 142796 145090 142691 138060 145181 141161 136266  total = 38.078941 per ms 
01:11:33.914 16  switches: flows:  141363 141175 144146 145010 144976 140367 146549 144236 140398 142227 145847 142399 137346 143981 139834 136352  total = 37.873543 per ms 
01:12:34.014 16  switches: flows:  140486 142400 141628 143115 145565 142736 143809 145623 143271 142936 144010 141834 138329 145480 138108 138461  total = 37.899892 per ms 
01:13:34.115 16  switches: flows:  145416 146083 142839 146191 146776 143957 150276 146111 144726 146926 146555 145194 141326 142597 143207 138516  total = 38.547136 per ms 
01:14:34.215 16  switches: flows:  144304 143528 141933 145641 145820 142650 146481 144026 143970 143354 145047 145499 138694 142312 140806 138288  total = 38.142178 per ms 
01:15:34.315 16  switches: flows:  141905 138545 139203 141568 141561 138018 143707 142972 140447 139344 139232 140131 133573 138132 136932 134457  total = 37.100117 per ms 
01:16:34.416 16  switches: flows:  143844 144645 146650 145772 145643 146120 147754 149074 143219 145762 146485 142984 139997 145481 139937 141509  total = 38.516948 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37012.88/38547.14/37800.80/12613.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:16:34.396306" elapsed="0.000526"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-18T01:16:34.397036" elapsed="0.000540"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T01:16:34.398100" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T01:16:34.398224" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37012.88/38547.14/37800.80/12613.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-18T01:16:34.397799" elapsed="0.000459"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T01:16:34.398844" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37012.88/38547.14/37800.80/12613.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T01:16:34.398490" elapsed="0.000430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.401441" 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-05-18T01:16:34.399123" elapsed="0.002376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.404022" level="INFO">37012.88/38547.14/37800.80/12613.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:16:34.401644" elapsed="0.002435"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T01:16:34.406439" 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-05-18T01:16:34.404228" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T01:16:34.408895" level="INFO">@{result_value_list} = [ 37012.88 | 38547.14 | 37800.80 | 12613.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T01:16:34.406666" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.409383" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T01:16:34.409488" 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-05-18T01:16:34.409078" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.414176" level="INFO">min :: 37012.88</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-05-18T01:16:34.409892" elapsed="0.004340"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T01:16:34.409764" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.419005" level="INFO">max :: 38547.14</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-05-18T01:16:34.414494" elapsed="0.004567"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T01:16:34.414353" elapsed="0.004742"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.423698" level="INFO">avg :: 37800.80</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-05-18T01:16:34.419304" elapsed="0.004451"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T01:16:34.419179" elapsed="0.004610"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.428268" level="INFO">stdev :: 12613.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:16:34.423999" elapsed="0.004325"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T01:16:34.423873" elapsed="0.004488"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T01:16:34.409578" elapsed="0.018816"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.432258" level="INFO">${min} = 37012.88</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-05-18T01:16:34.428568" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.436230" level="INFO">${max} = 38547.14</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-05-18T01:16:34.432452" elapsed="0.003805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.440406" level="INFO">${average} = 37800.80</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-05-18T01:16:34.436408" elapsed="0.004041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.444323" level="INFO">${stdev} = 12613.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T01:16:34.440603" elapsed="0.003747"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.444885" level="INFO">${date} = 2026-05-18 01:16:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T01:16:34.444530" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.445498" level="INFO">CBench Result: 2026-05-18 01:16:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37012.88,38547.14,37800.80,12613.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T01:16:34.445056" elapsed="0.000498"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T01:16:34.446674" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-18T01:16:34.446188" elapsed="0.000553"/>
</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-05-18T01:16:34.446914" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T01:16:34.445705" elapsed="0.001757"/>
</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-05-18T01:06:27.705875" elapsed="606.741648"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.447984" 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-05-18T01:16:34.447672" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T01:16:34.449262" 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-05-18T01:16:34.448785" elapsed="0.000504"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-18T01:16:34.449539" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-05-18T01:16:34.449366" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-05-18T01:16:34.449346" elapsed="0.000285"/>
</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-05-18T01:16:34.449774" 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-05-18T01:16:34.449937" 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-05-18T01:16:34.450094" 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-05-18T01:16:34.450289" 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-05-18T01:16:34.450459" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-18T01:16:34.450607" elapsed="0.000019"/>
</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-05-18T01:16:34.450750" 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-05-18T01:16:34.450986" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-18T01:16:34.450848" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-05-18T01:16:34.450814" elapsed="0.000247"/>
</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-05-18T01:16:34.448441" elapsed="0.002670"/>
</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-05-18T01:06:27.704545" elapsed="606.746613"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-18T00:46:11.510349" elapsed="1822.941557"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
