<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-08T00:42:00.970924" 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-08T00:42:01.573109" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-08T00:42:01.572958" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:01.572925" elapsed="0.000312"/>
</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-08T00:42:01.573395" elapsed="0.000604"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-08T00:42:01.574483" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-06-08T00:42:02.227368" 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-08T00:42:01.574178" elapsed="0.653409"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-08T00:42:02.275904" 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-08T00:42:02.227914" elapsed="0.048063"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-08T00:42:02.277716" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-08T00:42:02.277831" 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-08T00:42:02.276148" elapsed="0.001714"/>
</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-08T00:42:02.278024" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T00:42:02.278402" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:42:02.279161" 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-08T00:42:02.278804" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T00:42:02.279272" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
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-08T00:42:01.572523" elapsed="0.706939"/>
</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-08T00:42:01.568851" elapsed="0.710678"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T00:42:02.280129" 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-08T00:42:02.279749" elapsed="0.000438"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T00:42:02.280593" 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-08T00:42:02.280344" elapsed="0.000330"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-08T00:42:02.281268" 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-08T00:42:02.280832" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T00:42:02.281833" 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-08T00:42:02.281472" elapsed="0.000405"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-08T00:42:02.282431" 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-08T00:42:02.282026" elapsed="0.000433"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T00:42:02.282966" 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-08T00:42:02.282646" elapsed="0.000363"/>
</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-08T00:42:02.283316" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T00:42:02.283098" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T00:42:02.287975" 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-08T00:42:02.287545" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T00:42:02.289026" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T00:42:02.289110" 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-08T00:42:02.288565" elapsed="0.000570"/>
</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-08T00:42:02.289323" elapsed="0.000376"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T00:42:02.290729" level="INFO">Logging into '10.30.170.38:22' as 'jenkins'.</msg>
<msg time="2026-06-08T00:42:03.062411" 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 Mon Jun  8 00:42:02 UTC 2026

  System load:  0.11               Processes:             112
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.38
  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-291-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-08T00:42:02.290206" elapsed="0.772362"/>
</kw>
<msg time="2026-06-08T00:42:03.062681" 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-08T00:42:02.289857" elapsed="0.772920"/>
</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-08T00:42:02.288211" elapsed="0.774685"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.071110" 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-08T00:42:03.063107" elapsed="0.009690"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T00:42:03.073049" elapsed="0.000379"/>
</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-08T00:42:02.287018" elapsed="0.786498"/>
</kw>
<status status="PASS" start="2026-06-08T00:42:02.283693" elapsed="0.789875"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:02.283071" elapsed="0.790567"/>
</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-08T00:42:03.073854" elapsed="0.000699"/>
</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-08T00:42:03.083393" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-08T00:42:03.083273" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:03.083248" elapsed="0.000225"/>
</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-08T00:42:03.087145" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-08T00:42:03.087031" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:03.087011" elapsed="0.000204"/>
</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-08T00:42:03.087347" elapsed="0.000478"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.088236" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-06-08T00:42:03.322859" 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-08T00:42:03.087977" elapsed="0.234987"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.420693" 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-08T00:42:03.323152" elapsed="0.097630"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.425318" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-08T00:42:03.425504" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-08T00:42:03.420968" elapsed="0.004569"/>
</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-08T00:42:03.425697" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T00:42:03.426109" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:42:03.426812" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T00:42:03.426472" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T00:42:03.426920" elapsed="0.000052"/>
</return>
<msg time="2026-06-08T00:42:03.427121" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
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-08T00:42:03.086671" elapsed="0.340482"/>
</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-08T00:42:03.427300" elapsed="0.000541"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T00:42:03.427925" elapsed="0.000036"/>
</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-08T00:42:03.082966" elapsed="0.345101"/>
</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-08T00:42:03.431792" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-08T00:42:03.431656" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:03.431632" elapsed="0.000233"/>
</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-08T00:42:03.431996" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.432877" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-06-08T00:42:03.599151" 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-08T00:42:03.432589" elapsed="0.166757"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.625410" 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-08T00:42:03.599684" elapsed="0.025796"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.627579" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-08T00:42:03.627703" 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-08T00:42:03.625665" elapsed="0.002068"/>
</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-08T00:42:03.627874" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T00:42:03.628219" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:42:03.628935" 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-08T00:42:03.628616" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T00:42:03.629041" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
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-08T00:42:03.431309" elapsed="0.197909"/>
</kw>
<status status="PASS" start="2026-06-08T00:42:01.566977" elapsed="2.062306"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:42:03.631567" 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-08T00:42:03.630476" elapsed="0.001338"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T00:42:03.633263" 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-08T00:42:03.632911" elapsed="0.000395"/>
</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-08T00:42:03.633651" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-08T00:42:03.633388" elapsed="0.000327"/>
</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-08T00:42:03.636734" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-08T00:42:03.636446" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:03.636426" elapsed="0.000393"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.637177" 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-08T00:42:03.637303" 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-08T00:42:03.636956" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:42:03.637914" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.38" 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-08T00:42:03.637466" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.638636" 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-08T00:42:03.638118" elapsed="0.000546"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T00:42:03.639574" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T00:42:03.639686" 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-08T00:42:03.639249" elapsed="0.000465"/>
</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-08T00:42:03.639859" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.641067" level="INFO">Logging into '10.30.170.38:22' as 'jenkins'.</msg>
<msg time="2026-06-08T00:42:03.964791" 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 Mon Jun  8 00:42:02 UTC 2026

  System load:  0.11               Processes:             112
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.38
  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: Mon Jun  8 00:42:02 2026 from 10.30.170.29
