<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-30T00:44:07.978227" 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-07-30T00:44:08.569384" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-30T00:44:08.569204" elapsed="0.000278"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:08.569167" elapsed="0.000345"/>
</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-07-30T00:44:08.569686" elapsed="0.000596"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T00:44:08.570787" level="INFO">Logging into '10.30.171.80:8101' as 'karaf'.</msg>
<msg time="2026-07-30T00:44:09.269598" 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-07-30T00:44:08.570456" elapsed="0.699493"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T00:44:09.319737" 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-07-30T00:44:09.270437" elapsed="0.049379"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T00:44:09.321638" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T00:44:09.321758" 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-07-30T00:44:09.320000" elapsed="0.001788"/>
</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-07-30T00:44:09.321946" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T00:44:09.322356" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:44:09.323209" 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-07-30T00:44:09.322825" elapsed="0.000441"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T00:44:09.323323" elapsed="0.000070"/>
</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.80
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T00:44:08.568776" elapsed="0.754758"/>
</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-07-30T00:44:08.565050" elapsed="0.758670"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T00:44:09.324503" 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-07-30T00:44:09.323949" elapsed="0.000630"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T00:44:09.325011" 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-07-30T00:44:09.324759" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T00:44:09.325666" 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-07-30T00:44:09.325228" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T00:44:09.326217" 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-07-30T00:44:09.325871" elapsed="0.000390"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T00:44:09.326805" 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-07-30T00:44:09.326410" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T00:44:09.327312" 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-07-30T00:44:09.326997" elapsed="0.000357"/>
</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-07-30T00:44:09.327712" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-30T00:44:09.327457" elapsed="0.000317"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T00:44:09.333043" 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-07-30T00:44:09.331998" elapsed="0.001074"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T00:44:09.334598" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T00:44:09.334688" 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-07-30T00:44:09.333665" elapsed="0.001048"/>
</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-07-30T00:44:09.334871" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T00:44:09.336299" level="INFO">Logging into '10.30.171.183:22' as 'jenkins'.</msg>
<msg time="2026-07-30T00:44:10.027425" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 00:44:09 UTC 2026

  System load:  0.03               Processes:             115
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.183
  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-355-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-07-30T00:44:09.335749" elapsed="0.691973"/>
