<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-23T00:44:57.835734" 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-23T00:44:58.400830" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-23T00:44:58.400685" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-23T00:44:58.400654" 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-23T00:44:58.401077" elapsed="0.000533"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-23T00:44:58.402087" level="INFO">Logging into '10.30.171.98:8101' as 'karaf'.</msg>
<msg time="2026-06-23T00:44:59.061049" 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-23T00:44:58.401785" elapsed="0.659513"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-23T00:44:59.110818" 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-23T00:44:59.061659" elapsed="0.049392"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-23T00:44:59.115122" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-23T00:44:59.115377" 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-23T00:44:59.111578" elapsed="0.003867"/>
</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-23T00:44:59.115792" elapsed="0.000511"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T00:44:59.116648" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:44:59.118130" 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-23T00:44:59.117425" elapsed="0.000879"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T00:44:59.118419" elapsed="0.000118"/>
</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.98
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-23T00:44:58.400306" elapsed="0.718487"/>
</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-23T00:44:58.396658" elapsed="0.722270"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T00:44:59.120404" 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-23T00:44:59.119392" elapsed="0.001149"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T00:44:59.121092" 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-23T00:44:59.120831" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-23T00:44:59.121736" 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-23T00:44:59.121327" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T00:44:59.122458" 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-23T00:44:59.121937" elapsed="0.000563"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-23T00:44:59.123023" 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-23T00:44:59.122646" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T00:44:59.123538" 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-23T00:44:59.123225" elapsed="0.000354"/>
</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-23T00:44:59.123897" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-23T00:44:59.123674" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T00:44:59.128505" 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-23T00:44:59.128035" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T00:44:59.129606" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T00:44:59.129689" 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-23T00:44:59.129099" elapsed="0.000615"/>
</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-23T00:44:59.129860" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T00:44:59.131266" level="INFO">Logging into '10.30.171.72:22' as 'jenkins'.</msg>
<msg time="2026-06-23T00:44:59.896595" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jun 23 00:44:59 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.72
  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-318-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-23T00:44:59.130736" elapsed="0.766045"/>
