<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-31T00:40:06.942177" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T00:40:07.480656" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-31T00:40:07.480516" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:07.480487" elapsed="0.000268"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:40:07.480916" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T00:40:07.481893" level="INFO">Logging into '10.30.171.77:8101' as 'karaf'.</msg>
<msg time="2026-07-31T00:40:08.269766" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T00:40:07.481580" elapsed="0.788399"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T00:40:08.318031" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T00:40:08.270286" elapsed="0.047814"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T00:40:08.319954" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T00:40:08.320069" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T00:40:08.318266" elapsed="0.001834"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T00:40:08.320261" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T00:40:08.320655" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:40:08.321364" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:40:08.321032" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T00:40:08.321471" elapsed="0.000055"/>
</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.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T00:40:07.480142" elapsed="0.841506"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-31T00:40:07.476543" elapsed="0.845168"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T00:40:08.322351" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T00:40:08.321930" elapsed="0.000481"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T00:40:08.322832" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T00:40:08.322565" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T00:40:08.323457" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T00:40:08.323042" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T00:40:08.324007" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T00:40:08.323651" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T00:40:08.324565" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T00:40:08.324196" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T00:40:08.325080" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T00:40:08.324749" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-31T00:40:08.325417" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T00:40:08.325205" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T00:40:08.329744" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:40:08.329342" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T00:40:08.330820" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T00:40:08.330903" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T00:40:08.330356" elapsed="0.000571"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:40:08.331071" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T00:40:08.332711" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-31T00:40:09.096626" 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 Jul 31 00:40:08 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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-356-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T00:40:08.332219" elapsed="0.764594"/>
</kw>
<msg time="2026-07-31T00:40:09.096917" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:40:08.331852" elapsed="0.765156"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T00:40:08.330014" elapsed="0.767115"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.104264" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-31T00:40:09.097341" elapsed="0.008051"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T00:40:09.105578" elapsed="0.000290"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-31T00:40:08.328819" elapsed="0.777112"/>
</kw>
<status status="PASS" start="2026-07-31T00:40:08.325550" elapsed="0.780419"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:08.325181" elapsed="0.780820"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T00:40:09.106161" elapsed="0.000492"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T00:40:09.111084" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-31T00:40:09.110957" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:09.110932" elapsed="0.000264"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T00:40:09.116122" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-31T00:40:09.115966" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:09.115939" elapsed="0.000280"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:40:09.116397" elapsed="0.000614"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.117569" level="INFO">Logging into '10.30.171.77:8101' as 'karaf'.</msg>
<msg time="2026-07-31T00:40:09.320160" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T00:40:09.117213" elapsed="0.203047"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.422548" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T00:40:09.320438" elapsed="0.102196"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.430498" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T00:40:09.430709" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T00:40:09.422822" elapsed="0.007919"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T00:40:09.430913" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T00:40:09.431260" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:40:09.431932" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:40:09.431587" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T00:40:09.432038" elapsed="0.000047"/>
</return>
<msg time="2026-07-31T00:40:09.432234" 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.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T00:40:09.115452" elapsed="0.316814"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T00:40:09.432412" elapsed="0.000574"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T00:40:09.433036" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-31T00:40:09.110588" elapsed="0.322580"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T00:40:09.437054" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-31T00:40:09.436930" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:09.436907" elapsed="0.000223"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:40:09.437267" elapsed="0.000433"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.438425" level="INFO">Logging into '10.30.171.77:8101' as 'karaf'.</msg>
<msg time="2026-07-31T00:40:09.628396" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T00:40:09.438149" elapsed="0.190389"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.657338" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T00:40:09.628754" elapsed="0.028716"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.660901" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T00:40:09.661005" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T00:40:09.657832" elapsed="0.003202"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T00:40:09.661172" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T00:40:09.661507" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:40:09.662191" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:40:09.661882" elapsed="0.000358"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T00:40:09.662290" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T00:40:09.436577" elapsed="0.225872"/>
</kw>
<status status="PASS" start="2026-07-31T00:40:07.474759" elapsed="2.187752"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:40:09.664716" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:40:09.663372" elapsed="0.001429"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T00:40:09.666243" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T00:40:09.665885" elapsed="0.000402"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T00:40:09.666607" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T00:40:09.666366" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T00:40:09.669608" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T00:40:09.669360" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:09.669341" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.670043" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-31T00:40:09.670163" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T00:40:09.669844" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:40:09.670747" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.96" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:40:09.670328" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.671444" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:40:09.670962" elapsed="0.000510"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T00:40:09.672396" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T00:40:09.672484" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T00:40:09.672076" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:40:09.672649" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T00:40:09.673857" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-31T00:40:10.052641" 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 Jul 31 00:40:08 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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 Jul 31 00:40:09 2026 from 10.30.170.148
[?2004h[jenkins@releng-63164-356-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T00:40:09.673489" elapsed="0.379314"/>
</kw>
<msg time="2026-07-31T00:40:10.052883" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:40:09.673146" elapsed="0.379812"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T00:40:09.671679" elapsed="0.381384"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T00:40:10.053481" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T00:50:16.228700" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T00:50:16.229289" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T00:50:16.229394" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T00:40:10.053234" elapsed="606.176218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T00:50:16.229915" elapsed="0.000795"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.231942" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:15.292 16  switches: flows:  112404 113294 113387 110921 114292 113299 110197 110727 110308 111455 110393 108923 109788 109081 109848 111240  total = 29.659283 per ms 
00:42:15.393 16  switches: flows:  126395 124326 123607 124987 124270 125190 122416 122189 121901 122129 120027 121085 121656 121685 120988 121655  total = 32.687211 per ms 
00:43:15.494 16  switches: flows:  127687 123194 124543 125798 126044 126726 121924 123330 123020 122211 120113 121355 122184 123345 121074 123661  total = 32.881782 per ms 
00:44:15.595 16  switches: flows:  121696 117270 119498 119900 120271 117722 116525 118772 117484 116075 115434 115451 114528 118056 116355 118694  total = 31.343150 per ms 
00:45:15.696 16  switches: flows:  124121 121600 120903 120431 122454 121108 120490 121316 120360 119056 117502 118477 118683 119478 119737 120159  total = 32.044398 per ms 
00:46:15.797 16  switches: flows:  113844 112031 112355 108961 115367 111928 110599 109375 110265 108407 107269 109689 111145 107612 109711 109939  total = 29.425839 per ms 
00:47:15.898 16  switches: flows:  110633 109468 110097 108253 110708 109087 108679 106520 106946 108747 107622 106893 105839 106695 108195 107348  total = 28.814046 per ms 
00:48:16.002 16  switches: flows:  124931 122854 125366 125063 122313 125609 123582 122567 123991 122191 120071 118814 124252 122543 123060 122545  total = 32.772940 per ms 
00:49:16.103 16  switches: flows:  120429 121388 121325 121255 119798 120248 118477 119425 117705 118082 116531 115764 120610 118228 117397 116903  total = 31.673181 per ms 
00:50:16.204 16  switches: flows:  125094 126047 126563 127456 122880 126011 124500 124857 124365 121950 120474 119051 124644 121951 123544 122040  total = 32.968686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28814.05/32968.69/31623.47/10639.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.231174" elapsed="0.000978"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T00:50:16.232504" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-07-31T00:50:16.232286" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-07-31T00:50:16.232245" elapsed="0.000406"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T00:50:16.232818" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-31T00:50:16.232740" elapsed="0.000141"/>
</branch>
<status status="NOT RUN" start="2026-07-31T00:50:16.232716" elapsed="0.000198"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T00:50:16.232962" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:50:16.236866" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:50:16.237606" elapsed="0.000282"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T00:50:16.238093" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T00:50:16.233431" elapsed="0.004894"/>
</kw>
<msg time="2026-07-31T00:50:16.238517" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T00:40:09.667027" elapsed="606.571530"/>
</kw>
<status status="PASS" start="2026-07-31T00:40:09.666693" elapsed="606.571951"/>
</branch>
<status status="PASS" start="2026-07-31T00:40:09.666342" elapsed="606.572340"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.239395" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:15.292 16  switches: flows:  112404 113294 113387 110921 114292 113299 110197 110727 110308 111455 110393 108923 109788 109081 109848 111240  total = 29.659283 per ms 
00:42:15.393 16  switches: flows:  126395 124326 123607 124987 124270 125190 122416 122189 121901 122129 120027 121085 121656 121685 120988 121655  total = 32.687211 per ms 
00:43:15.494 16  switches: flows:  127687 123194 124543 125798 126044 126726 121924 123330 123020 122211 120113 121355 122184 123345 121074 123661  total = 32.881782 per ms 
00:44:15.595 16  switches: flows:  121696 117270 119498 119900 120271 117722 116525 118772 117484 116075 115434 115451 114528 118056 116355 118694  total = 31.343150 per ms 
00:45:15.696 16  switches: flows:  124121 121600 120903 120431 122454 121108 120490 121316 120360 119056 117502 118477 118683 119478 119737 120159  total = 32.044398 per ms 
00:46:15.797 16  switches: flows:  113844 112031 112355 108961 115367 111928 110599 109375 110265 108407 107269 109689 111145 107612 109711 109939  total = 29.425839 per ms 
00:47:15.898 16  switches: flows:  110633 109468 110097 108253 110708 109087 108679 106520 106946 108747 107622 106893 105839 106695 108195 107348  total = 28.814046 per ms 
00:48:16.002 16  switches: flows:  124931 122854 125366 125063 122313 125609 123582 122567 123991 122191 120071 118814 124252 122543 123060 122545  total = 32.772940 per ms 
00:49:16.103 16  switches: flows:  120429 121388 121325 121255 119798 120248 118477 119425 117705 118082 116531 115764 120610 118228 117397 116903  total = 31.673181 per ms 
00:50:16.204 16  switches: flows:  125094 126047 126563 127456 122880 126011 124500 124857 124365 121950 120474 119051 124644 121951 123544 122040  total = 32.968686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28814.05/32968.69/31623.47/10639.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.238934" elapsed="0.000570"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T00:50:16.239725" elapsed="0.000593"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T00:50:16.240918" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T00:50:16.241052" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28814.05/32968.69/31623.47/10639.92 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T00:50:16.240558" elapsed="0.000531"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T00:50:16.241712" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28814.05/32968.69/31623.47/10639.92 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T00:50:16.241333" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.244614" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.241993" elapsed="0.002679"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.247081" level="INFO">28814.05/32968.69/31623.47/10639.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.244836" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T00:50:16.249502" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T00:50:16.247295" elapsed="0.002235"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T00:50:16.252001" level="INFO">@{result_value_list} = [ 28814.05 | 32968.69 | 31623.47 | 10639.92 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T00:50:16.249756" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.252531" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T00:50:16.252621" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T00:50:16.252186" elapsed="0.000459"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.257521" level="INFO">min :: 28814.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.253147" elapsed="0.004433"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T00:50:16.253012" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.262169" level="INFO">max :: 32968.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.257857" elapsed="0.004369"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T00:50:16.257711" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.266902" level="INFO">avg :: 31623.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.262490" elapsed="0.004470"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T00:50:16.262353" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.271587" level="INFO">stdev :: 10639.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.267220" elapsed="0.004426"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T00:50:16.267090" elapsed="0.004593"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T00:50:16.252755" elapsed="0.018963"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.276002" level="INFO">${min} = 28814.05</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T00:50:16.271907" elapsed="0.004122"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.280190" level="INFO">${max} = 32968.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T00:50:16.276186" elapsed="0.004031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.284137" level="INFO">${average} = 31623.47</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T00:50:16.280373" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.288101" level="INFO">${stdev} = 10639.92</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T00:50:16.284318" elapsed="0.003810"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.288700" level="INFO">${date} = 2026-07-31 00:50:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T00:50:16.288293" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.289320" level="INFO">CBench Result: 2026-07-31 00:50:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28814.05,32968.69,31623.47,10639.92</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.288899" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T00:50:16.290628" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T00:50:16.290162" elapsed="0.000541"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T00:50:16.290889" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T00:50:16.289623" elapsed="0.001822"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-31T00:40:09.665233" elapsed="606.626276"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.292209" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T00:50:16.291879" 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-07-31T00:50:16.292803" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-07-31T00:50:16.292486" elapsed="0.000666"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T00:40:09.662676" elapsed="606.630515"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.294525" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.294146" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.295876" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T00:50:16.295519" elapsed="0.000403"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T00:50:16.296359" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-31T00:50:16.296061" elapsed="0.000370"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T00:50:16.299396" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T00:50:16.299144" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-31T00:50:16.299113" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T00:50:16.299844" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-31T00:50:16.299982" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T00:50:16.299610" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.300561" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.77 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.96" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T00:50:16.300145" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T00:50:16.301251" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T00:50:16.300759" elapsed="0.000526"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T00:50:16.302216" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T00:50:16.302305" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T00:50:16.301890" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:50:16.302468" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T00:50:16.303660" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-31T00:50:16.899197" 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 Jul 31 00:50:16 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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 Jul 31 00:40:09 2026 from 10.30.170.148
[?2004h[jenkins@releng-63164-356-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T00:50:16.303310" elapsed="0.596097"/>
</kw>
<msg time="2026-07-31T00:50:16.899519" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T00:50:16.302970" elapsed="0.596656"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T00:50:16.301492" elapsed="0.598265"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T00:50:16.900361" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.77 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T01:00:23.733170" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T01:00:23.733722" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T01:00:23.733899" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T00:50:16.900032" elapsed="606.833932"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:00:23.734425" elapsed="0.001231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.737251" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:22.188 16  switches: flows:  522403 522508 523729 513876 538101 520973 523911 532537 516712 510721 503675 512216 509229 514432 523612 494181  total = 138.046933 per ms 
00:52:22.290 16  switches: flows:  578856 580302 578419 589248 573524 579679 585956 574231 575098 577162 576802 579199 580452 558161 564364 561238  total = 153.285958 per ms 
00:53:22.793 16  switches: flows:  530192 524174 486734 486211 534244 521691 525024 512816 514982 515907 515859 526484 507154 517532 514743 483007  total = 135.810106 per ms 
00:54:22.895 16  switches: flows:  528847 526497 537575 549005 538618 544455 536395 535527 539692 534191 540962 502570 532172 541749 535536 537797  total = 142.450403 per ms 
00:55:22.996 16  switches: flows:  639707 625440 617007 614739 625903 613894 626488 622143 636774 629781 622228 615998 624102 618348 597463 628248  total = 165.692879 per ms 
00:56:23.098 16  switches: flows:  584070 557075 562321 544928 555916 552203 551121 571746 535203 569847 574414 567150 572659 569933 570123 547197  total = 149.512078 per ms 
00:57:23.199 16  switches: flows:  598108 603257 596845 583202 605197 588936 593222 599018 596819 583267 591774 606760 593309 585345 601872 583580  total = 158.241913 per ms 
00:58:23.301 16  switches: flows:  559698 564103 559684 554198 566392 569072 555656 571760 566234 560759 560214 558890 558398 553271 562158 554269  total = 149.326459 per ms 
00:59:23.403 16  switches: flows:  549035 554096 539066 559395 548250 559563 552106 538549 539862 539341 560693 553012 556895 539484 546747 549394  total = 146.178679 per ms 
01:00:23.695 16  switches: flows:  554239 565647 570366 559900 561593 563561 567618 562469 573355 564409 561907 567738 568488 567089 561676 528457  total = 149.249172 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135810.11/165692.88/149971.96/50652.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.736346" elapsed="0.001243"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T01:00:23.738179" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-07-31T01:00:23.737830" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-07-31T01:00:23.737734" elapsed="0.000673"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T01:00:23.738629" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:00:23.738542" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-07-31T01:00:23.738506" elapsed="0.000313"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T01:00:23.738897" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T01:00:23.744479" elapsed="0.000358"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T01:00:23.744988" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:00:23.745295" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T01:00:23.739640" elapsed="0.005815"/>
</kw>
<msg time="2026-07-31T01:00:23.745589" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T00:50:16.296791" elapsed="607.448825"/>
</kw>
<status status="PASS" start="2026-07-31T00:50:16.296458" elapsed="607.449207"/>
</branch>
<status status="PASS" start="2026-07-31T00:50:16.296036" elapsed="607.449652"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.746158" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:22.188 16  switches: flows:  522403 522508 523729 513876 538101 520973 523911 532537 516712 510721 503675 512216 509229 514432 523612 494181  total = 138.046933 per ms 
00:52:22.290 16  switches: flows:  578856 580302 578419 589248 573524 579679 585956 574231 575098 577162 576802 579199 580452 558161 564364 561238  total = 153.285958 per ms 
00:53:22.793 16  switches: flows:  530192 524174 486734 486211 534244 521691 525024 512816 514982 515907 515859 526484 507154 517532 514743 483007  total = 135.810106 per ms 
00:54:22.895 16  switches: flows:  528847 526497 537575 549005 538618 544455 536395 535527 539692 534191 540962 502570 532172 541749 535536 537797  total = 142.450403 per ms 
00:55:22.996 16  switches: flows:  639707 625440 617007 614739 625903 613894 626488 622143 636774 629781 622228 615998 624102 618348 597463 628248  total = 165.692879 per ms 
00:56:23.098 16  switches: flows:  584070 557075 562321 544928 555916 552203 551121 571746 535203 569847 574414 567150 572659 569933 570123 547197  total = 149.512078 per ms 
00:57:23.199 16  switches: flows:  598108 603257 596845 583202 605197 588936 593222 599018 596819 583267 591774 606760 593309 585345 601872 583580  total = 158.241913 per ms 
00:58:23.301 16  switches: flows:  559698 564103 559684 554198 566392 569072 555656 571760 566234 560759 560214 558890 558398 553271 562158 554269  total = 149.326459 per ms 
00:59:23.403 16  switches: flows:  549035 554096 539066 559395 548250 559563 552106 538549 539862 539341 560693 553012 556895 539484 546747 549394  total = 146.178679 per ms 
01:00:23.695 16  switches: flows:  554239 565647 570366 559900 561593 563561 567618 562469 573355 564409 561907 567738 568488 567089 561676 528457  total = 149.249172 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135810.11/165692.88/149971.96/50652.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.745844" elapsed="0.000407"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T01:00:23.746428" elapsed="0.000403"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T01:00:23.747264" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T01:00:23.747354" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135810.11/165692.88/149971.96/50652.17 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T01:00:23.747010" elapsed="0.000369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:00:23.747828" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135810.11/165692.88/149971.96/50652.17 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T01:00:23.747534" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.750229" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.748004" elapsed="0.002282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.752656" level="INFO">135810.11/165692.88/149971.96/50652.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.750431" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:00:23.755088" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T01:00:23.752878" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:00:23.757661" level="INFO">@{result_value_list} = [ 135810.11 | 165692.88 | 149971.96 | 50652.17 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T01:00:23.755312" elapsed="0.002377"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.758172" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T01:00:23.758262" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T01:00:23.757862" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.763225" level="INFO">min :: 135810.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-07-31T01:00:23.758693" elapsed="0.004590"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T01:00:23.758564" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.767938" level="INFO">max :: 165692.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.763538" elapsed="0.004461"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T01:00:23.763410" elapsed="0.004629"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.772827" level="INFO">avg :: 149971.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.768271" elapsed="0.004618"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T01:00:23.768137" elapsed="0.004787"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.778093" level="INFO">stdev :: 50652.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.773187" elapsed="0.004978"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T01:00:23.773025" elapsed="0.005185"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T01:00:23.758365" elapsed="0.019888"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.784035" level="INFO">${min} = 135810.11</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:00:23.778455" elapsed="0.005628"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.788208" level="INFO">${max} = 165692.88</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:00:23.784322" elapsed="0.003914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.792200" level="INFO">${average} = 149971.96</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:00:23.788412" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.796323" level="INFO">${stdev} = 50652.17</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:00:23.792382" elapsed="0.003969"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.796910" level="INFO">${date} = 2026-07-31 01:00:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T01:00:23.796517" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.797512" level="INFO">CBench Result: 2026-07-31 01:00:23,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135810.11,165692.88,149971.96,50652.17</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.797093" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T01:00:23.798793" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T01:00:23.798312" elapsed="0.000563"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T01:00:23.799052" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T01:00:23.797756" elapsed="0.001854"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-31T00:50:16.294942" elapsed="607.504732"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.800281" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T01:00:23.799886" elapsed="0.000454"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-31T01:00:23.800903" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-07-31T01:00:23.800567" elapsed="0.000691"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T00:50:16.293531" elapsed="607.507767"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.802581" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.802198" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.804116" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T01:00:23.803666" elapsed="0.000494"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T01:00:23.804569" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:00:23.804331" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T01:00:23.807896" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:00:23.807589" elapsed="0.000367"/>
</branch>
<status status="PASS" start="2026-07-31T01:00:23.807569" elapsed="0.000411"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:00:23.808324" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-31T01:00:23.808444" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T01:00:23.808120" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.809047" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.96" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:00:23.808605" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:00:23.809643" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T01:00:23.809246" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:00:23.810575" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T01:00:23.810664" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T01:00:23.810259" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T01:00:23.810887" elapsed="0.000379"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T01:00:23.812294" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-31T01:00:24.405932" 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 Jul 31 01:00:23 UTC 2026

  System load:  0.33               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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 Jul 31 00:50:16 2026 from 10.30.170.148
[?2004h[jenkins@releng-63164-356-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T01:00:23.811860" elapsed="0.594280"/>
</kw>
<msg time="2026-07-31T01:00:24.406231" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T01:00:23.811422" elapsed="0.594890"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T01:00:23.809886" elapsed="0.596544"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T01:00:24.406971" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T01:10:30.765640" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T01:10:30.766243" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T01:10:30.766350" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T01:00:24.406651" elapsed="606.359755"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:10:30.766859" elapsed="0.000691"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.769152" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:29.819 16  switches: flows:  113060 110950 108375 107404 109782 110047 106236 106488 105850 103706 107210 110074 109579 108424 110036 105872  total = 28.884883 per ms 
01:02:29.919 16  switches: flows:  117106 116628 111582 110831 112637 110957 109879 111323 109308 107608 111301 111963 111414 112841 110788 110172  total = 29.722587 per ms 
01:03:30.019 16  switches: flows:  118080 118847 112244 111991 113236 112003 110184 111479 110073 111320 111405 112855 113938 113677 109539 111244  total = 29.985188 per ms 
01:04:30.121 16  switches: flows:  111402 110598 111166 109366 108470 106279 106359 106887 104472 106513 104636 107701 102667 107840 107143 104908  total = 28.558568 per ms 
01:05:30.221 16  switches: flows:  117161 113760 116038 111152 116512 111769 110697 113139 110275 114040 109931 112259 109944 111713 111926 108976  total = 29.938107 per ms 
01:06:30.322 16  switches: flows:  121474 120294 121053 116487 120445 116990 115678 117380 114657 118697 114046 117078 114347 117004 116943 114498  total = 31.232337 per ms 
01:07:30.422 16  switches: flows:  117711 115801 118326 112586 117158 113958 113284 116203 110234 113575 111854 112332 111362 115861 115011 112410  total = 30.410277 per ms 
01:08:30.522 16  switches: flows:  119962 118566 120004 115680 118522 116682 115096 118216 113558 117375 114412 115741 111472 116523 115627 115182  total = 30.991852 per ms 
01:09:30.623 16  switches: flows:  117746 114901 115932 111390 116317 115266 112059 114861 111905 113366 110090 111479 110013 114544 113660 111794  total = 30.204951 per ms 
01:10:30.723 16  switches: flows:  113400 109554 112935 108130 111650 109570 108394 109483 106436 109690 106219 109078 105253 111605 109402 107705  total = 29.093138 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28558.57/31232.34/30015.22/10036.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.767962" elapsed="0.002761"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T01:10:30.771315" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-07-31T01:10:30.770974" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-07-31T01:10:30.770920" elapsed="0.000614"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T01:10:30.771743" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:10:30.771663" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-07-31T01:10:30.771628" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T01:10:30.771984" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T01:10:30.777703" elapsed="0.000351"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T01:10:30.778202" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:10:30.778497" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T01:10:30.772696" elapsed="0.005953"/>
</kw>
<msg time="2026-07-31T01:10:30.778797" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T01:00:23.805005" elapsed="606.973820"/>
</kw>
<status status="PASS" start="2026-07-31T01:00:23.804658" elapsed="606.974219"/>
</branch>
<status status="PASS" start="2026-07-31T01:00:23.804302" elapsed="606.974598"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.779323" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:29.819 16  switches: flows:  113060 110950 108375 107404 109782 110047 106236 106488 105850 103706 107210 110074 109579 108424 110036 105872  total = 28.884883 per ms 
01:02:29.919 16  switches: flows:  117106 116628 111582 110831 112637 110957 109879 111323 109308 107608 111301 111963 111414 112841 110788 110172  total = 29.722587 per ms 
01:03:30.019 16  switches: flows:  118080 118847 112244 111991 113236 112003 110184 111479 110073 111320 111405 112855 113938 113677 109539 111244  total = 29.985188 per ms 
01:04:30.121 16  switches: flows:  111402 110598 111166 109366 108470 106279 106359 106887 104472 106513 104636 107701 102667 107840 107143 104908  total = 28.558568 per ms 
01:05:30.221 16  switches: flows:  117161 113760 116038 111152 116512 111769 110697 113139 110275 114040 109931 112259 109944 111713 111926 108976  total = 29.938107 per ms 
01:06:30.322 16  switches: flows:  121474 120294 121053 116487 120445 116990 115678 117380 114657 118697 114046 117078 114347 117004 116943 114498  total = 31.232337 per ms 
01:07:30.422 16  switches: flows:  117711 115801 118326 112586 117158 113958 113284 116203 110234 113575 111854 112332 111362 115861 115011 112410  total = 30.410277 per ms 
01:08:30.522 16  switches: flows:  119962 118566 120004 115680 118522 116682 115096 118216 113558 117375 114412 115741 111472 116523 115627 115182  total = 30.991852 per ms 
01:09:30.623 16  switches: flows:  117746 114901 115932 111390 116317 115266 112059 114861 111905 113366 110090 111479 110013 114544 113660 111794  total = 30.204951 per ms 
01:10:30.723 16  switches: flows:  113400 109554 112935 108130 111650 109570 108394 109483 106436 109690 106219 109078 105253 111605 109402 107705  total = 29.093138 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28558.57/31232.34/30015.22/10036.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.779040" elapsed="0.000357"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T01:10:30.779545" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T01:10:30.780331" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T01:10:30.780421" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28558.57/31232.34/30015.22/10036.63 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T01:10:30.780102" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:10:30.780868" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28558.57/31232.34/30015.22/10036.63 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T01:10:30.780599" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.783281" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.781039" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.785684" level="INFO">28558.57/31232.34/30015.22/10036.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.783482" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:10:30.788108" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T01:10:30.785903" elapsed="0.002234"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:10:30.790514" level="INFO">@{result_value_list} = [ 28558.57 | 31232.34 | 30015.22 | 10036.63 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T01:10:30.788329" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.791052" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T01:10:30.791139" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T01:10:30.790731" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.795822" level="INFO">min :: 28558.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.791544" elapsed="0.004334"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T01:10:30.791416" elapsed="0.004497"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.800375" level="INFO">max :: 31232.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.796140" elapsed="0.004289"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T01:10:30.796000" elapsed="0.004464"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.804954" level="INFO">avg :: 30015.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.800671" elapsed="0.004338"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T01:10:30.800546" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.809472" level="INFO">stdev :: 10036.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.805254" elapsed="0.004274"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T01:10:30.805127" elapsed="0.004435"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T01:10:30.791229" elapsed="0.018363"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.813540" level="INFO">${min} = 28558.57</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:10:30.809750" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.817545" level="INFO">${max} = 31232.34</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:10:30.813718" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.821475" level="INFO">${average} = 30015.22</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:10:30.817743" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.825554" level="INFO">${stdev} = 10036.63</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T01:10:30.821657" elapsed="0.003924"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.826121" level="INFO">${date} = 2026-07-31 01:10:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T01:10:30.825747" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.826702" level="INFO">CBench Result: 2026-07-31 01:10:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28558.57,31232.34,30015.22,10036.63</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:10:30.826293" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T01:10:30.827953" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T01:10:30.827431" elapsed="0.000590"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T01:10:30.828187" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T01:10:30.826941" elapsed="0.001785"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-31T01:00:23.803106" elapsed="607.025698"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.829284" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T01:10:30.828959" elapsed="0.000383"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T01:10:30.830687" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T01:10:30.830185" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-31T01:10:30.830969" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-07-31T01:10:30.830814" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-07-31T01:10:30.830790" elapsed="0.000275"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-31T01:10:30.831210" 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-07-31T01:10:30.831367" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-31T01:10:30.831526" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-31T01:10:30.831727" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-31T01:10:30.831918" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-31T01:10:30.832080" 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-07-31T01:10:30.832228" elapsed="0.000035"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-31T01:10:30.832468" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:10:30.832330" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-07-31T01:10:30.832313" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-31T01:10:30.829734" elapsed="0.002859"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T01:00:23.801651" elapsed="607.030988"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-31T00:40:06.943727" elapsed="1823.889832"/>
</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>
