<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-07T00:59:38.716496" 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-08-07T00:59:39.276661" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-07T00:59:39.276483" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:39.276452" elapsed="0.000320"/>
</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-08-07T00:59:39.276921" elapsed="0.000595"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-07T00:59:39.278054" level="INFO">Logging into '10.30.171.15:8101' as 'karaf'.</msg>
<msg time="2026-08-07T00:59:40.128943" 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-08-07T00:59:39.277695" elapsed="0.851434"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-07T00:59:40.177488" 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-08-07T00:59:40.129403" elapsed="0.048203"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-07T00:59:40.186290" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-07T00:59:40.186412" 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-08-07T00:59:40.177879" elapsed="0.008566"/>
</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-08-07T00:59:40.186615" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T00:59:40.187062" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T00:59:40.187771" 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-08-07T00:59:40.187436" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T00:59:40.187883" elapsed="0.000079"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.15
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-07T00:59:39.276101" elapsed="0.911990"/>
</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-08-07T00:59:39.272434" elapsed="0.915720"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T00:59:40.188736" 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-08-07T00:59:40.188336" elapsed="0.000460"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T00:59:40.189251" 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-08-07T00:59:40.188979" elapsed="0.000342"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-07T00:59:40.189996" 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-08-07T00:59:40.189504" elapsed="0.000524"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T00:59:40.190549" 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-08-07T00:59:40.190204" elapsed="0.000391"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-07T00:59:40.191230" 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-08-07T00:59:40.190748" elapsed="0.000512"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T00:59:40.191750" 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-08-07T00:59:40.191427" elapsed="0.000368"/>
</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-08-07T00:59:40.192144" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-07T00:59:40.191884" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T00:59:40.196724" 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-08-07T00:59:40.196312" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T00:59:40.197826" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T00:59:40.197918" 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-08-07T00:59:40.197354" elapsed="0.000615"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-07T00:59:40.198135" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T00:59:40.199551" level="INFO">Logging into '10.30.171.68:22' as 'jenkins'.</msg>
<msg time="2026-08-07T00:59:40.893277" 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 Fri Aug  7 00:59:40 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.68
  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-363-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-08-07T00:59:40.199017" elapsed="0.694451"/>
</kw>
<msg time="2026-08-07T00:59:40.893587" 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-08-07T00:59:40.198649" elapsed="0.695043"/>
</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-08-07T00:59:40.196988" elapsed="0.696842"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-07T00:59:40.903643" 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-08-07T00:59:40.894093" elapsed="0.011184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T00:59:40.905492" elapsed="0.000309"/>
</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-08-07T00:59:40.195739" elapsed="0.710137"/>
</kw>
<status status="PASS" start="2026-08-07T00:59:40.192433" elapsed="0.713488"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:40.191858" elapsed="0.714124"/>
</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-08-07T00:59:40.906171" elapsed="0.000582"/>
</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-08-07T00:59:40.912237" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-07T00:59:40.912096" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:40.912067" 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-08-07T00:59:40.916950" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-07T00:59:40.916793" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:40.916769" elapsed="0.000267"/>
</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-08-07T00:59:40.917195" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-07T00:59:40.918218" level="INFO">Logging into '10.30.171.15:8101' as 'karaf'.</msg>
<msg time="2026-08-07T00:59:41.180109" 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-08-07T00:59:40.917876" elapsed="0.262363"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.275230" 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-08-07T00:59:41.180444" elapsed="0.094856"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.279725" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-07T00:59:41.279911" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-07T00:59:41.275449" elapsed="0.004511"/>
</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-08-07T00:59:41.280106" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T00:59:41.280455" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T00:59:41.281117" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T00:59:41.280790" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T00:59:41.281222" elapsed="0.000046"/>
</return>
<msg time="2026-08-07T00:59:41.281413" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.15
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-07T00:59:40.916374" elapsed="0.365071"/>
</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-08-07T00:59:41.281591" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T00:59:41.282202" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-07T00:59:40.911727" elapsed="0.370608"/>
</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-08-07T00:59:41.285999" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-07T00:59:41.285840" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:41.285817" elapsed="0.000254"/>
</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-08-07T00:59:41.286200" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.287054" level="INFO">Logging into '10.30.171.15:8101' as 'karaf'.</msg>
<msg time="2026-08-07T00:59:41.465374" 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-08-07T00:59:41.286778" elapsed="0.178862"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.492449" 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-08-07T00:59:41.466140" elapsed="0.026437"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.494544" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-07T00:59:41.494659" 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-08-07T00:59:41.492835" elapsed="0.001854"/>
</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-08-07T00:59:41.494834" elapsed="0.000323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T00:59:41.495301" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T00:59:41.496025" 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-08-07T00:59:41.495663" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T00:59:41.496135" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.15
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-07T00:59:41.285522" elapsed="0.210801"/>
</kw>
<status status="PASS" start="2026-08-07T00:59:39.270522" elapsed="2.225869"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T00:59:41.498817" 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-08-07T00:59:41.497537" elapsed="0.001348"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T00:59:41.500391" 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-08-07T00:59:41.500027" elapsed="0.000409"/>
</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-08-07T00:59:41.500770" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T00:59:41.500522" elapsed="0.000308"/>
</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-08-07T00:59:41.503879" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T00:59:41.503613" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:41.503592" elapsed="0.000392"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.504375" 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-08-07T00:59:41.504508" 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-08-07T00:59:41.504126" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T00:59:41.505132" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.68" 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-08-07T00:59:41.504672" elapsed="0.000526"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.505847" 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-08-07T00:59:41.505341" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T00:59:41.506829" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T00:59:41.506922" 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-08-07T00:59:41.506493" elapsed="0.000469"/>
</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-08-07T00:59:41.507110" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.508354" level="INFO">Logging into '10.30.171.68:22' as 'jenkins'.</msg>
<msg time="2026-08-07T00:59:41.835652" 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 Fri Aug  7 00:59:40 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.68
  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: Fri Aug  7 00:59:40 2026 from 10.30.170.187
