<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-27T02:54:39.976970" 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-04-27T02:54:40.545078" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-27T02:54:40.544937" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:40.544906" elapsed="0.000273"/>
</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-04-27T02:54:40.545322" elapsed="0.000520"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-27T02:54:40.546312" level="INFO">Logging into '10.30.170.65:8101' as 'karaf'.</msg>
<msg time="2026-04-27T02:54:41.322751" 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-04-27T02:54:40.546018" elapsed="0.777023"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-27T02:54:41.372160" 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-04-27T02:54:41.323533" elapsed="0.048846"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-27T02:54:41.376225" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-27T02:54:41.376454" 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-04-27T02:54:41.372863" elapsed="0.003658"/>
</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-04-27T02:54:41.376895" elapsed="0.000447"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T02:54:41.377713" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T02:54:41.379077" 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-04-27T02:54:41.378415" elapsed="0.000739"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-27T02:54:41.379225" elapsed="0.000065"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.65
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-27T02:54:40.544542" elapsed="0.834907"/>
</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-04-27T02:54:40.540902" elapsed="0.838632"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-27T02:54:41.380248" 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-04-27T02:54:41.379805" elapsed="0.000552"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-27T02:54:41.381112" 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-04-27T02:54:41.380597" elapsed="0.000600"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-27T02:54:41.381992" 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-04-27T02:54:41.381414" elapsed="0.000616"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-27T02:54:41.382756" 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-04-27T02:54:41.382257" elapsed="0.000558"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-27T02:54:41.383526" 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-04-27T02:54:41.383015" elapsed="0.000575"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-27T02:54:41.384240" 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-04-27T02:54:41.383812" elapsed="0.000484"/>
</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-04-27T02:54:41.384729" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-27T02:54:41.384410" elapsed="0.000395"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-27T02:54:41.390853" 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-04-27T02:54:41.390235" elapsed="0.000655"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T02:54:41.391942" level="INFO">Length is 0.</msg>
<msg time="2026-04-27T02:54:41.392024" 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-04-27T02:54:41.391449" elapsed="0.000599"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-27T02:54:41.392190" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-27T02:54:41.393543" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-04-27T02:54:42.097447" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 27 02:54:41 UTC 2026

  System load:  0.21               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.223
  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-208-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-04-27T02:54:41.393044" elapsed="0.704612"/>