</kw>
<msg time="2026-06-23T00:44:59.896884" 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-23T00:44:59.130382" elapsed="0.766608"/>
</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-23T00:44:59.128742" elapsed="0.768389"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-23T00:44:59.906781" 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-23T00:44:59.897408" elapsed="0.011341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T00:44:59.909025" elapsed="0.000455"/>
</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-23T00:44:59.127493" elapsed="0.782082"/>
</kw>
<status status="PASS" start="2026-06-23T00:44:59.124028" elapsed="0.785602"/>
</branch>
<status status="PASS" start="2026-06-23T00:44:59.123647" elapsed="0.786033"/>
</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-23T00:44:59.909914" elapsed="0.000752"/>
</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-23T00:44:59.917447" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-23T00:44:59.917260" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-06-23T00:44:59.917201" elapsed="0.000366"/>
</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-23T00:44:59.922972" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-23T00:44:59.922805" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-06-23T00:44:59.922776" elapsed="0.000301"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T00:44:59.923298" elapsed="0.000652"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-23T00:44:59.924614" level="INFO">Logging into '10.30.171.98:8101' as 'karaf'.</msg>
<msg time="2026-06-23T00:45:00.121202" 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-23T00:44:59.924170" elapsed="0.197160"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.215247" 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-23T00:45:00.121530" elapsed="0.093784"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.231701" 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-23T00:45:00.231941" 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-23T00:45:00.215461" elapsed="0.016513"/>
</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-23T00:45:00.232122" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T00:45:00.232494" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:45:00.233164" 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-23T00:45:00.232849" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T00:45:00.233303" elapsed="0.000052"/>
</return>
<msg time="2026-06-23T00:45:00.233503" 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.98
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-23T00:44:59.922277" elapsed="0.311258"/>
</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-23T00:45:00.233683" elapsed="0.000646"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T00:45:00.234382" elapsed="0.000033"/>
</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-23T00:44:59.916748" elapsed="0.317768"/>
</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-23T00:45:00.238275" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-23T00:45:00.238124" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-06-23T00:45:00.238101" elapsed="0.000248"/>
</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-23T00:45:00.238481" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.239548" level="INFO">Logging into '10.30.171.98:8101' as 'karaf'.</msg>
<msg time="2026-06-23T00:45:00.470277" 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-23T00:45:00.239088" elapsed="0.231324"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.494048" 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-23T00:45:00.470650" elapsed="0.023469"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.495945" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-23T00:45:00.496055" 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-23T00:45:00.494308" elapsed="0.001777"/>
</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-23T00:45:00.496242" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T00:45:00.496597" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:45:00.497268" 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-23T00:45:00.496932" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T00:45:00.497372" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.98
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-23T00:45:00.237792" elapsed="0.259748"/>
</kw>
<status status="PASS" start="2026-06-23T00:44:58.394853" elapsed="2.102753"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:45:00.499985" 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-23T00:45:00.498805" elapsed="0.001273"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T00:45:00.501587" 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-23T00:45:00.501226" elapsed="0.000404"/>
</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-23T00:45:00.501972" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-23T00:45:00.501711" elapsed="0.000323"/>
</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-23T00:45:00.505040" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-23T00:45:00.504790" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-23T00:45:00.504770" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.505479" 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-23T00:45:00.505602" 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-23T00:45:00.505273" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:45:00.506237" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.72" 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-23T00:45:00.505764" elapsed="0.000536"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.506929" 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-23T00:45:00.506439" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T00:45:00.507884" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T00:45:00.507976" 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-23T00:45:00.507551" elapsed="0.000450"/>
</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-23T00:45:00.508145" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.509389" level="INFO">Logging into '10.30.171.72:22' as 'jenkins'.</msg>
<msg time="2026-06-23T00:45:00.862390" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jun 23 00:44:59 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.72
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Jun 23 00:44:59 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-318-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-23T00:45:00.509014" elapsed="0.353585"/>
</kw>
<msg time="2026-06-23T00:45:00.862690" 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-23T00:45:00.508660" elapsed="0.354128"/>
</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-23T00:45:00.507157" elapsed="0.355764"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-23T00:45:00.863537" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-23T00:55:06.966629" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-23T00:55:06.967281" level="INFO">${stdout} = </msg>
<msg time="2026-06-23T00:55:06.967398" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-23T00:45:00.863167" elapsed="606.104292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T00:55:06.967942" elapsed="0.000861"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:06.970128" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:06.061 16  switches: flows:  133324 132816 127517 130724 129072 128813 126170 126082 130011 127841 125293 128852 128773 125124 126437 125495  total = 34.205733 per ms 
00:47:06.163 16  switches: flows:  136584 136137 131138 130064 128909 137646 132505 129540 130688 130348 131747 130408 130310 129737 133612 131666  total = 35.125247 per ms 
00:48:06.264 16  switches: flows:  131542 131029 129880 130573 128503 129953 130831 129692 130762 126117 130669 129667 129374 127466 131242 131075  total = 34.581818 per ms 
00:49:06.364 16  switches: flows:  143493 142296 145611 143731 143700 142453 144626 141854 143491 141288 143698 139421 141150 140791 144662 142039  total = 38.008297 per ms 
00:50:06.464 16  switches: flows:  143713 139368 143490 144503 139801 144376 141684 142971 142009 140204 141471 138977 139741 142160 141571 141548  total = 37.730102 per ms 
00:51:06.565 16  switches: flows:  138376 134253 134645 138249 134596 135992 136618 136168 138044 133495 134156 132286 133976 134936 136171 136143  total = 36.074856 per ms 
00:52:06.665 16  switches: flows:  148383 146889 148142 147809 147276 146231 147202 145915 147950 144284 147747 143153 146880 145106 146303 144387  total = 38.995874 per ms 
00:53:06.765 16  switches: flows:  150893 152523 149477 151211 146949 150084 148118 151592 150812 148532 148369 145453 145649 149305 148349 150292  total = 39.727173 per ms 
00:54:06.865 16  switches: flows:  148958 152513 148749 151481 146845 148560 148188 150229 150238 144546 146720 144479 147161 149179 148514 149511  total = 39.531826 per ms 
00:55:06.966 16  switches: flows:  148733 153213 151558 153136 149023 152489 153599 150964 149677 148431 148630 147092 149666 150983 151624 148596  total = 40.056681 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34581.82/40056.68/37759.10/12734.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T00:55:06.969277" elapsed="0.001232"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-23T00:55:06.971066" elapsed="0.000102"/>
</return>
<status status="PASS" start="2026-06-23T00:55:06.970750" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-23T00:55:06.970686" elapsed="0.000664"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-23T00:55:06.971575" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-23T00:55:06.971488" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-06-23T00:55:06.971450" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-23T00:55:06.971791" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T00:55:06.976156" elapsed="0.000494"/>
</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-23T00:55:06.976861" elapsed="0.000275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T00:55:06.977394" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-23T00:55:06.972535" elapsed="0.005085"/>
</kw>
<msg time="2026-06-23T00:55:06.977800" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-23T00:45:00.502408" elapsed="606.475430"/>
</kw>
<status status="PASS" start="2026-06-23T00:45:00.502063" elapsed="606.475844"/>
</branch>
<status status="PASS" start="2026-06-23T00:45:00.501688" elapsed="606.476251"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:06.978575" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:06.061 16  switches: flows:  133324 132816 127517 130724 129072 128813 126170 126082 130011 127841 125293 128852 128773 125124 126437 125495  total = 34.205733 per ms 
00:47:06.163 16  switches: flows:  136584 136137 131138 130064 128909 137646 132505 129540 130688 130348 131747 130408 130310 129737 133612 131666  total = 35.125247 per ms 
00:48:06.264 16  switches: flows:  131542 131029 129880 130573 128503 129953 130831 129692 130762 126117 130669 129667 129374 127466 131242 131075  total = 34.581818 per ms 
00:49:06.364 16  switches: flows:  143493 142296 145611 143731 143700 142453 144626 141854 143491 141288 143698 139421 141150 140791 144662 142039  total = 38.008297 per ms 
00:50:06.464 16  switches: flows:  143713 139368 143490 144503 139801 144376 141684 142971 142009 140204 141471 138977 139741 142160 141571 141548  total = 37.730102 per ms 
00:51:06.565 16  switches: flows:  138376 134253 134645 138249 134596 135992 136618 136168 138044 133495 134156 132286 133976 134936 136171 136143  total = 36.074856 per ms 
00:52:06.665 16  switches: flows:  148383 146889 148142 147809 147276 146231 147202 145915 147950 144284 147747 143153 146880 145106 146303 144387  total = 38.995874 per ms 
00:53:06.765 16  switches: flows:  150893 152523 149477 151211 146949 150084 148118 151592 150812 148532 148369 145453 145649 149305 148349 150292  total = 39.727173 per ms 
00:54:06.865 16  switches: flows:  148958 152513 148749 151481 146845 148560 148188 150229 150238 144546 146720 144479 147161 149179 148514 149511  total = 39.531826 per ms 
00:55:06.966 16  switches: flows:  148733 153213 151558 153136 149023 152489 153599 150964 149677 148431 148630 147092 149666 150983 151624 148596  total = 40.056681 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34581.82/40056.68/37759.10/12734.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T00:55:06.978136" elapsed="0.000542"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-23T00:55:06.978886" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-23T00:55:06.979967" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-23T00:55:06.980096" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34581.82/40056.68/37759.10/12734.49 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-23T00:55:06.979644" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T00:55:06.980734" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34581.82/40056.68/37759.10/12734.49 | 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-23T00:55:06.980370" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:06.984180" 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-23T00:55:06.981005" elapsed="0.003278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:06.987092" level="INFO">34581.82/40056.68/37759.10/12734.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T00:55:06.984492" elapsed="0.002657"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T00:55:06.989608" 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-23T00:55:06.987316" elapsed="0.002320"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T00:55:06.992052" level="INFO">@{result_value_list} = [ 34581.82 | 40056.68 | 37759.10 | 12734.49 ]</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-23T00:55:06.989829" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T00:55:06.992565" level="INFO">Length is 4.</msg>
<msg time="2026-06-23T00:55:06.992661" 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-23T00:55:06.992253" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:06.997593" level="INFO">min :: 34581.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T00:55:06.993161" elapsed="0.004489"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-23T00:55:06.992998" elapsed="0.004687"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.002314" level="INFO">max :: 40056.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-23T00:55:06.997912" elapsed="0.004459"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-23T00:55:06.997781" elapsed="0.004625"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.006996" level="INFO">avg :: 37759.10</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-23T00:55:07.002628" elapsed="0.004426"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-23T00:55:07.002498" elapsed="0.004590"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.011703" level="INFO">stdev :: 12734.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-23T00:55:07.007328" elapsed="0.004431"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-23T00:55:07.007183" elapsed="0.004611"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-23T00:55:06.992759" elapsed="0.019069"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.015784" level="INFO">${min} = 34581.82</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-23T00:55:07.011989" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.019890" level="INFO">${max} = 40056.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-23T00:55:07.015967" elapsed="0.003950"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.024144" level="INFO">${average} = 37759.10</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-23T00:55:07.020070" elapsed="0.004101"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.028104" level="INFO">${stdev} = 12734.49</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-23T00:55:07.024344" elapsed="0.003787"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.028685" level="INFO">${date} = 2026-06-23 00:55:07</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-23T00:55:07.028308" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.029287" level="INFO">CBench Result: 2026-06-23 00:55:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34581.82,40056.68,37759.10,12734.49</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-23T00:55:07.028861" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T00:55:07.030378" 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-23T00:55:07.029964" elapsed="0.000481"/>
</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-23T00:55:07.030604" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-23T00:55:07.029491" elapsed="0.001634"/>
</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-23T00:45:00.500558" elapsed="606.530626"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.031677" 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-23T00:55:07.031354" elapsed="0.000378"/>
</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-23T00:55:07.032264" elapsed="0.000348"/>
</kw>
<status status="PASS" start="2026-06-23T00:55:07.031950" elapsed="0.000737"/>
</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-23T00:45:00.497768" elapsed="606.534958"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.034428" 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-23T00:55:07.034024" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.035965" 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-23T00:55:07.035430" elapsed="0.000580"/>
</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-23T00:55:07.036635" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-23T00:55:07.036256" elapsed="0.000440"/>
</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-23T00:55:07.039581" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-23T00:55:07.039333" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-06-23T00:55:07.039310" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-23T00:55:07.039987" 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-23T00:55:07.040105" 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-23T00:55:07.039800" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.041675" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.98 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.72" 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-23T00:55:07.041246" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T00:55:07.042291" 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-23T00:55:07.041874" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T00:55:07.043197" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T00:55:07.043303" 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-23T00:55:07.042893" elapsed="0.000434"/>
</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-23T00:55:07.043467" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T00:55:07.044662" level="INFO">Logging into '10.30.171.72:22' as 'jenkins'.</msg>
<msg time="2026-06-23T00:55:07.659429" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jun 23 00:55:07 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.72
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Jun 23 00:45:00 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-318-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-23T00:55:07.044306" elapsed="0.615309"/>
</kw>
<msg time="2026-06-23T00:55:07.659700" 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-23T00:55:07.043941" elapsed="0.616016"/>
</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-23T00:55:07.042521" elapsed="0.617548"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-23T00:55:07.660625" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.98 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-23T01:05:13.733477" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-23T01:05:13.734044" level="INFO">${stdout} = </msg>
<msg time="2026-06-23T01:05:13.734149" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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-23T00:55:07.660309" elapsed="606.073896"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:05:13.734724" elapsed="0.000762"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.736688" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:12.803 16  switches: flows:  566466 566375 559043 568059 572167 572475 566099 570534 550380 544485 553122 543561 558773 555666 546187 544845  total = 148.970617 per ms 
00:57:12.910 16  switches: flows:  562876 566638 557694 561146 561134 563302 565874 562182 565589 565835 568172 563958 566648 570650 565529 563123  total = 150.239301 per ms 
00:58:13.013 16  switches: flows:  588173 580565 576422 585518 590873 590093 579045 590110 578669 588493 580274 579025 584307 580047 585207 583181  total = 155.400321 per ms 
00:59:13.115 16  switches: flows:  615593 619158 617619 624570 625788 625246 612738 626584 614671 619519 620387 617361 619418 623968 619090 623999  total = 165.147801 per ms 
01:00:13.216 16  switches: flows:  631187 638748 628035 635316 642039 643198 630953 635884 635337 636274 635352 623092 629061 638894 632122 641276  total = 168.995428 per ms 
01:01:13.316 16  switches: flows:  622692 627167 611193 629794 615211 629024 611961 621754 617676 622725 621838 625343 616074 626762 623518 619566  total = 165.427091 per ms 
01:02:13.418 16  switches: flows:  632801 624912 620453 620707 613798 626164 626406 630556 626628 629858 631837 620047 627574 624987 620623 630367  total = 166.515825 per ms 
01:03:13.521 16  switches: flows:  635793 629911 636286 642817 645764 639899 629223 649567 640402 639983 638457 645079 642127 643306 640228 644348  total = 170.426461 per ms 
01:04:13.624 16  switches: flows:  664168 658494 655740 659032 661859 670691 657150 661044 662445 658427 661895 659187 663701 661700 659383 662814  total = 175.997296 per ms 
01:05:13.726 16  switches: flows:  643522 645286 637727 635480 648768 649207 647049 641373 636127 649360 645750 643881 637564 644144 641625 636496  total = 171.101888 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150239.30/175997.30/165472.38/55672.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:05:13.735856" elapsed="0.001144"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-23T01:05:13.737524" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-06-23T01:05:13.737186" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-06-23T01:05:13.737131" elapsed="0.000628"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-23T01:05:13.737970" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-23T01:05:13.737889" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-06-23T01:05:13.737853" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-23T01:05:13.738174" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T01:05:13.744007" elapsed="0.000831"/>
</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-23T01:05:13.745064" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:05:13.745384" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-23T01:05:13.738963" elapsed="0.006579"/>
</kw>
<msg time="2026-06-23T01:05:13.745674" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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-23T00:55:07.037038" elapsed="606.708663"/>
</kw>
<status status="PASS" start="2026-06-23T00:55:07.036722" elapsed="606.709029"/>
</branch>
<status status="PASS" start="2026-06-23T00:55:07.036232" elapsed="606.709544"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.746229" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:12.803 16  switches: flows:  566466 566375 559043 568059 572167 572475 566099 570534 550380 544485 553122 543561 558773 555666 546187 544845  total = 148.970617 per ms 
00:57:12.910 16  switches: flows:  562876 566638 557694 561146 561134 563302 565874 562182 565589 565835 568172 563958 566648 570650 565529 563123  total = 150.239301 per ms 
00:58:13.013 16  switches: flows:  588173 580565 576422 585518 590873 590093 579045 590110 578669 588493 580274 579025 584307 580047 585207 583181  total = 155.400321 per ms 
00:59:13.115 16  switches: flows:  615593 619158 617619 624570 625788 625246 612738 626584 614671 619519 620387 617361 619418 623968 619090 623999  total = 165.147801 per ms 
01:00:13.216 16  switches: flows:  631187 638748 628035 635316 642039 643198 630953 635884 635337 636274 635352 623092 629061 638894 632122 641276  total = 168.995428 per ms 
01:01:13.316 16  switches: flows:  622692 627167 611193 629794 615211 629024 611961 621754 617676 622725 621838 625343 616074 626762 623518 619566  total = 165.427091 per ms 
01:02:13.418 16  switches: flows:  632801 624912 620453 620707 613798 626164 626406 630556 626628 629858 631837 620047 627574 624987 620623 630367  total = 166.515825 per ms 
01:03:13.521 16  switches: flows:  635793 629911 636286 642817 645764 639899 629223 649567 640402 639983 638457 645079 642127 643306 640228 644348  total = 170.426461 per ms 
01:04:13.624 16  switches: flows:  664168 658494 655740 659032 661859 670691 657150 661044 662445 658427 661895 659187 663701 661700 659383 662814  total = 175.997296 per ms 
01:05:13.726 16  switches: flows:  643522 645286 637727 635480 648768 649207 647049 641373 636127 649360 645750 643881 637564 644144 641625 636496  total = 171.101888 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150239.30/175997.30/165472.38/55672.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:05:13.745921" elapsed="0.000383"/>
</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-23T01:05:13.746454" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-23T01:05:13.747231" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-23T01:05:13.747324" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150239.30/175997.30/165472.38/55672.87 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-23T01:05:13.746993" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T01:05:13.747761" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150239.30/175997.30/165472.38/55672.87 | 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-23T01:05:13.747505" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.750230" 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-23T01:05:13.747934" elapsed="0.002353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.752642" level="INFO">150239.30/175997.30/165472.38/55672.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:05:13.750436" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T01:05:13.755046" 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-23T01:05:13.752849" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T01:05:13.757528" level="INFO">@{result_value_list} = [ 150239.30 | 175997.30 | 165472.38 | 55672.87 ]</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-23T01:05:13.755280" elapsed="0.002275"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.758019" level="INFO">Length is 4.</msg>
<msg time="2026-06-23T01:05:13.758115" 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-23T01:05:13.757712" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.763124" level="INFO">min :: 150239.30</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-23T01:05:13.758581" elapsed="0.004603"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-23T01:05:13.758422" elapsed="0.004814"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.767818" level="INFO">max :: 175997.30</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-23T01:05:13.763462" elapsed="0.004412"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-23T01:05:13.763332" elapsed="0.004577"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.772590" level="INFO">avg :: 165472.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:05:13.768155" elapsed="0.004492"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-23T01:05:13.768026" elapsed="0.004655"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.777306" level="INFO">stdev :: 55672.87</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-23T01:05:13.772904" elapsed="0.004460"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-23T01:05:13.772772" elapsed="0.004627"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-23T01:05:13.758225" elapsed="0.019207"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.781387" level="INFO">${min} = 150239.30</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-23T01:05:13.777592" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.785495" level="INFO">${max} = 175997.30</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-23T01:05:13.781577" elapsed="0.003946"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.789444" level="INFO">${average} = 165472.38</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-23T01:05:13.785679" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.794549" level="INFO">${stdev} = 55672.87</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-23T01:05:13.789625" elapsed="0.004964"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.795387" level="INFO">${date} = 2026-06-23 01:05:13</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-23T01:05:13.794828" elapsed="0.000597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.796366" level="INFO">CBench Result: 2026-06-23 01:05:13,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150239.30,175997.30,165472.38,55672.87</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-23T01:05:13.795656" elapsed="0.000804"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T01:05:13.797995" 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-23T01:05:13.797422" elapsed="0.000669"/>
</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-23T01:05:13.798335" elapsed="0.000678"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-23T01:05:13.796690" elapsed="0.002418"/>
</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-23T00:55:07.034790" elapsed="606.764405"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.799955" 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-23T01:05:13.799439" elapsed="0.000580"/>
</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-23T01:05:13.800549" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-06-23T01:05:13.800247" elapsed="0.000635"/>
</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-23T00:55:07.033367" elapsed="606.767553"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.802514" 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-23T01:05:13.802067" elapsed="0.000504"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.803850" 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-23T01:05:13.803495" elapsed="0.000397"/>
</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-23T01:05:13.804295" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-23T01:05:13.804033" elapsed="0.000322"/>
</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-23T01:05:13.807748" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-23T01:05:13.807473" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-06-23T01:05:13.807453" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-23T01:05:13.808231" 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-23T01:05:13.808357" 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-23T01:05:13.807967" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.808941" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.72" 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-23T01:05:13.808520" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T01:05:13.809558" 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-23T01:05:13.809139" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T01:05:13.810497" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T01:05:13.810585" 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-23T01:05:13.810159" elapsed="0.000450"/>
</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-23T01:05:13.810751" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T01:05:13.812010" level="INFO">Logging into '10.30.171.72:22' as 'jenkins'.</msg>
<msg time="2026-06-23T01:05:14.399545" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jun 23 01:05:14 UTC 2026

  System load:  0.24               Processes:             107
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.72
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Jun 23 00:55:07 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-318-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-23T01:05:13.811649" elapsed="0.588109"/>
</kw>
<msg time="2026-06-23T01:05:14.399845" 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-23T01:05:13.811256" elapsed="0.588677"/>
</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-23T01:05:13.809786" elapsed="0.590267"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-23T01:05:14.400645" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-23T01:15:20.453121" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-23T01:15:20.453807" level="INFO">${stdout} = </msg>
<msg time="2026-06-23T01:15:20.453916" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-23T01:05:14.400310" elapsed="606.053663"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:15:20.454481" elapsed="0.000768"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.456513" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:19.547 16  switches: flows:  150555 152318 151520 152142 151163 147666 150977 145907 150799 146109 150737 145286 143195 144989 141735 146381  total = 39.524650 per ms 
01:07:19.647 16  switches: flows:  146363 152347 147131 148404 151872 148960 152577 146917 147437 144180 149892 140468 141781 147969 143662 146796  total = 39.213804 per ms 
01:08:19.747 16  switches: flows:  149217 156637 149443 155012 155521 149845 154739 149434 150899 148108 151614 145383 144915 149346 145346 150541  total = 40.033191 per ms 
01:09:19.848 16  switches: flows:  152715 155598 152321 154455 156965 150686 157723 151507 153793 147338 153873 148189 146295 151166 147233 150250  total = 40.434237 per ms 
01:10:19.948 16  switches: flows:  153358 156135 150796 156593 157073 151710 158685 151579 154535 147527 152292 149582 146162 151236 148371 148316  total = 40.498168 per ms 
01:11:20.048 16  switches: flows:  151377 156116 149500 154602 155405 149311 156684 153189 153376 147701 152236 146677 145425 150804 146811 152546  total = 40.295415 per ms 
01:12:20.149 16  switches: flows:  153545 156301 148675 157461 153012 149988 157128 150711 154044 145596 152083 147193 147088 150911 148280 150588  total = 40.309396 per ms 
01:13:20.249 16  switches: flows:  151196 156058 153528 156809 153659 152212 157598 151165 152239 148190 153431 147729 146327 150841 149333 149731  total = 40.433273 per ms 
01:14:20.349 16  switches: flows:  151419 158007 152489 156346 153022 151509 157785 152423 151705 149862 152995 147328 146151 151212 149656 152049  total = 40.498363 per ms 
01:15:20.449 16  switches: flows:  151737 156906 150114 157875 153509 152952 155212 150927 152098 147437 151447 148235 146912 151012 146594 150286  total = 40.320221 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39213.80/40498.36/40226.23/13414.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:15:20.455624" elapsed="0.001248"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-23T01:15:20.457401" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-06-23T01:15:20.457062" elapsed="0.000513"/>
</branch>
<status status="PASS" start="2026-06-23T01:15:20.457009" elapsed="0.000622"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-23T01:15:20.457841" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-23T01:15:20.457759" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-06-23T01:15:20.457724" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-23T01:15:20.458046" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T01:15:20.462644" elapsed="0.000344"/>
</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-23T01:15:20.463140" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:15:20.463463" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-23T01:15:20.458769" elapsed="0.004848"/>
</kw>
<msg time="2026-06-23T01:15:20.463755" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-23T01:05:13.804717" elapsed="606.659073"/>
</kw>
<status status="PASS" start="2026-06-23T01:05:13.804382" elapsed="606.659469"/>
</branch>
<status status="PASS" start="2026-06-23T01:05:13.804007" elapsed="606.659869"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.464386" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:19.547 16  switches: flows:  150555 152318 151520 152142 151163 147666 150977 145907 150799 146109 150737 145286 143195 144989 141735 146381  total = 39.524650 per ms 
01:07:19.647 16  switches: flows:  146363 152347 147131 148404 151872 148960 152577 146917 147437 144180 149892 140468 141781 147969 143662 146796  total = 39.213804 per ms 
01:08:19.747 16  switches: flows:  149217 156637 149443 155012 155521 149845 154739 149434 150899 148108 151614 145383 144915 149346 145346 150541  total = 40.033191 per ms 
01:09:19.848 16  switches: flows:  152715 155598 152321 154455 156965 150686 157723 151507 153793 147338 153873 148189 146295 151166 147233 150250  total = 40.434237 per ms 
01:10:19.948 16  switches: flows:  153358 156135 150796 156593 157073 151710 158685 151579 154535 147527 152292 149582 146162 151236 148371 148316  total = 40.498168 per ms 
01:11:20.048 16  switches: flows:  151377 156116 149500 154602 155405 149311 156684 153189 153376 147701 152236 146677 145425 150804 146811 152546  total = 40.295415 per ms 
01:12:20.149 16  switches: flows:  153545 156301 148675 157461 153012 149988 157128 150711 154044 145596 152083 147193 147088 150911 148280 150588  total = 40.309396 per ms 
01:13:20.249 16  switches: flows:  151196 156058 153528 156809 153659 152212 157598 151165 152239 148190 153431 147729 146327 150841 149333 149731  total = 40.433273 per ms 
01:14:20.349 16  switches: flows:  151419 158007 152489 156346 153022 151509 157785 152423 151705 149862 152995 147328 146151 151212 149656 152049  total = 40.498363 per ms 
01:15:20.449 16  switches: flows:  151737 156906 150114 157875 153509 152952 155212 150927 152098 147437 151447 148235 146912 151012 146594 150286  total = 40.320221 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39213.80/40498.36/40226.23/13414.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:15:20.464031" elapsed="0.000431"/>
</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-23T01:15:20.464617" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-23T01:15:20.465411" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-23T01:15:20.465504" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39213.80/40498.36/40226.23/13414.20 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-23T01:15:20.465165" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T01:15:20.465949" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39213.80/40498.36/40226.23/13414.20 | 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-23T01:15:20.465689" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.468517" 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-23T01:15:20.466125" elapsed="0.002451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.470972" level="INFO">39213.80/40498.36/40226.23/13414.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:15:20.468726" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T01:15:20.473479" 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-23T01:15:20.471181" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T01:15:20.475975" level="INFO">@{result_value_list} = [ 39213.80 | 40498.36 | 40226.23 | 13414.20 ]</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-23T01:15:20.473735" elapsed="0.002268"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.476567" level="INFO">Length is 4.</msg>
<msg time="2026-06-23T01:15:20.476657" 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-23T01:15:20.476230" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.481503" level="INFO">min :: 39213.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:15:20.477083" elapsed="0.004492"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-23T01:15:20.476952" elapsed="0.004659"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.486262" level="INFO">max :: 40498.36</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-23T01:15:20.481842" elapsed="0.004478"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-23T01:15:20.481707" elapsed="0.004649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.491148" level="INFO">avg :: 40226.23</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-23T01:15:20.486576" elapsed="0.004643"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-23T01:15:20.486445" elapsed="0.004811"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.495991" level="INFO">stdev :: 13414.20</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-23T01:15:20.491474" elapsed="0.004574"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-23T01:15:20.491344" elapsed="0.004739"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-23T01:15:20.476753" elapsed="0.019378"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.500352" level="INFO">${min} = 39213.80</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-23T01:15:20.496346" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.504624" level="INFO">${max} = 40498.36</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-23T01:15:20.500543" elapsed="0.004108"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.508658" level="INFO">${average} = 40226.23</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-23T01:15:20.504807" elapsed="0.003879"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.512672" level="INFO">${stdev} = 13414.20</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-23T01:15:20.508841" elapsed="0.003858"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.513241" level="INFO">${date} = 2026-06-23 01:15:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-23T01:15:20.512864" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.513826" level="INFO">CBench Result: 2026-06-23 01:15:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39213.80,40498.36,40226.23,13414.20</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-23T01:15:20.513417" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T01:15:20.515061" 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-23T01:15:20.514558" elapsed="0.000571"/>
</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-23T01:15:20.515305" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-23T01:15:20.514051" elapsed="0.001793"/>
</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-23T01:05:13.802910" elapsed="606.712993"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.516457" 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-23T01:15:20.516052" elapsed="0.000464"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-23T01:15:20.517753" 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-23T01:15:20.517264" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-23T01:15:20.518015" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-23T01:15:20.517864" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-23T01:15:20.517842" elapsed="0.000269"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-23T01:15:20.518275" elapsed="0.000023"/>
</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-23T01:15:20.518435" 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-23T01:15:20.518595" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-23T01:15:20.518792" 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-23T01:15:20.518943" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-23T01:15:20.519089" 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-23T01:15:20.519256" 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-23T01:15:20.519479" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-23T01:15:20.519341" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-23T01:15:20.519324" 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-23T01:15:20.516905" elapsed="0.002700"/>
</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-23T01:05:13.801543" elapsed="606.718107"/>
</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-23T00:44:57.837328" elapsed="1822.682976"/>
</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>
