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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-11T03:02:38.097604" elapsed="0.657954"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T03:02:38.806684" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-11T03:02:38.756143" elapsed="0.050772"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T03:02:38.809244" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T03:02:38.809371" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-11T03:02:38.807253" elapsed="0.002148"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-11T03:02:38.809568" elapsed="0.000357"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:02:38.810093" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:02:38.810965" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:02:38.810540" elapsed="0.000483"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T03:02:38.811083" elapsed="0.000069"/>
</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.230
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-11T03:02:38.095947" elapsed="0.715344"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-11T03:02:38.091418" elapsed="0.719943"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T03:02:38.812066" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-11T03:02:38.811573" elapsed="0.000554"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T03:02:38.812549" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-11T03:02:38.812284" elapsed="0.000341"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T03:02:38.813238" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-11T03:02:38.812815" elapsed="0.000451"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T03:02:38.813812" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-11T03:02:38.813440" elapsed="0.000417"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T03:02:38.814386" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-11T03:02:38.814005" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T03:02:38.814944" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-11T03:02:38.814575" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-11T03:02:38.815310" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:02:38.815086" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:02:38.819894" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:02:38.819426" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:02:38.821054" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T03:02:38.821138" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:02:38.820483" elapsed="0.000679"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:02:38.821309" elapsed="0.000370"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T03:02:38.822816" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-04-11T03:02:39.513041" 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 Sat Apr 11 03:02:39 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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-176-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-11T03:02:38.822213" elapsed="0.691001"/>
</kw>
<msg time="2026-04-11T03:02:39.513310" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:02:38.821859" elapsed="0.691548"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-11T03:02:38.820137" elapsed="0.693396"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-11T03:02:39.520085" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-11T03:02:39.513777" elapsed="0.007679"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:02:39.521661" elapsed="0.000583"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-11T03:02:38.818866" elapsed="0.703516"/>
</kw>
<status status="PASS" start="2026-04-11T03:02:38.815455" elapsed="0.707010"/>
</branch>
<status status="PASS" start="2026-04-11T03:02:38.815055" elapsed="0.707476"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-11T03:02:39.522893" elapsed="0.001014"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-11T03:02:39.534577" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-11T03:02:39.534443" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-04-11T03:02:39.534415" elapsed="0.000247"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-11T03:02:39.538406" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-11T03:02:39.538286" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-04-11T03:02:39.538265" elapsed="0.000214"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:02:39.538621" elapsed="0.000540"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T03:02:39.539605" level="INFO">Logging into '10.30.171.230:8101' as 'karaf'.</msg>
<msg time="2026-04-11T03:02:39.719255" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-11T03:02:39.539329" elapsed="0.180089"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T03:02:39.807158" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-11T03:02:39.719669" elapsed="0.087688"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T03:02:39.813198" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T03:02:39.813384" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-11T03:02:39.807612" elapsed="0.005813"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-11T03:02:39.813585" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:02:39.813991" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:02:39.814673" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:02:39.814342" elapsed="0.000439"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T03:02:39.814837" elapsed="0.000052"/>
</return>
<msg time="2026-04-11T03:02:39.815042" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.230
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-11T03:02:39.537899" elapsed="0.277177"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-11T03:02:39.815226" elapsed="0.000542"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T03:02:39.815824" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-11T03:02:39.534100" elapsed="0.281859"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-11T03:02:39.819841" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-11T03:02:39.819684" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-04-11T03:02:39.819660" elapsed="0.000261"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:02:39.820070" elapsed="0.000463"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T03:02:39.820990" level="INFO">Logging into '10.30.171.230:8101' as 'karaf'.</msg>
<msg time="2026-04-11T03:02:39.998736" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-11T03:02:39.820695" elapsed="0.178269"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T03:02:40.026101" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-11T03:02:39.999244" elapsed="0.026925"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T03:02:40.028023" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T03:02:40.028133" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-11T03:02:40.026329" elapsed="0.001834"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-11T03:02:40.028304" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:02:40.028655" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:02:40.029410" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:02:40.029043" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T03:02:40.029515" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.230
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-11T03:02:39.819358" elapsed="0.210351"/>
</kw>
<status status="PASS" start="2026-04-11T03:02:38.089441" elapsed="1.940360"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:02:40.032204" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:02:40.031042" elapsed="0.001228"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T03:02:40.033819" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-11T03:02:40.033436" elapsed="0.000429"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-11T03:02:40.034195" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:02:40.033946" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-11T03:02:40.037433" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:02:40.037170" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-04-11T03:02:40.037150" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:02:40.037912" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-11T03:02:40.037670" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:02:40.038781" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.76" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:02:40.038209" elapsed="0.000635"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:02:40.039480" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:02:40.038999" elapsed="0.000508"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:02:40.040445" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T03:02:40.040536" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:02:40.040105" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:02:40.040704" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T03:02:40.041933" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-04-11T03:02:40.385280" 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 Sat Apr 11 03:02:39 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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: Sat Apr 11 03:02:39 2026 from 10.30.170.179
[?2004h[jenkins@releng-63164-176-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-11T03:02:40.041554" elapsed="0.344036"/>
</kw>
<msg time="2026-04-11T03:02:40.385769" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:02:40.041209" elapsed="0.344726"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-11T03:02:40.039711" elapsed="0.346453"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T03:02:40.387834" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T03:12:46.516603" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T03:12:46.519523" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T03:12:46.519585" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-11T03:02:40.386568" elapsed="606.133050"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:12:46.520437" elapsed="0.001208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.522342" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230: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.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:45.583 16  switches: flows:  73799 73092 71806 72284 71822 72284 73117 72218 70915 70634 70188 69998 71545 70957 70385 70630  total = 19.094567 per ms 
03:04:45.684 16  switches: flows:  103166 102275 102331 104056 104312 105161 104501 104098 101383 102167 100043 101832 102505 101622 101035 100541  total = 27.304907 per ms 
03:05:45.785 16  switches: flows:  104561 103025 104209 102222 105587 103517 102951 101902 100788 101265 100303 100549 100878 101529 98959 100220  total = 27.162306 per ms 
03:06:45.885 16  switches: flows:  105413 105153 105470 105353 107788 105827 105007 105948 102603 102642 101334 102851 102333 103524 100745 103570  total = 27.713071 per ms 
03:07:45.986 16  switches: flows:  99903 100371 98445 100956 101713 99658 101163 99655 94565 96802 95399 96611 97041 97922 95991 96478  total = 26.167515 per ms 
03:08:46.086 16  switches: flows:  100157 100797 99936 102625 101727 98017 101755 98201 94324 95272 97375 96324 97388 99260 95461 97202  total = 26.219720 per ms 
03:09:46.187 16  switches: flows:  91404 91317 89350 92423 92703 91303 92366 89296 89325 88348 87169 86781 89798 87657 89839 87712  total = 23.906560 per ms 
03:10:46.287 16  switches: flows:  106207 107586 105373 106323 105480 107000 107462 107229 104265 101702 105720 101293 104100 101244 100450 103282  total = 27.865403 per ms 
03:11:46.388 16  switches: flows:  104194 104919 101318 105899 102317 100649 104320 102666 101611 99234 101906 99248 100368 97821 98767 99454  total = 27.032975 per ms 
03:12:46.488 16  switches: flows:  102693 104307 102279 104369 101449 101488 101119 102863 100379 97563 100847 99148 100762 97225 97575 97433  total = 26.813524 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23906.56/27865.40/26687.33/8966.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.521882" elapsed="0.000702"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T03:12:46.523399" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-11T03:12:46.522715" elapsed="0.000778"/>
</branch>
<status status="PASS" start="2026-04-11T03:12:46.522665" elapsed="0.000855"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T03:12:46.523628" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-11T03:12:46.523588" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-04-11T03:12:46.523571" elapsed="0.000119"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T03:12:46.523724" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:12:46.526790" elapsed="0.000451"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:12:46.527402" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:12:46.527771" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T03:12:46.524207" elapsed="0.003730"/>
</kw>
<msg time="2026-04-11T03:12:46.528086" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-11T03:02:40.034811" elapsed="606.493304"/>
</kw>
<status status="PASS" start="2026-04-11T03:02:40.034285" elapsed="606.493882"/>
</branch>
<status status="PASS" start="2026-04-11T03:02:40.033922" elapsed="606.494271"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.528711" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230: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.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:45.583 16  switches: flows:  73799 73092 71806 72284 71822 72284 73117 72218 70915 70634 70188 69998 71545 70957 70385 70630  total = 19.094567 per ms 
03:04:45.684 16  switches: flows:  103166 102275 102331 104056 104312 105161 104501 104098 101383 102167 100043 101832 102505 101622 101035 100541  total = 27.304907 per ms 
03:05:45.785 16  switches: flows:  104561 103025 104209 102222 105587 103517 102951 101902 100788 101265 100303 100549 100878 101529 98959 100220  total = 27.162306 per ms 
03:06:45.885 16  switches: flows:  105413 105153 105470 105353 107788 105827 105007 105948 102603 102642 101334 102851 102333 103524 100745 103570  total = 27.713071 per ms 
03:07:45.986 16  switches: flows:  99903 100371 98445 100956 101713 99658 101163 99655 94565 96802 95399 96611 97041 97922 95991 96478  total = 26.167515 per ms 
03:08:46.086 16  switches: flows:  100157 100797 99936 102625 101727 98017 101755 98201 94324 95272 97375 96324 97388 99260 95461 97202  total = 26.219720 per ms 
03:09:46.187 16  switches: flows:  91404 91317 89350 92423 92703 91303 92366 89296 89325 88348 87169 86781 89798 87657 89839 87712  total = 23.906560 per ms 
03:10:46.287 16  switches: flows:  106207 107586 105373 106323 105480 107000 107462 107229 104265 101702 105720 101293 104100 101244 100450 103282  total = 27.865403 per ms 
03:11:46.388 16  switches: flows:  104194 104919 101318 105899 102317 100649 104320 102666 101611 99234 101906 99248 100368 97821 98767 99454  total = 27.032975 per ms 
03:12:46.488 16  switches: flows:  102693 104307 102279 104369 101449 101488 101119 102863 100379 97563 100847 99148 100762 97225 97575 97433  total = 26.813524 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23906.56/27865.40/26687.33/8966.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.528380" elapsed="0.000422"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-11T03:12:46.528953" elapsed="0.000489"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T03:12:46.529903" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T03:12:46.530000" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23906.56/27865.40/26687.33/8966.71 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-11T03:12:46.529622" elapsed="0.000403"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:12:46.530472" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23906.56/27865.40/26687.33/8966.71 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:12:46.530199" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.533214" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.530650" elapsed="0.002628"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.536404" level="INFO">23906.56/27865.40/26687.33/8966.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.533509" elapsed="0.002978"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:12:46.539814" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:12:46.536701" elapsed="0.003152"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:12:46.542990" level="INFO">@{result_value_list} = [ 23906.56 | 27865.40 | 26687.33 | 8966.71 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:12:46.540167" elapsed="0.002851"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.543487" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T03:12:46.543577" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:12:46.543172" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.548333" level="INFO">min :: 23906.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.544079" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T03:12:46.543943" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.553054" level="INFO">max :: 27865.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.548651" elapsed="0.004468"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T03:12:46.548521" elapsed="0.004633"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.557825" level="INFO">avg :: 26687.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.553395" elapsed="0.004503"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T03:12:46.553246" elapsed="0.004689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.562564" level="INFO">stdev :: 8966.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.558176" elapsed="0.004446"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T03:12:46.558030" elapsed="0.004626"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T03:12:46.543691" elapsed="0.018997"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.566854" level="INFO">${min} = 23906.56</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:12:46.562864" elapsed="0.004018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.570786" level="INFO">${max} = 27865.40</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:12:46.567047" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.575008" level="INFO">${average} = 26687.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:12:46.570986" elapsed="0.004050"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.578952" level="INFO">${stdev} = 8966.71</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:12:46.575190" elapsed="0.003789"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.580021" level="INFO">${date} = 2026-04-11 03:12:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-11T03:12:46.579140" elapsed="0.000908"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.580612" level="INFO">CBench Result: 2026-04-11 03:12:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23906.56,27865.40,26687.33,8966.71</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.580198" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T03:12:46.582374" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-11T03:12:46.581416" elapsed="0.001041"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-11T03:12:46.582617" elapsed="0.000566"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T03:12:46.580873" elapsed="0.002380"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-11T03:02:40.032695" elapsed="606.550621"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.583829" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-11T03:12:46.583474" elapsed="0.000413"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-11T03:12:46.584481" elapsed="0.000301"/>
</kw>
<status status="PASS" start="2026-04-11T03:12:46.584165" elapsed="0.000690"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-11T03:02:40.029956" elapsed="606.554939"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.586367" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.585904" elapsed="0.000524"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.587962" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-11T03:12:46.587582" elapsed="0.000425"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-11T03:12:46.588451" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:12:46.588199" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-11T03:12:46.591548" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:12:46.591297" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-11T03:12:46.591277" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:12:46.592072" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-11T03:12:46.591800" elapsed="0.000434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.592815" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.230 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.76" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:12:46.592371" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:12:46.593450" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:12:46.593017" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:12:46.594504" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T03:12:46.594595" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:12:46.594107" elapsed="0.000513"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:12:46.594781" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T03:12:46.596003" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-04-11T03:12:47.207864" 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 Sat Apr 11 03:12:46 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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: Sat Apr 11 03:02:40 2026 from 10.30.170.179
[?2004h[jenkins@releng-63164-176-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-11T03:12:46.595625" elapsed="0.612577"/>
</kw>
<msg time="2026-04-11T03:12:47.208845" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:12:46.595274" elapsed="0.613704"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-11T03:12:46.593700" elapsed="0.615448"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T03:12:47.209924" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.230 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T03:22:53.261553" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T03:22:53.263185" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T03:22:53.263294" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-11T03:12:47.209450" elapsed="606.053902"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:22:53.263832" elapsed="0.000773"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.265901" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230: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.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:52.321 16  switches: flows:  421985 425668 430176 430680 430389 424940 437957 428814 418947 423590 427511 425103 428185 423107 419983 417687  total = 113.578700 per ms 
03:14:52.423 16  switches: flows:  369729 387673 306449 307885 366945 335718 351193 306375 387065 309796 364103 313858 381094 315559 312791 320627  total = 90.462364 per ms 
03:15:52.523 16  switches: flows:  474030 476540 473366 472552 472562 467109 475696 470953 470496 472646 471716 465483 469677 475509 472844 471163  total = 125.662130 per ms 
03:16:52.625 16  switches: flows:  454422 460165 466540 437787 459549 451177 433532 462887 461829 463687 450684 451762 467828 427286 462664 435455  total = 120.583880 per ms 
03:17:52.726 16  switches: flows:  392830 408503 391865 443429 420247 441588 415722 382283 425193 398809 435109 388826 405388 373827 408401 394960  total = 108.600699 per ms 
03:18:52.828 16  switches: flows:  430244 393771 380160 440037 417166 396737 441412 440709 382491 397798 435264 407397 384499 461776 449417 408968  total = 110.944345 per ms 
03:19:52.930 16  switches: flows:  505221 502806 505220 514267 499515 499651 504782 495678 501499 509109 503016 502873 502819 503881 506143 499928  total = 134.047302 per ms 
03:20:53.031 16  switches: flows:  513890 518712 504061 515939 515124 513861 513292 513429 517598 513957 511628 506569 512992 511703 515443 513378  total = 136.629179 per ms 
03:21:53.132 16  switches: flows:  524349 526359 515713 521711 523007 521969 517482 519721 520048 512432 523550 519894 524635 525555 512859 521055  total = 138.605671 per ms 
03:22:53.233 16  switches: flows:  505386 511589 504997 504495 504819 506633 509073 503487 507512 511710 503068 511557 507995 504643 510045 503826  total = 134.953722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 90462.36/138605.67/122276.59/43544.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.264999" elapsed="0.001718"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T03:22:53.267261" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-11T03:22:53.266942" elapsed="0.000473"/>
</branch>
<status status="PASS" start="2026-04-11T03:22:53.266878" elapsed="0.000592"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T03:22:53.267683" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-11T03:22:53.267598" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-04-11T03:22:53.267561" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T03:22:53.267928" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:22:53.271878" elapsed="0.000412"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:22:53.272440" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:22:53.272765" elapsed="0.000117"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T03:22:53.268621" elapsed="0.004316"/>
</kw>
<msg time="2026-04-11T03:22:53.273067" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-11T03:12:46.588892" elapsed="606.684202"/>
</kw>
<status status="PASS" start="2026-04-11T03:12:46.588540" elapsed="606.684628"/>
</branch>
<status status="PASS" start="2026-04-11T03:12:46.588168" elapsed="606.685029"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.273701" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230: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.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:52.321 16  switches: flows:  421985 425668 430176 430680 430389 424940 437957 428814 418947 423590 427511 425103 428185 423107 419983 417687  total = 113.578700 per ms 
03:14:52.423 16  switches: flows:  369729 387673 306449 307885 366945 335718 351193 306375 387065 309796 364103 313858 381094 315559 312791 320627  total = 90.462364 per ms 
03:15:52.523 16  switches: flows:  474030 476540 473366 472552 472562 467109 475696 470953 470496 472646 471716 465483 469677 475509 472844 471163  total = 125.662130 per ms 
03:16:52.625 16  switches: flows:  454422 460165 466540 437787 459549 451177 433532 462887 461829 463687 450684 451762 467828 427286 462664 435455  total = 120.583880 per ms 
03:17:52.726 16  switches: flows:  392830 408503 391865 443429 420247 441588 415722 382283 425193 398809 435109 388826 405388 373827 408401 394960  total = 108.600699 per ms 
03:18:52.828 16  switches: flows:  430244 393771 380160 440037 417166 396737 441412 440709 382491 397798 435264 407397 384499 461776 449417 408968  total = 110.944345 per ms 
03:19:52.930 16  switches: flows:  505221 502806 505220 514267 499515 499651 504782 495678 501499 509109 503016 502873 502819 503881 506143 499928  total = 134.047302 per ms 
03:20:53.031 16  switches: flows:  513890 518712 504061 515939 515124 513861 513292 513429 517598 513957 511628 506569 512992 511703 515443 513378  total = 136.629179 per ms 
03:21:53.132 16  switches: flows:  524349 526359 515713 521711 523007 521969 517482 519721 520048 512432 523550 519894 524635 525555 512859 521055  total = 138.605671 per ms 
03:22:53.233 16  switches: flows:  505386 511589 504997 504495 504819 506633 509073 503487 507512 511710 503068 511557 507995 504643 510045 503826  total = 134.953722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 90462.36/138605.67/122276.59/43544.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.273393" elapsed="0.000428"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-11T03:22:53.273988" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T03:22:53.274776" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T03:22:53.274869" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 90462.36/138605.67/122276.59/43544.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-11T03:22:53.274528" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:22:53.275329" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 90462.36/138605.67/122276.59/43544.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:22:53.275062" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.277870" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.275500" elapsed="0.002429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.280293" level="INFO">90462.36/138605.67/122276.59/43544.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.278075" elapsed="0.002275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:22:53.282834" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:22:53.280510" elapsed="0.002363"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:22:53.285387" level="INFO">@{result_value_list} = [ 90462.36 | 138605.67 | 122276.59 | 43544.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:22:53.283066" elapsed="0.002350"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.285916" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T03:22:53.286013" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:22:53.285579" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.290963" level="INFO">min :: 90462.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.286436" elapsed="0.004589"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T03:22:53.286294" elapsed="0.004778"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.295973" level="INFO">max :: 138605.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.291299" elapsed="0.004731"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T03:22:53.291164" elapsed="0.004901"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.300685" level="INFO">avg :: 122276.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.296299" elapsed="0.004457"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T03:22:53.296167" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.305699" level="INFO">stdev :: 43544.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.301024" elapsed="0.004770"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T03:22:53.300881" elapsed="0.004952"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T03:22:53.286104" elapsed="0.019775"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.310145" level="INFO">${min} = 90462.36</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:22:53.306041" elapsed="0.004135"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.314389" level="INFO">${max} = 138605.67</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:22:53.310340" elapsed="0.004076"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.318547" level="INFO">${average} = 122276.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:22:53.314570" elapsed="0.004005"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.322701" level="INFO">${stdev} = 43544.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:22:53.318730" elapsed="0.004022"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.323287" level="INFO">${date} = 2026-04-11 03:22: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-04-11T03:22:53.322914" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.323888" level="INFO">CBench Result: 2026-04-11 03:22:53,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,90462.36,138605.67,122276.59,43544.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.323467" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T03:22:53.325014" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-11T03:22:53.324568" elapsed="0.000512"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-11T03:22:53.325309" elapsed="0.000508"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T03:22:53.324089" elapsed="0.001794"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-11T03:12:46.586868" elapsed="606.739074"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.326422" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-11T03:22:53.326101" elapsed="0.000389"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-11T03:22:53.327033" elapsed="0.000275"/>
</kw>
<status status="PASS" start="2026-04-11T03:22:53.326700" elapsed="0.000688"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-11T03:12:46.585245" elapsed="606.742329"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.328831" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.328372" elapsed="0.000528"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.330373" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-11T03:22:53.330004" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-11T03:22:53.330763" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:22:53.330528" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-11T03:22:53.333928" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:22:53.333657" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-04-11T03:22:53.333638" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:22:53.334354" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-11T03:22:53.334142" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.335105" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.76" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:22:53.334644" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T03:22:53.335776" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:22:53.335303" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:22:53.336898" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T03:22:53.336994" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:22:53.336397" elapsed="0.000621"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:22:53.337237" elapsed="0.000386"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T03:22:53.338530" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-04-11T03:22:55.338640" 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 Sat Apr 11 03:22:53 UTC 2026

  System load:  0.34               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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: Sat Apr 11 03:12:47 2026 from 10.30.170.179
[?2004h[jenkins@releng-63164-176-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-11T03:22:53.338174" elapsed="2.000690"/>
</kw>
<msg time="2026-04-11T03:22:55.338958" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:22:53.337794" elapsed="2.001254"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-11T03:22:53.336018" elapsed="2.003141"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T03:22:55.339698" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T03:33:02.749911" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T03:33:02.750627" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T03:33:02.750768" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-11T03:22:55.339376" elapsed="607.411471"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:33:02.752136" elapsed="0.000967"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.754925" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230: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.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:01.804 16  switches: flows:  97009 92459 95433 94887 93690 95104 95872 97860 93423 93509 93901 93310 93610 94671 93783 93829  total = 25.205833 per ms 
03:25:01.905 16  switches: flows:  109991 106482 105601 109149 107425 107768 110579 111170 105023 107870 108240 108472 108287 107354 105351 106011  total = 28.698263 per ms 
03:26:02.006 16  switches: flows:  106782 105495 106226 105942 105695 105810 108683 108093 102528 107261 107027 106291 107143 106421 104431 103695  total = 28.244512 per ms 
03:27:02.107 16  switches: flows:  112153 109685 109911 110988 110643 110451 113190 113866 107384 111790 112423 111873 111723 110869 109046 108675  total = 29.528342 per ms 
03:28:02.207 16  switches: flows:  105875 110539 107595 107158 107035 109416 108080 106294 105897 105490 103978 106309 107639 104038 105471 107550  total = 28.425238 per ms 
03:29:02.307 16  switches: flows:  116177 118441 118238 116819 117498 120406 120176 117171 115884 115434 115581 117886 117628 115710 114881 117355  total = 31.202658 per ms 
03:30:02.408 16  switches: flows:  125881 125852 125153 124200 127890 129563 127011 127911 125369 125333 126000 124017 125449 123009 125700 122225  total = 33.453503 per ms 
03:31:02.508 16  switches: flows:  108428 108883 107984 107091 110004 109611 107813 108376 108651 107811 108982 106748 107786 104964 104646 105815  total = 28.678640 per ms 
03:32:02.609 16  switches: flows:  118446 115854 116887 115027 117074 117375 117805 115726 114901 112611 115680 114033 113958 113248 113206 114533  total = 30.721149 per ms 
03:33:02.709 16  switches: flows:  123807 120108 122986 121050 124632 122113 122231 120622 119698 119795 119754 121584 121740 119023 120929 119110  total = 32.265812 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28244.51/33453.50/30135.35/10199.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.753509" elapsed="0.001837"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T03:33:02.756454" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-04-11T03:33:02.755550" elapsed="0.001084"/>
</branch>
<status status="PASS" start="2026-04-11T03:33:02.755484" elapsed="0.001217"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T03:33:02.756980" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-04-11T03:33:02.756882" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-04-11T03:33:02.756843" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T03:33:02.757210" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T03:33:02.761433" elapsed="0.000423"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-11T03:33:02.762015" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T03:33:02.762332" elapsed="0.000132"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T03:33:02.758037" elapsed="0.004487"/>
</kw>
<msg time="2026-04-11T03:33:02.762663" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-11T03:22:53.331181" elapsed="609.431511"/>
</kw>
<status status="PASS" start="2026-04-11T03:22:53.330847" elapsed="609.431913"/>
</branch>
<status status="PASS" start="2026-04-11T03:22:53.330506" elapsed="609.432282"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.763305" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230: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.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:01.804 16  switches: flows:  97009 92459 95433 94887 93690 95104 95872 97860 93423 93509 93901 93310 93610 94671 93783 93829  total = 25.205833 per ms 
03:25:01.905 16  switches: flows:  109991 106482 105601 109149 107425 107768 110579 111170 105023 107870 108240 108472 108287 107354 105351 106011  total = 28.698263 per ms 
03:26:02.006 16  switches: flows:  106782 105495 106226 105942 105695 105810 108683 108093 102528 107261 107027 106291 107143 106421 104431 103695  total = 28.244512 per ms 
03:27:02.107 16  switches: flows:  112153 109685 109911 110988 110643 110451 113190 113866 107384 111790 112423 111873 111723 110869 109046 108675  total = 29.528342 per ms 
03:28:02.207 16  switches: flows:  105875 110539 107595 107158 107035 109416 108080 106294 105897 105490 103978 106309 107639 104038 105471 107550  total = 28.425238 per ms 
03:29:02.307 16  switches: flows:  116177 118441 118238 116819 117498 120406 120176 117171 115884 115434 115581 117886 117628 115710 114881 117355  total = 31.202658 per ms 
03:30:02.408 16  switches: flows:  125881 125852 125153 124200 127890 129563 127011 127911 125369 125333 126000 124017 125449 123009 125700 122225  total = 33.453503 per ms 
03:31:02.508 16  switches: flows:  108428 108883 107984 107091 110004 109611 107813 108376 108651 107811 108982 106748 107786 104964 104646 105815  total = 28.678640 per ms 
03:32:02.609 16  switches: flows:  118446 115854 116887 115027 117074 117375 117805 115726 114901 112611 115680 114033 113958 113248 113206 114533  total = 30.721149 per ms 
03:33:02.709 16  switches: flows:  123807 120108 122986 121050 124632 122113 122231 120622 119698 119795 119754 121584 121740 119023 120929 119110  total = 32.265812 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28244.51/33453.50/30135.35/10199.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.762957" elapsed="0.000424"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-11T03:33:02.763530" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T03:33:02.764312" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T03:33:02.764403" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28244.51/33453.50/30135.35/10199.27 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-11T03:33:02.764090" elapsed="0.000337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:33:02.764880" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28244.51/33453.50/30135.35/10199.27 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:33:02.764593" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.767365" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.765067" elapsed="0.002357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.770078" level="INFO">28244.51/33453.50/30135.35/10199.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.767574" elapsed="0.002562"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:33:02.772539" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:33:02.770294" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T03:33:02.775051" level="INFO">@{result_value_list} = [ 28244.51 | 33453.50 | 30135.35 | 10199.27 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T03:33:02.772830" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.775630" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T03:33:02.775720" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-11T03:33:02.775264" elapsed="0.000496"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.780630" level="INFO">min :: 28244.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.776167" elapsed="0.004531"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T03:33:02.776033" elapsed="0.004730"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.785626" level="INFO">max :: 33453.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.781028" elapsed="0.004663"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T03:33:02.780873" elapsed="0.004859"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.790513" level="INFO">avg :: 30135.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.786011" elapsed="0.004569"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T03:33:02.785852" elapsed="0.004766"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.796007" level="INFO">stdev :: 10199.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.790875" elapsed="0.005222"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T03:33:02.790709" elapsed="0.005439"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T03:33:02.775834" elapsed="0.020363"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.803165" level="INFO">${min} = 28244.51</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:33:02.796464" elapsed="0.006795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.812125" level="INFO">${max} = 33453.50</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:33:02.803629" elapsed="0.008561"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.818470" level="INFO">${average} = 30135.35</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:33:02.812550" elapsed="0.005974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.824674" level="INFO">${stdev} = 10199.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T03:33:02.818877" elapsed="0.005844"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.825609" level="INFO">${date} = 2026-04-11 03:33:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-11T03:33:02.825044" elapsed="0.000604"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.826570" level="INFO">CBench Result: 2026-04-11 03:33:02,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28244.51,33453.50,30135.35,10199.27</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T03:33:02.825921" elapsed="0.000740"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T03:33:02.828447" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-11T03:33:02.827681" elapsed="0.000861"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-11T03:33:02.828779" elapsed="0.000677"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T03:33:02.826925" elapsed="0.002626"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-11T03:22:53.329267" elapsed="609.500377"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.830355" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-11T03:33:02.829878" elapsed="0.000567"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T03:33:02.832493" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-11T03:33:02.831682" elapsed="0.000853"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-11T03:33:02.832963" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-04-11T03:33:02.832669" elapsed="0.000403"/>
</branch>
<status status="PASS" start="2026-04-11T03:33:02.832628" elapsed="0.000487"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.833345" elapsed="0.000035"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.833591" elapsed="0.000032"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.833895" elapsed="0.000033"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.834252" elapsed="0.000034"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.834486" elapsed="0.000033"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.834715" elapsed="0.000052"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.834981" elapsed="0.000034"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-11T03:33:02.835371" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-11T03:33:02.835125" elapsed="0.000328"/>
</branch>
<status status="NOT RUN" start="2026-04-11T03:33:02.835093" elapsed="0.000400"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-11T03:33:02.831085" elapsed="0.004505"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-11T03:22:53.327872" elapsed="609.507802"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-11T03:02:37.472799" elapsed="1825.364404"/>
</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>