</kw>
<msg time="2026-04-27T02:54:42.097754" 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-04-27T02:54:41.392700" elapsed="0.705153"/>
</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-04-27T02:54:41.391110" elapsed="0.706876"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.107981" 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-04-27T02:54:42.098217" elapsed="0.011597"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T02:54:42.110207" elapsed="0.000612"/>
</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-04-27T02:54:41.389490" elapsed="0.721467"/>
</kw>
<status status="PASS" start="2026-04-27T02:54:41.384899" elapsed="0.726141"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:41.384377" elapsed="0.726731"/>
</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-04-27T02:54:42.111447" elapsed="0.001057"/>
</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-04-27T02:54:42.120083" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-27T02:54:42.119931" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:42.119902" elapsed="0.000262"/>
</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-04-27T02:54:42.123753" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-27T02:54:42.123639" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:42.123619" elapsed="0.000203"/>
</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-04-27T02:54:42.123952" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.124833" level="INFO">Logging into '10.30.170.65:8101' as 'karaf'.</msg>
<msg time="2026-04-27T02:54:42.333852" 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-04-27T02:54:42.124553" elapsed="0.209480"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.432740" 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-04-27T02:54:42.334333" elapsed="0.098474"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.443767" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-04-27T02:54:42.443957" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-04-27T02:54:42.432961" elapsed="0.011028"/>
</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-04-27T02:54:42.444132" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T02:54:42.444466" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T02:54:42.445139" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-04-27T02:54:42.444817" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-27T02:54:42.445263" elapsed="0.000064"/>
</return>
<msg time="2026-04-27T02:54:42.445484" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.65
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-27T02:54:42.123271" elapsed="0.322243"/>
</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-04-27T02:54:42.445685" elapsed="0.000536"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-27T02:54:42.446271" elapsed="0.000031"/>
</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-04-27T02:54:42.119599" elapsed="0.326801"/>
</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-04-27T02:54:42.450258" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-27T02:54:42.450118" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:42.450085" elapsed="0.000252"/>
</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-04-27T02:54:42.450467" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.451340" level="INFO">Logging into '10.30.170.65:8101' as 'karaf'.</msg>
<msg time="2026-04-27T02:54:42.672834" 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-04-27T02:54:42.451084" elapsed="0.221908"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.698597" 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-04-27T02:54:42.673220" elapsed="0.025617"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.703025" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-27T02:54:42.703251" 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-04-27T02:54:42.699305" elapsed="0.004009"/>
</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-04-27T02:54:42.703646" elapsed="0.000535"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T02:54:42.704503" elapsed="0.000516"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T02:54:42.706023" 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-04-27T02:54:42.705325" elapsed="0.000767"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-27T02:54:42.706165" elapsed="0.000077"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.65
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-27T02:54:42.449732" elapsed="0.256720"/>
</kw>
<status status="PASS" start="2026-04-27T02:54:40.539112" elapsed="2.167429"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T02:54:42.709384" 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-04-27T02:54:42.707869" elapsed="0.001605"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-27T02:54:42.711472" 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-04-27T02:54:42.710986" elapsed="0.000546"/>
</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-04-27T02:54:42.712007" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-27T02:54:42.711668" elapsed="0.000420"/>
</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-04-27T02:54:42.716201" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-27T02:54:42.715860" elapsed="0.000418"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:42.715833" elapsed="0.000480"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.716795" 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-04-27T02:54:42.717001" 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-04-27T02:54:42.716493" elapsed="0.000545"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T02:54:42.717831" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.65 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.223" 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-04-27T02:54:42.717222" elapsed="0.000691"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.718641" 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-04-27T02:54:42.718150" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T02:54:42.719604" level="INFO">Length is 0.</msg>
<msg time="2026-04-27T02:54:42.719696" 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-04-27T02:54:42.719263" elapsed="0.000456"/>
</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-04-27T02:54:42.719861" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-27T02:54:42.721104" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-04-27T02:54:43.050202" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 27 02:54:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Apr 27 02:54:42 2026 from 10.30.170.196
[?2004h[jenkins@releng-63164-208-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-04-27T02:54:42.720713" elapsed="0.329712"/>
</kw>
<msg time="2026-04-27T02:54:43.050519" 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-04-27T02:54:42.720340" elapsed="0.330299"/>
</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-04-27T02:54:42.718890" elapsed="0.331878"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-27T02:54:43.051661" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.65 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-27T03:04:49.183012" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-27T03:04:49.183703" level="INFO">${stdout} = </msg>
<msg time="2026-04-27T03:04:49.183849" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65: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-04-27T02:54:43.051002" elapsed="606.132921"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T03:04:49.184406" elapsed="0.000856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.186496" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.65. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:48.258 16  switches: flows:  108364 105236 105589 105886 105424 105410 106055 104066 103146 101050 102710 100824 101591 104167 102445 103712  total = 27.761250 per ms 
02:56:48.360 16  switches: flows:  124007 122930 119797 120282 120337 120648 122258 118078 119696 118729 117894 116588 114708 117252 118740 118314  total = 31.784534 per ms 
02:57:48.461 16  switches: flows:  107757 107353 108035 108744 107161 105664 107430 103256 104617 104429 104550 102862 100409 103541 104058 103094  total = 28.002515 per ms 
02:58:48.562 16  switches: flows:  123075 123245 124975 124616 122574 121870 120817 120170 121684 119998 117689 115993 114674 119640 118476 118197  total = 32.074472 per ms 
02:59:48.663 16  switches: flows:  110252 109821 110178 112460 109688 108987 110600 107483 109021 107706 105301 105826 104631 107165 106556 105249  total = 28.800647 per ms 
03:00:48.764 16  switches: flows:  117246 119336 117322 117824 118478 115377 116904 116263 116727 114338 113300 112494 110240 115862 113801 113837  total = 30.771097 per ms 
03:01:48.865 16  switches: flows:  121206 121668 120826 123615 121072 120160 121677 117643 119991 118156 120291 114764 114867 119485 117919 116054  total = 31.770179 per ms 
03:02:48.966 16  switches: flows:  115454 117521 113835 117478 113820 115829 116174 112351 111628 110674 111770 110243 110809 113226 112967 110107  total = 30.180995 per ms 
03:03:49.068 16  switches: flows:  121881 123719 122226 123428 120534 122168 122498 119024 120487 115168 117848 114339 116820 117353 116406 119108  total = 31.830259 per ms 
03:04:49.169 16  switches: flows:  119653 123292 123132 125303 120014 122375 123163 116428 119212 116662 118306 116218 118290 117258 117149 119611  total = 31.881207 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28002.51/32074.47/30788.43/10359.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:04:49.185698" elapsed="0.001160"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-27T03:04:49.187422" elapsed="0.000104"/>
</return>
<status status="PASS" start="2026-04-27T03:04:49.187084" elapsed="0.000567"/>
</branch>
<status status="PASS" start="2026-04-27T03:04:49.187021" elapsed="0.000715"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-27T03:04:49.187976" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-04-27T03:04:49.187886" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-04-27T03:04:49.187847" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-27T03:04:49.188226" elapsed="0.000034"/>
</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-04-27T03:04:49.193496" elapsed="0.000389"/>
</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-04-27T03:04:49.194035" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T03:04:49.194365" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-27T03:04:49.189009" elapsed="0.005520"/>
</kw>
<msg time="2026-04-27T03:04:49.194693" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65: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-04-27T02:54:42.712600" elapsed="606.482121"/>
</kw>
<status status="PASS" start="2026-04-27T02:54:42.712127" elapsed="606.482645"/>
</branch>
<status status="PASS" start="2026-04-27T02:54:42.711634" elapsed="606.483162"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.195254" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.65. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:48.258 16  switches: flows:  108364 105236 105589 105886 105424 105410 106055 104066 103146 101050 102710 100824 101591 104167 102445 103712  total = 27.761250 per ms 
02:56:48.360 16  switches: flows:  124007 122930 119797 120282 120337 120648 122258 118078 119696 118729 117894 116588 114708 117252 118740 118314  total = 31.784534 per ms 
02:57:48.461 16  switches: flows:  107757 107353 108035 108744 107161 105664 107430 103256 104617 104429 104550 102862 100409 103541 104058 103094  total = 28.002515 per ms 
02:58:48.562 16  switches: flows:  123075 123245 124975 124616 122574 121870 120817 120170 121684 119998 117689 115993 114674 119640 118476 118197  total = 32.074472 per ms 
02:59:48.663 16  switches: flows:  110252 109821 110178 112460 109688 108987 110600 107483 109021 107706 105301 105826 104631 107165 106556 105249  total = 28.800647 per ms 
03:00:48.764 16  switches: flows:  117246 119336 117322 117824 118478 115377 116904 116263 116727 114338 113300 112494 110240 115862 113801 113837  total = 30.771097 per ms 
03:01:48.865 16  switches: flows:  121206 121668 120826 123615 121072 120160 121677 117643 119991 118156 120291 114764 114867 119485 117919 116054  total = 31.770179 per ms 
03:02:48.966 16  switches: flows:  115454 117521 113835 117478 113820 115829 116174 112351 111628 110674 111770 110243 110809 113226 112967 110107  total = 30.180995 per ms 
03:03:49.068 16  switches: flows:  121881 123719 122226 123428 120534 122168 122498 119024 120487 115168 117848 114339 116820 117353 116406 119108  total = 31.830259 per ms 
03:04:49.169 16  switches: flows:  119653 123292 123132 125303 120014 122375 123163 116428 119212 116662 118306 116218 118290 117258 117149 119611  total = 31.881207 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28002.51/32074.47/30788.43/10359.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:04:49.194953" elapsed="0.000375"/>
</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-04-27T03:04:49.195475" elapsed="0.000437"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-27T03:04:49.196323" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-27T03:04:49.196418" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28002.51/32074.47/30788.43/10359.64 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-04-27T03:04:49.196071" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:04:49.196869" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28002.51/32074.47/30788.43/10359.64 | 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-04-27T03:04:49.196610" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.199349" 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-04-27T03:04:49.197036" elapsed="0.002373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.201836" level="INFO">28002.51/32074.47/30788.43/10359.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:04:49.199556" elapsed="0.002336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:04:49.204383" 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-04-27T03:04:49.202058" elapsed="0.002356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:04:49.206892" level="INFO">@{result_value_list} = [ 28002.51 | 32074.47 | 30788.43 | 10359.64 ]</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-04-27T03:04:49.204650" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.207456" level="INFO">Length is 4.</msg>
<msg time="2026-04-27T03:04:49.207573" 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-04-27T03:04:49.207075" elapsed="0.000525"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.212414" level="INFO">min :: 28002.51</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-04-27T03:04:49.208048" elapsed="0.004424"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-27T03:04:49.207915" elapsed="0.004592"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.217044" level="INFO">max :: 32074.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:04:49.212755" elapsed="0.004346"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-27T03:04:49.212618" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.221765" level="INFO">avg :: 30788.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:04:49.217352" elapsed="0.004470"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-27T03:04:49.217224" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.226336" level="INFO">stdev :: 10359.64</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-04-27T03:04:49.222079" elapsed="0.004314"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-27T03:04:49.221949" elapsed="0.004478"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-27T03:04:49.207700" elapsed="0.018760"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.231085" level="INFO">${min} = 28002.51</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-04-27T03:04:49.226635" elapsed="0.004478"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.234979" level="INFO">${max} = 32074.47</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-04-27T03:04:49.231266" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.239013" level="INFO">${average} = 30788.43</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-27T03:04:49.235155" elapsed="0.003884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.242893" level="INFO">${stdev} = 10359.64</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-04-27T03:04:49.239188" elapsed="0.003731"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.243430" level="INFO">${date} = 2026-04-27 03:04:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-27T03:04:49.243075" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.244054" level="INFO">CBench Result: 2026-04-27 03:04:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28002.51,32074.47,30788.43,10359.64</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-04-27T03:04:49.243644" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-27T03:04:49.245182" 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-04-27T03:04:49.244777" elapsed="0.000470"/>
</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-04-27T03:04:49.245396" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-27T03:04:49.244276" elapsed="0.001671"/>
</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-04-27T02:54:42.710090" elapsed="606.535917"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.246478" 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-04-27T03:04:49.246163" elapsed="0.000369"/>
</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-04-27T03:04:49.247063" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-04-27T03:04:49.246767" elapsed="0.000630"/>
</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-04-27T02:54:42.706778" elapsed="606.540656"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.248766" 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-04-27T03:04:49.248374" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.250052" 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-04-27T03:04:49.249726" elapsed="0.000368"/>
</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-04-27T03:04:49.250437" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-27T03:04:49.250214" elapsed="0.000280"/>
</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-04-27T03:04:49.253611" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-27T03:04:49.253345" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-27T03:04:49.253326" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-27T03:04:49.254037" 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-04-27T03:04:49.254158" 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-04-27T03:04:49.253822" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.254746" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.65 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.223" 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-04-27T03:04:49.254314" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-27T03:04:49.255330" 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-04-27T03:04:49.254939" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T03:04:49.256265" level="INFO">Length is 0.</msg>
<msg time="2026-04-27T03:04:49.256354" 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-04-27T03:04:49.255961" elapsed="0.000416"/>
</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-04-27T03:04:49.256517" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-27T03:04:49.257728" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-04-27T03:04:49.846264" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 27 03:04:49 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Apr 27 02:54:42 2026 from 10.30.170.196
[?2004h[jenkins@releng-63164-208-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-04-27T03:04:49.257352" elapsed="0.589119"/>
</kw>
<msg time="2026-04-27T03:04:49.846582" 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-04-27T03:04:49.257014" elapsed="0.589665"/>
</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-04-27T03:04:49.255589" elapsed="0.591232"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-27T03:04:49.847346" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.65 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-27T03:14:55.901338" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-27T03:14:55.902081" level="INFO">${stdout} = </msg>
<msg time="2026-04-27T03:14:55.902187" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.65: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-04-27T03:04:49.847049" elapsed="606.055197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T03:14:55.902831" elapsed="0.001063"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.905144" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.65:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.65. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:05:54.958 16  switches: flows:  477933 499017 477602 482649 500889 461765 505776 496382 489782 474267 485424 495295 481477 493139 473918 478081  total = 129.556600 per ms 
03:06:55.060 16  switches: flows:  411524 402262 412443 434338 424802 413185 412824 416182 414750 404009 416444 415099 410372 428265 427453 425728  total = 110.974692 per ms 
03:07:55.163 16  switches: flows:  435226 417647 431542 432642 433207 433687 429990 421770 430651 430319 423211 425830 424492 415598 425327 421273  total = 113.680407 per ms 
03:08:55.268 16  switches: flows:  461990 462821 454432 461803 462391 458241 460661 459969 454929 458584 462153 454602 461681 450929 457800 462031  total = 122.205642 per ms 
03:09:55.370 16  switches: flows:  464968 458631 457950 466457 458122 466456 459257 459729 461892 462619 464831 460459 464404 455792 464763 466799  total = 123.011612 per ms 
03:10:55.474 16  switches: flows:  479215 476507 480747 468715 472394 473707 473170 473709 480343 456356 474344 477959 472026 482820 474511 479175  total = 126.376279 per ms 
03:11:55.576 16  switches: flows:  498246 494463 495643 495503 494136 497882 498643 499737 498617 491371 494919 494831 494381 497229 497090 502029  total = 132.187480 per ms 
03:12:55.677 16  switches: flows:  461957 453442 460402 456433 466885 460357 460498 465312 462576 459166 465229 465572 460737 465784 464558 459286  total = 122.930120 per ms 
03:13:55.779 16  switches: flows:  488793 489627 491212 491977 485969 493667 494847 495292 491601 493566 488721 491205 493802 499193 492094 490301  total = 130.976300 per ms 
03:14:55.880 16  switches: flows:  516076 515394 515303 514004 519565 511065 513031 513403 514331 519896 511457 509936 511309 520389 515874 517763  total = 137.082121 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 110974.69/137082.12/124380.52/42220.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:14:55.904301" elapsed="0.001218"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-27T03:14:55.906175" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-04-27T03:14:55.905786" elapsed="0.000586"/>
</branch>
<status status="PASS" start="2026-04-27T03:14:55.905699" elapsed="0.000732"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-27T03:14:55.906683" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-27T03:14:55.906594" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-04-27T03:14:55.906527" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-27T03:14:55.906891" elapsed="0.000030"/>
</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-04-27T03:14:55.912505" elapsed="0.000382"/>
</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-04-27T03:14:55.913035" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T03:14:55.913351" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-27T03:14:55.907694" elapsed="0.005814"/>
</kw>
<msg time="2026-04-27T03:14:55.913683" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.65: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-04-27T03:04:49.251016" elapsed="606.662694"/>
</kw>
<status status="PASS" start="2026-04-27T03:04:49.250521" elapsed="606.663240"/>
</branch>
<status status="PASS" start="2026-04-27T03:04:49.250191" elapsed="606.663595"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.914236" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.65:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.65. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:05:54.958 16  switches: flows:  477933 499017 477602 482649 500889 461765 505776 496382 489782 474267 485424 495295 481477 493139 473918 478081  total = 129.556600 per ms 
03:06:55.060 16  switches: flows:  411524 402262 412443 434338 424802 413185 412824 416182 414750 404009 416444 415099 410372 428265 427453 425728  total = 110.974692 per ms 
03:07:55.163 16  switches: flows:  435226 417647 431542 432642 433207 433687 429990 421770 430651 430319 423211 425830 424492 415598 425327 421273  total = 113.680407 per ms 
03:08:55.268 16  switches: flows:  461990 462821 454432 461803 462391 458241 460661 459969 454929 458584 462153 454602 461681 450929 457800 462031  total = 122.205642 per ms 
03:09:55.370 16  switches: flows:  464968 458631 457950 466457 458122 466456 459257 459729 461892 462619 464831 460459 464404 455792 464763 466799  total = 123.011612 per ms 
03:10:55.474 16  switches: flows:  479215 476507 480747 468715 472394 473707 473170 473709 480343 456356 474344 477959 472026 482820 474511 479175  total = 126.376279 per ms 
03:11:55.576 16  switches: flows:  498246 494463 495643 495503 494136 497882 498643 499737 498617 491371 494919 494831 494381 497229 497090 502029  total = 132.187480 per ms 
03:12:55.677 16  switches: flows:  461957 453442 460402 456433 466885 460357 460498 465312 462576 459166 465229 465572 460737 465784 464558 459286  total = 122.930120 per ms 
03:13:55.779 16  switches: flows:  488793 489627 491212 491977 485969 493667 494847 495292 491601 493566 488721 491205 493802 499193 492094 490301  total = 130.976300 per ms 
03:14:55.880 16  switches: flows:  516076 515394 515303 514004 519565 511065 513031 513403 514331 519896 511457 509936 511309 520389 515874 517763  total = 137.082121 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 110974.69/137082.12/124380.52/42220.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:14:55.913946" elapsed="0.000364"/>
</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-04-27T03:14:55.914457" elapsed="0.000476"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-27T03:14:55.915359" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-27T03:14:55.915450" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 110974.69/137082.12/124380.52/42220.58 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-04-27T03:14:55.915097" elapsed="0.000377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:14:55.915906" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 110974.69/137082.12/124380.52/42220.58 | 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-04-27T03:14:55.915647" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.918302" 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-04-27T03:14:55.916081" elapsed="0.002280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.920765" level="INFO">110974.69/137082.12/124380.52/42220.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:14:55.918507" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:14:55.923137" 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-04-27T03:14:55.920967" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:14:55.925538" level="INFO">@{result_value_list} = [ 110974.69 | 137082.12 | 124380.52 | 42220.58 ]</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-04-27T03:14:55.923366" elapsed="0.002214"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.926057" level="INFO">Length is 4.</msg>
<msg time="2026-04-27T03:14:55.926146" 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-04-27T03:14:55.925738" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.930895" level="INFO">min :: 110974.69</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-04-27T03:14:55.926641" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-27T03:14:55.926460" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.935707" level="INFO">max :: 137082.12</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-04-27T03:14:55.931202" elapsed="0.004561"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-27T03:14:55.931076" elapsed="0.004723"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.940282" level="INFO">avg :: 124380.52</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-04-27T03:14:55.936014" elapsed="0.004331"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-27T03:14:55.935888" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.945353" level="INFO">stdev :: 42220.58</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-04-27T03:14:55.940624" elapsed="0.004786"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-27T03:14:55.940467" elapsed="0.004978"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-27T03:14:55.926248" elapsed="0.019230"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.949380" level="INFO">${min} = 110974.69</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-04-27T03:14:55.945667" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.953258" level="INFO">${max} = 137082.12</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-04-27T03:14:55.949571" elapsed="0.003712"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.957181" level="INFO">${average} = 124380.52</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-04-27T03:14:55.953432" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.961039" level="INFO">${stdev} = 42220.58</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-04-27T03:14:55.957355" elapsed="0.003710"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.961594" level="INFO">${date} = 2026-04-27 03:14:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-27T03:14:55.961222" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.962167" level="INFO">CBench Result: 2026-04-27 03:14:55,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,110974.69,137082.12,124380.52,42220.58</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-04-27T03:14:55.961766" elapsed="0.000456"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-27T03:14:55.963337" 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-04-27T03:14:55.962854" elapsed="0.000551"/>
</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-04-27T03:14:55.963557" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-27T03:14:55.962370" elapsed="0.001727"/>
</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-04-27T03:04:49.249140" elapsed="606.715018"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.964695" 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-04-27T03:14:55.964322" elapsed="0.000437"/>
</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-04-27T03:14:55.965281" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-04-27T03:14:55.964982" elapsed="0.000648"/>
</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-04-27T03:04:49.247785" elapsed="606.717885"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.967196" 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-04-27T03:14:55.966807" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.968534" 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-04-27T03:14:55.968198" elapsed="0.000394"/>
</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-04-27T03:14:55.969024" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-27T03:14:55.968704" elapsed="0.000387"/>
</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-04-27T03:14:55.972099" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-27T03:14:55.971852" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-27T03:14:55.971833" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-27T03:14:55.972506" 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-04-27T03:14:55.972643" 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-04-27T03:14:55.972310" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.973262" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.65 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.223" 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-04-27T03:14:55.972805" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-27T03:14:55.974015" 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-04-27T03:14:55.973495" elapsed="0.000555"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T03:14:55.975349" level="INFO">Length is 0.</msg>
<msg time="2026-04-27T03:14:55.975465" 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-04-27T03:14:55.974781" elapsed="0.000713"/>
</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-04-27T03:14:55.975678" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-27T03:14:55.977001" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-04-27T03:14:56.610505" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 27 03:14:56 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Apr 27 03:04:49 2026 from 10.30.170.196
[?2004h[jenkins@releng-63164-208-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-04-27T03:14:55.976624" elapsed="0.634173"/>
</kw>
<msg time="2026-04-27T03:14:56.610909" 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-04-27T03:14:55.976222" elapsed="0.634798"/>
</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-04-27T03:14:55.974314" elapsed="0.636852"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-27T03:14:56.611893" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.65 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-27T03:25:03.069350" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-27T03:25:03.069972" level="INFO">${stdout} = </msg>
<msg time="2026-04-27T03:25:03.070082" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65: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-04-27T03:14:56.611459" elapsed="606.458679"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T03:25:03.070613" elapsed="0.000693"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.072485" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.65. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:02.143 16  switches: flows:  110404 113455 110610 110309 111966 108980 109161 111945 110242 107845 106986 110948 107090 110775 107371 107733  total = 29.263667 per ms 
03:17:02.244 16  switches: flows:  111799 109811 107484 111296 107977 109352 111003 111825 110161 105973 107992 105816 109107 108128 108567 108042  total = 29.023701 per ms 
03:18:02.344 16  switches: flows:  108813 105967 107122 106997 106897 108027 108212 107860 106626 106540 104695 106674 102628 104377 105451 105895  total = 28.332372 per ms 
03:19:02.444 16  switches: flows:  118717 121464 119044 120531 118581 118765 116330 120039 118044 119484 116215 116223 116968 116331 118956 116121  total = 31.477662 per ms 
03:20:02.545 16  switches: flows:  114734 116082 116112 115998 113582 112862 115065 114375 113122 113729 113904 109652 112682 113131 113439 113773  total = 30.320063 per ms 
03:21:02.645 16  switches: flows:  114993 116486 113635 116997 114525 111752 116495 115981 115603 114169 115718 112894 113163 114537 112693 114983  total = 30.525997 per ms 
03:22:02.745 16  switches: flows:  119711 121465 119368 120358 118792 116040 120320 119416 119579 116680 118643 115170 117163 117193 117722 120061  total = 31.575296 per ms 
03:23:02.846 16  switches: flows:  120987 124022 119185 123472 120118 119945 122728 120907 121025 118844 120270 117762 118681 119955 118131 121289  total = 32.068202 per ms 
03:24:02.947 16  switches: flows:  120933 121056 119319 120316 119502 119629 118192 119184 116875 116657 119384 116720 117686 118121 118456 117677  total = 31.608831 per ms 
03:25:03.047 16  switches: flows:  122870 121311 120547 120239 121625 120738 117779 121407 117594 120282 120620 116424 116675 116503 119292 117243  total = 31.799361 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28332.37/32068.20/30747.94/10324.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:25:03.071722" elapsed="0.001099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-27T03:25:03.073325" elapsed="0.000118"/>
</return>
<status status="PASS" start="2026-04-27T03:25:03.073014" elapsed="0.000518"/>
</branch>
<status status="PASS" start="2026-04-27T03:25:03.072956" elapsed="0.000669"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-27T03:25:03.073847" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-27T03:25:03.073761" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-27T03:25:03.073724" elapsed="0.000274"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-27T03:25:03.074080" elapsed="0.000032"/>
</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-04-27T03:25:03.079217" elapsed="0.000428"/>
</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-04-27T03:25:03.079794" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-27T03:25:03.080092" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-27T03:25:03.074827" elapsed="0.005427"/>
</kw>
<msg time="2026-04-27T03:25:03.080393" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65: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-04-27T03:14:55.969441" elapsed="607.110980"/>
</kw>
<status status="PASS" start="2026-04-27T03:14:55.969117" elapsed="607.111360"/>
</branch>
<status status="PASS" start="2026-04-27T03:14:55.968684" elapsed="607.111816"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.080954" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.65:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.65. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:02.143 16  switches: flows:  110404 113455 110610 110309 111966 108980 109161 111945 110242 107845 106986 110948 107090 110775 107371 107733  total = 29.263667 per ms 
03:17:02.244 16  switches: flows:  111799 109811 107484 111296 107977 109352 111003 111825 110161 105973 107992 105816 109107 108128 108567 108042  total = 29.023701 per ms 
03:18:02.344 16  switches: flows:  108813 105967 107122 106997 106897 108027 108212 107860 106626 106540 104695 106674 102628 104377 105451 105895  total = 28.332372 per ms 
03:19:02.444 16  switches: flows:  118717 121464 119044 120531 118581 118765 116330 120039 118044 119484 116215 116223 116968 116331 118956 116121  total = 31.477662 per ms 
03:20:02.545 16  switches: flows:  114734 116082 116112 115998 113582 112862 115065 114375 113122 113729 113904 109652 112682 113131 113439 113773  total = 30.320063 per ms 
03:21:02.645 16  switches: flows:  114993 116486 113635 116997 114525 111752 116495 115981 115603 114169 115718 112894 113163 114537 112693 114983  total = 30.525997 per ms 
03:22:02.745 16  switches: flows:  119711 121465 119368 120358 118792 116040 120320 119416 119579 116680 118643 115170 117163 117193 117722 120061  total = 31.575296 per ms 
03:23:02.846 16  switches: flows:  120987 124022 119185 123472 120118 119945 122728 120907 121025 118844 120270 117762 118681 119955 118131 121289  total = 32.068202 per ms 
03:24:02.947 16  switches: flows:  120933 121056 119319 120316 119502 119629 118192 119184 116875 116657 119384 116720 117686 118121 118456 117677  total = 31.608831 per ms 
03:25:03.047 16  switches: flows:  122870 121311 120547 120239 121625 120738 117779 121407 117594 120282 120620 116424 116675 116503 119292 117243  total = 31.799361 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28332.37/32068.20/30747.94/10324.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:25:03.080662" elapsed="0.000367"/>
</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-04-27T03:25:03.081184" elapsed="0.000412"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-27T03:25:03.081979" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-27T03:25:03.082072" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28332.37/32068.20/30747.94/10324.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-04-27T03:25:03.081757" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:25:03.082512" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28332.37/32068.20/30747.94/10324.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-04-27T03:25:03.082256" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.084935" 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-04-27T03:25:03.082701" elapsed="0.002292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.087539" level="INFO">28332.37/32068.20/30747.94/10324.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:25:03.085137" elapsed="0.002479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:25:03.089989" 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-04-27T03:25:03.087765" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-27T03:25:03.092425" level="INFO">@{result_value_list} = [ 28332.37 | 32068.20 | 30747.94 | 10324.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-04-27T03:25:03.090205" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.092936" level="INFO">Length is 4.</msg>
<msg time="2026-04-27T03:25:03.093025" 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-04-27T03:25:03.092626" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.097768" level="INFO">min :: 28332.37</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-04-27T03:25:03.093473" elapsed="0.004352"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-27T03:25:03.093304" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.102370" level="INFO">max :: 32068.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:25:03.098074" elapsed="0.004359"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-27T03:25:03.097949" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.107120" level="INFO">avg :: 30747.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-27T03:25:03.102709" elapsed="0.004469"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-27T03:25:03.102575" elapsed="0.004637"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.111813" level="INFO">stdev :: 10324.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-04-27T03:25:03.107423" elapsed="0.004447"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-27T03:25:03.107296" elapsed="0.004608"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-27T03:25:03.093116" elapsed="0.018817"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.115936" level="INFO">${min} = 28332.37</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-04-27T03:25:03.112087" elapsed="0.003876"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.119817" level="INFO">${max} = 32068.20</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-04-27T03:25:03.116113" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.123686" level="INFO">${average} = 30747.94</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-04-27T03:25:03.119998" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.127584" level="INFO">${stdev} = 10324.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-04-27T03:25:03.123864" elapsed="0.003748"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.128109" level="INFO">${date} = 2026-04-27 03:25:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-27T03:25:03.127769" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.128704" level="INFO">CBench Result: 2026-04-27 03:25:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28332.37,32068.20,30747.94,10324.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-04-27T03:25:03.128282" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-27T03:25:03.129828" 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-04-27T03:25:03.129353" elapsed="0.000542"/>
</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-04-27T03:25:03.130044" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-27T03:25:03.128896" elapsed="0.001682"/>
</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-04-27T03:14:55.967635" elapsed="607.163012"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.131103" 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-04-27T03:25:03.130799" elapsed="0.000360"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-27T03:25:03.132353" 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-04-27T03:25:03.131879" elapsed="0.000501"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-27T03:25:03.132615" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-04-27T03:25:03.132453" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-04-27T03:25:03.132435" elapsed="0.000268"/>
</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-04-27T03:25:03.132843" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-27T03:25:03.133004" 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-04-27T03:25:03.133162" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-27T03:25:03.133353" 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-04-27T03:25:03.133527" elapsed="0.000022"/>
</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-04-27T03:25:03.133692" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-27T03:25:03.133836" elapsed="0.000020"/>
</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-04-27T03:25:03.134054" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-27T03:25:03.133918" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-04-27T03:25:03.133901" elapsed="0.000228"/>
</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-04-27T03:25:03.131526" elapsed="0.002653"/>
</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-04-27T03:14:55.966195" elapsed="607.168028"/>
</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-04-27T02:54:39.978509" elapsed="1823.156391"/>
</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>
