<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-10T03:02:24.902545" 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-06-10T03:02:25.502989" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:02:25.502818" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:25.502781" elapsed="0.000319"/>
</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-06-10T03:02:25.503433" elapsed="0.000573"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-10T03:02:25.504520" level="INFO">Logging into '10.30.170.182:8101' as 'karaf'.</msg>
<msg time="2026-06-10T03:02:26.187408" 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-06-10T03:02:25.504186" elapsed="0.683460"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-10T03:02:26.238997" 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-06-10T03:02:26.187968" elapsed="0.051156"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-10T03:02:26.241181" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-10T03:02:26.241295" 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-06-10T03:02:26.239409" elapsed="0.001927"/>
</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-06-10T03:02:26.241495" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:02:26.241893" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:02:26.242641" 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-06-10T03:02:26.242263" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T03:02:26.242749" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.182
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-10T03:02:25.502407" elapsed="0.740529"/>
</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-06-10T03:02:25.498604" elapsed="0.744396"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T03:02:26.243613" 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-06-10T03:02:26.243201" elapsed="0.000469"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T03:02:26.244070" 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-06-10T03:02:26.243826" elapsed="0.000301"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-10T03:02:26.244718" 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-06-10T03:02:26.244283" elapsed="0.000463"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T03:02:26.245249" 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-06-10T03:02:26.244916" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-10T03:02:26.245925" 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-06-10T03:02:26.245523" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T03:02:26.246445" 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-06-10T03:02:26.246114" elapsed="0.000375"/>
</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-06-10T03:02:26.246799" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:02:26.246580" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:02:26.251399" 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-06-10T03:02:26.250972" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:02:26.252470" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T03:02:26.252554" 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-06-10T03:02:26.251989" elapsed="0.000589"/>
</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-06-10T03:02:26.252725" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T03:02:26.254119" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-06-10T03:02:26.946798" 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 Wed Jun 10 03:02:26 UTC 2026

  System load:  0.1                Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  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-296-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-06-10T03:02:26.253600" elapsed="0.693414"/>
</kw>
<msg time="2026-06-10T03:02:26.947130" 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-06-10T03:02:26.253229" elapsed="0.694020"/>
</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-06-10T03:02:26.251634" elapsed="0.695784"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-10T03:02:26.954620" 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-06-10T03:02:26.947677" elapsed="0.008209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:02:26.956214" elapsed="0.000585"/>
</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-06-10T03:02:26.250446" elapsed="0.706481"/>
</kw>
<status status="PASS" start="2026-06-10T03:02:26.247084" elapsed="0.709906"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:26.246554" elapsed="0.710492"/>
</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-06-10T03:02:26.957398" elapsed="0.000983"/>
</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-06-10T03:02:26.966337" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:02:26.966136" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:26.966092" elapsed="0.000365"/>
</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-06-10T03:02:26.970453" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:02:26.970314" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:26.970293" elapsed="0.000232"/>
</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-06-10T03:02:26.970702" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-10T03:02:26.971695" level="INFO">Logging into '10.30.170.182:8101' as 'karaf'.</msg>
<msg time="2026-06-10T03:02:27.167531" 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-06-10T03:02:26.971394" elapsed="0.196359"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.272370" 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-06-10T03:02:27.168054" elapsed="0.104549"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.285445" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-10T03:02:27.285731" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-10T03:02:27.272974" elapsed="0.012790"/>
</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-06-10T03:02:27.285997" elapsed="0.000372"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:02:27.286528" elapsed="0.000252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:02:27.287276" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-10T03:02:27.286925" elapsed="0.000435"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T03:02:27.287415" elapsed="0.000058"/>
</return>
<msg time="2026-06-10T03:02:27.287634" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.182
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-10T03:02:26.969930" elapsed="0.317737"/>
</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-06-10T03:02:27.287818" elapsed="0.000583"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T03:02:27.288457" 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-06-10T03:02:26.965634" elapsed="0.322963"/>
</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-06-10T03:02:27.292635" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:02:27.292482" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:27.292454" elapsed="0.000256"/>
</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-06-10T03:02:27.292853" elapsed="0.000542"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.293820" level="INFO">Logging into '10.30.170.182:8101' as 'karaf'.</msg>
<msg time="2026-06-10T03:02:27.476286" 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-06-10T03:02:27.293548" elapsed="0.182952"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.505503" 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-06-10T03:02:27.476802" elapsed="0.028770"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.507390" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-10T03:02:27.507500" 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-06-10T03:02:27.505739" elapsed="0.001791"/>
</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-06-10T03:02:27.507670" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:02:27.508002" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:02:27.508735" 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-06-10T03:02:27.508393" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T03:02:27.508845" elapsed="0.000083"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.182
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-10T03:02:27.292100" elapsed="0.216962"/>
</kw>
<status status="PASS" start="2026-06-10T03:02:25.496630" elapsed="2.012500"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:02:27.512032" 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-06-10T03:02:27.510084" elapsed="0.002031"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T03:02:27.513758" 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-06-10T03:02:27.513391" 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-06-10T03:02:27.514154" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:02:27.513891" elapsed="0.000323"/>
</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-06-10T03:02:27.517290" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:02:27.517031" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:27.517005" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.517756" 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-06-10T03:02:27.517882" 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-06-10T03:02:27.517526" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:02:27.518497" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" 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-06-10T03:02:27.518048" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.519195" 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-06-10T03:02:27.518705" elapsed="0.000518"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:02:27.520172" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T03:02:27.520265" 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-06-10T03:02:27.519831" elapsed="0.000459"/>
</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-06-10T03:02:27.520452" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.521721" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-06-10T03:02:27.837831" 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 Wed Jun 10 03:02:26 UTC 2026

  System load:  0.1                Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  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: Wed Jun 10 03:02:26 2026 from 10.30.170.206
