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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-19T00:38:38.454761" elapsed="0.878237"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T00:38:39.381768" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-19T00:38:39.333357" elapsed="0.048482"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T00:38:39.383522" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T00:38:39.383662" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-19T00:38:39.382008" elapsed="0.001684"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-19T00:38:39.383848" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:38:39.384274" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:38:39.385286" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:38:39.384812" elapsed="0.000553"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T00:38:39.385441" elapsed="0.000107"/>
</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.118
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T00:38:38.453194" elapsed="0.932543"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-19T00:38:38.449562" elapsed="0.936267"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T00:38:39.386638" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-19T00:38:39.386095" elapsed="0.000628"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T00:38:39.387575" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-19T00:38:39.386942" elapsed="0.000728"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T00:38:39.388480" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-19T00:38:39.387917" elapsed="0.000638"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T00:38:39.389278" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-19T00:38:39.388808" elapsed="0.000531"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T00:38:39.390110" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-19T00:38:39.389581" elapsed="0.000568"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T00:38:39.390863" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-19T00:38:39.390373" elapsed="0.000551"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-19T00:38:39.391348" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:38:39.391046" elapsed="0.000382"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:38:39.397098" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:38:39.396689" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T00:38:39.398160" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T00:38:39.398240" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T00:38:39.397699" elapsed="0.000565"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:38:39.398408" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T00:38:39.399803" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-19T00:38:40.109042" 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 Tue May 19 00:38:39 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.253
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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-251-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-19T00:38:39.399263" elapsed="0.709983"/>
</kw>
<msg time="2026-05-19T00:38:40.109361" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:38:39.398924" elapsed="0.710561"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-19T00:38:39.397334" elapsed="0.712330"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.117086" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-19T00:38:40.109947" elapsed="0.009397"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:38:40.119896" elapsed="0.000679"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-19T00:38:39.396096" elapsed="0.724594"/>
</kw>
<status status="PASS" start="2026-05-19T00:38:39.391566" elapsed="0.729183"/>
</branch>
<status status="PASS" start="2026-05-19T00:38:39.391011" elapsed="0.729794"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-19T00:38:40.121028" elapsed="0.000822"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-19T00:38:40.128337" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-19T00:38:40.128159" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-05-19T00:38:40.128120" elapsed="0.000326"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-19T00:38:40.133136" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-19T00:38:40.133024" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-05-19T00:38:40.133005" elapsed="0.000201"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:38:40.133350" elapsed="0.000498"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.134277" level="INFO">Logging into '10.30.171.118:8101' as 'karaf'.</msg>
<msg time="2026-05-19T00:38:40.296120" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-19T00:38:40.133996" elapsed="0.162214"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.387213" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-19T00:38:40.296368" elapsed="0.090912"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.391708" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T00:38:40.391908" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-19T00:38:40.387431" elapsed="0.004508"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-19T00:38:40.392103" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:38:40.392434" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:38:40.393052" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:38:40.392781" elapsed="0.000326"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T00:38:40.393151" elapsed="0.000053"/>
</return>
<msg time="2026-05-19T00:38:40.393339" 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.118
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T00:38:40.132663" elapsed="0.260707"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-19T00:38:40.393527" elapsed="0.000566"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T00:38:40.394144" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-19T00:38:40.127681" elapsed="0.266590"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-19T00:38:40.397840" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-19T00:38:40.397725" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-05-19T00:38:40.397703" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:38:40.398039" elapsed="0.000408"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.398860" level="INFO">Logging into '10.30.171.118:8101' as 'karaf'.</msg>
<msg time="2026-05-19T00:38:40.586747" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-19T00:38:40.398608" elapsed="0.188229"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.609060" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-19T00:38:40.586995" elapsed="0.022124"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.611027" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T00:38:40.611123" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-19T00:38:40.609266" elapsed="0.001887"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-19T00:38:40.611284" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:38:40.611620" elapsed="0.000159"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:38:40.612194" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:38:40.611913" elapsed="0.000338"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T00:38:40.612298" elapsed="0.000039"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.118
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T00:38:40.397402" elapsed="0.215041"/>
</kw>
<status status="PASS" start="2026-05-19T00:38:38.447595" elapsed="2.164929"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:38:40.615457" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:38:40.613412" elapsed="0.002148"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T00:38:40.617129" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-19T00:38:40.616771" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-19T00:38:40.617478" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:38:40.617249" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-19T00:38:40.620518" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:38:40.620249" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-05-19T00:38:40.620230" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.620950" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-19T00:38:40.620737" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:38:40.621680" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.253" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:38:40.621239" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.622354" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:38:40.621879" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T00:38:40.623289" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T00:38:40.623380" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T00:38:40.622975" elapsed="0.000428"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:38:40.623560" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.624792" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-19T00:38:40.932619" 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 Tue May 19 00:38:39 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.253
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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: Tue May 19 00:38:40 2026 from 10.30.171.38
[?2004h[jenkins@releng-63164-251-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-19T00:38:40.624421" elapsed="0.308315"/>
</kw>
<msg time="2026-05-19T00:38:40.932805" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:38:40.624046" elapsed="0.308834"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-19T00:38:40.622596" elapsed="0.310377"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T00:38:40.933570" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T00:48:47.068097" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T00:48:47.068915" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T00:48:47.069086" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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-05-19T00:38:40.933135" elapsed="606.136019"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:48:47.069754" elapsed="0.000827"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.071851" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:39:46.141 16  switches: flows:  97599 98265 99488 97307 98685 95944 95069 96382 95183 95790 95599 95590 95082 96148 97065 94015  total = 25.720183 per ms 
00:40:46.242 16  switches: flows:  120839 121693 122102 121205 122409 120025 119461 119685 118667 119692 119012 118356 115199 118538 117563 117455  total = 31.811911 per ms 
00:41:46.342 16  switches: flows:  124415 126122 122285 121242 123018 122455 122250 122869 120758 121877 119834 119298 117580 119723 118437 118193  total = 32.285365 per ms 
00:42:46.444 16  switches: flows:  127498 130335 129293 125404 129478 128446 127182 126517 125251 126185 124934 125003 124503 123355 122591 124123  total = 33.612192 per ms 
00:43:46.545 16  switches: flows:  123602 126039 127395 122159 125378 122883 124099 122884 121821 122810 120157 120684 120601 120053 122170 120586  total = 32.667450 per ms 
00:44:46.646 16  switches: flows:  125762 126531 130516 123180 126058 125142 126627 124789 124238 124778 121443 123750 123337 123331 124519 120219  total = 33.181646 per ms 
00:45:46.746 16  switches: flows:  126402 126722 129820 123445 125452 127964 125323 125439 123524 124471 121398 123847 122695 124488 125073 123246  total = 33.266282 per ms 
00:46:46.847 16  switches: flows:  127983 128288 131451 125166 127943 126376 126814 125567 124211 124397 122592 123903 123583 123003 124422 123773  total = 33.435341 per ms 
00:47:46.948 16  switches: flows:  127429 128955 130274 123412 128375 126872 126026 125837 124932 126524 123348 123963 124922 123822 123634 123535  total = 33.475094 per ms 
00:48:47.049 16  switches: flows:  127071 127571 130604 124356 127044 127468 126648 126731 125040 126930 125198 125942 123574 124262 125003 124256  total = 33.572253 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31811.91/33612.19/33034.17/11027.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.070989" elapsed="0.002025"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T00:48:47.073592" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-05-19T00:48:47.073238" elapsed="0.000530"/>
</branch>
<status status="PASS" start="2026-05-19T00:48:47.073167" elapsed="0.000656"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T00:48:47.074038" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-19T00:48:47.073957" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-19T00:48:47.073921" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T00:48:47.074249" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:48:47.078972" elapsed="0.000356"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:48:47.079473" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:48:47.079808" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T00:48:47.074972" elapsed="0.004984"/>
</kw>
<msg time="2026-05-19T00:48:47.080089" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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-05-19T00:38:40.617917" elapsed="606.462198"/>
</kw>
<status status="PASS" start="2026-05-19T00:38:40.617583" elapsed="606.462581"/>
</branch>
<status status="PASS" start="2026-05-19T00:38:40.617225" elapsed="606.462963"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.080632" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:39:46.141 16  switches: flows:  97599 98265 99488 97307 98685 95944 95069 96382 95183 95790 95599 95590 95082 96148 97065 94015  total = 25.720183 per ms 
00:40:46.242 16  switches: flows:  120839 121693 122102 121205 122409 120025 119461 119685 118667 119692 119012 118356 115199 118538 117563 117455  total = 31.811911 per ms 
00:41:46.342 16  switches: flows:  124415 126122 122285 121242 123018 122455 122250 122869 120758 121877 119834 119298 117580 119723 118437 118193  total = 32.285365 per ms 
00:42:46.444 16  switches: flows:  127498 130335 129293 125404 129478 128446 127182 126517 125251 126185 124934 125003 124503 123355 122591 124123  total = 33.612192 per ms 
00:43:46.545 16  switches: flows:  123602 126039 127395 122159 125378 122883 124099 122884 121821 122810 120157 120684 120601 120053 122170 120586  total = 32.667450 per ms 
00:44:46.646 16  switches: flows:  125762 126531 130516 123180 126058 125142 126627 124789 124238 124778 121443 123750 123337 123331 124519 120219  total = 33.181646 per ms 
00:45:46.746 16  switches: flows:  126402 126722 129820 123445 125452 127964 125323 125439 123524 124471 121398 123847 122695 124488 125073 123246  total = 33.266282 per ms 
00:46:46.847 16  switches: flows:  127983 128288 131451 125166 127943 126376 126814 125567 124211 124397 122592 123903 123583 123003 124422 123773  total = 33.435341 per ms 
00:47:46.948 16  switches: flows:  127429 128955 130274 123412 128375 126872 126026 125837 124932 126524 123348 123963 124922 123822 123634 123535  total = 33.475094 per ms 
00:48:47.049 16  switches: flows:  127071 127571 130604 124356 127044 127468 126648 126731 125040 126930 125198 125942 123574 124262 125003 124256  total = 33.572253 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31811.91/33612.19/33034.17/11027.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.080329" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-19T00:48:47.080851" elapsed="0.000413"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T00:48:47.081686" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T00:48:47.081778" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31811.91/33612.19/33034.17/11027.74 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-19T00:48:47.081427" elapsed="0.000376"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T00:48:47.082222" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31811.91/33612.19/33034.17/11027.74 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T00:48:47.081959" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.084691" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.082392" elapsed="0.002355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.087102" level="INFO">31811.91/33612.19/33034.17/11027.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.084892" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T00:48:47.089499" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T00:48:47.087304" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T00:48:47.091899" level="INFO">@{result_value_list} = [ 31811.91 | 33612.19 | 33034.17 | 11027.74 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T00:48:47.089732" elapsed="0.002194"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.092383" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T00:48:47.092470" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T00:48:47.092080" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.097176" level="INFO">min :: 31811.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.092943" elapsed="0.004289"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T00:48:47.092810" elapsed="0.004458"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.101875" level="INFO">max :: 33612.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.097492" elapsed="0.004440"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T00:48:47.097365" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.106402" level="INFO">avg :: 33034.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.102180" elapsed="0.004279"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T00:48:47.102055" elapsed="0.004439"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.111182" level="INFO">stdev :: 11027.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.106733" elapsed="0.004506"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T00:48:47.106607" elapsed="0.004667"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T00:48:47.092595" elapsed="0.018712"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.115083" level="INFO">${min} = 31811.91</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:48:47.111462" elapsed="0.003648"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.118883" level="INFO">${max} = 33612.19</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:48:47.115260" elapsed="0.003649"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.122929" level="INFO">${average} = 33034.17</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:48:47.119056" elapsed="0.003904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.126760" level="INFO">${stdev} = 11027.74</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:48:47.123110" elapsed="0.003676"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.127307" level="INFO">${date} = 2026-05-19 00:48:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T00:48:47.126947" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.127893" level="INFO">CBench Result: 2026-05-19 00:48:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31811.91,33612.19,33034.17,11027.74</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.127474" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T00:48:47.129039" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-19T00:48:47.128600" elapsed="0.000507"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-19T00:48:47.129271" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T00:48:47.128093" elapsed="0.001717"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-19T00:38:40.616045" elapsed="606.513827"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.130355" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-19T00:48:47.130032" elapsed="0.000378"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-19T00:48:47.130951" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-05-19T00:48:47.130654" elapsed="0.000627"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-19T00:38:40.612688" elapsed="606.518633"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.132652" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.132262" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.134031" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-19T00:48:47.133694" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-19T00:48:47.134405" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:48:47.134186" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-19T00:48:47.137308" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:48:47.137051" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-05-19T00:48:47.137033" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:48:47.137744" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-19T00:48:47.137538" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.138488" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.118 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.253" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:48:47.138021" elapsed="0.000545"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:48:47.139098" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:48:47.138705" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T00:48:47.140011" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T00:48:47.140098" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T00:48:47.139707" elapsed="0.000415"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:48:47.140257" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T00:48:47.141459" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-19T00:48:47.716269" 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 Tue May 19 00:48:47 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.253
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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: Tue May 19 00:38:40 2026 from 10.30.171.38
[?2004h[jenkins@releng-63164-251-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-19T00:48:47.141082" elapsed="0.575354"/>
</kw>
<msg time="2026-05-19T00:48:47.716535" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:48:47.140740" elapsed="0.575888"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-19T00:48:47.139321" elapsed="0.577420"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T00:48:47.717270" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.118 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T00:58:54.556381" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T00:58:54.558176" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T00:58:54.558286" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.118:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-19T00:48:47.716956" elapsed="606.841395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:58:54.560710" elapsed="0.000970"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.562824" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:53.612 16  switches: flows:  547874 547055 564598 546820 553972 547299 546908 550093 538679 542794 535572 538370 544785 539711 545564 547253  total = 145.622450 per ms 
00:50:53.714 16  switches: flows:  606694 599578 602143 596451 592090 601704 599777 596640 594407 585692 594897 597925 599243 596099 599527 588046  total = 158.911421 per ms 
00:51:53.815 16  switches: flows:  615385 614769 611402 613170 613058 609963 614282 612835 605689 620641 612944 611937 610012 612591 612082 613263  total = 163.126052 per ms 
00:52:53.916 16  switches: flows:  622080 622983 622954 624823 625234 621744 617402 624859 618642 617884 614145 620420 623397 619389 615642 616105  total = 165.184424 per ms 
00:53:54.018 16  switches: flows:  587790 587635 591975 587930 592495 595218 587798 599026 586375 586596 590383 596238 595623 593428 598537 597492  total = 157.640640 per ms 
00:54:54.120 16  switches: flows:  629752 631597 631561 634708 632167 624945 635007 635602 632788 633425 638546 626012 633745 634008 631067 634072  total = 168.366714 per ms 
00:55:54.222 16  switches: flows:  640199 646647 640804 639951 653097 630398 646793 636166 645832 636874 642280 647013 641304 655659 638230 638261  total = 171.036930 per ms 
00:56:54.323 16  switches: flows:  625804 625512 632076 628998 626473 625612 630984 626521 631604 638063 638467 624182 635742 627646 630485 632207  total = 167.723309 per ms 
00:57:54.427 16  switches: flows:  640490 645447 636282 646251 646218 645029 645109 636603 641416 644941 640101 649617 640101 638728 637683 639876  total = 170.939205 per ms 
00:58:54.528 16  switches: flows:  576972 591062 594246 576192 593839 595543 579536 577086 585314 570790 588735 591447 589644 585990 601669 585546  total = 156.129722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156129.72/171036.93/164339.82/55043.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.562044" elapsed="0.001094"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T00:58:54.563658" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-05-19T00:58:54.563319" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-05-19T00:58:54.563266" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T00:58:54.564092" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-19T00:58:54.564011" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-05-19T00:58:54.563976" elapsed="0.000323"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T00:58:54.564369" 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-05-19T00:58:54.568483" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:58:54.569208" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T00:58:54.569659" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T00:58:54.565004" elapsed="0.004870"/>
</kw>
<msg time="2026-05-19T00:58:54.570050" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.118:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-19T00:48:47.134818" elapsed="607.435269"/>
</kw>
<status status="PASS" start="2026-05-19T00:48:47.134488" elapsed="607.435665"/>
</branch>
<status status="PASS" start="2026-05-19T00:48:47.134165" elapsed="607.436019"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.570801" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:53.612 16  switches: flows:  547874 547055 564598 546820 553972 547299 546908 550093 538679 542794 535572 538370 544785 539711 545564 547253  total = 145.622450 per ms 
00:50:53.714 16  switches: flows:  606694 599578 602143 596451 592090 601704 599777 596640 594407 585692 594897 597925 599243 596099 599527 588046  total = 158.911421 per ms 
00:51:53.815 16  switches: flows:  615385 614769 611402 613170 613058 609963 614282 612835 605689 620641 612944 611937 610012 612591 612082 613263  total = 163.126052 per ms 
00:52:53.916 16  switches: flows:  622080 622983 622954 624823 625234 621744 617402 624859 618642 617884 614145 620420 623397 619389 615642 616105  total = 165.184424 per ms 
00:53:54.018 16  switches: flows:  587790 587635 591975 587930 592495 595218 587798 599026 586375 586596 590383 596238 595623 593428 598537 597492  total = 157.640640 per ms 
00:54:54.120 16  switches: flows:  629752 631597 631561 634708 632167 624945 635007 635602 632788 633425 638546 626012 633745 634008 631067 634072  total = 168.366714 per ms 
00:55:54.222 16  switches: flows:  640199 646647 640804 639951 653097 630398 646793 636166 645832 636874 642280 647013 641304 655659 638230 638261  total = 171.036930 per ms 
00:56:54.323 16  switches: flows:  625804 625512 632076 628998 626473 625612 630984 626521 631604 638063 638467 624182 635742 627646 630485 632207  total = 167.723309 per ms 
00:57:54.427 16  switches: flows:  640490 645447 636282 646251 646218 645029 645109 636603 641416 644941 640101 649617 640101 638728 637683 639876  total = 170.939205 per ms 
00:58:54.528 16  switches: flows:  576972 591062 594246 576192 593839 595543 579536 577086 585314 570790 588735 591447 589644 585990 601669 585546  total = 156.129722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156129.72/171036.93/164339.82/55043.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.570379" elapsed="0.000529"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-19T00:58:54.571108" elapsed="0.000592"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T00:58:54.572228" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T00:58:54.572368" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 156129.72/171036.93/164339.82/55043.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-19T00:58:54.571920" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T00:58:54.572990" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 156129.72/171036.93/164339.82/55043.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T00:58:54.572632" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.576321" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.573228" elapsed="0.003171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.578844" level="INFO">156129.72/171036.93/164339.82/55043.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.576619" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T00:58:54.581228" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T00:58:54.579042" elapsed="0.002213"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T00:58:54.583621" level="INFO">@{result_value_list} = [ 156129.72 | 171036.93 | 164339.82 | 55043.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T00:58:54.581445" elapsed="0.002203"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.584144" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T00:58:54.584235" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T00:58:54.583799" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.589038" level="INFO">min :: 156129.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.584679" elapsed="0.004416"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T00:58:54.584544" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.593780" level="INFO">max :: 171036.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.589342" elapsed="0.004493"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T00:58:54.589219" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.598622" level="INFO">avg :: 164339.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-05-19T00:58:54.594081" elapsed="0.004597"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T00:58:54.593957" elapsed="0.004756"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.603115" level="INFO">stdev :: 55043.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.598926" elapsed="0.004244"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T00:58:54.598801" elapsed="0.004403"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T00:58:54.584328" elapsed="0.018907"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.607082" level="INFO">${min} = 156129.72</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:58:54.603387" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.610894" level="INFO">${max} = 171036.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:58:54.607257" elapsed="0.003663"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.614717" level="INFO">${average} = 164339.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-05-19T00:58:54.611067" elapsed="0.003676"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.618576" level="INFO">${stdev} = 55043.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T00:58:54.614888" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.619104" level="INFO">${date} = 2026-05-19 00:58:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T00:58:54.618754" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.619701" level="INFO">CBench Result: 2026-05-19 00:58:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,156129.72,171036.93,164339.82,55043.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.619284" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T00:58:54.620808" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-19T00:58:54.620381" elapsed="0.000493"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-19T00:58:54.621021" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T00:58:54.619912" elapsed="0.001674"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-19T00:48:47.133024" elapsed="607.488635"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.622127" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-19T00:58:54.621813" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-19T00:58:54.622698" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-05-19T00:58:54.622383" elapsed="0.000646"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-19T00:48:47.131678" elapsed="607.491389"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.624427" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.624049" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.625686" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-19T00:58:54.625341" 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-05-19T00:58:54.626055" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:58:54.625838" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-19T00:58:54.628949" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-19T00:58:54.628707" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-05-19T00:58:54.628688" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:58:54.629338" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-19T00:58:54.629154" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.630038" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.253" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T00:58:54.629627" elapsed="0.000468"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T00:58:54.630642" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T00:58:54.630231" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T00:58:54.631693" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T00:58:54.631797" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T00:58:54.631234" elapsed="0.000590"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:58:54.631963" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T00:58:54.633138" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-19T00:58:55.257433" 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 Tue May 19 00:58:54 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.253
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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: Tue May 19 00:48:47 2026 from 10.30.171.38
[?2004h[jenkins@releng-63164-251-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-19T00:58:54.632786" elapsed="0.624891"/>
</kw>
<msg time="2026-05-19T00:58:55.257775" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T00:58:54.632428" elapsed="0.625433"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-19T00:58:54.630867" elapsed="0.627121"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T00:58:55.258596" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T01:09:01.307181" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T01:09:01.307823" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T01:09:01.307932" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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-05-19T00:58:55.258243" elapsed="606.049754"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:09:01.308537" elapsed="0.000767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.310621" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:00.377 16  switches: flows:  115058 112152 115131 113598 111819 114374 111709 112805 112461 112417 112660 111784 110205 110644 111123 112039  total = 29.999650 per ms 
01:01:00.477 16  switches: flows:  121574 123749 124971 122219 124234 124897 122883 122797 120016 120984 118773 119251 117971 118523 119571 120712  total = 32.331438 per ms 
01:02:00.579 16  switches: flows:  118593 119125 122645 118304 120043 123032 120447 120257 117631 119855 119545 119716 117500 118817 118060 118511  total = 31.814174 per ms 
01:03:00.679 16  switches: flows:  120333 117913 124323 119088 121594 119274 120312 120491 119389 121391 118758 122193 117473 120148 119556 119334  total = 31.972786 per ms 
01:04:00.779 16  switches: flows:  128268 126381 126674 125433 124792 127609 124472 125791 121592 123458 126859 125041 124204 121767 124786 120960  total = 33.245901 per ms 
01:05:00.880 16  switches: flows:  123893 123641 122540 123041 121410 122699 123052 122130 118408 120619 123911 121523 120018 118482 119888 120600  total = 32.376850 per ms 
01:06:00.980 16  switches: flows:  124320 120862 122841 121758 123754 123596 123639 121781 119477 122429 121422 122106 122130 119547 122026 122922  total = 32.522514 per ms 
01:07:01.080 16  switches: flows:  127258 124113 128788 124228 127286 129806 126090 125019 125315 128648 127466 127982 122481 123461 127173 125581  total = 33.622102 per ms 
01:08:01.181 16  switches: flows:  127515 125157 128764 124879 129924 129591 126615 126710 125454 127458 126237 128246 125307 122804 126756 126516  total = 33.742529 per ms 
01:09:01.281 16  switches: flows:  127472 123470 129710 124127 128561 129733 126053 125882 126649 128068 125073 128162 123722 123269 127312 126375  total = 33.671087 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31814.17/33742.53/32811.04/10960.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.309738" elapsed="0.001201"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T01:09:01.311469" elapsed="0.000121"/>
</return>
<status status="PASS" start="2026-05-19T01:09:01.311127" elapsed="0.000550"/>
</branch>
<status status="PASS" start="2026-05-19T01:09:01.311072" elapsed="0.000660"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T01:09:01.311943" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-19T01:09:01.311861" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-19T01:09:01.311823" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T01:09:01.312154" 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-05-19T01:09:01.316632" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T01:09:01.317311" elapsed="0.000276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:09:01.317776" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T01:09:01.312895" elapsed="0.005098"/>
</kw>
<msg time="2026-05-19T01:09:01.318171" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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-05-19T00:58:54.626450" elapsed="606.691759"/>
</kw>
<status status="PASS" start="2026-05-19T00:58:54.626137" elapsed="606.692142"/>
</branch>
<status status="PASS" start="2026-05-19T00:58:54.625817" elapsed="606.692494"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.318972" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:00.377 16  switches: flows:  115058 112152 115131 113598 111819 114374 111709 112805 112461 112417 112660 111784 110205 110644 111123 112039  total = 29.999650 per ms 
01:01:00.477 16  switches: flows:  121574 123749 124971 122219 124234 124897 122883 122797 120016 120984 118773 119251 117971 118523 119571 120712  total = 32.331438 per ms 
01:02:00.579 16  switches: flows:  118593 119125 122645 118304 120043 123032 120447 120257 117631 119855 119545 119716 117500 118817 118060 118511  total = 31.814174 per ms 
01:03:00.679 16  switches: flows:  120333 117913 124323 119088 121594 119274 120312 120491 119389 121391 118758 122193 117473 120148 119556 119334  total = 31.972786 per ms 
01:04:00.779 16  switches: flows:  128268 126381 126674 125433 124792 127609 124472 125791 121592 123458 126859 125041 124204 121767 124786 120960  total = 33.245901 per ms 
01:05:00.880 16  switches: flows:  123893 123641 122540 123041 121410 122699 123052 122130 118408 120619 123911 121523 120018 118482 119888 120600  total = 32.376850 per ms 
01:06:00.980 16  switches: flows:  124320 120862 122841 121758 123754 123596 123639 121781 119477 122429 121422 122106 122130 119547 122026 122922  total = 32.522514 per ms 
01:07:01.080 16  switches: flows:  127258 124113 128788 124228 127286 129806 126090 125019 125315 128648 127466 127982 122481 123461 127173 125581  total = 33.622102 per ms 
01:08:01.181 16  switches: flows:  127515 125157 128764 124879 129924 129591 126615 126710 125454 127458 126237 128246 125307 122804 126756 126516  total = 33.742529 per ms 
01:09:01.281 16  switches: flows:  127472 123470 129710 124127 128561 129733 126053 125882 126649 128068 125073 128162 123722 123269 127312 126375  total = 33.671087 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31814.17/33742.53/32811.04/10960.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.318547" elapsed="0.000530"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-19T01:09:01.319280" elapsed="0.000575"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T01:09:01.320376" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T01:09:01.320545" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31814.17/33742.53/32811.04/10960.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-19T01:09:01.320078" elapsed="0.000516"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T01:09:01.321201" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31814.17/33742.53/32811.04/10960.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T01:09:01.320838" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.324115" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.321440" elapsed="0.002733"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.326727" level="INFO">31814.17/33742.53/32811.04/10960.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.324325" elapsed="0.002466"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T01:09:01.329158" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T01:09:01.326949" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T01:09:01.331626" level="INFO">@{result_value_list} = [ 31814.17 | 33742.53 | 32811.04 | 10960.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-19T01:09:01.329375" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.332141" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T01:09:01.332230" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-19T01:09:01.331809" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.336980" level="INFO">min :: 31814.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.332661" elapsed="0.004378"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T01:09:01.332532" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.341621" level="INFO">max :: 33742.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.337300" elapsed="0.004379"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T01:09:01.337176" elapsed="0.004539"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.346223" level="INFO">avg :: 32811.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.341922" elapsed="0.004360"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T01:09:01.341798" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.350997" level="INFO">stdev :: 10960.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.346562" elapsed="0.004494"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T01:09:01.346415" elapsed="0.004677"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T01:09:01.332322" elapsed="0.018802"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.355212" level="INFO">${min} = 31814.17</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T01:09:01.351291" elapsed="0.003948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.359140" level="INFO">${max} = 33742.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T01:09:01.355393" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.363054" level="INFO">${average} = 32811.04</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T01:09:01.359317" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.366975" level="INFO">${stdev} = 10960.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T01:09:01.363232" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.367528" level="INFO">${date} = 2026-05-19 01:09:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T01:09:01.367160" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.368129" level="INFO">CBench Result: 2026-05-19 01:09:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31814.17,33742.53,32811.04,10960.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:09:01.367700" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T01:09:01.369340" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-19T01:09:01.368853" elapsed="0.000555"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-19T01:09:01.369597" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T01:09:01.368338" elapsed="0.001828"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-19T00:58:54.624802" elapsed="606.745424"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.370721" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-19T01:09:01.370386" elapsed="0.000391"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T01:09:01.372658" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-19T01:09:01.371525" elapsed="0.001161"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-19T01:09:01.372922" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-05-19T01:09:01.372769" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-05-19T01:09:01.372746" elapsed="0.000272"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-19T01:09:01.373175" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-19T01:09:01.373332" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-19T01:09:01.373534" elapsed="0.000023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-19T01:09:01.373744" 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-05-19T01:09:01.373896" 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-05-19T01:09:01.374052" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-19T01:09:01.374207" 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-05-19T01:09:01.374428" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-19T01:09:01.374292" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-05-19T01:09:01.374274" elapsed="0.000246"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-19T01:09:01.371173" elapsed="0.003402"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-19T00:58:54.623466" elapsed="606.751157"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-19T00:38:37.872213" elapsed="1823.502983"/>
</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>