[?2004h[jenkins@releng-63164-291-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-08T00:42:03.640711" elapsed="0.324267"/>
</kw>
<msg time="2026-06-08T00:42:03.965067" 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-08T00:42:03.640349" elapsed="0.324808"/>
</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-08T00:42:03.638870" elapsed="0.326411"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-08T00:42:03.966121" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-08T00:52:10.082395" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-08T00:52:10.082897" level="INFO">${stdout} = </msg>
<msg time="2026-06-08T00:52:10.083005" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-08T00:42:03.965503" elapsed="606.117562"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T00:52:10.083481" elapsed="0.000691"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.085304" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:43:09.154 16  switches: flows:  107204 106075 106508 106745 103983 104663 104595 105499 103403 102286 103016 101367 99814 102799 101255 103449  total = 27.711017 per ms 
00:44:09.254 16  switches: flows:  125692 124342 123358 124034 121909 121071 124769 124946 119580 118140 120283 118920 120409 119629 120608 120062  total = 32.408427 per ms 
00:45:09.355 16  switches: flows:  125177 122947 121854 122408 121352 119636 123119 120336 116142 115574 117871 117448 118184 118745 116235 117987  total = 31.863650 per ms 
00:46:09.457 16  switches: flows:  118307 118860 119276 117749 118272 117056 118316 119051 114341 115395 112899 113457 116085 112647 114488 115848  total = 30.982356 per ms 
00:47:09.558 16  switches: flows:  128742 129532 130340 128216 127943 128200 128266 129965 125177 122614 123136 124227 127216 121747 125532 125180  total = 33.710914 per ms 
00:48:09.659 16  switches: flows:  127962 128359 127297 126781 125178 124506 125831 127349 120925 122709 122496 119275 122921 122002 122099 122120  total = 33.074873 per ms 
00:49:09.762 16  switches: flows:  131853 129214 128604 129081 127474 125973 128793 130754 124249 123999 125910 124817 124886 123140 124821 124937  total = 33.751289 per ms 
00:50:09.863 16  switches: flows:  129584 127469 127466 127625 126171 125799 127757 129277 123163 121129 123735 123049 124254 123621 125165 123379  total = 33.421540 per ms 
00:51:09.964 16  switches: flows:  130288 129206 127574 127528 129913 128420 127049 129335 123508 122879 124347 123649 124188 124219 124004 123121  total = 33.597700 per ms 
00:52:10.065 16  switches: flows:  131388 131452 128547 129267 130429 126262 127307 130990 124539 124115 125279 124287 124697 123245 125239 124838  total = 33.808211 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30982.36/33808.21/32957.66/11026.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T00:52:10.084535" elapsed="0.001252"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-08T00:52:10.086280" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-06-08T00:52:10.085978" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-06-08T00:52:10.085922" elapsed="0.000568"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-08T00:52:10.086737" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-08T00:52:10.086651" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-06-08T00:52:10.086583" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-08T00:52:10.086952" 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-08T00:52:10.091409" elapsed="0.000357"/>
</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-08T00:52:10.091917" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T00:52:10.092219" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-08T00:52:10.087657" elapsed="0.004718"/>
</kw>
<msg time="2026-06-08T00:52:10.092506" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-08T00:42:03.634066" elapsed="606.458467"/>
</kw>
<status status="PASS" start="2026-06-08T00:42:03.633744" elapsed="606.458839"/>
</branch>
<status status="PASS" start="2026-06-08T00:42:03.633364" elapsed="606.459259"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.093068" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:43:09.154 16  switches: flows:  107204 106075 106508 106745 103983 104663 104595 105499 103403 102286 103016 101367 99814 102799 101255 103449  total = 27.711017 per ms 
00:44:09.254 16  switches: flows:  125692 124342 123358 124034 121909 121071 124769 124946 119580 118140 120283 118920 120409 119629 120608 120062  total = 32.408427 per ms 
00:45:09.355 16  switches: flows:  125177 122947 121854 122408 121352 119636 123119 120336 116142 115574 117871 117448 118184 118745 116235 117987  total = 31.863650 per ms 
00:46:09.457 16  switches: flows:  118307 118860 119276 117749 118272 117056 118316 119051 114341 115395 112899 113457 116085 112647 114488 115848  total = 30.982356 per ms 
00:47:09.558 16  switches: flows:  128742 129532 130340 128216 127943 128200 128266 129965 125177 122614 123136 124227 127216 121747 125532 125180  total = 33.710914 per ms 
00:48:09.659 16  switches: flows:  127962 128359 127297 126781 125178 124506 125831 127349 120925 122709 122496 119275 122921 122002 122099 122120  total = 33.074873 per ms 
00:49:09.762 16  switches: flows:  131853 129214 128604 129081 127474 125973 128793 130754 124249 123999 125910 124817 124886 123140 124821 124937  total = 33.751289 per ms 
00:50:09.863 16  switches: flows:  129584 127469 127466 127625 126171 125799 127757 129277 123163 121129 123735 123049 124254 123621 125165 123379  total = 33.421540 per ms 
00:51:09.964 16  switches: flows:  130288 129206 127574 127528 129913 128420 127049 129335 123508 122879 124347 123649 124188 124219 124004 123121  total = 33.597700 per ms 
00:52:10.065 16  switches: flows:  131388 131452 128547 129267 130429 126262 127307 130990 124539 124115 125279 124287 124697 123245 125239 124838  total = 33.808211 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30982.36/33808.21/32957.66/11026.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T00:52:10.092771" elapsed="0.000371"/>
</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-08T00:52:10.093292" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-08T00:52:10.094083" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-08T00:52:10.094176" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30982.36/33808.21/32957.66/11026.07 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-08T00:52:10.093855" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T00:52:10.094641" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30982.36/33808.21/32957.66/11026.07 | 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-08T00:52:10.094358" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.097039" 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-08T00:52:10.094818" elapsed="0.002278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.099481" level="INFO">30982.36/33808.21/32957.66/11026.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T00:52:10.097242" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T00:52:10.101918" 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-08T00:52:10.099703" elapsed="0.002243"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T00:52:10.104367" level="INFO">@{result_value_list} = [ 30982.36 | 33808.21 | 32957.66 | 11026.07 ]</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-08T00:52:10.102143" elapsed="0.002252"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.104880" level="INFO">Length is 4.</msg>
<msg time="2026-06-08T00:52:10.104976" 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-08T00:52:10.104551" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.109794" level="INFO">min :: 30982.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T00:52:10.105392" elapsed="0.004459"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-08T00:52:10.105257" elapsed="0.004631"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.114408" level="INFO">max :: 33808.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T00:52:10.110109" elapsed="0.004357"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-08T00:52:10.109980" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.119010" level="INFO">avg :: 32957.66</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-08T00:52:10.114740" elapsed="0.004328"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-08T00:52:10.114592" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.123826" level="INFO">stdev :: 11026.07</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-08T00:52:10.119325" elapsed="0.004560"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-08T00:52:10.119195" elapsed="0.004725"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-08T00:52:10.105070" elapsed="0.018884"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.127949" level="INFO">${min} = 30982.36</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T00:52:10.124116" elapsed="0.003861"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.131868" level="INFO">${max} = 33808.21</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-08T00:52:10.128131" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.136149" level="INFO">${average} = 32957.66</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-08T00:52:10.132225" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.140112" level="INFO">${stdev} = 11026.07</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-08T00:52:10.136329" elapsed="0.003811"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.140684" level="INFO">${date} = 2026-06-08 00:52:10</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-08T00:52:10.140299" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.141267" level="INFO">CBench Result: 2026-06-08 00:52:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30982.36,33808.21,32957.66,11026.07</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-08T00:52:10.140858" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T00:52:10.142454" 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-08T00:52:10.142020" elapsed="0.000502"/>
</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-08T00:52:10.142691" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-08T00:52:10.141485" elapsed="0.001740"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-08T00:42:03.632253" elapsed="606.511032"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.143770" 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-08T00:52:10.143436" elapsed="0.000390"/>
</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-08T00:52:10.144342" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-08T00:52:10.144038" elapsed="0.000662"/>
</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-08T00:42:03.629438" elapsed="606.515299"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.146199" 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-08T00:52:10.145814" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.147525" 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-08T00:52:10.147183" elapsed="0.000386"/>
</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-08T00:52:10.147941" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T00:52:10.147714" elapsed="0.000285"/>
</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-08T00:52:10.150928" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-08T00:52:10.150679" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-08T00:52:10.150659" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-08T00:52:10.151352" 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-08T00:52:10.151472" 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-08T00:52:10.151143" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.152073" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.38" 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-08T00:52:10.151652" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T00:52:10.152691" 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-08T00:52:10.152273" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T00:52:10.153630" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T00:52:10.153727" 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-08T00:52:10.153294" elapsed="0.000498"/>
</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-08T00:52:10.153945" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T00:52:10.155144" level="INFO">Logging into '10.30.170.38:22' as 'jenkins'.</msg>
<msg time="2026-06-08T00:52:10.736013" 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 Mon Jun  8 00:52:10 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.38
  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: Mon Jun  8 00:42:03 2026 from 10.30.170.29
[?2004h[jenkins@releng-63164-291-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-08T00:52:10.154789" elapsed="0.581416"/>
</kw>
<msg time="2026-06-08T00:52:10.736290" 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-08T00:52:10.154427" elapsed="0.581952"/>
</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-08T00:52:10.152919" elapsed="0.583579"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-08T00:52:10.737058" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-08T01:02:17.881299" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-08T01:02:17.881869" level="INFO">${stdout} = </msg>
<msg time="2026-06-08T01:02:17.881985" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222: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-08T00:52:10.736733" elapsed="607.145328"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T01:02:17.882541" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.884454" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:16.942 16  switches: flows:  543856 544541 544034 544666 538774 530423 547193 545289 526564 522079 532188 522492 515155 538010 534660 520769  total = 142.511550 per ms 
00:54:17.045 16  switches: flows:  533122 544141 533587 538417 538625 541831 539326 540824 539449 545904 536457 535417 532578 543666 540084 546129  total = 143.583521 per ms 
00:55:17.148 16  switches: flows:  554645 557766 569379 566607 564724 565738 561651 559824 561488 566555 569908 562219 565316 568218 564659 570869  total = 150.238386 per ms 
00:56:17.250 16  switches: flows:  597869 595568 593028 601763 593228 583738 590361 602560 595311 596829 598098 602419 586289 600314 591004 597430  total = 158.497005 per ms 
00:57:17.354 16  switches: flows:  619782 614691 621473 621259 619586 620334 623112 613229 619782 621728 623080 623239 619859 622469 617126 631471  total = 165.254500 per ms 
00:58:17.456 16  switches: flows:  601962 604936 611021 605335 606486 602210 606191 603506 610265 607822 602584 615528 597883 603991 609222 608295  total = 161.348680 per ms 
00:59:17.557 16  switches: flows:  608216 605948 606068 607213 610785 612716 604038 602000 610156 610079 608564 607537 604307 603038 604995 605555  total = 161.581795 per ms 
01:00:17.658 16  switches: flows:  601054 599675 596309 607920 609620 606478 597485 597954 609438 598353 609360 603736 602336 591868 609021 595477  total = 160.331901 per ms 
01:01:17.759 16  switches: flows:  575149 562842 575352 584739 585763 588929 573337 574633 582772 579149 566986 573186 570225 574990 577414 567882  total = 153.298445 per ms 
01:02:17.861 16  switches: flows:  566254 557767 571986 544416 570958 559656 571535 564749 566219 570989 559709 550632 567848 571705 569902 557413  total = 150.107120 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143583.52/165254.50/156026.82/52434.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:02:17.883683" elapsed="0.001115"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-08T01:02:17.885318" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-08T01:02:17.885001" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-06-08T01:02:17.884948" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-08T01:02:17.885794" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-08T01:02:17.885705" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-06-08T01:02:17.885666" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-08T01:02:17.886016" 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-08T01:02:17.890616" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T01:02:17.891101" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T01:02:17.891405" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-08T01:02:17.886790" elapsed="0.004769"/>
</kw>
<msg time="2026-06-08T01:02:17.891704" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222: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-08T00:52:10.148345" elapsed="607.743387"/>
</kw>
<status status="PASS" start="2026-06-08T00:52:10.148026" elapsed="607.743755"/>
</branch>
<status status="PASS" start="2026-06-08T00:52:10.147691" elapsed="607.744114"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.892237" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:16.942 16  switches: flows:  543856 544541 544034 544666 538774 530423 547193 545289 526564 522079 532188 522492 515155 538010 534660 520769  total = 142.511550 per ms 
00:54:17.045 16  switches: flows:  533122 544141 533587 538417 538625 541831 539326 540824 539449 545904 536457 535417 532578 543666 540084 546129  total = 143.583521 per ms 
00:55:17.148 16  switches: flows:  554645 557766 569379 566607 564724 565738 561651 559824 561488 566555 569908 562219 565316 568218 564659 570869  total = 150.238386 per ms 
00:56:17.250 16  switches: flows:  597869 595568 593028 601763 593228 583738 590361 602560 595311 596829 598098 602419 586289 600314 591004 597430  total = 158.497005 per ms 
00:57:17.354 16  switches: flows:  619782 614691 621473 621259 619586 620334 623112 613229 619782 621728 623080 623239 619859 622469 617126 631471  total = 165.254500 per ms 
00:58:17.456 16  switches: flows:  601962 604936 611021 605335 606486 602210 606191 603506 610265 607822 602584 615528 597883 603991 609222 608295  total = 161.348680 per ms 
00:59:17.557 16  switches: flows:  608216 605948 606068 607213 610785 612716 604038 602000 610156 610079 608564 607537 604307 603038 604995 605555  total = 161.581795 per ms 
01:00:17.658 16  switches: flows:  601054 599675 596309 607920 609620 606478 597485 597954 609438 598353 609360 603736 602336 591868 609021 595477  total = 160.331901 per ms 
01:01:17.759 16  switches: flows:  575149 562842 575352 584739 585763 588929 573337 574633 582772 579149 566986 573186 570225 574990 577414 567882  total = 153.298445 per ms 
01:02:17.861 16  switches: flows:  566254 557767 571986 544416 570958 559656 571535 564749 566219 570989 559709 550632 567848 571705 569902 557413  total = 150.107120 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143583.52/165254.50/156026.82/52434.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:02:17.891949" elapsed="0.000406"/>
</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-08T01:02:17.892512" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-08T01:02:17.893292" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-08T01:02:17.893382" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143583.52/165254.50/156026.82/52434.26 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-08T01:02:17.893073" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T01:02:17.893831" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143583.52/165254.50/156026.82/52434.26 | 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-08T01:02:17.893562" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.896240" 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-08T01:02:17.894002" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.898675" level="INFO">143583.52/165254.50/156026.82/52434.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:02:17.896442" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T01:02:17.901111" 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-08T01:02:17.898882" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T01:02:17.903544" level="INFO">@{result_value_list} = [ 143583.52 | 165254.50 | 156026.82 | 52434.26 ]</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-08T01:02:17.901334" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.904052" level="INFO">Length is 4.</msg>
<msg time="2026-06-08T01:02:17.904140" 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-08T01:02:17.903746" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.909710" level="INFO">min :: 143583.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:02:17.904568" elapsed="0.005199"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-08T01:02:17.904436" elapsed="0.005366"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.914530" level="INFO">max :: 165254.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:02:17.910026" elapsed="0.004562"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-08T01:02:17.909894" elapsed="0.004753"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.919194" level="INFO">avg :: 156026.82</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-08T01:02:17.914870" elapsed="0.004381"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-08T01:02:17.914739" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.923922" level="INFO">stdev :: 52434.26</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-08T01:02:17.919503" elapsed="0.004498"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-08T01:02:17.919373" elapsed="0.004664"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-08T01:02:17.904240" elapsed="0.019829"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.928040" level="INFO">${min} = 143583.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T01:02:17.924229" elapsed="0.003838"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.932186" level="INFO">${max} = 165254.50</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T01:02:17.928223" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.936289" level="INFO">${average} = 156026.82</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-08T01:02:17.932370" elapsed="0.003946"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.940221" level="INFO">${stdev} = 52434.26</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-08T01:02:17.936468" elapsed="0.003780"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.940781" level="INFO">${date} = 2026-06-08 01:02:17</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-08T01:02:17.940407" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.941361" level="INFO">CBench Result: 2026-06-08 01:02:17,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143583.52,165254.50,156026.82,52434.26</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-08T01:02:17.940954" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T01:02:17.942469" 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-08T01:02:17.942058" elapsed="0.000477"/>
</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-08T01:02:17.942699" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-08T01:02:17.941564" elapsed="0.001671"/>
</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-08T00:52:10.146582" elapsed="607.796715"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.943803" 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-08T01:02:17.943446" elapsed="0.000416"/>
</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-08T01:02:17.944370" elapsed="0.000300"/>
</kw>
<status status="PASS" start="2026-06-08T01:02:17.944068" elapsed="0.000676"/>
</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-08T00:52:10.145169" elapsed="607.799613"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.946134" 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-08T01:02:17.945753" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.947432" 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-08T01:02:17.947101" elapsed="0.000374"/>
</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-08T01:02:17.947843" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T01:02:17.947618" elapsed="0.000284"/>
</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-08T01:02:17.950827" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-08T01:02:17.950554" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-08T01:02:17.950534" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-08T01:02:17.951261" 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-08T01:02:17.951390" 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-08T01:02:17.951053" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.952012" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.38" 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-08T01:02:17.951557" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T01:02:17.952625" 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-08T01:02:17.952211" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T01:02:17.953756" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T01:02:17.953853" 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-08T01:02:17.953236" elapsed="0.000642"/>
</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-08T01:02:17.954027" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T01:02:17.955249" level="INFO">Logging into '10.30.170.38:22' as 'jenkins'.</msg>
<msg time="2026-06-08T01:02:18.552473" 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 Mon Jun  8 01:02:18 UTC 2026

  System load:  0.36               Processes:             107
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.38
  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: Mon Jun  8 00:52:10 2026 from 10.30.170.29
[?2004h[jenkins@releng-63164-291-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-08T01:02:17.954887" elapsed="0.597791"/>
</kw>
<msg time="2026-06-08T01:02:18.552760" 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-08T01:02:17.954509" elapsed="0.598327"/>
</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-08T01:02:17.952859" elapsed="0.600086"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-08T01:02:18.553449" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-08T01:12:24.620190" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-08T01:12:24.620513" level="INFO">${stdout} = </msg>
<msg time="2026-06-08T01:12:24.620562" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-08T01:02:18.553156" elapsed="606.067437"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T01:12:24.620867" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.621798" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:23.696 16  switches: flows:  113686 115319 111991 109852 115852 114978 114398 112269 108983 110401 110212 109220 110181 111141 111080 110432  total = 29.833250 per ms 
01:04:23.796 16  switches: flows:  125680 122756 122713 120459 126686 125528 125312 123741 120294 119883 120838 121576 120112 120572 121284 123673  total = 32.630567 per ms 
01:05:23.896 16  switches: flows:  126628 126392 121733 123288 125666 126272 126868 123062 120144 122551 122016 122715 119241 122387 121444 124108  total = 32.853734 per ms 
01:06:23.997 16  switches: flows:  126539 124526 124555 121900 126986 126571 125232 122509 121379 122181 122147 123016 121204 121737 120870 121963  total = 32.833760 per ms 
01:07:24.097 16  switches: flows:  126261 123959 122546 120136 125990 124046 125725 121908 119222 121351 120437 120849 118837 119489 120617 122300  total = 32.506901 per ms 
01:08:24.197 16  switches: flows:  125354 122908 122550 120596 125593 125641 126879 122841 121069 121125 120969 121826 119955 121903 121302 122219  total = 32.657634 per ms 
01:09:24.297 16  switches: flows:  127292 124972 123468 122781 125631 125907 125149 122093 122396 122502 121727 124026 120579 120792 119235 125184  total = 32.840694 per ms 
01:10:24.398 16  switches: flows:  124316 123332 123055 119050 125040 125259 124692 121454 119134 119859 119802 120902 119893 120042 118703 121598  total = 32.381388 per ms 
01:11:24.498 16  switches: flows:  123248 124305 122666 121484 126480 127252 124131 124658 121760 121178 121160 121662 121608 122297 121539 122927  total = 32.751202 per ms 
01:12:24.599 16  switches: flows:  109392 110983 108107 107312 109575 109125 109644 108302 108495 105538 105251 106077 107350 107196 107415 108837  total = 28.761954 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28761.95/32853.73/32246.43/10820.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:12:24.621401" elapsed="0.000564"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-08T01:12:24.622204" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-06-08T01:12:24.622053" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-06-08T01:12:24.622027" elapsed="0.000276"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-08T01:12:24.622398" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-08T01:12:24.622361" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-06-08T01:12:24.622345" elapsed="0.000116"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-08T01:12:24.622492" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T01:12:24.625067" elapsed="0.000328"/>
</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-08T01:12:24.625542" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T01:12:24.625860" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-08T01:12:24.622842" elapsed="0.003170"/>
</kw>
<msg time="2026-06-08T01:12:24.626141" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-08T01:02:17.948240" elapsed="606.677928"/>
</kw>
<status status="PASS" start="2026-06-08T01:02:17.947928" elapsed="606.678293"/>
</branch>
<status status="PASS" start="2026-06-08T01:02:17.947571" elapsed="606.678674"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.626694" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:23.696 16  switches: flows:  113686 115319 111991 109852 115852 114978 114398 112269 108983 110401 110212 109220 110181 111141 111080 110432  total = 29.833250 per ms 
01:04:23.796 16  switches: flows:  125680 122756 122713 120459 126686 125528 125312 123741 120294 119883 120838 121576 120112 120572 121284 123673  total = 32.630567 per ms 
01:05:23.896 16  switches: flows:  126628 126392 121733 123288 125666 126272 126868 123062 120144 122551 122016 122715 119241 122387 121444 124108  total = 32.853734 per ms 
01:06:23.997 16  switches: flows:  126539 124526 124555 121900 126986 126571 125232 122509 121379 122181 122147 123016 121204 121737 120870 121963  total = 32.833760 per ms 
01:07:24.097 16  switches: flows:  126261 123959 122546 120136 125990 124046 125725 121908 119222 121351 120437 120849 118837 119489 120617 122300  total = 32.506901 per ms 
01:08:24.197 16  switches: flows:  125354 122908 122550 120596 125593 125641 126879 122841 121069 121125 120969 121826 119955 121903 121302 122219  total = 32.657634 per ms 
01:09:24.297 16  switches: flows:  127292 124972 123468 122781 125631 125907 125149 122093 122396 122502 121727 124026 120579 120792 119235 125184  total = 32.840694 per ms 
01:10:24.398 16  switches: flows:  124316 123332 123055 119050 125040 125259 124692 121454 119134 119859 119802 120902 119893 120042 118703 121598  total = 32.381388 per ms 
01:11:24.498 16  switches: flows:  123248 124305 122666 121484 126480 127252 124131 124658 121760 121178 121160 121662 121608 122297 121539 122927  total = 32.751202 per ms 
01:12:24.599 16  switches: flows:  109392 110983 108107 107312 109575 109125 109644 108302 108495 105538 105251 106077 107350 107196 107415 108837  total = 28.761954 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28761.95/32853.73/32246.43/10820.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:12:24.626392" elapsed="0.000377"/>
</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-08T01:12:24.626916" elapsed="0.000358"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-08T01:12:24.627666" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-08T01:12:24.627758" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28761.95/32853.73/32246.43/10820.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-08T01:12:24.627434" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T01:12:24.628198" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28761.95/32853.73/32246.43/10820.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T01:12:24.627935" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.630660" 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-08T01:12:24.628369" elapsed="0.002347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.633224" level="INFO">28761.95/32853.73/32246.43/10820.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:12:24.630862" elapsed="0.002419"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T01:12:24.635666" 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-08T01:12:24.633431" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T01:12:24.638127" level="INFO">@{result_value_list} = [ 28761.95 | 32853.73 | 32246.43 | 10820.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T01:12:24.635894" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.638636" level="INFO">Length is 4.</msg>
<msg time="2026-06-08T01:12:24.638725" 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-08T01:12:24.638312" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.643437" level="INFO">min :: 28761.95</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-08T01:12:24.639132" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-08T01:12:24.639003" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.648037" level="INFO">max :: 32853.73</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-08T01:12:24.643757" elapsed="0.004336"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-08T01:12:24.643630" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.652663" level="INFO">avg :: 32246.43</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-08T01:12:24.648338" elapsed="0.004381"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-08T01:12:24.648211" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.657272" level="INFO">stdev :: 10820.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:12:24.652964" elapsed="0.004363"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-08T01:12:24.652838" elapsed="0.004523"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-08T01:12:24.638817" elapsed="0.018574"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.661268" level="INFO">${min} = 28761.95</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-08T01:12:24.657547" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.665285" level="INFO">${max} = 32853.73</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-08T01:12:24.661518" elapsed="0.003794"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.669300" level="INFO">${average} = 32246.43</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-08T01:12:24.665466" elapsed="0.003861"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.673445" level="INFO">${stdev} = 10820.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T01:12:24.669481" elapsed="0.003992"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.674021" level="INFO">${date} = 2026-06-08 01:12:24</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-08T01:12:24.673664" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.674616" level="INFO">CBench Result: 2026-06-08 01:12:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28761.95,32853.73,32246.43,10820.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T01:12:24.674196" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T01:12:24.675754" 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-08T01:12:24.675293" elapsed="0.000530"/>
</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-08T01:12:24.675975" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-08T01:12:24.674819" elapsed="0.001691"/>
</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-08T01:02:17.946501" elapsed="606.730068"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.677059" 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-08T01:12:24.676746" elapsed="0.000377"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-08T01:12:24.678390" 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-08T01:12:24.677909" elapsed="0.000508"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-08T01:12:24.678661" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-06-08T01:12:24.678496" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-06-08T01:12:24.678475" elapsed="0.000276"/>
</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-08T01:12:24.678895" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-08T01:12:24.679052" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-08T01:12:24.679211" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-08T01:12:24.679407" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-08T01:12:24.679557" 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-08T01:12:24.679720" elapsed="0.000020"/>
</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-08T01:12:24.679865" elapsed="0.000020"/>
</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-08T01:12:24.680084" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-08T01:12:24.679947" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-08T01:12:24.679930" elapsed="0.000229"/>
</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-08T01:12:24.677521" elapsed="0.002692"/>
</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-08T01:02:17.945193" elapsed="606.735067"/>
</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-08T00:42:00.972560" elapsed="1823.708138"/>
</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>