[?2004h[jenkins@releng-63164-296-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-06-10T03:02:27.521356" elapsed="0.316729"/>
</kw>
<msg time="2026-06-10T03:02:27.838191" 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-06-10T03:02:27.520983" elapsed="0.317316"/>
</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-06-10T03:02:27.519444" elapsed="0.319021"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-10T03:02:27.839456" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-10T03:12:33.932422" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-10T03:12:33.933611" level="INFO">${stdout} = </msg>
<msg time="2026-06-10T03:12:33.933723" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-06-10T03:02:27.838730" elapsed="606.095053"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:12:33.934545" elapsed="0.000720"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.936498" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.182. 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:33.035 16  switches: flows:  106252 106189 108130 102590 105218 104870 105994 104797 103467 105160 100613 103124 101800 102459 102193 104069  total = 27.782083 per ms 
03:04:33.136 16  switches: flows:  117301 117384 119632 115061 116055 114969 116513 114249 114837 115000 111737 113571 113097 110424 112027 114077  total = 30.547898 per ms 
03:05:33.237 16  switches: flows:  119811 120580 120952 117452 119681 117553 118428 115965 118999 118470 114764 116007 113831 115387 113496 116414  total = 31.244321 per ms 
03:06:33.338 16  switches: flows:  121028 120730 120799 117414 121632 118005 120915 116157 118132 118052 116481 117327 116218 116010 114469 117232  total = 31.457425 per ms 
03:07:33.439 16  switches: flows:  124629 125857 122070 120615 121553 120595 120850 117150 117955 120177 116169 118006 116416 116745 113942 118038  total = 31.793032 per ms 
03:08:33.540 16  switches: flows:  127087 124424 122660 119520 122926 121509 124262 118923 119393 119769 118700 118427 119690 117697 116591 119626  total = 32.133068 per ms 
03:09:33.641 16  switches: flows:  126660 127083 125258 123854 124861 122853 124537 120920 120638 120486 121835 121655 121274 119119 119096 121448  total = 32.638468 per ms 
03:10:33.741 16  switches: flows:  126046 127405 125447 123953 123235 124070 124272 121650 120753 120285 118739 121860 122018 122797 121224 121903  total = 32.706338 per ms 
03:11:33.841 16  switches: flows:  127211 128062 123234 121032 121574 117635 119658 119755 119498 118368 119927 120937 121048 121590 118302 121265  total = 32.264356 per ms 
03:12:33.942 16  switches: flows:  126762 127605 124902 122347 122438 120615 120878 121017 120459 119490 118577 119342 122492 122596 120439 123364  total = 32.501093 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30547.90/32706.34/31920.67/10662.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:12:33.935714" elapsed="0.001089"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-10T03:12:33.937348" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-06-10T03:12:33.937005" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-06-10T03:12:33.936946" elapsed="0.000625"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-10T03:12:33.937794" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:12:33.937707" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-06-10T03:12:33.937671" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-10T03:12:33.938010" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T03:12:33.942227" elapsed="0.000540"/>
</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-06-10T03:12:33.942979" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:12:33.943421" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-10T03:12:33.938733" elapsed="0.004933"/>
</kw>
<msg time="2026-06-10T03:12:33.943850" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-06-10T03:02:27.514602" elapsed="606.429285"/>
</kw>
<status status="PASS" start="2026-06-10T03:02:27.514244" elapsed="606.429712"/>
</branch>
<status status="PASS" start="2026-06-10T03:02:27.513863" elapsed="606.430126"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.944624" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.182. 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:33.035 16  switches: flows:  106252 106189 108130 102590 105218 104870 105994 104797 103467 105160 100613 103124 101800 102459 102193 104069  total = 27.782083 per ms 
03:04:33.136 16  switches: flows:  117301 117384 119632 115061 116055 114969 116513 114249 114837 115000 111737 113571 113097 110424 112027 114077  total = 30.547898 per ms 
03:05:33.237 16  switches: flows:  119811 120580 120952 117452 119681 117553 118428 115965 118999 118470 114764 116007 113831 115387 113496 116414  total = 31.244321 per ms 
03:06:33.338 16  switches: flows:  121028 120730 120799 117414 121632 118005 120915 116157 118132 118052 116481 117327 116218 116010 114469 117232  total = 31.457425 per ms 
03:07:33.439 16  switches: flows:  124629 125857 122070 120615 121553 120595 120850 117150 117955 120177 116169 118006 116416 116745 113942 118038  total = 31.793032 per ms 
03:08:33.540 16  switches: flows:  127087 124424 122660 119520 122926 121509 124262 118923 119393 119769 118700 118427 119690 117697 116591 119626  total = 32.133068 per ms 
03:09:33.641 16  switches: flows:  126660 127083 125258 123854 124861 122853 124537 120920 120638 120486 121835 121655 121274 119119 119096 121448  total = 32.638468 per ms 
03:10:33.741 16  switches: flows:  126046 127405 125447 123953 123235 124070 124272 121650 120753 120285 118739 121860 122018 122797 121224 121903  total = 32.706338 per ms 
03:11:33.841 16  switches: flows:  127211 128062 123234 121032 121574 117635 119658 119755 119498 118368 119927 120937 121048 121590 118302 121265  total = 32.264356 per ms 
03:12:33.942 16  switches: flows:  126762 127605 124902 122347 122438 120615 120878 121017 120459 119490 118577 119342 122492 122596 120439 123364  total = 32.501093 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30547.90/32706.34/31920.67/10662.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:12:33.944188" elapsed="0.000540"/>
</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-06-10T03:12:33.944940" elapsed="0.000532"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-10T03:12:33.946055" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-10T03:12:33.946186" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30547.90/32706.34/31920.67/10662.16 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-06-10T03:12:33.945723" elapsed="0.000498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:12:33.946834" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30547.90/32706.34/31920.67/10662.16 | 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-06-10T03:12:33.946463" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.950591" 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-06-10T03:12:33.947079" elapsed="0.003622"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.954340" level="INFO">30547.90/32706.34/31920.67/10662.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:12:33.950982" elapsed="0.003420"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:12:33.957510" 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-06-10T03:12:33.954574" elapsed="0.002974"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:12:33.960832" level="INFO">@{result_value_list} = [ 30547.90 | 32706.34 | 31920.67 | 10662.16 ]</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-06-10T03:12:33.957803" elapsed="0.003063"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.961515" level="INFO">Length is 4.</msg>
<msg time="2026-06-10T03:12:33.961635" 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-06-10T03:12:33.961077" elapsed="0.000593"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.968035" level="INFO">min :: 30547.90</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-06-10T03:12:33.962199" elapsed="0.005916"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-10T03:12:33.962017" elapsed="0.006147"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.974282" level="INFO">max :: 32706.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:12:33.968483" elapsed="0.005886"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-10T03:12:33.968287" elapsed="0.006124"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.980617" level="INFO">avg :: 31920.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-06-10T03:12:33.974654" elapsed="0.006040"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-10T03:12:33.974508" elapsed="0.006234"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.986706" level="INFO">stdev :: 10662.16</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-06-10T03:12:33.981005" elapsed="0.005785"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-10T03:12:33.980856" elapsed="0.005979"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-10T03:12:33.961762" elapsed="0.025119"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.991184" level="INFO">${min} = 30547.90</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-06-10T03:12:33.987094" elapsed="0.004118"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:12:33.995766" level="INFO">${max} = 32706.34</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T03:12:33.991391" elapsed="0.004413"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.000185" level="INFO">${average} = 31920.67</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-06-10T03:12:33.995987" elapsed="0.004227"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.004234" level="INFO">${stdev} = 10662.16</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-06-10T03:12:34.000389" elapsed="0.003873"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.004825" level="INFO">${date} = 2026-06-10 03:12:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-10T03:12:34.004449" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.005432" level="INFO">CBench Result: 2026-06-10 03:12:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30547.90,32706.34,31920.67,10662.16</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-06-10T03:12:34.005001" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T03:12:34.006557" 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-06-10T03:12:34.006124" elapsed="0.000500"/>
</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-06-10T03:12:34.006782" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-10T03:12:34.005643" elapsed="0.001669"/>
</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-06-10T03:02:27.512658" elapsed="606.494734"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.007906" 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-06-10T03:12:34.007584" elapsed="0.000380"/>
</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-06-10T03:12:34.008951" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-06-10T03:12:34.008639" elapsed="0.000655"/>
</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-06-10T03:02:27.509310" elapsed="606.500035"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.010807" 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-06-10T03:12:34.010416" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.012217" 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-06-10T03:12:34.011873" elapsed="0.000387"/>
</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-06-10T03:12:34.012630" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:12:34.012401" elapsed="0.000292"/>
</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-06-10T03:12:34.016942" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:12:34.016591" elapsed="0.000430"/>
</branch>
<status status="PASS" start="2026-06-10T03:12:34.016564" elapsed="0.000490"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:12:34.017562" 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-06-10T03:12:34.017729" 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-06-10T03:12:34.017252" elapsed="0.000514"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.018566" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.182 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" 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-06-10T03:12:34.017957" elapsed="0.000690"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:12:34.019420" 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-06-10T03:12:34.018843" elapsed="0.000614"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:12:34.020514" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T03:12:34.020604" 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-06-10T03:12:34.020180" 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-06-10T03:12:34.020817" elapsed="0.000411"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T03:12:34.022113" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-06-10T03:12:34.627233" 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 Wed Jun 10 03:12:34 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.171.88
  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: Wed Jun 10 03:02:27 2026 from 10.30.170.206
[?2004h[jenkins@releng-63164-296-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-06-10T03:12:34.021758" elapsed="0.605732"/>
</kw>
<msg time="2026-06-10T03:12:34.627585" 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-06-10T03:12:34.021402" elapsed="0.606284"/>
</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-06-10T03:12:34.019790" elapsed="0.608022"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-10T03:12:34.628971" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.182 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-10T03:22:40.712630" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-10T03:22:40.714378" level="INFO">${stdout} = </msg>
<msg time="2026-06-10T03:22:40.714493" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182: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-06-10T03:12:34.628025" elapsed="606.086526"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:22:40.715664" elapsed="0.001485"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.718456" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.182. 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:39.772 16  switches: flows:  528192 532789 538733 539158 525569 539009 538736 533095 513409 524579 525735 524157 527684 524563 521156 511400  total = 140.799400 per ms 
03:14:39.874 16  switches: flows:  566714 568762 565710 565889 576322 569642 570775 571033 576671 573847 574924 566224 564261 577865 574758 568585  total = 151.944449 per ms 
03:15:39.975 16  switches: flows:  580373 578129 576929 577294 577079 574695 574270 582880 578335 580466 569052 577573 577150 576916 569438 576810  total = 153.531520 per ms 
03:16:40.077 16  switches: flows:  579387 576836 582580 577166 573014 585824 583652 575693 573101 578126 583595 578818 572266 571671 581095 583274  total = 154.009554 per ms 
03:17:40.178 16  switches: flows:  588145 583265 577925 573725 585141 583446 581718 587924 571627 575737 580687 580760 573795 580202 580320 579974  total = 154.479953 per ms 
03:18:40.281 16  switches: flows:  570583 572584 570476 579697 579696 573394 567947 566544 574361 579696 570771 570373 573841 578618 567060 569860  total = 152.502032 per ms 
03:19:40.383 16  switches: flows:  578317 579709 575303 581397 577109 574387 579559 573727 577859 576876 574157 576476 575904 565943 577141 576245  total = 153.408487 per ms 
03:20:40.485 16  switches: flows:  577343 575985 587173 584033 582220 581061 584851 589643 581087 584549 583984 589468 583762 575871 588001 583571  total = 155.281833 per ms 
03:21:40.586 16  switches: flows:  564982 566510 558331 560604 563624 568369 559574 562416 565449 561715 563328 556792 563285 564598 563785 564257  total = 149.874295 per ms 
03:22:40.688 16  switches: flows:  561346 560083 561652 560877 556311 555986 556508 557816 562176 554322 555329 550997 563767 569317 549358 555807  total = 148.610119 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148610.12/155281.83/152626.92/50917.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:22:40.717606" elapsed="0.001261"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-10T03:22:40.719466" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-06-10T03:22:40.719082" elapsed="0.000576"/>
</branch>
<status status="PASS" start="2026-06-10T03:22:40.719022" elapsed="0.000695"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-10T03:22:40.719932" elapsed="0.001009"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:22:40.719849" elapsed="0.001167"/>
</branch>
<status status="NOT RUN" start="2026-06-10T03:22:40.719813" elapsed="0.001252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-10T03:22:40.721138" 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-06-10T03:22:40.724992" elapsed="0.000389"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T03:22:40.725536" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:22:40.725857" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-10T03:22:40.721906" elapsed="0.004116"/>
</kw>
<msg time="2026-06-10T03:22:40.726168" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182: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-06-10T03:12:34.013200" elapsed="606.712996"/>
</kw>
<status status="PASS" start="2026-06-10T03:12:34.012726" elapsed="606.713522"/>
</branch>
<status status="PASS" start="2026-06-10T03:12:34.012378" elapsed="606.713894"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.726764" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.182. 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:39.772 16  switches: flows:  528192 532789 538733 539158 525569 539009 538736 533095 513409 524579 525735 524157 527684 524563 521156 511400  total = 140.799400 per ms 
03:14:39.874 16  switches: flows:  566714 568762 565710 565889 576322 569642 570775 571033 576671 573847 574924 566224 564261 577865 574758 568585  total = 151.944449 per ms 
03:15:39.975 16  switches: flows:  580373 578129 576929 577294 577079 574695 574270 582880 578335 580466 569052 577573 577150 576916 569438 576810  total = 153.531520 per ms 
03:16:40.077 16  switches: flows:  579387 576836 582580 577166 573014 585824 583652 575693 573101 578126 583595 578818 572266 571671 581095 583274  total = 154.009554 per ms 
03:17:40.178 16  switches: flows:  588145 583265 577925 573725 585141 583446 581718 587924 571627 575737 580687 580760 573795 580202 580320 579974  total = 154.479953 per ms 
03:18:40.281 16  switches: flows:  570583 572584 570476 579697 579696 573394 567947 566544 574361 579696 570771 570373 573841 578618 567060 569860  total = 152.502032 per ms 
03:19:40.383 16  switches: flows:  578317 579709 575303 581397 577109 574387 579559 573727 577859 576876 574157 576476 575904 565943 577141 576245  total = 153.408487 per ms 
03:20:40.485 16  switches: flows:  577343 575985 587173 584033 582220 581061 584851 589643 581087 584549 583984 589468 583762 575871 588001 583571  total = 155.281833 per ms 
03:21:40.586 16  switches: flows:  564982 566510 558331 560604 563624 568369 559574 562416 565449 561715 563328 556792 563285 564598 563785 564257  total = 149.874295 per ms 
03:22:40.688 16  switches: flows:  561346 560083 561652 560877 556311 555986 556508 557816 562176 554322 555329 550997 563767 569317 549358 555807  total = 148.610119 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148610.12/155281.83/152626.92/50917.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:22:40.726448" elapsed="0.000393"/>
</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-06-10T03:22:40.726999" elapsed="0.000901"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-10T03:22:40.728298" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-10T03:22:40.728404" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 148610.12/155281.83/152626.92/50917.13 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-06-10T03:22:40.728067" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:22:40.728849" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 148610.12/155281.83/152626.92/50917.13 | 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-06-10T03:22:40.728589" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.731299" 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-06-10T03:22:40.729022" elapsed="0.002350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.733760" level="INFO">148610.12/155281.83/152626.92/50917.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:22:40.731522" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:22:40.736302" 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-06-10T03:22:40.733967" elapsed="0.002378"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:22:40.738945" level="INFO">@{result_value_list} = [ 148610.12 | 155281.83 | 152626.92 | 50917.13 ]</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-06-10T03:22:40.736565" elapsed="0.002408"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.739463" level="INFO">Length is 4.</msg>
<msg time="2026-06-10T03:22:40.739552" 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-06-10T03:22:40.739134" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.744361" level="INFO">min :: 148610.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:22:40.740013" elapsed="0.004406"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-10T03:22:40.739880" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.749336" level="INFO">max :: 155281.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:22:40.744679" elapsed="0.004718"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-10T03:22:40.744548" elapsed="0.004886"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.754435" level="INFO">avg :: 152626.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:22:40.749657" elapsed="0.004837"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-10T03:22:40.749527" elapsed="0.005003"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.759143" level="INFO">stdev :: 50917.13</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-06-10T03:22:40.754769" elapsed="0.004430"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-10T03:22:40.754621" elapsed="0.004614"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-10T03:22:40.739658" elapsed="0.019608"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.763194" level="INFO">${min} = 148610.12</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-06-10T03:22:40.759446" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.767141" level="INFO">${max} = 155281.83</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-06-10T03:22:40.763391" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.771106" level="INFO">${average} = 152626.92</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-06-10T03:22:40.767336" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.775096" level="INFO">${stdev} = 50917.13</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-06-10T03:22:40.771283" elapsed="0.003840"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.775677" level="INFO">${date} = 2026-06-10 03:22:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-10T03:22:40.775287" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.776266" level="INFO">CBench Result: 2026-06-10 03:22:40,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,148610.12,155281.83,152626.92,50917.13</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-06-10T03:22:40.775854" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T03:22:40.777537" 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-06-10T03:22:40.777028" elapsed="0.000576"/>
</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-06-10T03:22:40.777760" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-10T03:22:40.776509" elapsed="0.001792"/>
</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-06-10T03:12:34.011223" elapsed="606.767158"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.778901" 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-06-10T03:22:40.778540" elapsed="0.000421"/>
</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-06-10T03:22:40.779533" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-06-10T03:22:40.779203" elapsed="0.000681"/>
</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-06-10T03:12:34.009789" elapsed="606.770137"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.784430" 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-06-10T03:22:40.783164" elapsed="0.001422"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.788040" 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-06-10T03:22:40.787202" elapsed="0.000937"/>
</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-06-10T03:22:40.789844" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:22:40.789061" elapsed="0.000917"/>
</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-06-10T03:22:40.793656" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:22:40.793397" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-10T03:22:40.793377" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:22:40.794135" 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-06-10T03:22:40.794263" 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-06-10T03:22:40.793878" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.794890" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" 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-06-10T03:22:40.794445" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T03:22:40.795522" 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-06-10T03:22:40.795094" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:22:40.796883" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T03:22:40.796985" 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-06-10T03:22:40.796135" elapsed="0.000874"/>
</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-06-10T03:22:40.797157" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T03:22:40.798399" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-06-10T03:22:41.429758" 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 Wed Jun 10 03:22:41 UTC 2026

  System load:  0.26               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  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: Wed Jun 10 03:12:34 2026 from 10.30.170.206
[?2004h[jenkins@releng-63164-296-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-06-10T03:22:40.798023" elapsed="0.632030"/>
</kw>
<msg time="2026-06-10T03:22:41.430210" 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-06-10T03:22:40.797672" elapsed="0.632675"/>
</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-06-10T03:22:40.795755" elapsed="0.634752"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-10T03:22:41.431331" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-10T03:32:47.445592" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-10T03:32:47.446311" level="INFO">${stdout} = </msg>
<msg time="2026-06-10T03:32:47.446460" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-06-10T03:22:41.430827" elapsed="606.015696"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:32:47.447070" elapsed="0.000823"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.449163" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:46.562 16  switches: flows:  128550 125923 126915 122134 127506 126568 127868 125859 123300 124679 123407 125836 124704 127830 124982 125811  total = 33.531200 per ms 
03:24:46.662 16  switches: flows:  126104 122211 122911 118817 124128 122134 122727 121108 118248 122931 121248 124088 121476 121720 120243 123117  total = 32.499236 per ms 
03:25:46.762 16  switches: flows:  127553 125453 124485 122351 123298 123082 126751 125243 122395 125420 124215 126182 122801 122943 122001 127233  total = 33.134663 per ms 
03:26:46.863 16  switches: flows:  128536 124643 124772 122775 125182 125714 126930 125510 122994 126588 124192 127400 124806 124744 123506 127444  total = 33.373187 per ms 
03:27:46.963 16  switches: flows:  125380 122258 124760 122334 122808 121959 124961 123142 120117 122166 123532 125749 122363 121109 121330 124608  total = 32.754907 per ms 
03:28:47.063 16  switches: flows:  125507 120747 120931 119475 120767 120518 123663 120115 119237 121141 119815 122840 120957 119504 119639 120950  total = 32.209633 per ms 
03:29:47.164 16  switches: flows:  123860 122860 122170 118210 122745 118578 119430 123694 120137 118132 119680 121718 120647 116931 120976 119662  total = 32.103565 per ms 
03:30:47.264 16  switches: flows:  124582 124332 121843 120381 122898 122017 118881 125563 120989 120336 121071 123037 122890 119748 122044 119724  total = 32.451409 per ms 
03:31:47.364 16  switches: flows:  120146 121994 121774 118906 119583 120498 118585 123588 120466 117051 120363 121906 119897 117898 120234 117265  total = 31.949231 per ms 
03:32:47.464 16  switches: flows:  122061 120870 119422 117458 118405 118432 118473 121498 120049 115852 118019 119656 118973 116937 120480 115819  total = 31.653898 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31653.90/33373.19/32458.86/10832.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:32:47.448315" elapsed="0.001916"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-10T03:32:47.450766" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-06-10T03:32:47.450468" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-06-10T03:32:47.450411" elapsed="0.000509"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-10T03:32:47.451054" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-10T03:32:47.451003" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-06-10T03:32:47.450981" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-10T03:32:47.451183" elapsed="0.000018"/>
</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-06-10T03:32:47.454935" elapsed="0.000520"/>
</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-06-10T03:32:47.455670" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T03:32:47.456088" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-10T03:32:47.451663" elapsed="0.004644"/>
</kw>
<msg time="2026-06-10T03:32:47.456517" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-06-10T03:22:40.790843" elapsed="606.665712"/>
</kw>
<status status="PASS" start="2026-06-10T03:22:40.790037" elapsed="606.666588"/>
</branch>
<status status="PASS" start="2026-06-10T03:22:40.789003" elapsed="606.667654"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.457288" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:46.562 16  switches: flows:  128550 125923 126915 122134 127506 126568 127868 125859 123300 124679 123407 125836 124704 127830 124982 125811  total = 33.531200 per ms 
03:24:46.662 16  switches: flows:  126104 122211 122911 118817 124128 122134 122727 121108 118248 122931 121248 124088 121476 121720 120243 123117  total = 32.499236 per ms 
03:25:46.762 16  switches: flows:  127553 125453 124485 122351 123298 123082 126751 125243 122395 125420 124215 126182 122801 122943 122001 127233  total = 33.134663 per ms 
03:26:46.863 16  switches: flows:  128536 124643 124772 122775 125182 125714 126930 125510 122994 126588 124192 127400 124806 124744 123506 127444  total = 33.373187 per ms 
03:27:46.963 16  switches: flows:  125380 122258 124760 122334 122808 121959 124961 123142 120117 122166 123532 125749 122363 121109 121330 124608  total = 32.754907 per ms 
03:28:47.063 16  switches: flows:  125507 120747 120931 119475 120767 120518 123663 120115 119237 121141 119815 122840 120957 119504 119639 120950  total = 32.209633 per ms 
03:29:47.164 16  switches: flows:  123860 122860 122170 118210 122745 118578 119430 123694 120137 118132 119680 121718 120647 116931 120976 119662  total = 32.103565 per ms 
03:30:47.264 16  switches: flows:  124582 124332 121843 120381 122898 122017 118881 125563 120989 120336 121071 123037 122890 119748 122044 119724  total = 32.451409 per ms 
03:31:47.364 16  switches: flows:  120146 121994 121774 118906 119583 120498 118585 123588 120466 117051 120363 121906 119897 117898 120234 117265  total = 31.949231 per ms 
03:32:47.464 16  switches: flows:  122061 120870 119422 117458 118405 118432 118473 121498 120049 115852 118019 119656 118973 116937 120480 115819  total = 31.653898 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31653.90/33373.19/32458.86/10832.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:32:47.456859" elapsed="0.000556"/>
</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-06-10T03:32:47.457630" elapsed="0.000556"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-10T03:32:47.458746" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-10T03:32:47.458872" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31653.90/33373.19/32458.86/10832.34 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-06-10T03:32:47.458437" elapsed="0.000470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:32:47.459535" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31653.90/33373.19/32458.86/10832.34 | 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-06-10T03:32:47.459139" elapsed="0.000434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.463118" 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-06-10T03:32:47.459778" elapsed="0.003405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.465825" level="INFO">31653.90/33373.19/32458.86/10832.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:32:47.463362" elapsed="0.002523"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:32:47.468286" 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-06-10T03:32:47.466039" elapsed="0.002275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T03:32:47.470806" level="INFO">@{result_value_list} = [ 31653.90 | 33373.19 | 32458.86 | 10832.34 ]</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-06-10T03:32:47.468526" elapsed="0.002307"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.471304" level="INFO">Length is 4.</msg>
<msg time="2026-06-10T03:32:47.471410" 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-06-10T03:32:47.470992" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.476195" level="INFO">min :: 31653.90</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-06-10T03:32:47.471825" elapsed="0.004427"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-10T03:32:47.471695" elapsed="0.004593"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.480886" level="INFO">max :: 33373.19</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-06-10T03:32:47.476529" elapsed="0.004413"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-10T03:32:47.476393" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.485610" level="INFO">avg :: 32458.86</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-06-10T03:32:47.481191" elapsed="0.004477"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-10T03:32:47.481063" elapsed="0.004641"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.490609" level="INFO">stdev :: 10832.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T03:32:47.485956" elapsed="0.004718"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-10T03:32:47.485825" elapsed="0.004890"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-10T03:32:47.471503" elapsed="0.019244"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.495181" level="INFO">${min} = 31653.90</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-06-10T03:32:47.490920" elapsed="0.004290"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.499310" level="INFO">${max} = 33373.19</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-06-10T03:32:47.495391" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.503395" level="INFO">${average} = 32458.86</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-06-10T03:32:47.499516" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.507416" level="INFO">${stdev} = 10832.34</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-06-10T03:32:47.503585" elapsed="0.003860"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.507992" level="INFO">${date} = 2026-06-10 03:32:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-10T03:32:47.507617" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.508618" level="INFO">CBench Result: 2026-06-10 03:32:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31653.90,33373.19,32458.86,10832.34</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-06-10T03:32:47.508178" elapsed="0.000500"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T03:32:47.509958" 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-06-10T03:32:47.509375" elapsed="0.000663"/>
</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-06-10T03:32:47.510203" elapsed="0.000515"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-10T03:32:47.508855" elapsed="0.001933"/>
</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-06-10T03:22:40.785602" elapsed="606.725250"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.511385" 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-06-10T03:32:47.511011" elapsed="0.000434"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-10T03:32:47.512781" 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-06-10T03:32:47.512227" elapsed="0.000583"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-10T03:32:47.513065" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-06-10T03:32:47.512901" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-10T03:32:47.512876" elapsed="0.000291"/>
</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-06-10T03:32:47.513340" elapsed="0.000025"/>
</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-06-10T03:32:47.513507" elapsed="0.000022"/>
</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-06-10T03:32:47.513677" elapsed="0.000027"/>
</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-06-10T03:32:47.513937" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-10T03:32:47.514095" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-10T03:32:47.514248" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-10T03:32:47.514414" elapsed="0.000022"/>
</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-06-10T03:32:47.514646" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-10T03:32:47.514502" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-06-10T03:32:47.514485" elapsed="0.000238"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-10T03:32:47.511874" elapsed="0.002903"/>
</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-06-10T03:22:40.781629" elapsed="606.733197"/>
</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-06-10T03:02:24.904334" elapsed="1822.610961"/>
</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>