</kw>
<msg time="2026-07-30T00:44:10.027859" 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-07-30T00:44:09.335375" elapsed="0.692636"/>
</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-07-30T00:44:09.333285" elapsed="0.694906"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.034994" 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-07-30T00:44:10.028539" elapsed="0.008056"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T00:44:10.036836" elapsed="0.000386"/>
</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-07-30T00:44:09.331416" elapsed="0.705878"/>
</kw>
<status status="PASS" start="2026-07-30T00:44:09.327857" elapsed="0.709481"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:09.327424" elapsed="0.710007"/>
</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-07-30T00:44:10.037634" elapsed="0.001127"/>
</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-07-30T00:44:10.047383" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-30T00:44:10.047225" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:10.047181" elapsed="0.000292"/>
</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-07-30T00:44:10.051089" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-30T00:44:10.050976" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:10.050957" elapsed="0.000202"/>
</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-07-30T00:44:10.051295" elapsed="0.000501"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.052213" level="INFO">Logging into '10.30.171.80:8101' as 'karaf'.</msg>
<msg time="2026-07-30T00:44:10.273814" 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-07-30T00:44:10.051944" elapsed="0.222206"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.370596" 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-07-30T00:44:10.274628" elapsed="0.096042"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.386606" 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-07-30T00:44:10.386970" 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-07-30T00:44:10.370838" elapsed="0.016181"/>
</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-07-30T00:44:10.387240" elapsed="0.000283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T00:44:10.387766" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:44:10.388925" 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-07-30T00:44:10.388307" elapsed="0.000702"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T00:44:10.389135" elapsed="0.000114"/>
</return>
<msg time="2026-07-30T00:44:10.389517" 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.80
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T00:44:10.050611" elapsed="0.338986"/>
</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-07-30T00:44:10.389847" elapsed="0.000878"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T00:44:10.390805" elapsed="0.000051"/>
</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-07-30T00:44:10.046820" elapsed="0.344188"/>
</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-07-30T00:44:10.396182" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-30T00:44:10.396010" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:10.395980" 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-07-30T00:44:10.396397" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.397350" level="INFO">Logging into '10.30.171.80:8101' as 'karaf'.</msg>
<msg time="2026-07-30T00:44:10.554570" 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-07-30T00:44:10.397078" elapsed="0.157583"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.576322" 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-07-30T00:44:10.554832" elapsed="0.021548"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.578199" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T00:44:10.578296" 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-07-30T00:44:10.576528" elapsed="0.001797"/>
</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-07-30T00:44:10.578470" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T00:44:10.578818" elapsed="0.000172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:44:10.579417" 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-07-30T00:44:10.579139" elapsed="0.000328"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T00:44:10.579514" elapsed="0.000063"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.80
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T00:44:10.395614" elapsed="0.184081"/>
</kw>
<status status="PASS" start="2026-07-30T00:44:08.563071" elapsed="2.016691"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:44:10.582128" 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-07-30T00:44:10.580883" elapsed="0.001314"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T00:44:10.583697" 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-07-30T00:44:10.583309" elapsed="0.000432"/>
</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-07-30T00:44:10.584061" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T00:44:10.583824" elapsed="0.000295"/>
</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-07-30T00:44:10.587373" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-30T00:44:10.587026" elapsed="0.000424"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:10.586999" elapsed="0.000492"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.587982" 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-07-30T00:44:10.588152" 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-07-30T00:44:10.587703" elapsed="0.000486"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:44:10.588994" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.183" 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-07-30T00:44:10.588379" elapsed="0.000698"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.589972" 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-07-30T00:44:10.589273" elapsed="0.000742"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T00:44:10.591088" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T00:44:10.591178" 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-07-30T00:44:10.590761" elapsed="0.000441"/>
</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-07-30T00:44:10.591344" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.592569" level="INFO">Logging into '10.30.171.183:22' as 'jenkins'.</msg>
<msg time="2026-07-30T00:44:10.913775" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 00:44:09 UTC 2026

  System load:  0.03               Processes:             115
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.183
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 00:44:09 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-355-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-07-30T00:44:10.592196" elapsed="0.321840"/>
</kw>
<msg time="2026-07-30T00:44:10.914179" 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-07-30T00:44:10.591848" elapsed="0.322502"/>
</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-07-30T00:44:10.590324" elapsed="0.324261"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T00:44:10.915588" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T00:54:17.001538" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T00:54:17.003114" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T00:54:17.003183" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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-07-30T00:44:10.914980" elapsed="606.088241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T00:54:17.003539" elapsed="0.001170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.005454" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:16.093 16  switches: flows:  113484 112767 112680 110906 114319 114569 109549 111277 110389 110294 107791 108383 107953 108177 105485 106357  total = 29.406333 per ms 
00:46:16.193 16  switches: flows:  127203 128468 129821 125761 129985 127954 127215 126968 124917 127311 124076 124412 122159 121607 121656 120820  total = 33.449744 per ms 
00:47:16.293 16  switches: flows:  130166 132539 132123 129613 130990 132268 130448 130442 126683 129008 126321 126809 123350 123935 124595 123645  total = 34.158549 per ms 
00:48:16.394 16  switches: flows:  134444 133773 131626 129440 132567 134919 129990 129991 126364 129419 127415 127128 127476 126930 127979 126740  total = 34.545690 per ms 
00:49:16.494 16  switches: flows:  132557 134156 129757 129319 131671 133798 129002 129726 125513 131485 127762 127941 125903 123451 127713 127915  total = 34.403645 per ms 
00:50:16.594 16  switches: flows:  132936 134490 130934 129567 132356 135227 129072 129794 123531 132067 129783 127135 127158 126233 128196 128997  total = 34.566921 per ms 
00:51:16.694 16  switches: flows:  133344 132675 131264 129938 132473 134758 129068 129911 126600 130189 128475 128996 126885 124645 127524 126792  total = 34.501317 per ms 
00:52:16.795 16  switches: flows:  133681 133688 133103 131277 132728 133264 131317 129708 125862 130754 128249 128804 127538 124450 129147 126539  total = 34.610660 per ms 
00:53:16.895 16  switches: flows:  133767 133740 131444 132741 130354 131760 130759 129948 125222 128896 127696 126376 125017 124405 128610 124766  total = 34.367650 per ms 
00:54:16.995 16  switches: flows:  131717 132791 133403 132457 130473 132408 129594 129113 128218 129492 127978 125775 127169 125760 126718 126790  total = 34.440105 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33449.74/34610.66/34338.25/11451.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T00:54:17.004954" elapsed="0.000731"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T00:54:17.006017" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-07-30T00:54:17.005817" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-30T00:54:17.005780" elapsed="0.000383"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T00:54:17.006301" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-30T00:54:17.006248" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-07-30T00:54:17.006226" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T00:54:17.006435" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T00:54:17.010034" elapsed="0.000453"/>
</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-07-30T00:54:17.010720" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T00:54:17.011143" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T00:54:17.006926" elapsed="0.004425"/>
</kw>
<msg time="2026-07-30T00:54:17.011525" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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-07-30T00:44:10.584479" elapsed="606.427104"/>
</kw>
<status status="PASS" start="2026-07-30T00:44:10.584148" elapsed="606.427505"/>
</branch>
<status status="PASS" start="2026-07-30T00:44:10.583798" elapsed="606.427889"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.012286" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:16.093 16  switches: flows:  113484 112767 112680 110906 114319 114569 109549 111277 110389 110294 107791 108383 107953 108177 105485 106357  total = 29.406333 per ms 
00:46:16.193 16  switches: flows:  127203 128468 129821 125761 129985 127954 127215 126968 124917 127311 124076 124412 122159 121607 121656 120820  total = 33.449744 per ms 
00:47:16.293 16  switches: flows:  130166 132539 132123 129613 130990 132268 130448 130442 126683 129008 126321 126809 123350 123935 124595 123645  total = 34.158549 per ms 
00:48:16.394 16  switches: flows:  134444 133773 131626 129440 132567 134919 129990 129991 126364 129419 127415 127128 127476 126930 127979 126740  total = 34.545690 per ms 
00:49:16.494 16  switches: flows:  132557 134156 129757 129319 131671 133798 129002 129726 125513 131485 127762 127941 125903 123451 127713 127915  total = 34.403645 per ms 
00:50:16.594 16  switches: flows:  132936 134490 130934 129567 132356 135227 129072 129794 123531 132067 129783 127135 127158 126233 128196 128997  total = 34.566921 per ms 
00:51:16.694 16  switches: flows:  133344 132675 131264 129938 132473 134758 129068 129911 126600 130189 128475 128996 126885 124645 127524 126792  total = 34.501317 per ms 
00:52:16.795 16  switches: flows:  133681 133688 133103 131277 132728 133264 131317 129708 125862 130754 128249 128804 127538 124450 129147 126539  total = 34.610660 per ms 
00:53:16.895 16  switches: flows:  133767 133740 131444 132741 130354 131760 130759 129948 125222 128896 127696 126376 125017 124405 128610 124766  total = 34.367650 per ms 
00:54:16.995 16  switches: flows:  131717 132791 133403 132457 130473 132408 129594 129113 128218 129492 127978 125775 127169 125760 126718 126790  total = 34.440105 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33449.74/34610.66/34338.25/11451.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T00:54:17.011882" elapsed="0.000505"/>
</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-07-30T00:54:17.012643" elapsed="0.000508"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T00:54:17.013711" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T00:54:17.013839" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33449.74/34610.66/34338.25/11451.10 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-07-30T00:54:17.013377" elapsed="0.000497"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T00:54:17.015034" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33449.74/34610.66/34338.25/11451.10 | 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-07-30T00:54:17.014087" elapsed="0.000987"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.018403" 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-07-30T00:54:17.015277" elapsed="0.003205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.021501" level="INFO">33449.74/34610.66/34338.25/11451.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T00:54:17.018706" elapsed="0.002865"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T00:54:17.023919" 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-07-30T00:54:17.021723" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T00:54:17.026372" level="INFO">@{result_value_list} = [ 33449.74 | 34610.66 | 34338.25 | 11451.10 ]</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-07-30T00:54:17.024138" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.026879" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T00:54:17.026968" 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-07-30T00:54:17.026568" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.031684" level="INFO">min :: 33449.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T00:54:17.027394" elapsed="0.004352"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T00:54:17.027263" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.036453" level="INFO">max :: 34610.66</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-07-30T00:54:17.032003" elapsed="0.004529"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T00:54:17.031875" elapsed="0.004710"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.041104" level="INFO">avg :: 34338.25</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-07-30T00:54:17.036831" elapsed="0.004329"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T00:54:17.036680" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.046095" level="INFO">stdev :: 11451.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-07-30T00:54:17.041410" elapsed="0.004743"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T00:54:17.041285" elapsed="0.004903"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T00:54:17.027061" elapsed="0.019159"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.050211" level="INFO">${min} = 33449.74</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T00:54:17.046379" elapsed="0.003859"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.054539" level="INFO">${max} = 34610.66</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-07-30T00:54:17.050389" elapsed="0.004191"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.058458" level="INFO">${average} = 34338.25</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-07-30T00:54:17.054734" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.062357" level="INFO">${stdev} = 11451.10</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-07-30T00:54:17.058650" elapsed="0.003734"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.062916" level="INFO">${date} = 2026-07-30 00:54:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T00:54:17.062541" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.063491" level="INFO">CBench Result: 2026-07-30 00:54:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33449.74,34610.66,34338.25,11451.10</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-07-30T00:54:17.063086" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T00:54:17.064669" 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-07-30T00:54:17.064209" elapsed="0.000528"/>
</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-07-30T00:54:17.064887" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T00:54:17.063721" elapsed="0.001693"/>
</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-07-30T00:44:10.582662" elapsed="606.482814"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.065968" 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-07-30T00:54:17.065644" elapsed="0.000381"/>
</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-07-30T00:54:17.066536" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-07-30T00:54:17.066240" elapsed="0.000649"/>
</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-07-30T00:44:10.579954" elapsed="606.486973"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.068561" 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-07-30T00:54:17.068130" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.070350" 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-07-30T00:54:17.069869" elapsed="0.000524"/>
</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-07-30T00:54:17.070756" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T00:54:17.070514" elapsed="0.000300"/>
</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-07-30T00:54:17.073690" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T00:54:17.073426" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-30T00:54:17.073402" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T00:54:17.074113" 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-07-30T00:54:17.074232" 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-07-30T00:54:17.073900" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.074821" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.80 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.183" 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-07-30T00:54:17.074391" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T00:54:17.075414" 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-07-30T00:54:17.075017" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T00:54:17.076337" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T00:54:17.076425" 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-07-30T00:54:17.076023" elapsed="0.000449"/>
</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-07-30T00:54:17.076635" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T00:54:17.077810" level="INFO">Logging into '10.30.171.183:22' as 'jenkins'.</msg>
<msg time="2026-07-30T00:54:17.660069" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 00:54:17 UTC 2026

  System load:  1.01               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.183
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 00:44:10 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-355-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-07-30T00:54:17.077443" elapsed="0.582821"/>
</kw>
<msg time="2026-07-30T00:54:17.660351" 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-07-30T00:54:17.077106" elapsed="0.583335"/>
</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-07-30T00:54:17.075654" elapsed="0.584928"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T00:54:17.661128" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.80 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T01:04:23.722509" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T01:04:23.724082" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T01:04:23.724196" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80: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-07-30T00:54:17.660815" elapsed="606.063438"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:04:23.724782" elapsed="0.000926"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.726961" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:22.794 16  switches: flows:  477415 473539 496299 487488 495852 488740 472495 486437 484226 461692 472118 483704 480381 488241 457307 490125  total = 128.267650 per ms 
00:56:22.895 16  switches: flows:  554340 551927 555961 557520 552763 560298 557950 554197 551088 555580 548966 551966 551558 544796 558943 553429  total = 147.439880 per ms 
00:57:22.999 16  switches: flows:  596072 594133 612058 610231 598976 604532 607792 605059 592822 604255 595624 593260 597124 602167 593397 593588  total = 159.741657 per ms 
00:58:23.101 16  switches: flows:  605622 603400 603466 604491 596405 602320 608119 599695 595663 609506 612837 606723 611605 614739 613599 610356  total = 161.370094 per ms 
00:59:23.203 16  switches: flows:  585749 589128 588855 587028 590962 587393 603469 586056 582949 596261 589095 582113 593877 596820 586261 589372  total = 156.990898 per ms 
01:00:23.304 16  switches: flows:  590465 583268 582811 583875 580313 584881 585085 581430 573165 585053 577957 581545 584011 580879 584152 578707  total = 155.030759 per ms 
01:01:23.405 16  switches: flows:  574335 575900 575433 570251 575539 570981 574869 583873 582259 584389 579631 584049 580797 579991 578716 569872  total = 153.755771 per ms 
01:02:23.507 16  switches: flows:  591764 602311 604299 597741 598951 598919 597640 599302 596600 602037 597241 592784 602419 596617 603731 594614  total = 159.345826 per ms 
01:03:23.609 16  switches: flows:  529234 535727 535113 542888 520242 540648 539198 525078 542368 546120 543357 539633 549606 534741 532726 542095  total = 143.069908 per ms 
01:04:23.712 16  switches: flows:  585037 614593 605776 603606 603537 611292 612476 608774 583569 590476 606006 600415 618785 616669 604794 596411  total = 160.763483 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143069.91/161370.09/155278.70/52101.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:04:23.726136" elapsed="0.001172"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T01:04:23.727835" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-30T01:04:23.727490" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-07-30T01:04:23.727438" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T01:04:23.728292" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:04:23.728209" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-30T01:04:23.728171" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T01:04:23.728498" 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-07-30T01:04:23.733025" elapsed="0.000339"/>
</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-07-30T01:04:23.733517" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:04:23.733841" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T01:04:23.729235" elapsed="0.004762"/>
</kw>
<msg time="2026-07-30T01:04:23.734131" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80: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-07-30T00:54:17.071156" elapsed="606.663002"/>
</kw>
<status status="PASS" start="2026-07-30T00:54:17.070840" elapsed="606.663368"/>
</branch>
<status status="PASS" start="2026-07-30T00:54:17.070491" elapsed="606.663742"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.734699" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:22.794 16  switches: flows:  477415 473539 496299 487488 495852 488740 472495 486437 484226 461692 472118 483704 480381 488241 457307 490125  total = 128.267650 per ms 
00:56:22.895 16  switches: flows:  554340 551927 555961 557520 552763 560298 557950 554197 551088 555580 548966 551966 551558 544796 558943 553429  total = 147.439880 per ms 
00:57:22.999 16  switches: flows:  596072 594133 612058 610231 598976 604532 607792 605059 592822 604255 595624 593260 597124 602167 593397 593588  total = 159.741657 per ms 
00:58:23.101 16  switches: flows:  605622 603400 603466 604491 596405 602320 608119 599695 595663 609506 612837 606723 611605 614739 613599 610356  total = 161.370094 per ms 
00:59:23.203 16  switches: flows:  585749 589128 588855 587028 590962 587393 603469 586056 582949 596261 589095 582113 593877 596820 586261 589372  total = 156.990898 per ms 
01:00:23.304 16  switches: flows:  590465 583268 582811 583875 580313 584881 585085 581430 573165 585053 577957 581545 584011 580879 584152 578707  total = 155.030759 per ms 
01:01:23.405 16  switches: flows:  574335 575900 575433 570251 575539 570981 574869 583873 582259 584389 579631 584049 580797 579991 578716 569872  total = 153.755771 per ms 
01:02:23.507 16  switches: flows:  591764 602311 604299 597741 598951 598919 597640 599302 596600 602037 597241 592784 602419 596617 603731 594614  total = 159.345826 per ms 
01:03:23.609 16  switches: flows:  529234 535727 535113 542888 520242 540648 539198 525078 542368 546120 543357 539633 549606 534741 532726 542095  total = 143.069908 per ms 
01:04:23.712 16  switches: flows:  585037 614593 605776 603606 603537 611292 612476 608774 583569 590476 606006 600415 618785 616669 604794 596411  total = 160.763483 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143069.91/161370.09/155278.70/52101.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:04:23.734382" elapsed="0.000393"/>
</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-07-30T01:04:23.734931" elapsed="0.000431"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T01:04:23.735774" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T01:04:23.735866" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143069.91/161370.09/155278.70/52101.33 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-07-30T01:04:23.735527" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:04:23.736325" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143069.91/161370.09/155278.70/52101.33 | 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-07-30T01:04:23.736053" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.739162" 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-07-30T01:04:23.736503" elapsed="0.002716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.741595" level="INFO">143069.91/161370.09/155278.70/52101.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:04:23.739363" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:04:23.744038" 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-07-30T01:04:23.741803" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:04:23.746512" level="INFO">@{result_value_list} = [ 143069.91 | 161370.09 | 155278.70 | 52101.33 ]</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-07-30T01:04:23.744253" elapsed="0.002287"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.747041" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T01:04:23.747130" 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-07-30T01:04:23.746713" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.752244" level="INFO">min :: 143069.91</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-07-30T01:04:23.747562" elapsed="0.004741"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T01:04:23.747417" elapsed="0.004922"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.757198" level="INFO">max :: 161370.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:04:23.752573" elapsed="0.004682"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T01:04:23.752430" elapsed="0.004860"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.762016" level="INFO">avg :: 155278.70</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-07-30T01:04:23.757508" elapsed="0.004567"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T01:04:23.757380" elapsed="0.004730"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.767259" level="INFO">stdev :: 52101.33</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-07-30T01:04:23.762329" elapsed="0.004987"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T01:04:23.762200" elapsed="0.005151"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T01:04:23.747223" elapsed="0.020159"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.771398" level="INFO">${min} = 143069.91</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-07-30T01:04:23.767568" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.775352" level="INFO">${max} = 161370.09</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-07-30T01:04:23.771602" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.779512" level="INFO">${average} = 155278.70</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-07-30T01:04:23.775536" elapsed="0.004004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.783917" level="INFO">${stdev} = 52101.33</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-07-30T01:04:23.779728" elapsed="0.004217"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.784472" level="INFO">${date} = 2026-07-30 01:04:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T01:04:23.784109" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.785075" level="INFO">CBench Result: 2026-07-30 01:04:23,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143069.91,161370.09,155278.70,52101.33</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-07-30T01:04:23.784664" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T01:04:23.786240" 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-07-30T01:04:23.785795" elapsed="0.000530"/>
</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-07-30T01:04:23.786512" elapsed="0.000654"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T01:04:23.785289" elapsed="0.001960"/>
</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-07-30T00:54:17.068970" elapsed="606.718357"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.787945" 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-07-30T01:04:23.787522" elapsed="0.000496"/>
</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-07-30T01:04:23.788671" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-07-30T01:04:23.788274" elapsed="0.000820"/>
</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-07-30T00:54:17.067471" elapsed="606.721669"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.790570" 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-07-30T01:04:23.790164" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.791898" 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-07-30T01:04:23.791538" elapsed="0.000402"/>
</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-07-30T01:04:23.792366" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:04:23.792090" elapsed="0.000347"/>
</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-07-30T01:04:23.795929" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:04:23.795668" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-07-30T01:04:23.795648" elapsed="0.000523"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:04:23.796520" 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-07-30T01:04:23.796661" 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-07-30T01:04:23.796308" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.797266" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.183" 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-07-30T01:04:23.796825" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:04:23.797907" 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-07-30T01:04:23.797480" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:04:23.798954" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T01:04:23.799047" 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-07-30T01:04:23.798611" elapsed="0.000468"/>
</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-07-30T01:04:23.799226" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T01:04:23.800434" level="INFO">Logging into '10.30.171.183:22' as 'jenkins'.</msg>
<msg time="2026-07-30T01:04:24.399286" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 01:04:24 UTC 2026

  System load:  0.25               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.183
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 00:54:17 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-355-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-07-30T01:04:23.800072" elapsed="0.599429"/>
</kw>
<msg time="2026-07-30T01:04:24.399609" 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-07-30T01:04:23.799725" elapsed="0.599974"/>
</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-07-30T01:04:23.798138" elapsed="0.601682"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T01:04:24.400389" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T01:14:30.474998" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T01:14:30.475527" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T01:14:30.475676" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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-07-30T01:04:24.400059" elapsed="606.075675"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:14:30.476181" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.478032" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:29.564 16  switches: flows:  124461 125008 126425 121622 122355 125526 126740 123392 123427 120384 120148 122851 122226 123779 120764 121634  total = 32.845700 per ms 
01:06:29.665 16  switches: flows:  119181 121922 122072 121049 119771 119682 120710 120048 119056 119341 116372 118665 119871 117876 118932 118409  total = 31.829496 per ms 
01:07:29.765 16  switches: flows:  125629 127199 126897 128377 123184 125906 124556 123515 123644 122572 123338 124155 122796 123569 123841 124205  total = 33.167700 per ms 
01:08:29.865 16  switches: flows:  125483 127019 127650 128819 123644 124725 124967 123669 124704 122930 123463 123596 125228 123113 124227 124269  total = 33.236264 per ms 
01:09:29.966 16  switches: flows:  127042 129815 128360 127564 125018 126944 125096 124973 126063 124749 123196 123007 124554 123958 123931 125551  total = 33.441179 per ms 
01:10:30.066 16  switches: flows:  126779 129847 128057 128445 126376 128010 126328 127160 125959 125405 124126 122783 126700 126023 126306 127522  total = 33.707515 per ms 
01:11:30.166 16  switches: flows:  128523 129405 128724 128643 127650 128059 126068 126274 125117 126034 124327 124934 126315 125958 127167 126251  total = 33.767777 per ms 
01:12:30.266 16  switches: flows:  129136 129177 129493 129922 129067 127414 125957 127317 126907 126286 126078 124790 124282 126692 126674 127733  total = 33.892188 per ms 
01:13:30.367 16  switches: flows:  129430 129423 129623 129232 131234 129166 127089 126702 126995 126266 125152 124907 125270 126812 127750 127248  total = 33.981586 per ms 
01:14:30.467 16  switches: flows:  124814 125952 127148 126938 126010 125041 122964 123012 123256 123253 122553 122752 121053 123773 123768 124207  total = 33.053047 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31829.50/33981.59/33341.86/11131.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:14:30.477261" elapsed="0.001083"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T01:14:30.478849" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-07-30T01:14:30.478521" elapsed="0.000534"/>
</branch>
<status status="PASS" start="2026-07-30T01:14:30.478472" elapsed="0.000639"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T01:14:30.479320" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:14:30.479238" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-30T01:14:30.479203" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T01:14:30.479525" elapsed="0.000065"/>
</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-07-30T01:14:30.484686" elapsed="0.000330"/>
</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-07-30T01:14:30.485164" elapsed="0.000157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:14:30.485452" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T01:14:30.480248" elapsed="0.005371"/>
</kw>
<msg time="2026-07-30T01:14:30.485747" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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-07-30T01:04:23.792910" elapsed="606.692863"/>
</kw>
<status status="PASS" start="2026-07-30T01:04:23.792469" elapsed="606.693355"/>
</branch>
<status status="PASS" start="2026-07-30T01:04:23.792060" elapsed="606.693788"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.486276" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:29.564 16  switches: flows:  124461 125008 126425 121622 122355 125526 126740 123392 123427 120384 120148 122851 122226 123779 120764 121634  total = 32.845700 per ms 
01:06:29.665 16  switches: flows:  119181 121922 122072 121049 119771 119682 120710 120048 119056 119341 116372 118665 119871 117876 118932 118409  total = 31.829496 per ms 
01:07:29.765 16  switches: flows:  125629 127199 126897 128377 123184 125906 124556 123515 123644 122572 123338 124155 122796 123569 123841 124205  total = 33.167700 per ms 
01:08:29.865 16  switches: flows:  125483 127019 127650 128819 123644 124725 124967 123669 124704 122930 123463 123596 125228 123113 124227 124269  total = 33.236264 per ms 
01:09:29.966 16  switches: flows:  127042 129815 128360 127564 125018 126944 125096 124973 126063 124749 123196 123007 124554 123958 123931 125551  total = 33.441179 per ms 
01:10:30.066 16  switches: flows:  126779 129847 128057 128445 126376 128010 126328 127160 125959 125405 124126 122783 126700 126023 126306 127522  total = 33.707515 per ms 
01:11:30.166 16  switches: flows:  128523 129405 128724 128643 127650 128059 126068 126274 125117 126034 124327 124934 126315 125958 127167 126251  total = 33.767777 per ms 
01:12:30.266 16  switches: flows:  129136 129177 129493 129922 129067 127414 125957 127317 126907 126286 126078 124790 124282 126692 126674 127733  total = 33.892188 per ms 
01:13:30.367 16  switches: flows:  129430 129423 129623 129232 131234 129166 127089 126702 126995 126266 125152 124907 125270 126812 127750 127248  total = 33.981586 per ms 
01:14:30.467 16  switches: flows:  124814 125952 127148 126938 126010 125041 122964 123012 123256 123253 122553 122752 121053 123773 123768 124207  total = 33.053047 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31829.50/33981.59/33341.86/11131.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:14:30.485992" elapsed="0.000359"/>
</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-07-30T01:14:30.486497" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T01:14:30.487258" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T01:14:30.487347" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31829.50/33981.59/33341.86/11131.18 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-07-30T01:14:30.487046" elapsed="0.000326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:14:30.487794" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31829.50/33981.59/33341.86/11131.18 | 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-07-30T01:14:30.487521" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.490220" 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-07-30T01:14:30.487963" elapsed="0.002314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.492653" level="INFO">31829.50/33981.59/33341.86/11131.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:14:30.490423" elapsed="0.002287"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:14:30.495098" 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-07-30T01:14:30.492857" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:14:30.497508" level="INFO">@{result_value_list} = [ 31829.50 | 33981.59 | 33341.86 | 11131.18 ]</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-07-30T01:14:30.495309" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.498075" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T01:14:30.498166" 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-07-30T01:14:30.497704" elapsed="0.000486"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.502880" level="INFO">min :: 31829.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:14:30.498577" elapsed="0.004380"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T01:14:30.498433" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.507508" level="INFO">max :: 33981.59</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-07-30T01:14:30.503211" elapsed="0.004368"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T01:14:30.503086" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.512141" level="INFO">avg :: 33341.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:14:30.507821" elapsed="0.004377"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T01:14:30.507697" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.516968" level="INFO">stdev :: 11131.18</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-07-30T01:14:30.512440" elapsed="0.004584"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T01:14:30.512316" elapsed="0.004742"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T01:14:30.498253" elapsed="0.018834"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.521030" level="INFO">${min} = 31829.50</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-07-30T01:14:30.517242" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.525105" level="INFO">${max} = 33981.59</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-07-30T01:14:30.521210" elapsed="0.003921"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.529023" level="INFO">${average} = 33341.86</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-07-30T01:14:30.525283" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.532922" level="INFO">${stdev} = 11131.18</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-07-30T01:14:30.529201" elapsed="0.003751"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.533451" level="INFO">${date} = 2026-07-30 01:14:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T01:14:30.533112" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.534043" level="INFO">CBench Result: 2026-07-30 01:14:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31829.50,33981.59,33341.86,11131.18</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-07-30T01:14:30.533637" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T01:14:30.535201" 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-07-30T01:14:30.534709" elapsed="0.000560"/>
</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-07-30T01:14:30.535419" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T01:14:30.534234" elapsed="0.001715"/>
</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-07-30T01:04:23.790981" elapsed="606.745027"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.536494" 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-07-30T01:14:30.536153" elapsed="0.000412"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T01:14:30.537748" 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-07-30T01:14:30.537259" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-30T01:14:30.537990" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-07-30T01:14:30.537847" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-07-30T01:14:30.537829" elapsed="0.000242"/>
</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-07-30T01:14:30.538209" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-30T01:14:30.538361" 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-07-30T01:14:30.538519" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-30T01:14:30.538768" 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-07-30T01:14:30.538931" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-30T01:14:30.539080" elapsed="0.000025"/>
</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-07-30T01:14:30.539228" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-30T01:14:30.539447" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:14:30.539312" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-07-30T01:14:30.539296" elapsed="0.000229"/>
</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-07-30T01:14:30.536933" elapsed="0.002657"/>
</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-07-30T01:04:23.789607" elapsed="606.750030"/>
</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-07-30T00:44:07.980088" elapsed="1822.560107"/>
</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>
