<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-24T00:46:30.659269" 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-05-24T00:46:31.226732" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-24T00:46:31.226593" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:31.226564" elapsed="0.000265"/>
</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-05-24T00:46:31.226975" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-24T00:46:31.227950" level="INFO">Logging into '10.30.171.66:8101' as 'karaf'.</msg>
<msg time="2026-05-24T00:46:31.937479" 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-05-24T00:46:31.227656" elapsed="0.710018"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-24T00:46:31.986957" 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-05-24T00:46:31.937958" elapsed="0.049068"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-24T00:46:31.988811" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-24T00:46:31.988922" 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-05-24T00:46:31.987190" elapsed="0.001762"/>
</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-05-24T00:46:31.989108" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T00:46:31.989494" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:46:31.990171" 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-05-24T00:46:31.989836" elapsed="0.000390"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T00:46:31.990279" elapsed="0.000059"/>
</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.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-24T00:46:31.226204" elapsed="0.764281"/>
</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-05-24T00:46:31.222702" elapsed="0.767848"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T00:46:31.991125" 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-05-24T00:46:31.990732" elapsed="0.000452"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T00:46:31.993990" 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-05-24T00:46:31.991337" elapsed="0.002713"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-24T00:46:31.994773" 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-05-24T00:46:31.994208" elapsed="0.000604"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T00:46:31.995524" 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-05-24T00:46:31.995042" elapsed="0.000542"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-24T00:46:31.996309" 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-05-24T00:46:31.995789" elapsed="0.000557"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T00:46:31.997031" 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-05-24T00:46:31.996596" elapsed="0.000494"/>
</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-05-24T00:46:31.997531" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-05-24T00:46:31.997200" elapsed="0.000411"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T00:46:32.003625" 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-05-24T00:46:32.003056" elapsed="0.000607"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T00:46:32.005036" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T00:46:32.005152" 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-05-24T00:46:32.004461" elapsed="0.000726"/>
</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-05-24T00:46:32.005387" elapsed="0.000548"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T00:46:32.007041" level="INFO">Logging into '10.30.170.73:22' as 'jenkins'.</msg>
<msg time="2026-05-24T00:46:32.751595" 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 Sun May 24 00:46:32 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.73
  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-261-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-05-24T00:46:32.006557" elapsed="0.745195"/>
</kw>
<msg time="2026-05-24T00:46:32.751847" 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-05-24T00:46:32.006151" elapsed="0.745790"/>
</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-05-24T00:46:32.003948" elapsed="0.748114"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-24T00:46:32.759458" 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-05-24T00:46:32.752271" elapsed="0.009077"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T00:46:32.761630" elapsed="0.000374"/>
</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-05-24T00:46:32.002311" elapsed="0.759781"/>
</kw>
<status status="PASS" start="2026-05-24T00:46:31.997817" elapsed="0.764329"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:31.997169" elapsed="0.765022"/>
</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-05-24T00:46:32.762417" elapsed="0.000698"/>
</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-05-24T00:46:32.769561" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-24T00:46:32.769361" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:32.769320" elapsed="0.000355"/>
</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-05-24T00:46:32.773405" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-24T00:46:32.773287" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:32.773268" elapsed="0.000222"/>
</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-05-24T00:46:32.773622" elapsed="0.000433"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-24T00:46:32.774477" level="INFO">Logging into '10.30.171.66:8101' as 'karaf'.</msg>
<msg time="2026-05-24T00:46:33.005020" 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-05-24T00:46:32.774201" elapsed="0.230981"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.105406" 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-05-24T00:46:33.005520" elapsed="0.099979"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.117234" 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-05-24T00:46:33.117424" 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-05-24T00:46:33.105684" elapsed="0.011786"/>
</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-05-24T00:46:33.117614" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T00:46:33.117953" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:46:33.118610" 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-05-24T00:46:33.118278" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T00:46:33.118715" elapsed="0.000051"/>
</return>
<msg time="2026-05-24T00:46:33.118913" 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.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-24T00:46:32.772922" elapsed="0.346022"/>
</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-05-24T00:46:33.119090" elapsed="0.000504"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T00:46:33.119646" 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-05-24T00:46:32.768877" elapsed="0.350898"/>
</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-05-24T00:46:33.123468" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-24T00:46:33.123314" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:33.123290" elapsed="0.000250"/>
</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-05-24T00:46:33.123671" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.124528" level="INFO">Logging into '10.30.171.66:8101' as 'karaf'.</msg>
<msg time="2026-05-24T00:46:33.292365" 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-05-24T00:46:33.124255" elapsed="0.168236"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.316194" 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-05-24T00:46:33.292683" elapsed="0.023567"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.318121" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-24T00:46:33.318220" 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-05-24T00:46:33.316392" elapsed="0.001857"/>
</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-05-24T00:46:33.318384" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T00:46:33.318715" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:46:33.319338" 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-05-24T00:46:33.319044" elapsed="0.000342"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T00:46:33.319455" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-24T00:46:33.122989" elapsed="0.196629"/>
</kw>
<status status="PASS" start="2026-05-24T00:46:31.220946" elapsed="2.098733"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:46:33.321988" 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-05-24T00:46:33.320614" elapsed="0.001439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T00:46:33.323481" 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-05-24T00:46:33.323111" elapsed="0.000415"/>
</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-05-24T00:46:33.323847" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-24T00:46:33.323604" elapsed="0.000302"/>
</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-05-24T00:46:33.326843" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-24T00:46:33.326588" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:33.326569" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.327256" 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-05-24T00:46:33.327377" 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-05-24T00:46:33.327057" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:46:33.327981" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.73" 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-05-24T00:46:33.327557" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.328652" 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-05-24T00:46:33.328180" elapsed="0.000499"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T00:46:33.329608" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T00:46:33.329699" 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-05-24T00:46:33.329273" elapsed="0.000451"/>
</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-05-24T00:46:33.329865" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.331063" level="INFO">Logging into '10.30.170.73:22' as 'jenkins'.</msg>
<msg time="2026-05-24T00:46:33.646534" 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 Sun May 24 00:46:32 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.73
  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: Sun May 24 00:46:32 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-261-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-05-24T00:46:33.330710" elapsed="0.316012"/>
