<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-17T00:46:55.010855" 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-17T00:46:55.592726" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-17T00:46:55.592583" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:55.592554" 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-17T00:46:55.593002" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T00:46:55.594007" level="INFO">Logging into '10.30.171.233:8101' as 'karaf'.</msg>
<msg time="2026-06-17T00:46:56.245471" 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-17T00:46:55.593687" elapsed="0.651990"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T00:46:56.294318" 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-17T00:46:56.246003" elapsed="0.048423"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T00:46:56.296322" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T00:46:56.296433" 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-17T00:46:56.294660" elapsed="0.001804"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-17T00:46:56.296621" elapsed="0.000263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T00:46:56.297056" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:46:56.297761" 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-17T00:46:56.297430" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T00:46:56.297867" elapsed="0.000074"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.233
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-17T00:46:55.592201" elapsed="0.705862"/>
</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-17T00:46:55.588521" elapsed="0.709604"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T00:46:56.298704" 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-17T00:46:56.298306" elapsed="0.000455"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T00:46:56.299181" 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-17T00:46:56.298930" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T00:46:56.299877" 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-17T00:46:56.299429" elapsed="0.000497"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T00:46:56.300429" 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-17T00:46:56.300096" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T00:46:56.301007" 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-17T00:46:56.300617" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T00:46:56.301501" 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-17T00:46:56.301191" elapsed="0.000352"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-17T00:46:56.301846" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-17T00:46:56.301629" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T00:46:56.306232" 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-17T00:46:56.305810" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T00:46:56.307568" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T00:46:56.307657" 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-17T00:46:56.306820" elapsed="0.000862"/>
</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-17T00:46:56.307833" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T00:46:56.309212" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-06-17T00:46:57.049401" 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 Wed Jun 17 00:46:56 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.77
  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-309-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-17T00:46:56.308704" elapsed="0.740858"/>
</kw>
<msg time="2026-06-17T00:46:57.049660" 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-17T00:46:56.308359" elapsed="0.741396"/>
</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-17T00:46:56.306468" elapsed="0.743410"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.057790" 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-17T00:46:57.050128" elapsed="0.009738"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T00:46:57.060322" elapsed="0.000670"/>
</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-17T00:46:56.305288" elapsed="0.755845"/>
</kw>
<status status="PASS" start="2026-06-17T00:46:56.302000" elapsed="0.759234"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:56.301605" elapsed="0.759700"/>
</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-17T00:46:57.061646" elapsed="0.001076"/>
</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-17T00:46:57.070030" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-17T00:46:57.069834" elapsed="0.000273"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:57.069801" elapsed="0.000340"/>
</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-17T00:46:57.074805" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-17T00:46:57.074687" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:57.074667" elapsed="0.000209"/>
</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-17T00:46:57.075027" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.075920" level="INFO">Logging into '10.30.171.233:8101' as 'karaf'.</msg>
<msg time="2026-06-17T00:46:57.266286" 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-17T00:46:57.075636" elapsed="0.190917"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.360130" 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-17T00:46:57.267009" elapsed="0.093286"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.375163" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T00:46:57.375459" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-17T00:46:57.360556" elapsed="0.014939"/>
</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-17T00:46:57.375712" elapsed="0.000348"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T00:46:57.376203" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:46:57.376997" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T00:46:57.376591" elapsed="0.000483"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T00:46:57.377147" elapsed="0.000074"/>
</return>
<msg time="2026-06-17T00:46:57.377424" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.233
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-17T00:46:57.074308" elapsed="0.303159"/>
</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-17T00:46:57.377666" elapsed="0.000718"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T00:46:57.378478" elapsed="0.000036"/>
</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-17T00:46:57.069374" elapsed="0.309255"/>
</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-17T00:46:57.382831" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-17T00:46:57.382676" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:57.382651" 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-17T00:46:57.383067" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.384236" level="INFO">Logging into '10.30.171.233:8101' as 'karaf'.</msg>
<msg time="2026-06-17T00:46:57.553712" 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-17T00:46:57.383954" elapsed="0.169930"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.579358" 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-17T00:46:57.554184" elapsed="0.025293"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.581447" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T00:46:57.581555" 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-17T00:46:57.579707" elapsed="0.001878"/>
</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-17T00:46:57.581724" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T00:46:57.582128" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:46:57.582804" 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-17T00:46:57.582475" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T00:46:57.582978" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.233
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-17T00:46:57.382322" elapsed="0.200831"/>
</kw>
<status status="PASS" start="2026-06-17T00:46:55.586719" elapsed="1.996497"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:46:57.585265" 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-17T00:46:57.584034" elapsed="0.001298"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T00:46:57.586757" 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-17T00:46:57.586409" elapsed="0.000391"/>
</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-17T00:46:57.587146" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T00:46:57.586880" elapsed="0.000325"/>
</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-17T00:46:57.590194" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-17T00:46:57.589937" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:57.589915" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.590623" 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-17T00:46:57.590746" 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-17T00:46:57.590407" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:46:57.591356" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.77" 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-17T00:46:57.590924" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.592042" 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-17T00:46:57.591556" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T00:46:57.593001" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T00:46:57.593091" 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-17T00:46:57.592658" elapsed="0.000457"/>
</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-17T00:46:57.593284" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.594493" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-06-17T00:46:57.918931" 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 Wed Jun 17 00:46:56 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.77
  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: Wed Jun 17 00:46:56 2026 from 10.30.170.141