[?2004h[jenkins@releng-63164-363-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-08-07T00:59:41.507989" elapsed="0.327879"/>
</kw>
<msg time="2026-08-07T00:59:41.835981" 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-08-07T00:59:41.507607" elapsed="0.328482"/>
</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-08-07T00:59:41.506114" elapsed="0.330115"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-07T00:59:41.836850" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-07T01:09:47.949865" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-07T01:09:47.950477" level="INFO">${stdout} = </msg>
<msg time="2026-08-07T01:09:47.950585" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15: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-08-07T00:59:41.836495" elapsed="606.114150"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T01:09:47.951152" elapsed="0.000683"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.953043" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:47.037 16  switches: flows:  110327 111740 107295 109459 108863 111089 108565 107678 104033 106095 107717 104963 107277 105962 105496 107093  total = 28.727533 per ms 
01:01:47.139 16  switches: flows:  122403 121868 118181 120700 119150 120108 118859 118639 114031 116642 118429 117896 118515 114914 114708 117552  total = 31.490532 per ms 
01:02:47.239 16  switches: flows:  119664 121114 117603 116761 117624 117660 118074 118460 115262 113181 116797 115704 116391 112967 114518 116236  total = 31.081688 per ms 
01:03:47.341 16  switches: flows:  122269 123707 118444 119794 120326 121846 119601 120792 118145 116185 118572 119308 119594 116672 117112 116587  total = 31.762870 per ms 
01:04:47.442 16  switches: flows:  118947 121871 117052 118387 118579 119578 119119 118330 115056 114349 117727 116108 118069 114649 115524 114012  total = 31.237130 per ms 
01:05:47.543 16  switches: flows:  109413 110359 108206 109591 109826 108412 109115 106942 106261 104562 107244 107335 107440 104885 104800 103828  total = 28.589252 per ms 
01:06:47.644 16  switches: flows:  121751 120318 117568 120174 120434 118011 121139 118463 113566 117825 116331 117717 116972 116666 113057 115341  total = 31.369834 per ms 
01:07:47.745 16  switches: flows:  120578 118467 117090 118370 119665 117987 118874 116767 112756 115220 115540 115508 115566 115654 111853 113076  total = 30.997799 per ms 
01:08:47.845 16  switches: flows:  124307 120475 121981 119962 122363 120167 120620 121320 116334 117423 119493 116782 117316 117925 116279 118962  total = 31.808707 per ms 
01:09:47.946 16  switches: flows:  121788 120337 118648 119355 121769 119388 120318 121071 114996 117319 117575 119103 115283 117268 115239 116261  total = 31.542625 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28589.25/31808.71/31097.83/10407.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:09:47.952272" elapsed="0.001130"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-07T01:09:47.953913" elapsed="0.000125"/>
</return>
<status status="PASS" start="2026-08-07T01:09:47.953612" elapsed="0.000512"/>
</branch>
<status status="PASS" start="2026-08-07T01:09:47.953541" elapsed="0.000638"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-07T01:09:47.954396" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-07T01:09:47.954313" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-07T01:09:47.954276" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-07T01:09:47.954606" 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-08-07T01:09:47.959288" elapsed="0.000478"/>
</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-08-07T01:09:47.959990" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T01:09:47.960402" elapsed="0.000177"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-07T01:09:47.955307" elapsed="0.005348"/>
</kw>
<msg time="2026-08-07T01:09:47.960831" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15: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-08-07T00:59:41.501222" elapsed="606.459646"/>
</kw>
<status status="PASS" start="2026-08-07T00:59:41.500862" elapsed="606.460074"/>
</branch>
<status status="PASS" start="2026-08-07T00:59:41.500495" elapsed="606.460496"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.961597" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:47.037 16  switches: flows:  110327 111740 107295 109459 108863 111089 108565 107678 104033 106095 107717 104963 107277 105962 105496 107093  total = 28.727533 per ms 
01:01:47.139 16  switches: flows:  122403 121868 118181 120700 119150 120108 118859 118639 114031 116642 118429 117896 118515 114914 114708 117552  total = 31.490532 per ms 
01:02:47.239 16  switches: flows:  119664 121114 117603 116761 117624 117660 118074 118460 115262 113181 116797 115704 116391 112967 114518 116236  total = 31.081688 per ms 
01:03:47.341 16  switches: flows:  122269 123707 118444 119794 120326 121846 119601 120792 118145 116185 118572 119308 119594 116672 117112 116587  total = 31.762870 per ms 
01:04:47.442 16  switches: flows:  118947 121871 117052 118387 118579 119578 119119 118330 115056 114349 117727 116108 118069 114649 115524 114012  total = 31.237130 per ms 
01:05:47.543 16  switches: flows:  109413 110359 108206 109591 109826 108412 109115 106942 106261 104562 107244 107335 107440 104885 104800 103828  total = 28.589252 per ms 
01:06:47.644 16  switches: flows:  121751 120318 117568 120174 120434 118011 121139 118463 113566 117825 116331 117717 116972 116666 113057 115341  total = 31.369834 per ms 
01:07:47.745 16  switches: flows:  120578 118467 117090 118370 119665 117987 118874 116767 112756 115220 115540 115508 115566 115654 111853 113076  total = 30.997799 per ms 
01:08:47.845 16  switches: flows:  124307 120475 121981 119962 122363 120167 120620 121320 116334 117423 119493 116782 117316 117925 116279 118962  total = 31.808707 per ms 
01:09:47.946 16  switches: flows:  121788 120337 118648 119355 121769 119388 120318 121071 114996 117319 117575 119103 115283 117268 115239 116261  total = 31.542625 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28589.25/31808.71/31097.83/10407.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:09:47.961189" elapsed="0.000510"/>
</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-08-07T01:09:47.961902" elapsed="0.000533"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-07T01:09:47.963000" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-07T01:09:47.963131" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28589.25/31808.71/31097.83/10407.11 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-08-07T01:09:47.962664" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:09:47.963734" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28589.25/31808.71/31097.83/10407.11 | 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-08-07T01:09:47.963378" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.966661" 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-08-07T01:09:47.963994" elapsed="0.002727"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.969162" level="INFO">28589.25/31808.71/31097.83/10407.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:09:47.966866" elapsed="0.002353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:09:47.971545" 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-08-07T01:09:47.969368" elapsed="0.002205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:09:47.974007" level="INFO">@{result_value_list} = [ 28589.25 | 31808.71 | 31097.83 | 10407.11 ]</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-08-07T01:09:47.971767" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.974494" level="INFO">Length is 4.</msg>
<msg time="2026-08-07T01:09:47.974583" 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-08-07T01:09:47.974188" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.979387" level="INFO">min :: 28589.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:09:47.975020" elapsed="0.004423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-07T01:09:47.974872" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.983985" level="INFO">max :: 31808.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:09:47.979700" elapsed="0.004343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-07T01:09:47.979571" elapsed="0.004507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.988701" level="INFO">avg :: 31097.83</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-08-07T01:09:47.984314" elapsed="0.004445"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-07T01:09:47.984167" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.993407" level="INFO">stdev :: 10407.11</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-08-07T01:09:47.989031" elapsed="0.004433"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-07T01:09:47.988885" elapsed="0.004613"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-07T01:09:47.974679" elapsed="0.018856"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:09:47.997462" level="INFO">${min} = 28589.25</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-08-07T01:09:47.993718" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.001862" level="INFO">${max} = 31808.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-07T01:09:47.997643" elapsed="0.004247"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.005699" level="INFO">${average} = 31097.83</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-08-07T01:09:48.002059" elapsed="0.003678"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.009635" level="INFO">${stdev} = 10407.11</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-08-07T01:09:48.005891" elapsed="0.003771"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.010227" level="INFO">${date} = 2026-08-07 01:09:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-07T01:09:48.009820" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.010802" level="INFO">CBench Result: 2026-08-07 01:09:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28589.25,31808.71,31097.83,10407.11</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-08-07T01:09:48.010398" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T01:09:48.011991" 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-08-07T01:09:48.011556" elapsed="0.000503"/>
</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-08-07T01:09:48.012210" elapsed="0.000486"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-07T01:09:48.011056" elapsed="0.001705"/>
</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-08-07T00:59:41.499355" elapsed="606.513465"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.013322" 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-08-07T01:09:48.012990" elapsed="0.000388"/>
</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-08-07T01:09:48.013891" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-08-07T01:09:48.013594" elapsed="0.000687"/>
</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-08-07T00:59:41.496551" elapsed="606.517769"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.015769" 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-08-07T01:09:48.015390" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.017084" 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-08-07T01:09:48.016728" elapsed="0.000407"/>
</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-08-07T01:09:48.017500" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-07T01:09:48.017246" elapsed="0.000318"/>
</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-08-07T01:09:48.020445" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T01:09:48.020201" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-08-07T01:09:48.020182" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-07T01:09:48.020855" 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-08-07T01:09:48.020989" 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-08-07T01:09:48.020661" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.021571" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.15 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.68" 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-08-07T01:09:48.021153" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T01:09:48.022188" 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-08-07T01:09:48.021773" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T01:09:48.023207" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T01:09:48.023296" 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-08-07T01:09:48.022883" elapsed="0.000437"/>
</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-08-07T01:09:48.023458" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T01:09:48.024674" level="INFO">Logging into '10.30.171.68:22' as 'jenkins'.</msg>
<msg time="2026-08-07T01:09:48.606135" 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 Fri Aug  7 01:09:48 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.68
  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: Fri Aug  7 00:59:41 2026 from 10.30.170.187
[?2004h[jenkins@releng-63164-363-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-08-07T01:09:48.024322" elapsed="0.582928"/>
</kw>
<msg time="2026-08-07T01:09:48.607441" 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-08-07T01:09:48.023958" elapsed="0.583617"/>
</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-08-07T01:09:48.022445" elapsed="0.585285"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-07T01:09:48.608552" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.15 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-07T01:19:55.992298" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-07T01:19:55.992842" level="INFO">${stdout} = </msg>
<msg time="2026-08-07T01:19:55.992991" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15: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-08-07T01:09:48.608098" elapsed="607.384954"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T01:19:55.993500" elapsed="0.001400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:55.996059" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:53.753 16  switches: flows:  490403 505928 498116 494066 499026 502259 485711 476236 480296 494771 475225 478359 484664 479891 491247 503220  total = 130.656967 per ms 
01:11:53.864 16  switches: flows:  552404 557456 551945 575972 554219 561802 551919 544531 565277 548980 563222 555264 553599 550333 560421 558830  total = 148.165547 per ms 
01:12:53.965 16  switches: flows:  605799 598255 600533 603924 603431 581121 587063 607718 587287 589337 599809 585097 593214 596876 603819 589545  total = 158.613652 per ms 
01:13:54.068 16  switches: flows:  626635 613583 629849 636024 620464 618335 620207 619086 626326 630195 628892 620665 627837 635035 631066 619922  total = 166.453228 per ms 
01:14:54.169 16  switches: flows:  539610 529651 551827 535817 547348 550165 543696 540095 553122 537006 530412 541035 539711 544146 550440 543048  total = 144.376284 per ms 
01:15:54.271 16  switches: flows:  544410 541543 539145 543521 441076 540832 543281 544633 551237 543065 551912 544014 540630 542324 539719 536247  total = 142.885136 per ms 
01:16:54.372 16  switches: flows:  572517 510873 562019 563271 575249 560967 571974 568125 564354 571795 581779 575664 564567 567978 576429 490102  total = 149.375116 per ms 
01:17:55.796 16  switches: flows:  595856 600998 601387 601193 606986 597669 598750 595293 602034 599822 604996 587210 597670 600590 616645 607064  total = 156.523184 per ms 
01:18:55.900 16  switches: flows:  570177 630450 632130 622493 619814 621145 630376 613175 622041 540781 613991 624551 628721 619162 630138 618738  total = 163.682885 per ms 
01:19:56.001 16  switches: flows:  600000 589044 589479 581856 597407 581482 586076 592263 591277 592353 599386 590858 592436 591349 586730 585414  total = 157.192972 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142885.14/166453.23/154140.89/51980.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:19:55.995303" elapsed="0.001037"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-07T01:19:55.996814" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-08-07T01:19:55.996517" elapsed="0.000492"/>
</branch>
<status status="PASS" start="2026-08-07T01:19:55.996465" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-07T01:19:55.997273" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-07T01:19:55.997191" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-08-07T01:19:55.997157" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-07T01:19:55.997474" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-07T01:19:56.003351" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-07T01:19:56.003834" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T01:19:56.004146" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-07T01:19:55.998162" elapsed="0.006143"/>
</kw>
<msg time="2026-08-07T01:19:56.004436" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15: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-08-07T01:09:48.017904" elapsed="607.986558"/>
</kw>
<status status="PASS" start="2026-08-07T01:09:48.017590" elapsed="607.986922"/>
</branch>
<status status="PASS" start="2026-08-07T01:09:48.017225" elapsed="607.987311"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.004973" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:53.753 16  switches: flows:  490403 505928 498116 494066 499026 502259 485711 476236 480296 494771 475225 478359 484664 479891 491247 503220  total = 130.656967 per ms 
01:11:53.864 16  switches: flows:  552404 557456 551945 575972 554219 561802 551919 544531 565277 548980 563222 555264 553599 550333 560421 558830  total = 148.165547 per ms 
01:12:53.965 16  switches: flows:  605799 598255 600533 603924 603431 581121 587063 607718 587287 589337 599809 585097 593214 596876 603819 589545  total = 158.613652 per ms 
01:13:54.068 16  switches: flows:  626635 613583 629849 636024 620464 618335 620207 619086 626326 630195 628892 620665 627837 635035 631066 619922  total = 166.453228 per ms 
01:14:54.169 16  switches: flows:  539610 529651 551827 535817 547348 550165 543696 540095 553122 537006 530412 541035 539711 544146 550440 543048  total = 144.376284 per ms 
01:15:54.271 16  switches: flows:  544410 541543 539145 543521 441076 540832 543281 544633 551237 543065 551912 544014 540630 542324 539719 536247  total = 142.885136 per ms 
01:16:54.372 16  switches: flows:  572517 510873 562019 563271 575249 560967 571974 568125 564354 571795 581779 575664 564567 567978 576429 490102  total = 149.375116 per ms 
01:17:55.796 16  switches: flows:  595856 600998 601387 601193 606986 597669 598750 595293 602034 599822 604996 587210 597670 600590 616645 607064  total = 156.523184 per ms 
01:18:55.900 16  switches: flows:  570177 630450 632130 622493 619814 621145 630376 613175 622041 540781 613991 624551 628721 619162 630138 618738  total = 163.682885 per ms 
01:19:56.001 16  switches: flows:  600000 589044 589479 581856 597407 581482 586076 592263 591277 592353 599386 590858 592436 591349 586730 585414  total = 157.192972 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142885.14/166453.23/154140.89/51980.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:19:56.004673" elapsed="0.000374"/>
</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-08-07T01:19:56.005196" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-07T01:19:56.005951" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-07T01:19:56.006044" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142885.14/166453.23/154140.89/51980.24 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-08-07T01:19:56.005718" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:19:56.006475" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142885.14/166453.23/154140.89/51980.24 | 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-08-07T01:19:56.006219" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.008894" 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-08-07T01:19:56.006644" elapsed="0.002322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.011343" level="INFO">142885.14/166453.23/154140.89/51980.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:19:56.009113" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:19:56.013729" 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-08-07T01:19:56.011545" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:19:56.016164" level="INFO">@{result_value_list} = [ 142885.14 | 166453.23 | 154140.89 | 51980.24 ]</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-08-07T01:19:56.013955" elapsed="0.002237"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.016648" level="INFO">Length is 4.</msg>
<msg time="2026-08-07T01:19:56.016738" 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-08-07T01:19:56.016344" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.021606" level="INFO">min :: 142885.14</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-08-07T01:19:56.017148" elapsed="0.004517"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-07T01:19:56.017020" elapsed="0.004681"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.026218" level="INFO">max :: 166453.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:19:56.021921" elapsed="0.004354"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-07T01:19:56.021792" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.030824" level="INFO">avg :: 154140.89</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-08-07T01:19:56.026524" elapsed="0.004357"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-07T01:19:56.026399" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.035665" level="INFO">stdev :: 51980.24</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-08-07T01:19:56.031150" elapsed="0.004574"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-07T01:19:56.031021" elapsed="0.004739"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-07T01:19:56.016827" elapsed="0.018965"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.039697" level="INFO">${min} = 142885.14</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-08-07T01:19:56.035978" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.043602" level="INFO">${max} = 166453.23</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-08-07T01:19:56.039879" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.047487" level="INFO">${average} = 154140.89</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-08-07T01:19:56.043781" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.051387" level="INFO">${stdev} = 51980.24</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-08-07T01:19:56.047665" elapsed="0.003749"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.051920" level="INFO">${date} = 2026-08-07 01:19:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-07T01:19:56.051571" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.052521" level="INFO">CBench Result: 2026-08-07 01:19:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142885.14,166453.23,154140.89,51980.24</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-08-07T01:19:56.052109" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T01:19:56.053610" 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-08-07T01:19:56.053206" elapsed="0.000471"/>
</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-08-07T01:19:56.053827" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-07T01:19:56.052722" elapsed="0.001646"/>
</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-08-07T01:09:48.016158" elapsed="608.038271"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.054926" 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-08-07T01:19:56.054577" elapsed="0.000423"/>
</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-08-07T01:19:56.055503" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-08-07T01:19:56.055204" elapsed="0.000636"/>
</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-08-07T01:09:48.014762" elapsed="608.041115"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.057229" 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-08-07T01:19:56.056830" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.058523" 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-08-07T01:19:56.058195" elapsed="0.000371"/>
</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-08-07T01:19:56.058942" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-07T01:19:56.058677" elapsed="0.000328"/>
</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-08-07T01:19:56.062064" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T01:19:56.061801" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-08-07T01:19:56.061782" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-07T01:19:56.062460" 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-08-07T01:19:56.062575" 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-08-07T01:19:56.062276" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.063185" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.68" 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-08-07T01:19:56.062736" elapsed="0.000507"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T01:19:56.063769" 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-08-07T01:19:56.063380" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T01:19:56.064680" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T01:19:56.064768" 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-08-07T01:19:56.064381" elapsed="0.000411"/>
</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-08-07T01:19:56.064944" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T01:19:56.066118" level="INFO">Logging into '10.30.171.68:22' as 'jenkins'.</msg>
<msg time="2026-08-07T01:19:56.647549" 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 Fri Aug  7 01:19:56 UTC 2026

  System load:  0.18               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.68
  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: Fri Aug  7 01:09:48 2026 from 10.30.170.187
[?2004h[jenkins@releng-63164-363-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-08-07T01:19:56.065750" elapsed="0.582137"/>
</kw>
<msg time="2026-08-07T01:19:56.648041" 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-08-07T01:19:56.065414" elapsed="0.582713"/>
</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-08-07T01:19:56.064011" elapsed="0.584233"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-07T01:19:56.648789" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-07T01:30:02.698994" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-07T01:30:02.699563" level="INFO">${stdout} = </msg>
<msg time="2026-08-07T01:30:02.699669" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15: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-08-07T01:19:56.648471" elapsed="606.051256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T01:30:02.700244" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.702146" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:01.812 16  switches: flows:  101576 103153 101790 111403 100873 106547 99854 100399 100651 111160 98841 100706 101430 103019 101715 100897  total = 27.400233 per ms 
01:22:01.912 16  switches: flows:  101096 100303 100794 100653 99702 98949 98543 99200 97789 96652 98073 98517 99931 99662 97189 98691  total = 26.385021 per ms 
01:23:02.012 16  switches: flows:  119133 118026 121781 119770 117590 119718 119360 116730 114672 115452 116073 116733 116110 116961 114788 115961  total = 31.262128 per ms 
01:24:02.113 16  switches: flows:  120297 117040 121179 120126 120291 119411 119494 118212 115771 115501 116059 117797 117464 116612 114131 118014  total = 31.404250 per ms 
01:25:02.213 16  switches: flows:  119106 118010 119926 122012 118354 119419 119473 116727 116099 117046 115943 119077 116906 116516 114466 117477  total = 31.390221 per ms 
01:26:02.313 16  switches: flows:  120485 118673 123276 123157 120649 119993 120354 118370 115955 116640 118375 119838 118970 116426 114643 118328  total = 31.682545 per ms 
01:27:02.414 16  switches: flows:  120304 120106 124046 121487 122003 120330 121764 119454 116859 118868 118844 118141 120685 118063 117103 118525  total = 31.889741 per ms 
01:28:02.514 16  switches: flows:  119037 120353 122060 120155 120343 119214 120121 119365 117143 116485 117880 118711 119688 116275 115155 117062  total = 31.598018 per ms 
01:29:02.614 16  switches: flows:  117764 119785 122632 121445 118711 120063 120063 119344 118772 113589 116875 121316 120961 117169 116839 116520  total = 31.644643 per ms 
01:30:02.714 16  switches: flows:  117206 118953 122166 118206 118772 120306 120243 119444 119357 114957 117341 118593 120766 117293 117004 115393  total = 31.547309 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26385.02/31889.74/30978.21/10454.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:30:02.701379" elapsed="0.001130"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-07T01:30:02.703036" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-08-07T01:30:02.702709" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-08-07T01:30:02.702643" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-07T01:30:02.703461" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-07T01:30:02.703380" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-08-07T01:30:02.703344" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-07T01:30:02.703662" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-07T01:30:02.708108" elapsed="0.000492"/>
</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-08-07T01:30:02.708884" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T01:30:02.709336" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-07T01:30:02.704355" elapsed="0.005207"/>
</kw>
<msg time="2026-08-07T01:30:02.709752" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15: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-08-07T01:19:56.059349" elapsed="606.650444"/>
</kw>
<status status="PASS" start="2026-08-07T01:19:56.059030" elapsed="606.650850"/>
</branch>
<status status="PASS" start="2026-08-07T01:19:56.058656" elapsed="606.651266"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.710592" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:01.812 16  switches: flows:  101576 103153 101790 111403 100873 106547 99854 100399 100651 111160 98841 100706 101430 103019 101715 100897  total = 27.400233 per ms 
01:22:01.912 16  switches: flows:  101096 100303 100794 100653 99702 98949 98543 99200 97789 96652 98073 98517 99931 99662 97189 98691  total = 26.385021 per ms 
01:23:02.012 16  switches: flows:  119133 118026 121781 119770 117590 119718 119360 116730 114672 115452 116073 116733 116110 116961 114788 115961  total = 31.262128 per ms 
01:24:02.113 16  switches: flows:  120297 117040 121179 120126 120291 119411 119494 118212 115771 115501 116059 117797 117464 116612 114131 118014  total = 31.404250 per ms 
01:25:02.213 16  switches: flows:  119106 118010 119926 122012 118354 119419 119473 116727 116099 117046 115943 119077 116906 116516 114466 117477  total = 31.390221 per ms 
01:26:02.313 16  switches: flows:  120485 118673 123276 123157 120649 119993 120354 118370 115955 116640 118375 119838 118970 116426 114643 118328  total = 31.682545 per ms 
01:27:02.414 16  switches: flows:  120304 120106 124046 121487 122003 120330 121764 119454 116859 118868 118844 118141 120685 118063 117103 118525  total = 31.889741 per ms 
01:28:02.514 16  switches: flows:  119037 120353 122060 120155 120343 119214 120121 119365 117143 116485 117880 118711 119688 116275 115155 117062  total = 31.598018 per ms 
01:29:02.614 16  switches: flows:  117764 119785 122632 121445 118711 120063 120063 119344 118772 113589 116875 121316 120961 117169 116839 116520  total = 31.644643 per ms 
01:30:02.714 16  switches: flows:  117206 118953 122166 118206 118772 120306 120243 119444 119357 114957 117341 118593 120766 117293 117004 115393  total = 31.547309 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26385.02/31889.74/30978.21/10454.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:30:02.710161" elapsed="0.000541"/>
</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-08-07T01:30:02.710922" elapsed="0.000551"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-07T01:30:02.712059" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-07T01:30:02.712194" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26385.02/31889.74/30978.21/10454.44 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-08-07T01:30:02.711719" elapsed="0.000512"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:30:02.712881" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26385.02/31889.74/30978.21/10454.44 | 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-08-07T01:30:02.712455" elapsed="0.000466"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.715686" 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-08-07T01:30:02.713181" elapsed="0.002567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.718312" level="INFO">26385.02/31889.74/30978.21/10454.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:30:02.715900" elapsed="0.002469"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:30:02.720841" 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-08-07T01:30:02.718518" elapsed="0.002354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T01:30:02.723328" level="INFO">@{result_value_list} = [ 26385.02 | 31889.74 | 30978.21 | 10454.44 ]</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-08-07T01:30:02.721090" elapsed="0.002266"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.723840" level="INFO">Length is 4.</msg>
<msg time="2026-08-07T01:30:02.723930" 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-08-07T01:30:02.723519" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.728635" level="INFO">min :: 26385.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:30:02.724355" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-07T01:30:02.724226" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.733230" level="INFO">max :: 31889.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T01:30:02.728981" elapsed="0.004306"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-07T01:30:02.728835" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.737782" level="INFO">avg :: 30978.21</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-08-07T01:30:02.733534" elapsed="0.004305"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-07T01:30:02.733407" elapsed="0.004467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.742467" level="INFO">stdev :: 10454.44</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-08-07T01:30:02.738102" elapsed="0.004422"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-07T01:30:02.737974" elapsed="0.004585"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-07T01:30:02.724041" elapsed="0.018548"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.746456" level="INFO">${min} = 26385.02</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-08-07T01:30:02.742757" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.750651" level="INFO">${max} = 31889.74</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-08-07T01:30:02.746638" elapsed="0.004041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.754528" level="INFO">${average} = 30978.21</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-08-07T01:30:02.750834" elapsed="0.003721"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.758391" level="INFO">${stdev} = 10454.44</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-08-07T01:30:02.754706" elapsed="0.003711"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.758924" level="INFO">${date} = 2026-08-07 01:30:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-07T01:30:02.758576" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.759515" level="INFO">CBench Result: 2026-08-07 01:30:02,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26385.02,31889.74,30978.21,10454.44</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-08-07T01:30:02.759112" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T01:30:02.760666" 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-08-07T01:30:02.760190" elapsed="0.000562"/>
</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-08-07T01:30:02.760911" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-07T01:30:02.759713" elapsed="0.001746"/>
</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-08-07T01:19:56.057592" elapsed="606.703925"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.762000" 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-08-07T01:30:02.761663" elapsed="0.000395"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-07T01:30:02.763245" 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-08-07T01:30:02.762754" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-07T01:30:02.763498" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-07T01:30:02.763352" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-08-07T01:30:02.763332" elapsed="0.000254"/>
</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-08-07T01:30:02.763724" 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-08-07T01:30:02.763880" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-07T01:30:02.764062" elapsed="0.000021"/>
</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-08-07T01:30:02.764256" 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-08-07T01:30:02.764407" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-07T01:30:02.764553" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-07T01:30:02.764698" elapsed="0.000026"/>
</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-08-07T01:30:02.764975" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-07T01:30:02.764823" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-08-07T01:30:02.764804" elapsed="0.000249"/>
</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-08-07T01:30:02.762424" elapsed="0.002679"/>
</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-08-07T01:19:56.056291" elapsed="606.708858"/>
</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-08-07T00:59:38.718086" elapsed="1824.047626"/>
</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>
