<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-04T03:00:25.175879" 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-06-04T03:00:25.776681" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:00:25.776521" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:25.776487" elapsed="0.000301"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:00:25.776937" elapsed="0.000627"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-04T03:00:25.778114" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-06-04T03:00:26.379421" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-04T03:00:25.777782" elapsed="0.601856"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-04T03:00:26.427803" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-04T03:00:26.379943" elapsed="0.047937"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-04T03:00:26.429845" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-04T03:00:26.429971" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-04T03:00:26.428062" elapsed="0.001943"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-04T03:00:26.430168" elapsed="0.000297"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:00:26.430622" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:00:26.431336" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:00:26.430996" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-04T03:00:26.431471" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-04T03:00:25.776082" elapsed="0.655572"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-04T03:00:25.771804" elapsed="0.659914"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-04T03:00:26.432293" 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-06-04T03:00:26.431908" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-04T03:00:26.432772" 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-06-04T03:00:26.432524" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-04T03:00:26.433438" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-04T03:00:26.432981" elapsed="0.000485"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-04T03:00:26.433980" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-04T03:00:26.433639" elapsed="0.000385"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-04T03:00:26.434595" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-04T03:00:26.434174" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-04T03:00:26.435114" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-04T03:00:26.434785" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-04T03:00:26.435495" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:00:26.435248" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:00:26.440144" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:00:26.439732" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:00:26.441210" level="INFO">Length is 0.</msg>
<msg time="2026-06-04T03:00:26.441294" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:00:26.440753" elapsed="0.000566"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:00:26.441482" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-04T03:00:26.442893" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-06-04T03:00:27.198134" 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 Thu Jun  4 03:00:26 UTC 2026

  System load:  0.03               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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-284-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-04T03:00:26.442387" elapsed="0.755922"/>
</kw>
<msg time="2026-06-04T03:00:27.198429" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:00:26.441981" elapsed="0.756549"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-04T03:00:26.440398" elapsed="0.758258"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.213009" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-04T03:00:27.198882" elapsed="0.015644"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:00:27.214780" elapsed="0.000387"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-04T03:00:26.439195" elapsed="0.776060"/>
</kw>
<status status="PASS" start="2026-06-04T03:00:26.435863" elapsed="0.779446"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:26.435222" elapsed="0.780173"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-04T03:00:27.215615" elapsed="0.000661"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-04T03:00:27.222454" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:00:27.222221" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:27.222190" elapsed="0.000373"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-04T03:00:27.227543" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:00:27.227381" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:27.227336" elapsed="0.000305"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:00:27.227825" elapsed="0.000629"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.229016" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-06-04T03:00:27.391550" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-04T03:00:27.228658" elapsed="0.163043"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.487594" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-04T03:00:27.391943" elapsed="0.095792"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.493613" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-04T03:00:27.493817" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-04T03:00:27.487978" elapsed="0.005873"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-04T03:00:27.494001" elapsed="0.000260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:00:27.494447" elapsed="0.000252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:00:27.495262" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:00:27.494891" elapsed="0.000438"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-04T03:00:27.495408" elapsed="0.000070"/>
</return>
<msg time="2026-06-04T03:00:27.495669" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-04T03:00:27.226866" elapsed="0.268837"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-04T03:00:27.495850" elapsed="0.000725"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-04T03:00:27.496646" elapsed="0.000045"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-04T03:00:27.221799" elapsed="0.275089"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-04T03:00:27.501940" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:00:27.501792" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:27.501760" elapsed="0.000278"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:00:27.502226" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.503159" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-06-04T03:00:27.657894" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-04T03:00:27.502894" elapsed="0.155291"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.686216" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-04T03:00:27.658964" elapsed="0.027440"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.691203" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-04T03:00:27.691468" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-04T03:00:27.686799" elapsed="0.004736"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-04T03:00:27.691911" elapsed="0.000425"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:00:27.692667" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:00:27.694099" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:00:27.693437" elapsed="0.000773"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-04T03:00:27.694321" elapsed="0.000167"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-04T03:00:27.500865" elapsed="0.193938"/>
</kw>
<status status="PASS" start="2026-06-04T03:00:25.769871" elapsed="1.925081"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:00:27.699600" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:00:27.696921" elapsed="0.002771"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-04T03:00:27.701434" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-04T03:00:27.701013" elapsed="0.000466"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-04T03:00:27.701889" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:00:27.701589" elapsed="0.000361"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-04T03:00:27.705431" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:00:27.705090" elapsed="0.000400"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:27.705065" elapsed="0.000451"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.705888" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-04T03:00:27.705656" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:00:27.706623" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:00:27.706177" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.707318" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:00:27.706826" elapsed="0.000518"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:00:27.708284" level="INFO">Length is 0.</msg>
<msg time="2026-06-04T03:00:27.708390" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:00:27.707945" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:00:27.708562" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-04T03:00:27.709836" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-06-04T03:00:28.035339" 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 Thu Jun  4 03:00:26 UTC 2026

  System load:  0.03               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Thu Jun  4 03:00:27 2026 from 10.30.171.75