[?2004h[jenkins@releng-63164-309-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-17T00:46:57.594138" elapsed="0.325000"/>
</kw>
<msg time="2026-06-17T00:46:57.919226" 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-17T00:46:57.593773" elapsed="0.325553"/>
</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-17T00:46:57.592273" elapsed="0.327177"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T00:46:57.919993" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T00:57:04.030783" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T00:57:04.031370" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T00:57:04.031483" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-17T00:46:57.919666" elapsed="606.111877"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T00:57:04.032029" elapsed="0.000775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.033979" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:03.110 16  switches: flows:  114722 117398 115797 112910 114522 112744 114531 113525 110778 110315 113588 112777 110136 113535 114537 111814  total = 30.227150 per ms 
00:49:03.211 16  switches: flows:  129116 130990 131618 132876 131008 129498 129726 131727 130400 127412 127566 126554 128624 131182 127168 127613  total = 34.493676 per ms 
00:50:03.311 16  switches: flows:  123897 123721 124793 124926 124853 124000 123700 125054 124981 121014 121813 120907 121559 124524 122573 123274  total = 32.871559 per ms 
00:51:03.412 16  switches: flows:  126013 124726 128469 128057 127594 126934 125960 128039 127098 124434 125361 125006 122017 124961 124108 125418  total = 33.513957 per ms 
00:52:03.512 16  switches: flows:  126560 125986 128336 127080 128832 124651 125513 127630 126733 124702 125112 122916 123532 123938 124401 123596  total = 33.436170 per ms 
00:53:03.612 16  switches: flows:  124804 125688 126180 126093 126195 123703 123775 125988 126281 122124 122079 121694 119720 121683 121662 122980  total = 32.955793 per ms 
00:54:03.712 16  switches: flows:  126379 126780 127958 127367 126287 124582 126241 127551 127201 124728 121337 123422 123652 123612 122283 123836  total = 33.331294 per ms 
00:55:03.813 16  switches: flows:  121557 121081 121292 121500 121038 118227 120535 120231 120701 117669 117130 117556 116718 119431 118849 117704  total = 31.800538 per ms 
00:56:03.913 16  switches: flows:  127540 131583 128027 128050 129022 124588 126542 129716 128568 124709 126211 125096 126241 127654 126768 125488  total = 33.873376 per ms 
00:57:04.013 16  switches: flows:  127123 130390 128118 130434 129144 126042 127194 130417 128524 124167 126390 125031 127424 127918 128510 128417  total = 34.030551 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31800.54/34493.68/33367.43/11146.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T00:57:04.033200" elapsed="0.001123"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T00:57:04.034816" elapsed="0.000114"/>
</return>
<status status="PASS" start="2026-06-17T00:57:04.034513" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-06-17T00:57:04.034456" elapsed="0.000584"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T00:57:04.035186" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-17T00:57:04.035129" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-06-17T00:57:04.035105" elapsed="0.000174"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T00:57:04.035328" elapsed="0.000020"/>
</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-17T00:57:04.039096" elapsed="0.000483"/>
</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-17T00:57:04.039798" elapsed="0.000275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T00:57:04.040267" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T00:57:04.035791" elapsed="0.004700"/>
</kw>
<msg time="2026-06-17T00:57:04.040681" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-17T00:46:57.587554" elapsed="606.453165"/>
</kw>
<status status="PASS" start="2026-06-17T00:46:57.587234" elapsed="606.453557"/>
</branch>
<status status="PASS" start="2026-06-17T00:46:57.586856" elapsed="606.453970"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.041483" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:03.110 16  switches: flows:  114722 117398 115797 112910 114522 112744 114531 113525 110778 110315 113588 112777 110136 113535 114537 111814  total = 30.227150 per ms 
00:49:03.211 16  switches: flows:  129116 130990 131618 132876 131008 129498 129726 131727 130400 127412 127566 126554 128624 131182 127168 127613  total = 34.493676 per ms 
00:50:03.311 16  switches: flows:  123897 123721 124793 124926 124853 124000 123700 125054 124981 121014 121813 120907 121559 124524 122573 123274  total = 32.871559 per ms 
00:51:03.412 16  switches: flows:  126013 124726 128469 128057 127594 126934 125960 128039 127098 124434 125361 125006 122017 124961 124108 125418  total = 33.513957 per ms 
00:52:03.512 16  switches: flows:  126560 125986 128336 127080 128832 124651 125513 127630 126733 124702 125112 122916 123532 123938 124401 123596  total = 33.436170 per ms 
00:53:03.612 16  switches: flows:  124804 125688 126180 126093 126195 123703 123775 125988 126281 122124 122079 121694 119720 121683 121662 122980  total = 32.955793 per ms 
00:54:03.712 16  switches: flows:  126379 126780 127958 127367 126287 124582 126241 127551 127201 124728 121337 123422 123652 123612 122283 123836  total = 33.331294 per ms 
00:55:03.813 16  switches: flows:  121557 121081 121292 121500 121038 118227 120535 120231 120701 117669 117130 117556 116718 119431 118849 117704  total = 31.800538 per ms 
00:56:03.913 16  switches: flows:  127540 131583 128027 128050 129022 124588 126542 129716 128568 124709 126211 125096 126241 127654 126768 125488  total = 33.873376 per ms 
00:57:04.013 16  switches: flows:  127123 130390 128118 130434 129144 126042 127194 130417 128524 124167 126390 125031 127424 127918 128510 128417  total = 34.030551 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31800.54/34493.68/33367.43/11146.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T00:57:04.041052" elapsed="0.000540"/>
</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-17T00:57:04.041809" elapsed="0.000596"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T00:57:04.042989" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T00:57:04.043086" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31800.54/34493.68/33367.43/11146.74 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-17T00:57:04.042640" elapsed="0.000471"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T00:57:04.043521" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31800.54/34493.68/33367.43/11146.74 | 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-17T00:57:04.043264" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.045926" 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-17T00:57:04.043693" elapsed="0.002291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.048378" level="INFO">31800.54/34493.68/33367.43/11146.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T00:57:04.046154" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T00:57:04.050815" 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-17T00:57:04.048583" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T00:57:04.053330" level="INFO">@{result_value_list} = [ 31800.54 | 34493.68 | 33367.43 | 11146.74 ]</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-17T00:57:04.051047" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.053817" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T00:57:04.053923" 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-17T00:57:04.053510" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.059465" level="INFO">min :: 31800.54</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-17T00:57:04.054355" elapsed="0.005244"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T00:57:04.054223" elapsed="0.005459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.067765" level="INFO">max :: 34493.68</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-17T00:57:04.060234" elapsed="0.007617"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T00:57:04.059934" elapsed="0.007990"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.073499" level="INFO">avg :: 33367.43</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-17T00:57:04.068255" elapsed="0.005302"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T00:57:04.068063" elapsed="0.005529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.078507" level="INFO">stdev :: 11146.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T00:57:04.073817" elapsed="0.004749"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T00:57:04.073687" elapsed="0.004915"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T00:57:04.054019" elapsed="0.024618"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.082542" level="INFO">${min} = 31800.54</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-17T00:57:04.078798" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.086680" level="INFO">${max} = 34493.68</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-17T00:57:04.082725" elapsed="0.003984"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.090627" level="INFO">${average} = 33367.43</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-17T00:57:04.086864" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.094683" level="INFO">${stdev} = 11146.74</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-17T00:57:04.090813" elapsed="0.003899"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.095431" level="INFO">${date} = 2026-06-17 00:57:04</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-17T00:57:04.094923" elapsed="0.000544"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.096142" level="INFO">CBench Result: 2026-06-17 00:57:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31800.54,34493.68,33367.43,11146.74</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-17T00:57:04.095676" elapsed="0.000526"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T00:57:04.097320" 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-17T00:57:04.096852" elapsed="0.000537"/>
</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-17T00:57:04.097544" elapsed="0.000533"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T00:57:04.096359" elapsed="0.001790"/>
</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-17T00:46:57.585753" elapsed="606.512477"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.098741" 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-17T00:57:04.098389" elapsed="0.000413"/>
</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-17T00:57:04.099356" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-06-17T00:57:04.099043" 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-17T00:46:57.583359" elapsed="606.516386"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.101108" 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-17T00:57:04.100690" elapsed="0.000476"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.102530" 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-17T00:57:04.102147" elapsed="0.000428"/>
</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-17T00:57:04.103090" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-17T00:57:04.102725" elapsed="0.000442"/>
</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-17T00:57:04.106169" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T00:57:04.105881" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-06-17T00:57:04.105860" elapsed="0.000412"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T00:57:04.106639" 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-17T00:57:04.106764" 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-17T00:57:04.106412" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.107376" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.233 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.77" 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-17T00:57:04.106947" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T00:57:04.108010" 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-17T00:57:04.107582" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T00:57:04.109041" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T00:57:04.109137" 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-17T00:57:04.108624" elapsed="0.000538"/>
</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-17T00:57:04.109306" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T00:57:04.110586" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-06-17T00:57:04.699979" 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 Wed Jun 17 00:57:04 UTC 2026

  System load:  1.04               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.77
  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: Wed Jun 17 00:46:57 2026 from 10.30.170.141
[?2004h[jenkins@releng-63164-309-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-17T00:57:04.110198" elapsed="0.590017"/>
</kw>
<msg time="2026-06-17T00:57:04.700315" 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-17T00:57:04.109792" elapsed="0.590627"/>
</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-17T00:57:04.108242" elapsed="0.592308"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T00:57:04.701159" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.233 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T01:07:10.738529" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T01:07:10.739193" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T01:07:10.739323" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233: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-17T00:57:04.700809" elapsed="606.038588"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:07:10.739967" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.742029" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233: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.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:09.814 16  switches: flows:  474763 481802 486102 455164 470636 457646 473388 473917 460469 445121 455040 463643 442473 462514 450315 449373  total = 123.372767 per ms 
00:59:09.916 16  switches: flows:  437061 436953 429098 435833 423128 428382 429329 434414 442878 343895 439941 419524 444448 428409 425692 427913  total = 113.590943 per ms 
01:00:10.018 16  switches: flows:  496856 487007 493928 494913 436191 493298 499253 499018 481649 495381 489301 493069 485603 489592 493717 481805  total = 129.957156 per ms 
01:01:10.119 16  switches: flows:  565855 571953 570624 574915 567419 569268 574113 567527 573895 575896 567060 574507 569429 568283 571932 573931  total = 152.022688 per ms 
01:02:10.220 16  switches: flows:  555104 562089 557611 554289 559895 560785 555926 560538 557725 549993 550878 559640 555187 559189 559356 555761  total = 148.317971 per ms 
01:03:10.321 16  switches: flows:  474453 479306 485951 483446 483836 476075 477839 460756 472692 468644 476544 452694 484573 475035 480220 468195  total = 126.458645 per ms 
01:04:10.422 16  switches: flows:  540439 545161 552877 551662 541970 544929 540533 549818 548685 547128 542462 546169 548355 542824 548035 542352  total = 145.312269 per ms 
01:05:10.523 16  switches: flows:  533866 537069 532701 546620 537183 546681 546415 529058 540919 544848 545398 530069 512071 544701 525371 528463  total = 142.783122 per ms 
01:06:10.625 16  switches: flows:  586932 587901 586862 590511 581202 586970 590230 587902 591549 583368 583679 583682 588836 589312 585700 586076  total = 156.248757 per ms 
01:07:10.726 16  switches: flows:  571571 568646 575138 569799 573489 563749 573365 561579 565126 567074 543819 567847 571584 553394 566259 571567  total = 150.812818 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113590.94/156248.76/140611.60/48740.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:07:10.741110" elapsed="0.001182"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T01:07:10.742636" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-17T01:07:10.742420" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-06-17T01:07:10.742382" elapsed="0.000414"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T01:07:10.742954" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-17T01:07:10.742879" elapsed="0.000133"/>
</branch>
<status status="NOT RUN" start="2026-06-17T01:07:10.742856" elapsed="0.000186"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T01:07:10.743085" 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-17T01:07:10.746707" elapsed="0.000504"/>
</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-17T01:07:10.747418" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:07:10.747840" elapsed="0.000169"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T01:07:10.743550" elapsed="0.004533"/>
</kw>
<msg time="2026-06-17T01:07:10.748265" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233: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-17T00:57:04.103524" elapsed="606.644778"/>
</kw>
<status status="PASS" start="2026-06-17T00:57:04.103197" elapsed="606.645172"/>
</branch>
<status status="PASS" start="2026-06-17T00:57:04.102700" elapsed="606.645702"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.749025" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233: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.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:09.814 16  switches: flows:  474763 481802 486102 455164 470636 457646 473388 473917 460469 445121 455040 463643 442473 462514 450315 449373  total = 123.372767 per ms 
00:59:09.916 16  switches: flows:  437061 436953 429098 435833 423128 428382 429329 434414 442878 343895 439941 419524 444448 428409 425692 427913  total = 113.590943 per ms 
01:00:10.018 16  switches: flows:  496856 487007 493928 494913 436191 493298 499253 499018 481649 495381 489301 493069 485603 489592 493717 481805  total = 129.957156 per ms 
01:01:10.119 16  switches: flows:  565855 571953 570624 574915 567419 569268 574113 567527 573895 575896 567060 574507 569429 568283 571932 573931  total = 152.022688 per ms 
01:02:10.220 16  switches: flows:  555104 562089 557611 554289 559895 560785 555926 560538 557725 549993 550878 559640 555187 559189 559356 555761  total = 148.317971 per ms 
01:03:10.321 16  switches: flows:  474453 479306 485951 483446 483836 476075 477839 460756 472692 468644 476544 452694 484573 475035 480220 468195  total = 126.458645 per ms 
01:04:10.422 16  switches: flows:  540439 545161 552877 551662 541970 544929 540533 549818 548685 547128 542462 546169 548355 542824 548035 542352  total = 145.312269 per ms 
01:05:10.523 16  switches: flows:  533866 537069 532701 546620 537183 546681 546415 529058 540919 544848 545398 530069 512071 544701 525371 528463  total = 142.783122 per ms 
01:06:10.625 16  switches: flows:  586932 587901 586862 590511 581202 586970 590230 587902 591549 583368 583679 583682 588836 589312 585700 586076  total = 156.248757 per ms 
01:07:10.726 16  switches: flows:  571571 568646 575138 569799 573489 563749 573365 561579 565126 567074 543819 567847 571584 553394 566259 571567  total = 150.812818 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113590.94/156248.76/140611.60/48740.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:07:10.748596" elapsed="0.000532"/>
</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-17T01:07:10.749336" elapsed="0.000584"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T01:07:10.750454" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T01:07:10.750580" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 113590.94/156248.76/140611.60/48740.31 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-17T01:07:10.750147" elapsed="0.000467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T01:07:10.751217" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 113590.94/156248.76/140611.60/48740.31 | 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-17T01:07:10.750826" elapsed="0.000450"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.754585" 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-17T01:07:10.751482" elapsed="0.003162"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.757011" level="INFO">113590.94/156248.76/140611.60/48740.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:07:10.754791" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T01:07:10.759452" 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-17T01:07:10.757222" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T01:07:10.761965" level="INFO">@{result_value_list} = [ 113590.94 | 156248.76 | 140611.60 | 48740.31 ]</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-17T01:07:10.759668" elapsed="0.002326"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.762461" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T01:07:10.762549" 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-17T01:07:10.762152" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.767482" level="INFO">min :: 113590.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:07:10.762984" elapsed="0.004557"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T01:07:10.762836" elapsed="0.004740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.772118" level="INFO">max :: 156248.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:07:10.767796" elapsed="0.004378"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T01:07:10.767669" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.776719" level="INFO">avg :: 140611.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:07:10.772424" elapsed="0.004351"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T01:07:10.772298" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.781529" level="INFO">stdev :: 48740.31</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-17T01:07:10.777045" elapsed="0.004542"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T01:07:10.776913" elapsed="0.004709"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T01:07:10.762642" elapsed="0.019012"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.785956" level="INFO">${min} = 113590.94</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-17T01:07:10.781829" elapsed="0.004155"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.789988" level="INFO">${max} = 156248.76</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-17T01:07:10.786140" elapsed="0.003875"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.793910" level="INFO">${average} = 140611.60</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-17T01:07:10.790169" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.797947" level="INFO">${stdev} = 48740.31</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-17T01:07:10.794092" elapsed="0.003885"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.798515" level="INFO">${date} = 2026-06-17 01:07:10</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-17T01:07:10.798143" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.799129" level="INFO">CBench Result: 2026-06-17 01:07:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,113590.94,156248.76,140611.60,48740.31</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-17T01:07:10.798695" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T01:07:10.800252" 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-17T01:07:10.799818" elapsed="0.000501"/>
</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-17T01:07:10.800471" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T01:07:10.799334" elapsed="0.001698"/>
</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-17T00:57:04.101502" elapsed="606.699591"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.801599" 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-17T01:07:10.801257" elapsed="0.000400"/>
</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-17T01:07:10.802257" elapsed="0.000288"/>
</kw>
<status status="PASS" start="2026-06-17T01:07:10.801881" elapsed="0.000738"/>
</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-17T00:57:04.100094" elapsed="606.702565"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.804200" 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-17T01:07:10.803735" elapsed="0.000525"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.805512" 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-17T01:07:10.805148" elapsed="0.000411"/>
</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-17T01:07:10.805937" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-17T01:07:10.805672" elapsed="0.000331"/>
</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-17T01:07:10.809026" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T01:07:10.808760" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-17T01:07:10.808741" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T01:07:10.809421" 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-17T01:07:10.809537" 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-17T01:07:10.809237" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.810145" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.77" 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-17T01:07:10.809709" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T01:07:10.810737" 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-17T01:07:10.810345" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T01:07:10.811663" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T01:07:10.811751" 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-17T01:07:10.811356" elapsed="0.000419"/>
</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-17T01:07:10.811930" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T01:07:10.813135" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-06-17T01:07:11.408716" 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 Wed Jun 17 01:07:10 UTC 2026

  System load:  0.36               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.77
  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: Wed Jun 17 00:57:04 2026 from 10.30.170.141
[?2004h[jenkins@releng-63164-309-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-17T01:07:10.812748" elapsed="0.596224"/>
</kw>
<msg time="2026-06-17T01:07:11.409077" 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-17T01:07:10.812407" elapsed="0.596782"/>
</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-17T01:07:10.810981" elapsed="0.598335"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T01:07:11.410019" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T01:17:17.446859" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T01:17:17.447435" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T01:17:17.447543" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-17T01:07:11.409614" elapsed="606.037995"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:17:17.448094" elapsed="0.000698"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.449966" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:16.524 16  switches: flows:  113524 113711 113187 111886 112764 114420 112836 110832 112616 113665 110614 110937 107937 112718 108098 111826  total = 29.859517 per ms 
01:09:16.625 16  switches: flows:  125024 125063 126634 125364 126295 124867 124009 124931 126716 126298 125096 123171 123320 124937 123254 122397  total = 33.234082 per ms 
01:10:16.725 16  switches: flows:  127563 126989 126136 128387 130345 126629 127590 128355 129797 126954 127547 126619 125130 128116 127563 124961  total = 33.921358 per ms 
01:11:16.825 16  switches: flows:  119971 117779 121523 119256 125711 118504 120396 121887 119341 120593 116582 115196 112800 118281 118058 118585  total = 31.688086 per ms 
01:12:16.926 16  switches: flows:  133369 131528 135337 132666 133700 129571 131254 133585 131623 134932 129116 129128 128586 129972 131828 132477  total = 35.085932 per ms 
01:13:17.026 16  switches: flows:  134124 131297 134907 135488 134284 131816 130154 133688 130303 135348 129732 130223 127438 132164 130167 131515  total = 35.151995 per ms 
01:14:17.126 16  switches: flows:  133543 131270 134353 133960 134954 132116 131432 133454 130521 134373 128822 130265 128699 132299 132039 130662  total = 35.153930 per ms 
01:15:17.227 16  switches: flows:  131679 127848 134183 133475 133684 129290 129172 131496 129170 130363 128322 128435 127651 130387 130364 129310  total = 34.689231 per ms 
01:16:17.328 16  switches: flows:  133605 131216 135041 133533 136344 131364 132830 133704 130627 134448 129988 128852 129291 130947 130540 131467  total = 35.170706 per ms 
01:17:17.428 16  switches: flows:  132602 130719 133893 131741 133557 131084 131720 132055 131015 134117 128827 128024 128307 130861 130367 129517  total = 34.915102 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31688.09/35170.71/34334.49/11500.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:17:17.449181" elapsed="0.001088"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T01:17:17.450752" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-06-17T01:17:17.450452" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-17T01:17:17.450401" elapsed="0.000648"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T01:17:17.451217" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-17T01:17:17.451164" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-17T01:17:17.451139" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T01:17:17.451347" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T01:17:17.455084" elapsed="0.000461"/>
</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-17T01:17:17.455749" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:17:17.456176" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T01:17:17.451790" elapsed="0.004599"/>
</kw>
<msg time="2026-06-17T01:17:17.456570" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-17T01:07:10.806346" elapsed="606.650262"/>
</kw>
<status status="PASS" start="2026-06-17T01:07:10.806029" elapsed="606.650650"/>
</branch>
<status status="PASS" start="2026-06-17T01:07:10.805650" elapsed="606.651062"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.457344" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:16.524 16  switches: flows:  113524 113711 113187 111886 112764 114420 112836 110832 112616 113665 110614 110937 107937 112718 108098 111826  total = 29.859517 per ms 
01:09:16.625 16  switches: flows:  125024 125063 126634 125364 126295 124867 124009 124931 126716 126298 125096 123171 123320 124937 123254 122397  total = 33.234082 per ms 
01:10:16.725 16  switches: flows:  127563 126989 126136 128387 130345 126629 127590 128355 129797 126954 127547 126619 125130 128116 127563 124961  total = 33.921358 per ms 
01:11:16.825 16  switches: flows:  119971 117779 121523 119256 125711 118504 120396 121887 119341 120593 116582 115196 112800 118281 118058 118585  total = 31.688086 per ms 
01:12:16.926 16  switches: flows:  133369 131528 135337 132666 133700 129571 131254 133585 131623 134932 129116 129128 128586 129972 131828 132477  total = 35.085932 per ms 
01:13:17.026 16  switches: flows:  134124 131297 134907 135488 134284 131816 130154 133688 130303 135348 129732 130223 127438 132164 130167 131515  total = 35.151995 per ms 
01:14:17.126 16  switches: flows:  133543 131270 134353 133960 134954 132116 131432 133454 130521 134373 128822 130265 128699 132299 132039 130662  total = 35.153930 per ms 
01:15:17.227 16  switches: flows:  131679 127848 134183 133475 133684 129290 129172 131496 129170 130363 128322 128435 127651 130387 130364 129310  total = 34.689231 per ms 
01:16:17.328 16  switches: flows:  133605 131216 135041 133533 136344 131364 132830 133704 130627 134448 129988 128852 129291 130947 130540 131467  total = 35.170706 per ms 
01:17:17.428 16  switches: flows:  132602 130719 133893 131741 133557 131084 131720 132055 131015 134117 128827 128024 128307 130861 130367 129517  total = 34.915102 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31688.09/35170.71/34334.49/11500.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:17:17.456934" elapsed="0.000515"/>
</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-17T01:17:17.457656" elapsed="0.000522"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T01:17:17.458766" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T01:17:17.458949" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31688.09/35170.71/34334.49/11500.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-17T01:17:17.458439" elapsed="0.000552"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T01:17:17.459539" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31688.09/35170.71/34334.49/11500.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-17T01:17:17.459248" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.462029" 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-17T01:17:17.459714" elapsed="0.002374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.464637" level="INFO">31688.09/35170.71/34334.49/11500.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T01:17:17.462376" elapsed="0.002319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T01:17:17.467108" 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-17T01:17:17.464845" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T01:17:17.469561" level="INFO">@{result_value_list} = [ 31688.09 | 35170.71 | 34334.49 | 11500.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-17T01:17:17.467326" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.470125" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T01:17:17.470244" 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-17T01:17:17.469746" elapsed="0.000529"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.476057" level="INFO">min :: 31688.09</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-17T01:17:17.470742" elapsed="0.005374"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T01:17:17.470583" elapsed="0.005570"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.480755" level="INFO">max :: 35170.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-17T01:17:17.476373" elapsed="0.004441"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T01:17:17.476242" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.485628" level="INFO">avg :: 34334.49</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-17T01:17:17.481099" elapsed="0.004587"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T01:17:17.480953" elapsed="0.004768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.491264" level="INFO">stdev :: 11500.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-17T01:17:17.485966" elapsed="0.005358"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T01:17:17.485805" elapsed="0.005554"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T01:17:17.470356" elapsed="0.021034"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.495848" level="INFO">${min} = 31688.09</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-17T01:17:17.491631" elapsed="0.004245"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.499867" level="INFO">${max} = 35170.71</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-17T01:17:17.496078" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.503833" level="INFO">${average} = 34334.49</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-17T01:17:17.500075" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.507757" level="INFO">${stdev} = 11500.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-17T01:17:17.504028" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.508318" level="INFO">${date} = 2026-06-17 01:17:17</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-17T01:17:17.507959" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.508925" level="INFO">CBench Result: 2026-06-17 01:17:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31688.09,35170.71,34334.49,11500.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-17T01:17:17.508493" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T01:17:17.510142" 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-17T01:17:17.509630" elapsed="0.000585"/>
</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-17T01:17:17.510368" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T01:17:17.509144" elapsed="0.001775"/>
</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-17T01:07:10.804575" elapsed="606.706451"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.511498" 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-17T01:17:17.511182" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T01:17:17.512765" 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-17T01:17:17.512276" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-17T01:17:17.513044" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-06-17T01:17:17.512874" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-17T01:17:17.512852" elapsed="0.000287"/>
</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-17T01:17:17.513284" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-17T01:17:17.513441" elapsed="0.000020"/>
</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-17T01:17:17.513600" elapsed="0.000019"/>
</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-17T01:17:17.513796" 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-17T01:17:17.513964" 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-17T01:17:17.514112" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T01:17:17.514261" elapsed="0.000021"/>
</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-17T01:17:17.514487" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-17T01:17:17.514349" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-17T01:17:17.514332" 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-17T01:17:17.511940" elapsed="0.002673"/>
</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-17T01:07:10.803167" elapsed="606.711491"/>
</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-17T00:46:55.012455" elapsed="1822.502906"/>
</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>