</kw>
<msg time="2026-05-24T00:46:33.646811" 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-05-24T00:46:33.330342" elapsed="0.316557"/>
</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-05-24T00:46:33.328881" elapsed="0.318140"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-24T00:46:33.647783" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-24T00:56:39.765825" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-24T00:56:39.766341" level="INFO">${stdout} = </msg>
<msg time="2026-05-24T00:56:39.766410" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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-05-24T00:46:33.647233" elapsed="606.119248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T00:56:39.766817" elapsed="0.000478"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.768054" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:38.850 16  switches: flows:  105594 107428 105943 107504 106908 102869 106433 105897 104994 103070 103085 100835 103172 102719 103346 103496  total = 27.888217 per ms 
00:48:38.950 16  switches: flows:  109988 112050 110501 113201 111433 109027 112363 110039 110960 106472 108174 106359 107417 108932 108818 108052  total = 29.181040 per ms 
00:49:39.050 16  switches: flows:  112266 116571 116189 115207 117790 114366 115955 114853 113606 112063 109578 112211 111896 113047 111332 113036  total = 30.282170 per ms 
00:50:39.152 16  switches: flows:  119112 121807 121877 121453 122935 118961 120999 120350 119028 116603 115358 118829 117490 118775 117003 117476  total = 31.747550 per ms 
00:51:39.253 16  switches: flows:  116323 120800 119010 116052 118313 115702 117577 117912 117035 113226 111586 113603 114369 114941 115430 113116  total = 30.864998 per ms 
00:52:39.354 16  switches: flows:  118707 121248 120443 120298 117074 118643 119176 119308 117387 114681 114256 113381 116161 115352 116742 115790  total = 31.258605 per ms 
00:53:39.455 16  switches: flows:  116156 119722 117327 116169 117118 116731 114709 116204 113728 114250 112861 110928 115462 113405 115464 113063  total = 30.670425 per ms 
00:54:39.556 16  switches: flows:  121470 123748 123964 124337 122229 120215 122913 121487 120425 120915 118817 118305 121331 120053 121053 118872  total = 32.281652 per ms 
00:55:39.657 16  switches: flows:  120485 122845 123351 122973 121363 119993 123991 122671 120763 121810 117414 118034 122665 120816 120765 120093  total = 32.279958 per ms 
00:56:39.758 16  switches: flows:  122659 123849 123866 122505 121856 121248 123970 122017 121940 121766 117524 119741 120855 122169 120430 120790  total = 32.399017 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29181.04/32399.02/31218.38/10456.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T00:56:39.767559" elapsed="0.000737"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-24T00:56:39.768657" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-24T00:56:39.768428" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-05-24T00:56:39.768383" elapsed="0.000417"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-24T00:56:39.768936" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-24T00:56:39.768883" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-05-24T00:56:39.768861" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-24T00:56:39.769069" elapsed="0.000019"/>
</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-05-24T00:56:39.772602" elapsed="0.000453"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T00:56:39.773311" elapsed="0.000283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T00:56:39.773786" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-24T00:56:39.769548" elapsed="0.004456"/>
</kw>
<msg time="2026-05-24T00:56:39.774209" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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-05-24T00:46:33.324248" elapsed="606.450004"/>
</kw>
<status status="PASS" start="2026-05-24T00:46:33.323934" elapsed="606.450394"/>
</branch>
<status status="PASS" start="2026-05-24T00:46:33.323582" elapsed="606.450778"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.774989" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:38.850 16  switches: flows:  105594 107428 105943 107504 106908 102869 106433 105897 104994 103070 103085 100835 103172 102719 103346 103496  total = 27.888217 per ms 
00:48:38.950 16  switches: flows:  109988 112050 110501 113201 111433 109027 112363 110039 110960 106472 108174 106359 107417 108932 108818 108052  total = 29.181040 per ms 
00:49:39.050 16  switches: flows:  112266 116571 116189 115207 117790 114366 115955 114853 113606 112063 109578 112211 111896 113047 111332 113036  total = 30.282170 per ms 
00:50:39.152 16  switches: flows:  119112 121807 121877 121453 122935 118961 120999 120350 119028 116603 115358 118829 117490 118775 117003 117476  total = 31.747550 per ms 
00:51:39.253 16  switches: flows:  116323 120800 119010 116052 118313 115702 117577 117912 117035 113226 111586 113603 114369 114941 115430 113116  total = 30.864998 per ms 
00:52:39.354 16  switches: flows:  118707 121248 120443 120298 117074 118643 119176 119308 117387 114681 114256 113381 116161 115352 116742 115790  total = 31.258605 per ms 
00:53:39.455 16  switches: flows:  116156 119722 117327 116169 117118 116731 114709 116204 113728 114250 112861 110928 115462 113405 115464 113063  total = 30.670425 per ms 
00:54:39.556 16  switches: flows:  121470 123748 123964 124337 122229 120215 122913 121487 120425 120915 118817 118305 121331 120053 121053 118872  total = 32.281652 per ms 
00:55:39.657 16  switches: flows:  120485 122845 123351 122973 121363 119993 123991 122671 120763 121810 117414 118034 122665 120816 120765 120093  total = 32.279958 per ms 
00:56:39.758 16  switches: flows:  122659 123849 123866 122505 121856 121248 123970 122017 121940 121766 117524 119741 120855 122169 120430 120790  total = 32.399017 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29181.04/32399.02/31218.38/10456.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T00:56:39.774579" elapsed="0.000513"/>
</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-05-24T00:56:39.775298" elapsed="0.000532"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-24T00:56:39.776361" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-24T00:56:39.776507" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29181.04/32399.02/31218.38/10456.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-24T00:56:39.776051" elapsed="0.000492"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T00:56:39.777216" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29181.04/32399.02/31218.38/10456.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T00:56:39.776785" elapsed="0.000518"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.779916" 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-05-24T00:56:39.777579" elapsed="0.002393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.782357" level="INFO">29181.04/32399.02/31218.38/10456.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T00:56:39.780122" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T00:56:39.784732" 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-05-24T00:56:39.782577" elapsed="0.002183"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T00:56:39.787153" level="INFO">@{result_value_list} = [ 29181.04 | 32399.02 | 31218.38 | 10456.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T00:56:39.784956" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.787650" level="INFO">Length is 4.</msg>
<msg time="2026-05-24T00:56:39.787737" 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-05-24T00:56:39.787332" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.792357" level="INFO">min :: 29181.04</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-05-24T00:56:39.788144" elapsed="0.004270"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-24T00:56:39.788013" elapsed="0.004450"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.796923" level="INFO">max :: 32399.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T00:56:39.792683" elapsed="0.004296"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-24T00:56:39.792556" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.801460" level="INFO">avg :: 31218.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T00:56:39.797231" elapsed="0.004286"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-24T00:56:39.797104" elapsed="0.004447"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.806142" level="INFO">stdev :: 10456.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-05-24T00:56:39.801770" elapsed="0.004428"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-24T00:56:39.801645" elapsed="0.004588"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-24T00:56:39.787829" elapsed="0.018437"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.810111" level="INFO">${min} = 29181.04</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-05-24T00:56:39.806450" elapsed="0.003688"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.814123" level="INFO">${max} = 32399.02</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-05-24T00:56:39.810291" elapsed="0.003859"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.818857" level="INFO">${average} = 31218.38</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T00:56:39.814304" elapsed="0.004580"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.822725" level="INFO">${stdev} = 10456.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T00:56:39.819039" elapsed="0.003713"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.823262" level="INFO">${date} = 2026-05-24 00:56:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-24T00:56:39.822915" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.823859" level="INFO">CBench Result: 2026-05-24 00:56:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29181.04,32399.02,31218.38,10456.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T00:56:39.823450" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T00:56:39.824926" 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-05-24T00:56:39.824538" elapsed="0.000454"/>
</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-05-24T00:56:39.825147" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-24T00:56:39.824055" elapsed="0.001655"/>
</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-05-24T00:46:33.322471" elapsed="606.503301"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.826243" 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-05-24T00:56:39.825922" elapsed="0.000376"/>
</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-05-24T00:56:39.826817" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-05-24T00:56:39.826520" elapsed="0.000638"/>
</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-05-24T00:46:33.319824" elapsed="606.507370"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.828649" 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-05-24T00:56:39.828212" elapsed="0.000494"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.829972" 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-05-24T00:56:39.829632" elapsed="0.000382"/>
</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-05-24T00:56:39.830343" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-24T00:56:39.830124" elapsed="0.000277"/>
</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-05-24T00:56:39.833324" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-24T00:56:39.833053" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-05-24T00:56:39.833032" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-24T00:56:39.833755" 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-05-24T00:56:39.833872" 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-05-24T00:56:39.833555" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.834460" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.66 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.73" 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-05-24T00:56:39.834035" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T00:56:39.835040" 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-05-24T00:56:39.834656" elapsed="0.000410"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T00:56:39.835952" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T00:56:39.836039" 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-05-24T00:56:39.835649" elapsed="0.000414"/>
</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-05-24T00:56:39.836203" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T00:56:39.837392" level="INFO">Logging into '10.30.170.73:22' as 'jenkins'.</msg>
<msg time="2026-05-24T00:56:40.460723" 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 Sun May 24 00:56:40 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.73
  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: Sun May 24 00:46:33 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-261-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-05-24T00:56:39.837031" elapsed="0.623870"/>
</kw>
<msg time="2026-05-24T00:56:40.460985" 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-05-24T00:56:39.836690" elapsed="0.624380"/>
</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-05-24T00:56:39.835265" elapsed="0.625917"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-24T00:56:40.461698" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.66 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-24T01:06:47.110605" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-24T01:06:47.111169" level="INFO">${stdout} = </msg>
<msg time="2026-05-24T01:06:47.111277" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66: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-05-24T00:56:40.461390" elapsed="606.649944"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T01:06:47.111914" elapsed="0.000701"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.113738" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66: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.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:45.592 16  switches: flows:  564315 546062 569767 555062 555417 558477 541990 552055 535356 542317 551549 551395 561510 523236 560622 546790  total = 146.932000 per ms 
00:58:46.284 16  switches: flows:  500814 481767 479972 370554 479616 506358 481776 478081 478974 476502 490060 502431 506483 485859 501484 478577  total = 126.859574 per ms 
00:59:46.387 16  switches: flows:  610261 601882 587186 602577 597305 606152 598087 600064 577945 602080 605139 612969 603044 597865 599732 589143  total = 159.586856 per ms 
01:00:46.488 16  switches: flows:  471195 483815 456334 470102 424517 484149 463996 486933 469458 477108 491175 485744 463148 470255 475638 471226  total = 125.535525 per ms 
01:01:46.592 16  switches: flows:  558563 531505 553413 560527 539569 551840 550106 553081 532008 556788 518218 548724 544545 537624 548594 546503  total = 145.276382 per ms 
01:02:46.694 16  switches: flows:  547567 533779 539034 520074 546526 534253 536496 537497 524181 532298 538080 531036 535976 539051 541230 523372  total = 142.435179 per ms 
01:03:46.795 16  switches: flows:  548680 548451 573323 560659 565253 580849 536288 570007 556558 564085 571416 578764 571555 555598 567325 566971  total = 150.010795 per ms 
01:04:46.897 16  switches: flows:  623975 616233 628966 616630 618425 631912 624898 634045 619080 620560 625068 621790 630809 625084 627442 622842  total = 166.183451 per ms 
01:05:46.998 16  switches: flows:  585447 584935 580592 580831 585391 561097 579346 593718 592011 589492 577287 588365 589223 595656 590408 581252  total = 155.653912 per ms 
01:06:47.100 16  switches: flows:  620600 611111 615807 609065 614239 615571 615452 618428 614211 623550 610966 615126 614024 616904 613697 620575  total = 163.880472 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125535.52/166183.45/148380.24/51408.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:06:47.112990" elapsed="0.001047"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-24T01:06:47.114542" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-24T01:06:47.114219" elapsed="0.000473"/>
</branch>
<status status="PASS" start="2026-05-24T01:06:47.114161" elapsed="0.000585"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-24T01:06:47.114950" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-24T01:06:47.114870" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-05-24T01:06:47.114836" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-24T01:06:47.115152" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T01:06:47.119364" elapsed="0.000538"/>
</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-05-24T01:06:47.120123" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T01:06:47.120561" 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-05-24T01:06:47.115883" elapsed="0.004836"/>
</kw>
<msg time="2026-05-24T01:06:47.120845" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66: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-05-24T00:56:39.830757" elapsed="607.290114"/>
</kw>
<status status="PASS" start="2026-05-24T00:56:39.830426" elapsed="607.290493"/>
</branch>
<status status="PASS" start="2026-05-24T00:56:39.830104" elapsed="607.290837"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.121371" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66: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.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:45.592 16  switches: flows:  564315 546062 569767 555062 555417 558477 541990 552055 535356 542317 551549 551395 561510 523236 560622 546790  total = 146.932000 per ms 
00:58:46.284 16  switches: flows:  500814 481767 479972 370554 479616 506358 481776 478081 478974 476502 490060 502431 506483 485859 501484 478577  total = 126.859574 per ms 
00:59:46.387 16  switches: flows:  610261 601882 587186 602577 597305 606152 598087 600064 577945 602080 605139 612969 603044 597865 599732 589143  total = 159.586856 per ms 
01:00:46.488 16  switches: flows:  471195 483815 456334 470102 424517 484149 463996 486933 469458 477108 491175 485744 463148 470255 475638 471226  total = 125.535525 per ms 
01:01:46.592 16  switches: flows:  558563 531505 553413 560527 539569 551840 550106 553081 532008 556788 518218 548724 544545 537624 548594 546503  total = 145.276382 per ms 
01:02:46.694 16  switches: flows:  547567 533779 539034 520074 546526 534253 536496 537497 524181 532298 538080 531036 535976 539051 541230 523372  total = 142.435179 per ms 
01:03:46.795 16  switches: flows:  548680 548451 573323 560659 565253 580849 536288 570007 556558 564085 571416 578764 571555 555598 567325 566971  total = 150.010795 per ms 
01:04:46.897 16  switches: flows:  623975 616233 628966 616630 618425 631912 624898 634045 619080 620560 625068 621790 630809 625084 627442 622842  total = 166.183451 per ms 
01:05:46.998 16  switches: flows:  585447 584935 580592 580831 585391 561097 579346 593718 592011 589492 577287 588365 589223 595656 590408 581252  total = 155.653912 per ms 
01:06:47.100 16  switches: flows:  620600 611111 615807 609065 614239 615571 615452 618428 614211 623550 610966 615126 614024 616904 613697 620575  total = 163.880472 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125535.52/166183.45/148380.24/51408.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:06:47.121086" elapsed="0.000373"/>
</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-05-24T01:06:47.121615" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-24T01:06:47.122355" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-24T01:06:47.122459" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125535.52/166183.45/148380.24/51408.02 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-05-24T01:06:47.122141" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T01:06:47.122890" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125535.52/166183.45/148380.24/51408.02 | 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-05-24T01:06:47.122640" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.125287" 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-05-24T01:06:47.123062" elapsed="0.002282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.127712" level="INFO">125535.52/166183.45/148380.24/51408.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:06:47.125505" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T01:06:47.130099" 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-05-24T01:06:47.127918" elapsed="0.002212"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T01:06:47.132573" level="INFO">@{result_value_list} = [ 125535.52 | 166183.45 | 148380.24 | 51408.02 ]</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-05-24T01:06:47.130325" elapsed="0.002275"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.133058" level="INFO">Length is 4.</msg>
<msg time="2026-05-24T01:06:47.133144" 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-05-24T01:06:47.132754" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.137886" level="INFO">min :: 125535.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:06:47.133567" elapsed="0.004376"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-24T01:06:47.133420" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.142707" level="INFO">max :: 166183.45</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-05-24T01:06:47.138195" elapsed="0.004569"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-24T01:06:47.138068" elapsed="0.004732"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.147255" level="INFO">avg :: 148380.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:06:47.143017" elapsed="0.004294"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-24T01:06:47.142888" elapsed="0.004457"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.151794" level="INFO">stdev :: 51408.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:06:47.147588" elapsed="0.004261"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-24T01:06:47.147445" elapsed="0.004439"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-24T01:06:47.133233" elapsed="0.018682"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.155821" level="INFO">${min} = 125535.52</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-05-24T01:06:47.152070" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.159761" level="INFO">${max} = 166183.45</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-05-24T01:06:47.155999" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.163708" level="INFO">${average} = 148380.24</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-05-24T01:06:47.159949" elapsed="0.003786"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.167761" level="INFO">${stdev} = 51408.02</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-05-24T01:06:47.163887" elapsed="0.003902"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.168306" level="INFO">${date} = 2026-05-24 01:06:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-24T01:06:47.167951" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.168968" level="INFO">CBench Result: 2026-05-24 01:06:47,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125535.52,166183.45,148380.24,51408.02</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-05-24T01:06:47.168523" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T01:06:47.170116" 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-05-24T01:06:47.169701" elapsed="0.000482"/>
</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-05-24T01:06:47.170335" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-24T01:06:47.169177" elapsed="0.001732"/>
</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-05-24T00:56:39.829021" elapsed="607.341947"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.171515" 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-05-24T01:06:47.171119" elapsed="0.000462"/>
</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-05-24T01:06:47.172100" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-05-24T01:06:47.171794" elapsed="0.000669"/>
</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-05-24T00:56:39.827635" elapsed="607.344873"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.174089" 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-05-24T01:06:47.173693" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.175398" 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-05-24T01:06:47.175066" elapsed="0.000458"/>
</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-05-24T01:06:47.175908" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-24T01:06:47.175671" elapsed="0.000296"/>
</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-05-24T01:06:47.178835" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-24T01:06:47.178589" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-05-24T01:06:47.178570" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-24T01:06:47.179243" 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-05-24T01:06:47.179362" 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-05-24T01:06:47.179046" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.180124" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.73" 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-05-24T01:06:47.179567" elapsed="0.000615"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T01:06:47.180884" 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-05-24T01:06:47.180320" elapsed="0.000591"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T01:06:47.182110" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T01:06:47.182218" 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-05-24T01:06:47.181516" elapsed="0.000731"/>
</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-05-24T01:06:47.182410" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T01:06:47.183717" level="INFO">Logging into '10.30.170.73:22' as 'jenkins'.</msg>
<msg time="2026-05-24T01:06:47.775304" 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 Sun May 24 01:06:47 UTC 2026

  System load:  0.24               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.73
  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: Sun May 24 00:56:40 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-261-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-05-24T01:06:47.183305" elapsed="0.592325"/>
</kw>
<msg time="2026-05-24T01:06:47.775734" 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-05-24T01:06:47.182936" elapsed="0.592899"/>
</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-05-24T01:06:47.181112" elapsed="0.594867"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-24T01:06:47.776629" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-24T01:16:53.815651" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-24T01:16:53.816216" level="INFO">${stdout} = </msg>
<msg time="2026-05-24T01:16:53.816323" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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-05-24T01:06:47.776245" elapsed="606.040136"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T01:16:53.816856" elapsed="0.000686"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.818696" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:52.901 16  switches: flows:  114128 115781 113690 113448 114267 113699 114141 110570 113957 114543 110222 113764 111093 112447 110796 111297  total = 30.130717 per ms 
01:08:53.002 16  switches: flows:  121983 127801 124658 123570 125928 124903 125482 119151 124978 125964 122586 125209 121987 122831 122637 122074  total = 32.973721 per ms 
01:09:53.102 16  switches: flows:  119971 121934 123287 121018 122459 122825 123238 117197 121631 121425 118414 120987 117578 121060 117488 120737  total = 32.133842 per ms 
01:10:53.202 16  switches: flows:  120042 123225 126581 124272 125630 122254 125807 119166 123087 124301 121103 122529 121486 122226 120372 121805  total = 32.676887 per ms 
01:11:53.303 16  switches: flows:  117790 119943 123044 120364 122644 118766 121931 115115 120761 120796 116383 118349 116688 119076 116507 118210  total = 31.719820 per ms 
01:12:53.403 16  switches: flows:  113271 116824 117678 116081 117992 114618 117883 111158 115972 117032 111239 112532 113778 115125 111055 114947  total = 30.568694 per ms 
01:13:53.503 16  switches: flows:  121973 122936 127151 124841 127075 123557 125959 119974 125466 123916 121629 122762 122075 124713 119911 123536  total = 32.902882 per ms 
01:14:53.604 16  switches: flows:  114749 116750 121290 118318 120744 116643 119002 112136 118412 117909 114759 115575 116345 116323 112995 117284  total = 31.101862 per ms 
01:15:53.704 16  switches: flows:  120845 124131 126270 123512 125326 120454 125201 118080 123201 123677 120168 121150 122046 120838 117909 123632  total = 32.552970 per ms 
01:16:53.804 16  switches: flows:  122248 124001 126795 125275 124941 122237 125705 117840 124620 124277 120493 121432 120031 122562 119912 124701  total = 32.729836 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30568.69/32973.72/32151.17/10747.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:16:53.817925" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-24T01:16:53.819544" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-24T01:16:53.819204" elapsed="0.000492"/>
</branch>
<status status="PASS" start="2026-05-24T01:16:53.819144" elapsed="0.000607"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-24T01:16:53.819957" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-05-24T01:16:53.819877" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-05-24T01:16:53.819842" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-24T01:16:53.820201" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T01:16:53.825354" elapsed="0.000346"/>
</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-05-24T01:16:53.825855" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T01:16:53.826145" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-24T01:16:53.820901" elapsed="0.005395"/>
</kw>
<msg time="2026-05-24T01:16:53.826421" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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-05-24T01:06:47.176303" elapsed="606.650160"/>
</kw>
<status status="PASS" start="2026-05-24T01:06:47.175993" elapsed="606.650520"/>
</branch>
<status status="PASS" start="2026-05-24T01:06:47.175647" elapsed="606.650889"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.826968" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66: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.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:52.901 16  switches: flows:  114128 115781 113690 113448 114267 113699 114141 110570 113957 114543 110222 113764 111093 112447 110796 111297  total = 30.130717 per ms 
01:08:53.002 16  switches: flows:  121983 127801 124658 123570 125928 124903 125482 119151 124978 125964 122586 125209 121987 122831 122637 122074  total = 32.973721 per ms 
01:09:53.102 16  switches: flows:  119971 121934 123287 121018 122459 122825 123238 117197 121631 121425 118414 120987 117578 121060 117488 120737  total = 32.133842 per ms 
01:10:53.202 16  switches: flows:  120042 123225 126581 124272 125630 122254 125807 119166 123087 124301 121103 122529 121486 122226 120372 121805  total = 32.676887 per ms 
01:11:53.303 16  switches: flows:  117790 119943 123044 120364 122644 118766 121931 115115 120761 120796 116383 118349 116688 119076 116507 118210  total = 31.719820 per ms 
01:12:53.403 16  switches: flows:  113271 116824 117678 116081 117992 114618 117883 111158 115972 117032 111239 112532 113778 115125 111055 114947  total = 30.568694 per ms 
01:13:53.503 16  switches: flows:  121973 122936 127151 124841 127075 123557 125959 119974 125466 123916 121629 122762 122075 124713 119911 123536  total = 32.902882 per ms 
01:14:53.604 16  switches: flows:  114749 116750 121290 118318 120744 116643 119002 112136 118412 117909 114759 115575 116345 116323 112995 117284  total = 31.101862 per ms 
01:15:53.704 16  switches: flows:  120845 124131 126270 123512 125326 120454 125201 118080 123201 123677 120168 121150 122046 120838 117909 123632  total = 32.552970 per ms 
01:16:53.804 16  switches: flows:  122248 124001 126795 125275 124941 122237 125705 117840 124620 124277 120493 121432 120031 122562 119912 124701  total = 32.729836 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30568.69/32973.72/32151.17/10747.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:16:53.826675" elapsed="0.000366"/>
</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-05-24T01:16:53.827189" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-24T01:16:53.827965" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-24T01:16:53.828058" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30568.69/32973.72/32151.17/10747.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-24T01:16:53.827727" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T01:16:53.828504" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30568.69/32973.72/32151.17/10747.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T01:16:53.828235" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.830879" 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-05-24T01:16:53.828676" elapsed="0.002260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.833456" level="INFO">30568.69/32973.72/32151.17/10747.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:16:53.831080" elapsed="0.002435"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T01:16:53.835853" 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-05-24T01:16:53.833666" elapsed="0.002214"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T01:16:53.838295" level="INFO">@{result_value_list} = [ 30568.69 | 32973.72 | 32151.17 | 10747.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T01:16:53.836110" elapsed="0.002213"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.838824" level="INFO">Length is 4.</msg>
<msg time="2026-05-24T01:16:53.838911" 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-05-24T01:16:53.838519" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.843708" level="INFO">min :: 30568.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-05-24T01:16:53.839309" elapsed="0.004458"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-24T01:16:53.839181" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.848285" level="INFO">max :: 32973.72</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-05-24T01:16:53.844036" elapsed="0.004305"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-24T01:16:53.843904" elapsed="0.004471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.852832" level="INFO">avg :: 32151.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-05-24T01:16:53.848600" elapsed="0.004287"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-24T01:16:53.848474" elapsed="0.004448"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.857381" level="INFO">stdev :: 10747.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-05-24T01:16:53.853129" elapsed="0.004404"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-24T01:16:53.853004" elapsed="0.004567"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-24T01:16:53.839004" elapsed="0.018597"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.861577" level="INFO">${min} = 30568.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T01:16:53.857767" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.865423" level="INFO">${max} = 32973.72</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-05-24T01:16:53.861755" elapsed="0.003885"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.869522" level="INFO">${average} = 32151.17</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-05-24T01:16:53.865798" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.873447" level="INFO">${stdev} = 10747.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T01:16:53.869703" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.873979" level="INFO">${date} = 2026-05-24 01:16:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-24T01:16:53.873636" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.874592" level="INFO">CBench Result: 2026-05-24 01:16:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30568.69,32973.72,32151.17,10747.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T01:16:53.874156" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T01:16:53.875744" 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-05-24T01:16:53.875259" elapsed="0.000565"/>
</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-05-24T01:16:53.875979" elapsed="0.000486"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-24T01:16:53.874791" elapsed="0.001740"/>
</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-05-24T01:06:47.174513" elapsed="606.702080"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.877058" 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-05-24T01:16:53.876742" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-24T01:16:53.878301" 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-05-24T01:16:53.877831" elapsed="0.000497"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-24T01:16:53.878570" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-05-24T01:16:53.878406" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-05-24T01:16:53.878386" 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-05-24T01:16:53.878804" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-24T01:16:53.878959" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-24T01:16:53.879118" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-24T01:16:53.879314" elapsed="0.000022"/>
</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-05-24T01:16:53.879483" 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-05-24T01:16:53.879632" 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-05-24T01:16:53.879787" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-24T01:16:53.880020" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-24T01:16:53.879875" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-05-24T01:16:53.879858" elapsed="0.000238"/>
</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-05-24T01:16:53.877498" elapsed="0.002648"/>
</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-05-24T01:06:47.172984" elapsed="606.707208"/>
</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-05-24T00:46:30.660837" elapsed="1823.221381"/>
</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>