[?2004h[jenkins@releng-63164-284-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-04T03:00:27.709474" elapsed="0.326128"/>
</kw>
<msg time="2026-06-04T03:00:28.035700" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:00:27.709091" elapsed="0.326721"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-04T03:00:27.707565" elapsed="0.328391"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-04T03:00:28.036987" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-04T03:10:34.124916" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-04T03:10:34.125572" level="INFO">${stdout} = </msg>
<msg time="2026-06-04T03:10:34.125698" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-04T03:00:28.036232" elapsed="606.089528"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:10:34.126319" elapsed="0.000816"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.128383" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:01:33.233 16  switches: flows:  116101 116038 116900 116327 114729 119464 115292 112675 113147 112563 115048 114242 113848 113175 112219 110498  total = 30.537767 per ms 
03:02:33.333 16  switches: flows:  122308 119575 120508 120036 117337 121785 119921 118286 118308 116762 118788 118176 116820 115144 116188 116647  total = 31.557094 per ms 
03:03:33.434 16  switches: flows:  127190 125501 126612 125670 125101 128095 128069 126941 124604 122002 124757 123243 125232 119994 121655 121566  total = 33.215068 per ms 
03:04:33.534 16  switches: flows:  129110 126428 126886 127215 124570 131221 129793 128060 124980 125955 126793 125715 127391 122868 122880 121775  total = 33.637848 per ms 
03:05:33.634 16  switches: flows:  127951 126696 126120 125950 122819 128666 128063 126771 123200 124132 122925 125985 126594 121788 122279 120854  total = 33.290879 per ms 
03:06:33.735 16  switches: flows:  125823 126225 125880 125651 122829 127742 127669 125456 123064 123296 124721 122853 126016 120634 120873 120860  total = 33.104626 per ms 
03:07:33.835 16  switches: flows:  120485 120297 122568 120688 119211 121393 121521 119844 119098 117943 121032 119862 119680 115961 116240 117015  total = 31.827513 per ms 
03:08:33.935 16  switches: flows:  127939 128615 130629 129591 126724 129637 129768 127357 128871 124977 123773 124423 126238 123403 126451 122019  total = 33.783857 per ms 
03:09:34.035 16  switches: flows:  115431 117028 116246 117329 113879 116911 115867 113088 112965 113266 112770 113446 113420 111659 111233 110505  total = 30.366713 per ms 
03:10:34.136 16  switches: flows:  127288 128300 127805 126999 126384 128048 128205 124386 125360 124057 123896 123636 125263 122909 122860 121273  total = 33.388748 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30366.71/33783.86/32685.82/10950.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.127539" elapsed="0.001216"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-04T03:10:34.129415" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-06-04T03:10:34.128974" elapsed="0.000626"/>
</branch>
<status status="PASS" start="2026-06-04T03:10:34.128914" elapsed="0.000744"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-04T03:10:34.129880" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:10:34.129796" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-04T03:10:34.129759" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-04T03:10:34.130125" elapsed="0.000044"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:10:34.134500" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:10:34.134983" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:10:34.135297" elapsed="0.000119"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-04T03:10:34.130925" elapsed="0.004545"/>
</kw>
<msg time="2026-06-04T03:10:34.135602" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-04T03:00:27.702545" elapsed="606.433083"/>
</kw>
<status status="PASS" start="2026-06-04T03:00:27.701983" elapsed="606.433695"/>
</branch>
<status status="PASS" start="2026-06-04T03:00:27.701549" elapsed="606.434152"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.136147" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:01:33.233 16  switches: flows:  116101 116038 116900 116327 114729 119464 115292 112675 113147 112563 115048 114242 113848 113175 112219 110498  total = 30.537767 per ms 
03:02:33.333 16  switches: flows:  122308 119575 120508 120036 117337 121785 119921 118286 118308 116762 118788 118176 116820 115144 116188 116647  total = 31.557094 per ms 
03:03:33.434 16  switches: flows:  127190 125501 126612 125670 125101 128095 128069 126941 124604 122002 124757 123243 125232 119994 121655 121566  total = 33.215068 per ms 
03:04:33.534 16  switches: flows:  129110 126428 126886 127215 124570 131221 129793 128060 124980 125955 126793 125715 127391 122868 122880 121775  total = 33.637848 per ms 
03:05:33.634 16  switches: flows:  127951 126696 126120 125950 122819 128666 128063 126771 123200 124132 122925 125985 126594 121788 122279 120854  total = 33.290879 per ms 
03:06:33.735 16  switches: flows:  125823 126225 125880 125651 122829 127742 127669 125456 123064 123296 124721 122853 126016 120634 120873 120860  total = 33.104626 per ms 
03:07:33.835 16  switches: flows:  120485 120297 122568 120688 119211 121393 121521 119844 119098 117943 121032 119862 119680 115961 116240 117015  total = 31.827513 per ms 
03:08:33.935 16  switches: flows:  127939 128615 130629 129591 126724 129637 129768 127357 128871 124977 123773 124423 126238 123403 126451 122019  total = 33.783857 per ms 
03:09:34.035 16  switches: flows:  115431 117028 116246 117329 113879 116911 115867 113088 112965 113266 112770 113446 113420 111659 111233 110505  total = 30.366713 per ms 
03:10:34.136 16  switches: flows:  127288 128300 127805 126999 126384 128048 128205 124386 125360 124057 123896 123636 125263 122909 122860 121273  total = 33.388748 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30366.71/33783.86/32685.82/10950.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.135842" elapsed="0.000410"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-04T03:10:34.136467" elapsed="0.000522"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-04T03:10:34.137516" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-04T03:10:34.137631" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30366.71/33783.86/32685.82/10950.29 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-04T03:10:34.137201" elapsed="0.000462"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:10:34.138206" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30366.71/33783.86/32685.82/10950.29 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:10:34.137862" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.141271" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.138464" elapsed="0.002875"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.144031" level="INFO">30366.71/33783.86/32685.82/10950.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.141550" elapsed="0.002540"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:10:34.146637" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:10:34.144251" elapsed="0.002415"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:10:34.149317" level="INFO">@{result_value_list} = [ 30366.71 | 33783.86 | 32685.82 | 10950.29 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:10:34.146871" elapsed="0.002503"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.149852" level="INFO">Length is 4.</msg>
<msg time="2026-06-04T03:10:34.149942" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:10:34.149535" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.154773" level="INFO">min :: 30366.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.150435" elapsed="0.004397"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-04T03:10:34.150282" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.159423" level="INFO">max :: 33783.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.155090" elapsed="0.004391"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-04T03:10:34.154962" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.164103" level="INFO">avg :: 32685.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.159734" elapsed="0.004425"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-04T03:10:34.159607" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.168883" level="INFO">stdev :: 10950.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.164426" elapsed="0.004519"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-04T03:10:34.164286" elapsed="0.004694"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-04T03:10:34.150048" elapsed="0.018966"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.172815" level="INFO">${min} = 30366.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:10:34.169171" elapsed="0.003672"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.176882" level="INFO">${max} = 33783.86</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:10:34.172993" elapsed="0.003916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.180927" level="INFO">${average} = 32685.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:10:34.177060" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.184848" level="INFO">${stdev} = 10950.29</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:10:34.181104" elapsed="0.003771"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.185408" level="INFO">${date} = 2026-06-04 03:10: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-06-04T03:10:34.185034" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.185997" level="INFO">CBench Result: 2026-06-04 03:10:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30366.71,33783.86,32685.82,10950.29</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.185581" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-04T03:10:34.187132" 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-06-04T03:10:34.186718" elapsed="0.000479"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-04T03:10:34.187362" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-04T03:10:34.186213" elapsed="0.001694"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-04T03:00:27.700283" elapsed="606.487685"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.188448" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-04T03:10:34.188117" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-04T03:10:34.189038" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-06-04T03:10:34.188733" elapsed="0.000661"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-04T03:00:27.695268" elapsed="606.494164"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.190905" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.190313" elapsed="0.000649"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.192221" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-04T03:10:34.191888" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-04T03:10:34.192638" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:10:34.192405" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-04T03:10:34.195745" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:10:34.195500" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-06-04T03:10:34.195481" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:10:34.196162" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-04T03:10:34.195961" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.196906" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:10:34.196459" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:10:34.197516" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:10:34.197102" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:10:34.198445" level="INFO">Length is 0.</msg>
<msg time="2026-06-04T03:10:34.198535" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:10:34.198117" elapsed="0.000443"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:10:34.198700" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-04T03:10:34.199884" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-06-04T03:10:34.759082" 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 Thu Jun  4 03:10:34 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Thu Jun  4 03:00:27 2026 from 10.30.171.75
[?2004h[jenkins@releng-63164-284-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-04T03:10:34.199532" elapsed="0.559742"/>
</kw>
<msg time="2026-06-04T03:10:34.759380" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:10:34.199175" elapsed="0.560297"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-04T03:10:34.197741" elapsed="0.561846"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-04T03:10:34.760103" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-04T03:20:41.057788" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-04T03:20:41.058209" level="INFO">${stdout} = </msg>
<msg time="2026-06-04T03:20:41.058275" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-04T03:10:34.759809" elapsed="606.298503"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:20:41.058670" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.059874" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:11:39.905 16  switches: flows:  511763 522447 512037 507512 509744 494760 502293 483179 475462 477850 495904 487574 510523 508559 497280 505011  total = 133.364967 per ms 
03:12:40.131 16  switches: flows:  540340 540498 532911 544411 544442 516489 520761 518734 522925 537746 538310 528416 545984 540163 533969 528243  total = 141.707423 per ms 
03:13:40.322 16  switches: flows:  520084 527181 532634 521342 515243 535553 529795 520822 525614 528459 523427 525136 535051 521569 511088 533370  total = 139.664393 per ms 
03:14:40.452 16  switches: flows:  435792 402666 402951 477455 450043 404165 440959 365571 457878 472642 381889 438993 394635 439796 450180 431924  total = 113.881998 per ms 
03:15:40.553 16  switches: flows:  539985 534230 483309 540387 525338 540736 527286 539116 536759 542304 542724 555857 539982 529483 545441 529066  total = 142.293519 per ms 
03:16:40.654 16  switches: flows:  681052 683774 689123 693877 684255 688519 676173 682345 671086 672230 684920 678825 677846 672808 677336 677403  total = 181.221968 per ms 
03:17:40.756 16  switches: flows:  685965 685798 700834 696998 690170 689078 686964 681410 688054 689668 685628 690225 679064 692926 697937 691684  total = 183.565458 per ms 
03:18:40.857 16  switches: flows:  640190 655725 652738 647294 649428 642130 636002 661516 656173 642878 658843 655425 658349 655727 647892 633243  total = 172.934725 per ms 
03:19:40.961 16  switches: flows:  649442 652497 644334 641003 639834 642819 637760 650497 642665 658189 655843 644337 656586 636489 652677 650205  total = 172.289927 per ms 
03:20:41.062 16  switches: flows:  616863 611919 613122 610305 614427 618250 620151 605703 612711 623538 602181 613590 609091 614607 610537 622717  total = 163.386699 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113882.00/183565.46/156771.79/56772.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.059397" elapsed="0.000685"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-04T03:20:41.060437" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-06-04T03:20:41.060208" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-06-04T03:20:41.060174" elapsed="0.000397"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-04T03:20:41.060704" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:20:41.060652" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-06-04T03:20:41.060630" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-04T03:20:41.060833" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:20:41.064489" elapsed="0.000458"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:20:41.065150" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:20:41.065619" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-04T03:20:41.061270" elapsed="0.004563"/>
</kw>
<msg time="2026-06-04T03:20:41.066011" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-04T03:10:34.193212" elapsed="606.872836"/>
</kw>
<status status="PASS" start="2026-06-04T03:10:34.192723" elapsed="606.873392"/>
</branch>
<status status="PASS" start="2026-06-04T03:10:34.192381" elapsed="606.873765"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.066795" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:11:39.905 16  switches: flows:  511763 522447 512037 507512 509744 494760 502293 483179 475462 477850 495904 487574 510523 508559 497280 505011  total = 133.364967 per ms 
03:12:40.131 16  switches: flows:  540340 540498 532911 544411 544442 516489 520761 518734 522925 537746 538310 528416 545984 540163 533969 528243  total = 141.707423 per ms 
03:13:40.322 16  switches: flows:  520084 527181 532634 521342 515243 535553 529795 520822 525614 528459 523427 525136 535051 521569 511088 533370  total = 139.664393 per ms 
03:14:40.452 16  switches: flows:  435792 402666 402951 477455 450043 404165 440959 365571 457878 472642 381889 438993 394635 439796 450180 431924  total = 113.881998 per ms 
03:15:40.553 16  switches: flows:  539985 534230 483309 540387 525338 540736 527286 539116 536759 542304 542724 555857 539982 529483 545441 529066  total = 142.293519 per ms 
03:16:40.654 16  switches: flows:  681052 683774 689123 693877 684255 688519 676173 682345 671086 672230 684920 678825 677846 672808 677336 677403  total = 181.221968 per ms 
03:17:40.756 16  switches: flows:  685965 685798 700834 696998 690170 689078 686964 681410 688054 689668 685628 690225 679064 692926 697937 691684  total = 183.565458 per ms 
03:18:40.857 16  switches: flows:  640190 655725 652738 647294 649428 642130 636002 661516 656173 642878 658843 655425 658349 655727 647892 633243  total = 172.934725 per ms 
03:19:40.961 16  switches: flows:  649442 652497 644334 641003 639834 642819 637760 650497 642665 658189 655843 644337 656586 636489 652677 650205  total = 172.289927 per ms 
03:20:41.062 16  switches: flows:  616863 611919 613122 610305 614427 618250 620151 605703 612711 623538 602181 613590 609091 614607 610537 622717  total = 163.386699 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113882.00/183565.46/156771.79/56772.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.066339" elapsed="0.000557"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-04T03:20:41.067100" elapsed="0.000529"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-04T03:20:41.068145" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-04T03:20:41.068268" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 113882.00/183565.46/156771.79/56772.13 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-04T03:20:41.067848" elapsed="0.000455"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:20:41.068908" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 113882.00/183565.46/156771.79/56772.13 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:20:41.068535" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.072402" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.069148" elapsed="0.003335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.075810" level="INFO">113882.00/183565.46/156771.79/56772.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.072685" elapsed="0.003204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:20:41.078732" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:20:41.076093" elapsed="0.002666"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:20:41.081162" level="INFO">@{result_value_list} = [ 113882.00 | 183565.46 | 156771.79 | 56772.13 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:20:41.078958" elapsed="0.002231"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.081674" level="INFO">Length is 4.</msg>
<msg time="2026-06-04T03:20:41.081763" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:20:41.081341" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.086444" level="INFO">min :: 113882.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.082184" elapsed="0.004316"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-04T03:20:41.082055" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.091209" level="INFO">max :: 183565.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.086758" elapsed="0.004507"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-04T03:20:41.086631" elapsed="0.004670"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.095980" level="INFO">avg :: 156771.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.091529" elapsed="0.004511"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-04T03:20:41.091404" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.100678" level="INFO">stdev :: 56772.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.096315" elapsed="0.004420"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-04T03:20:41.096180" elapsed="0.004590"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-04T03:20:41.081855" elapsed="0.018947"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.104853" level="INFO">${min} = 113882.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:20:41.100958" elapsed="0.003925"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.108884" level="INFO">${max} = 183565.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:20:41.105041" elapsed="0.003871"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.112844" level="INFO">${average} = 156771.79</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:20:41.109064" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.117324" level="INFO">${stdev} = 56772.13</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:20:41.113022" elapsed="0.004398"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.117994" level="INFO">${date} = 2026-06-04 03:20:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-04T03:20:41.117590" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.118689" level="INFO">CBench Result: 2026-06-04 03:20:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,113882.00,183565.46,156771.79,56772.13</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.118229" elapsed="0.000535"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-04T03:20:41.120049" 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-06-04T03:20:41.119609" elapsed="0.000516"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-04T03:20:41.120278" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-04T03:20:41.118963" elapsed="0.001883"/>
</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-06-04T03:10:34.191282" elapsed="606.929625"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.121421" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-04T03:20:41.121056" elapsed="0.000424"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-04T03:20:41.122002" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-06-04T03:20:41.121690" elapsed="0.000697"/>
</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-06-04T03:10:34.189737" elapsed="606.932691"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.124387" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.123852" elapsed="0.000812"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.126269" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-04T03:20:41.125887" elapsed="0.000427"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-04T03:20:41.126704" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:20:41.126468" elapsed="0.000315"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-04T03:20:41.129957" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:20:41.129705" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-04T03:20:41.129685" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:20:41.130413" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-04T03:20:41.130192" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.131126" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:20:41.130697" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-04T03:20:41.131812" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:20:41.131329" elapsed="0.000518"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:20:41.133265" level="INFO">Length is 0.</msg>
<msg time="2026-06-04T03:20:41.133419" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:20:41.132576" elapsed="0.000870"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:20:41.133607" elapsed="0.000387"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-04T03:20:41.134945" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-06-04T03:20:41.792724" 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 Thu Jun  4 03:20:41 UTC 2026

  System load:  0.32               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Thu Jun  4 03:10:34 2026 from 10.30.171.75
[?2004h[jenkins@releng-63164-284-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-04T03:20:41.134536" elapsed="0.658426"/>
</kw>
<msg time="2026-06-04T03:20:41.793078" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:20:41.134165" elapsed="0.658996"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-04T03:20:41.132098" elapsed="0.661178"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-04T03:20:41.793834" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-04T03:30:47.837004" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-04T03:30:47.837641" level="INFO">${stdout} = </msg>
<msg time="2026-06-04T03:30:47.837748" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-04T03:20:41.793521" elapsed="606.044283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:30:47.838267" elapsed="0.000787"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.840220" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:21:46.928 16  switches: flows:  123892 120524 124399 123593 124894 123191 122853 121391 121168 122819 122146 118953 120475 122300 121085 119268  total = 32.549183 per ms 
03:22:47.029 16  switches: flows:  128800 126022 128795 126731 129741 127621 127777 126276 122896 129582 125646 122767 121854 125890 126891 125067  total = 33.649722 per ms 
03:23:47.130 16  switches: flows:  129918 128268 129641 128026 130827 128059 130795 128546 127560 128455 126981 126132 126322 127701 127119 126303  total = 34.120565 per ms 
03:24:47.230 16  switches: flows:  129563 130217 130022 128576 129749 128437 129115 127592 126616 129374 127528 126508 127079 129547 126343 125981  total = 34.147025 per ms 
03:25:47.330 16  switches: flows:  97088 96667 96343 97436 96411 95710 96578 94018 93088 96824 94926 94393 95088 94847 95505 94991  total = 25.456056 per ms 
03:26:47.431 16  switches: flows:  116703 116782 114802 115435 115938 115765 116893 112667 111911 115674 114117 112876 113241 114045 112597 114447  total = 30.513749 per ms 
03:27:47.531 16  switches: flows:  124604 124098 125477 124619 124354 123497 125500 120266 122031 123197 122979 121349 120728 122255 123130 122099  total = 32.781627 per ms 
03:28:47.631 16  switches: flows:  127722 127801 130176 128941 127154 128529 127477 125017 125958 127706 126071 124297 125024 125935 127839 127199  total = 33.824303 per ms 
03:29:47.732 16  switches: flows:  122876 120615 125117 127333 123444 124938 123106 119435 123865 124069 121322 121114 122593 121654 123916 123147  total = 32.754377 per ms 
03:30:47.832 16  switches: flows:  121377 119055 122450 122594 119177 121393 120026 116995 120365 122033 118437 116846 118706 118221 120490 119709  total = 31.911293 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25456.06/34147.02/32128.75/11022.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.839482" elapsed="0.001063"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-04T03:30:47.841053" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-04T03:30:47.840742" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-06-04T03:30:47.840691" elapsed="0.000574"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-04T03:30:47.841509" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-04T03:30:47.841426" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-04T03:30:47.841387" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-04T03:30:47.841718" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-04T03:30:47.845729" elapsed="0.000448"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-04T03:30:47.846402" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-04T03:30:47.846815" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-04T03:30:47.842426" elapsed="0.004599"/>
</kw>
<msg time="2026-06-04T03:30:47.847202" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-04T03:20:41.127172" elapsed="606.720067"/>
</kw>
<status status="PASS" start="2026-06-04T03:20:41.126823" elapsed="606.720486"/>
</branch>
<status status="PASS" start="2026-06-04T03:20:41.126444" elapsed="606.720896"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.847955" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:21:46.928 16  switches: flows:  123892 120524 124399 123593 124894 123191 122853 121391 121168 122819 122146 118953 120475 122300 121085 119268  total = 32.549183 per ms 
03:22:47.029 16  switches: flows:  128800 126022 128795 126731 129741 127621 127777 126276 122896 129582 125646 122767 121854 125890 126891 125067  total = 33.649722 per ms 
03:23:47.130 16  switches: flows:  129918 128268 129641 128026 130827 128059 130795 128546 127560 128455 126981 126132 126322 127701 127119 126303  total = 34.120565 per ms 
03:24:47.230 16  switches: flows:  129563 130217 130022 128576 129749 128437 129115 127592 126616 129374 127528 126508 127079 129547 126343 125981  total = 34.147025 per ms 
03:25:47.330 16  switches: flows:  97088 96667 96343 97436 96411 95710 96578 94018 93088 96824 94926 94393 95088 94847 95505 94991  total = 25.456056 per ms 
03:26:47.431 16  switches: flows:  116703 116782 114802 115435 115938 115765 116893 112667 111911 115674 114117 112876 113241 114045 112597 114447  total = 30.513749 per ms 
03:27:47.531 16  switches: flows:  124604 124098 125477 124619 124354 123497 125500 120266 122031 123197 122979 121349 120728 122255 123130 122099  total = 32.781627 per ms 
03:28:47.631 16  switches: flows:  127722 127801 130176 128941 127154 128529 127477 125017 125958 127706 126071 124297 125024 125935 127839 127199  total = 33.824303 per ms 
03:29:47.732 16  switches: flows:  122876 120615 125117 127333 123444 124938 123106 119435 123865 124069 121322 121114 122593 121654 123916 123147  total = 32.754377 per ms 
03:30:47.832 16  switches: flows:  121377 119055 122450 122594 119177 121393 120026 116995 120365 122033 118437 116846 118706 118221 120490 119709  total = 31.911293 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25456.06/34147.02/32128.75/11022.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.847555" elapsed="0.000502"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-04T03:30:47.848263" elapsed="0.000536"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-04T03:30:47.849318" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-04T03:30:47.849465" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25456.06/34147.02/32128.75/11022.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-04T03:30:47.849020" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:30:47.850063" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25456.06/34147.02/32128.75/11022.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:30:47.849711" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.853424" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.850302" elapsed="0.003201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.856485" level="INFO">25456.06/34147.02/32128.75/11022.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.853702" elapsed="0.002839"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:30:47.858890" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:30:47.856690" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-04T03:30:47.861332" level="INFO">@{result_value_list} = [ 25456.06 | 34147.02 | 32128.75 | 11022.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-04T03:30:47.859106" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.861838" level="INFO">Length is 4.</msg>
<msg time="2026-06-04T03:30:47.861926" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-04T03:30:47.861535" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.866663" level="INFO">min :: 25456.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.862333" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-04T03:30:47.862206" elapsed="0.004550"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.871219" level="INFO">max :: 34147.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.866969" elapsed="0.004305"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-04T03:30:47.866843" elapsed="0.004465"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.875938" level="INFO">avg :: 32128.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.871530" elapsed="0.004463"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-04T03:30:47.871406" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.880548" level="INFO">stdev :: 11022.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.876236" elapsed="0.004367"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-04T03:30:47.876112" elapsed="0.004525"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-04T03:30:47.862015" elapsed="0.018652"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.884708" level="INFO">${min} = 25456.06</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:30:47.880822" elapsed="0.003913"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.888615" level="INFO">${max} = 34147.02</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:30:47.884888" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.892504" level="INFO">${average} = 32128.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:30:47.888793" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.896381" level="INFO">${stdev} = 11022.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-04T03:30:47.892681" elapsed="0.003728"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.896902" level="INFO">${date} = 2026-06-04 03:30:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-04T03:30:47.896565" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.897504" level="INFO">CBench Result: 2026-06-04 03:30:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25456.06,34147.02,32128.75,11022.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-04T03:30:47.897078" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-04T03:30:47.898647" 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-06-04T03:30:47.898173" 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-06-04T03:30:47.898877" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-04T03:30:47.897708" elapsed="0.001702"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-04T03:20:41.124986" elapsed="606.774484"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.899923" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-04T03:30:47.899615" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-04T03:30:47.901165" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-04T03:30:47.900696" elapsed="0.000496"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-04T03:30:47.901429" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-06-04T03:30:47.901267" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-04T03:30:47.901248" elapsed="0.000269"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.901660" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.901817" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.901981" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.902173" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.902324" 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-06-04T03:30:47.902513" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.902661" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-04T03:30:47.902881" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-04T03:30:47.902743" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-04T03:30:47.902727" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-04T03:30:47.900363" elapsed="0.002645"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-04T03:20:41.123070" elapsed="606.779983"/>
</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-06-04T03:00:25.177749" elapsed="1822.726013"/>
</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>
