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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T03:02:46.804492" elapsed="0.795581"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T03:02:47.649514" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T03:02:47.600393" elapsed="0.049193"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T03:02:47.651305" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T03:02:47.651433" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T03:02:47.649757" elapsed="0.001706"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T03:02:47.651621" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:02:47.652004" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:02:47.652753" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:02:47.652419" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T03:02:47.652861" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.145
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T03:02:46.802996" elapsed="0.850042"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-23T03:02:46.799449" elapsed="0.853651"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T03:02:47.653700" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T03:02:47.653288" elapsed="0.000477"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T03:02:47.654164" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T03:02:47.653917" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T03:02:47.654815" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T03:02:47.654396" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T03:02:47.655365" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T03:02:47.655012" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T03:02:47.655927" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T03:02:47.655555" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T03:02:47.656447" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T03:02:47.656114" elapsed="0.000376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-23T03:02:47.656793" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:02:47.656579" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:02:47.661127" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:02:47.660724" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:02:47.662162" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T03:02:47.662246" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:02:47.661719" elapsed="0.000552"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:02:47.662431" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T03:02:47.663801" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-04-23T03:02:48.446665" 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 Thu Apr 23 03:02:47 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.208
  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-200-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T03:02:47.663291" elapsed="0.783611"/>
</kw>
<msg time="2026-04-23T03:02:48.447034" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:02:47.662945" elapsed="0.784230"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T03:02:47.661377" elapsed="0.785964"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.457189" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-23T03:02:48.447602" elapsed="0.011944"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:02:48.459970" elapsed="0.000653"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-23T03:02:47.660192" elapsed="0.800579"/>
</kw>
<status status="PASS" start="2026-04-23T03:02:47.656917" elapsed="0.803939"/>
</branch>
<status status="PASS" start="2026-04-23T03:02:47.656553" elapsed="0.804370"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T03:02:48.461256" elapsed="0.001132"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T03:02:48.469290" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-04-23T03:02:48.469106" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-04-23T03:02:48.469068" elapsed="0.000360"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T03:02:48.474820" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-23T03:02:48.474650" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-04-23T03:02:48.474619" elapsed="0.000308"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:02:48.475235" elapsed="0.000540"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.476207" level="INFO">Logging into '10.30.170.145:8101' as 'karaf'.</msg>
<msg time="2026-04-23T03:02:48.657142" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T03:02:48.475930" elapsed="0.181444"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.756188" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T03:02:48.657691" elapsed="0.098618"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.763651" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T03:02:48.763886" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T03:02:48.756547" elapsed="0.007373"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T03:02:48.764083" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:02:48.764461" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:02:48.765120" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:02:48.764800" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T03:02:48.765238" elapsed="0.000047"/>
</return>
<msg time="2026-04-23T03:02:48.765455" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.145
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T03:02:48.474089" elapsed="0.291399"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T03:02:48.765636" elapsed="0.000530"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T03:02:48.766231" elapsed="0.000044"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-23T03:02:48.468647" elapsed="0.297752"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T03:02:48.770294" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-23T03:02:48.770160" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-04-23T03:02:48.770135" elapsed="0.000247"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:02:48.770513" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.771555" level="INFO">Logging into '10.30.170.145:8101' as 'karaf'.</msg>
<msg time="2026-04-23T03:02:48.955149" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T03:02:48.771101" elapsed="0.184212"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.989031" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T03:02:48.955579" elapsed="0.033594"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T03:02:48.991305" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T03:02:48.991432" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T03:02:48.989433" elapsed="0.002029"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T03:02:48.991626" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:02:48.992028" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:02:48.992797" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:02:48.992429" elapsed="0.000421"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T03:02:48.992958" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.145
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T03:02:48.769831" elapsed="0.223327"/>
</kw>
<status status="PASS" start="2026-04-23T03:02:46.797687" elapsed="2.195545"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:02:48.995496" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:02:48.994353" elapsed="0.001214"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T03:02:48.997184" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T03:02:48.996743" elapsed="0.000494"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T03:02:48.997600" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:02:48.997351" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T03:02:49.000687" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:02:49.000403" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-04-23T03:02:49.000380" elapsed="0.000398"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:02:49.001341" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T03:02:49.000994" elapsed="0.000517"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:02:49.002120" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.208" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:02:49.001651" elapsed="0.000532"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:02:49.002834" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:02:49.002342" elapsed="0.000518"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:02:49.003829" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T03:02:49.003922" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:02:49.003495" elapsed="0.000452"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:02:49.004095" elapsed="0.000370"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T03:02:49.005493" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-04-23T03:02:49.371995" 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 Thu Apr 23 03:02:47 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.208
  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: Thu Apr 23 03:02:48 2026 from 10.30.170.175
[?2004h[jenkins@releng-63164-200-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T03:02:49.005055" elapsed="0.367144"/>
</kw>
<msg time="2026-04-23T03:02:49.372288" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:02:49.004621" elapsed="0.367777"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T03:02:49.003079" elapsed="0.369443"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T03:02:49.373314" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T03:12:55.531030" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T03:12:55.535681" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T03:12:55.535804" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T03:02:49.372742" elapsed="606.163122"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:12:55.536867" elapsed="0.000881"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.539991" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:54.571 16  switches: flows:  94468 93869 94623 93295 94234 94292 94896 93010 92195 90592 92792 88591 90243 92559 91650 89961  total = 24.687833 per ms 
03:04:54.671 16  switches: flows:  115821 115568 116347 117074 117036 114708 114875 114007 112526 111739 112693 109149 111653 111683 112199 110558  total = 30.243406 per ms 
03:05:54.772 16  switches: flows:  125119 124240 120212 121350 123921 122033 123680 122167 119943 120116 119133 116295 117400 118980 117893 117652  total = 32.115279 per ms 
03:06:54.873 16  switches: flows:  126176 124198 122968 123109 123243 123734 124405 123831 120667 119529 122491 118433 120114 119575 117623 119880  total = 32.445171 per ms 
03:07:54.974 16  switches: flows:  120601 119813 119552 119291 119498 117584 120196 118466 115442 116455 116076 113796 115174 113942 115064 115364  total = 31.219744 per ms 
03:08:55.076 16  switches: flows:  121262 120760 123281 122320 123269 122695 122045 122226 118613 119457 118650 117177 118780 116673 115886 116397  total = 31.938162 per ms 
03:09:55.177 16  switches: flows:  126428 124425 126839 125587 126548 125004 126862 124691 123860 124303 120739 120692 119488 119834 118734 119311  total = 32.834277 per ms 
03:10:55.278 16  switches: flows:  112851 110479 110246 110332 113528 111632 111274 112213 110060 109617 107858 106278 106415 106028 105532 105641  total = 29.117760 per ms 
03:11:55.379 16  switches: flows:  126087 124441 124599 120988 124266 122892 124307 121832 118654 119596 119117 117801 115331 117993 116399 116452  total = 32.125599 per ms 
03:12:55.480 16  switches: flows:  129949 128569 129333 127858 127273 127773 127392 126699 124849 123170 123346 123257 120957 122662 119619 122770  total = 33.368823 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29117.76/33368.82/31712.02/10644.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.538118" elapsed="0.002053"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T03:12:55.540446" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-04-23T03:12:55.540270" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-04-23T03:12:55.540237" elapsed="0.000316"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T03:12:55.540654" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-23T03:12:55.540615" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-04-23T03:12:55.540599" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T03:12:55.540750" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:12:55.543307" elapsed="0.000351"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:12:55.543806" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:12:55.544108" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T03:12:55.541084" elapsed="0.003188"/>
</kw>
<msg time="2026-04-23T03:12:55.544422" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T03:02:48.998023" elapsed="606.546427"/>
</kw>
<status status="PASS" start="2026-04-23T03:02:48.997689" elapsed="606.546812"/>
</branch>
<status status="PASS" start="2026-04-23T03:02:48.997306" elapsed="606.547219"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.544969" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:54.571 16  switches: flows:  94468 93869 94623 93295 94234 94292 94896 93010 92195 90592 92792 88591 90243 92559 91650 89961  total = 24.687833 per ms 
03:04:54.671 16  switches: flows:  115821 115568 116347 117074 117036 114708 114875 114007 112526 111739 112693 109149 111653 111683 112199 110558  total = 30.243406 per ms 
03:05:54.772 16  switches: flows:  125119 124240 120212 121350 123921 122033 123680 122167 119943 120116 119133 116295 117400 118980 117893 117652  total = 32.115279 per ms 
03:06:54.873 16  switches: flows:  126176 124198 122968 123109 123243 123734 124405 123831 120667 119529 122491 118433 120114 119575 117623 119880  total = 32.445171 per ms 
03:07:54.974 16  switches: flows:  120601 119813 119552 119291 119498 117584 120196 118466 115442 116455 116076 113796 115174 113942 115064 115364  total = 31.219744 per ms 
03:08:55.076 16  switches: flows:  121262 120760 123281 122320 123269 122695 122045 122226 118613 119457 118650 117177 118780 116673 115886 116397  total = 31.938162 per ms 
03:09:55.177 16  switches: flows:  126428 124425 126839 125587 126548 125004 126862 124691 123860 124303 120739 120692 119488 119834 118734 119311  total = 32.834277 per ms 
03:10:55.278 16  switches: flows:  112851 110479 110246 110332 113528 111632 111274 112213 110060 109617 107858 106278 106415 106028 105532 105641  total = 29.117760 per ms 
03:11:55.379 16  switches: flows:  126087 124441 124599 120988 124266 122892 124307 121832 118654 119596 119117 117801 115331 117993 116399 116452  total = 32.125599 per ms 
03:12:55.480 16  switches: flows:  129949 128569 129333 127858 127273 127773 127392 126699 124849 123170 123346 123257 120957 122662 119619 122770  total = 33.368823 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29117.76/33368.82/31712.02/10644.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.544670" elapsed="0.000377"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T03:12:55.545195" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T03:12:55.545985" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T03:12:55.546076" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29117.76/33368.82/31712.02/10644.29 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T03:12:55.545755" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:12:55.546534" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29117.76/33368.82/31712.02/10644.29 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:12:55.546255" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.548992" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.546705" elapsed="0.002344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.551458" level="INFO">29117.76/33368.82/31712.02/10644.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.549194" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:12:55.553840" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:12:55.551662" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:12:55.556270" level="INFO">@{result_value_list} = [ 29117.76 | 33368.82 | 31712.02 | 10644.29 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:12:55.554054" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.556775" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T03:12:55.556864" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:12:55.556466" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.561585" level="INFO">min :: 29117.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.557276" elapsed="0.004366"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T03:12:55.557145" elapsed="0.004533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.566217" level="INFO">max :: 33368.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-04-23T03:12:55.561902" elapsed="0.004373"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T03:12:55.561772" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.570832" level="INFO">avg :: 31712.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.566560" elapsed="0.004328"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T03:12:55.566425" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.575824" level="INFO">stdev :: 10644.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.571163" elapsed="0.004719"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T03:12:55.571037" elapsed="0.004880"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T03:12:55.556958" elapsed="0.018992"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.579806" level="INFO">${min} = 29117.76</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:12:55.576107" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.583723" level="INFO">${max} = 33368.82</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:12:55.579986" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.587743" level="INFO">${average} = 31712.02</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:12:55.583901" elapsed="0.003869"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.591640" level="INFO">${stdev} = 10644.29</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:12:55.587920" elapsed="0.003747"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.592178" level="INFO">${date} = 2026-04-23 03:12:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T03:12:55.591825" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.592774" level="INFO">CBench Result: 2026-04-23 03:12:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29117.76,33368.82,31712.02,10644.29</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.592363" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T03:12:55.593867" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T03:12:55.593459" elapsed="0.000474"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T03:12:55.594083" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T03:12:55.592970" elapsed="0.001649"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-23T03:02:48.995997" elapsed="606.598683"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.595200" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T03:12:55.594829" elapsed="0.000456"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-23T03:12:55.595819" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-23T03:12:55.595519" elapsed="0.000635"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T03:02:48.993417" elapsed="606.602774"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.598111" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.597725" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.599486" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T03:12:55.599132" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T03:12:55.599857" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:12:55.599638" 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-04-23T03:12:55.602763" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:12:55.602509" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-04-23T03:12:55.602490" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:12:55.603185" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T03:12:55.602987" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.603894" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.145 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.208" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:12:55.603477" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:12:55.604963" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:12:55.604088" elapsed="0.000902"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:12:55.605927" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T03:12:55.606018" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:12:55.605616" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:12:55.606184" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T03:12:55.607412" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-04-23T03:12:56.187487" 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 Thu Apr 23 03:12:55 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.208
  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: Thu Apr 23 03:02:49 2026 from 10.30.170.175
[?2004h[jenkins@releng-63164-200-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T03:12:55.607037" elapsed="0.581197"/>
</kw>
<msg time="2026-04-23T03:12:56.188333" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:12:55.606676" elapsed="0.581739"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T03:12:55.605192" elapsed="0.583874"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T03:12:56.190727" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.145 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T03:23:02.368476" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T03:23:02.369041" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T03:23:02.369156" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T03:12:56.189816" elapsed="606.179398"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:23:02.369703" elapsed="0.000740"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.371427" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:01.383 16  switches: flows:  482039 482641 475483 470810 470185 486442 477921 460210 467403 470813 467614 470932 463640 479137 462615 473756  total = 126.027350 per ms 
03:15:01.483 16  switches: flows:  573675 564746 564555 572702 570195 570527 574347 564898 575865 575496 570425 560906 557461 580182 570452 568270  total = 151.657164 per ms 
03:16:01.586 16  switches: flows:  573853 571172 572325 582327 578810 582669 576160 580275 581993 578135 585227 584288 572567 581726 570101 572979  total = 153.816979 per ms 
03:17:01.687 16  switches: flows:  587106 586330 590117 594060 585862 581902 584330 525580 588202 587669 588830 594775 584768 591858 599737 596853  total = 155.868882 per ms 
03:18:01.789 16  switches: flows:  570959 562499 572475 577972 572575 568257 574774 577157 566533 579512 574617 564803 561671 572711 569618 569136  total = 151.997800 per ms 
03:19:01.894 16  switches: flows:  597595 587118 594296 584360 577102 590837 574921 579411 463883 577990 573531 583551 587085 580470 576243 579501  total = 153.204389 per ms 
03:20:01.995 16  switches: flows:  529640 540292 539257 551776 538453 548498 530645 559819 519144 525575 558853 555503 525363 536067 521631 530828  total = 143.280411 per ms 
03:21:02.097 16  switches: flows:  511746 513337 521909 513696 519227 332589 515038 512107 509288 502480 504432 511947 502414 515763 249664 508581  total = 128.853465 per ms 
03:22:02.198 16  switches: flows:  602203 602076 605925 610674 598292 585347 600626 601569 605114 595393 601202 606948 604231 605483 568074 595257  total = 159.537858 per ms 
03:23:02.303 16  switches: flows:  607625 607642 616522 606378 605438 601065 592002 600024 604996 603990 597687 600359 548380 607118 603939 610452  total = 159.945949 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 128853.47/159945.95/150906.99/51113.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.370881" elapsed="0.000759"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T03:23:02.371973" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-04-23T03:23:02.371759" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-04-23T03:23:02.371724" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T03:23:02.372336" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-23T03:23:02.372261" elapsed="0.000137"/>
</branch>
<status status="NOT RUN" start="2026-04-23T03:23:02.372235" elapsed="0.000193"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T03:23:02.372471" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:23:02.376022" 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-04-23T03:23:02.376715" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:23:02.377126" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T03:23:02.372917" elapsed="0.004470"/>
</kw>
<msg time="2026-04-23T03:23:02.377571" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T03:12:55.600249" elapsed="606.777360"/>
</kw>
<status status="PASS" start="2026-04-23T03:12:55.599939" elapsed="606.777739"/>
</branch>
<status status="PASS" start="2026-04-23T03:12:55.599617" elapsed="606.778092"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.378335" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:01.383 16  switches: flows:  482039 482641 475483 470810 470185 486442 477921 460210 467403 470813 467614 470932 463640 479137 462615 473756  total = 126.027350 per ms 
03:15:01.483 16  switches: flows:  573675 564746 564555 572702 570195 570527 574347 564898 575865 575496 570425 560906 557461 580182 570452 568270  total = 151.657164 per ms 
03:16:01.586 16  switches: flows:  573853 571172 572325 582327 578810 582669 576160 580275 581993 578135 585227 584288 572567 581726 570101 572979  total = 153.816979 per ms 
03:17:01.687 16  switches: flows:  587106 586330 590117 594060 585862 581902 584330 525580 588202 587669 588830 594775 584768 591858 599737 596853  total = 155.868882 per ms 
03:18:01.789 16  switches: flows:  570959 562499 572475 577972 572575 568257 574774 577157 566533 579512 574617 564803 561671 572711 569618 569136  total = 151.997800 per ms 
03:19:01.894 16  switches: flows:  597595 587118 594296 584360 577102 590837 574921 579411 463883 577990 573531 583551 587085 580470 576243 579501  total = 153.204389 per ms 
03:20:01.995 16  switches: flows:  529640 540292 539257 551776 538453 548498 530645 559819 519144 525575 558853 555503 525363 536067 521631 530828  total = 143.280411 per ms 
03:21:02.097 16  switches: flows:  511746 513337 521909 513696 519227 332589 515038 512107 509288 502480 504432 511947 502414 515763 249664 508581  total = 128.853465 per ms 
03:22:02.198 16  switches: flows:  602203 602076 605925 610674 598292 585347 600626 601569 605114 595393 601202 606948 604231 605483 568074 595257  total = 159.537858 per ms 
03:23:02.303 16  switches: flows:  607625 607642 616522 606378 605438 601065 592002 600024 604996 603990 597687 600359 548380 607118 603939 610452  total = 159.945949 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 128853.47/159945.95/150906.99/51113.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.377908" elapsed="0.000533"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T03:23:02.378684" elapsed="0.000510"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T03:23:02.379786" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T03:23:02.379913" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 128853.47/159945.95/150906.99/51113.99 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T03:23:02.379471" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:23:02.380533" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 128853.47/159945.95/150906.99/51113.99 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:23:02.380158" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.383733" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.380769" elapsed="0.003037"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.386190" level="INFO">128853.47/159945.95/150906.99/51113.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.383955" elapsed="0.002294"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:23:02.388670" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:23:02.386427" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:23:02.391188" level="INFO">@{result_value_list} = [ 128853.47 | 159945.95 | 150906.99 | 51113.99 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:23:02.388890" elapsed="0.002327"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.391704" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T03:23:02.391795" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:23:02.391391" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.396703" level="INFO">min :: 128853.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.392217" elapsed="0.004545"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T03:23:02.392085" elapsed="0.004713"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.401538" level="INFO">max :: 159945.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.397020" elapsed="0.004577"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T03:23:02.396890" elapsed="0.004743"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.406198" level="INFO">avg :: 150906.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.401855" elapsed="0.004403"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T03:23:02.401724" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.411008" level="INFO">stdev :: 51113.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.406552" elapsed="0.004516"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T03:23:02.406410" elapsed="0.004694"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T03:23:02.391888" elapsed="0.019249"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.415198" level="INFO">${min} = 128853.47</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:23:02.411305" elapsed="0.003920"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.419359" level="INFO">${max} = 159945.95</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:23:02.415395" elapsed="0.003992"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.423501" level="INFO">${average} = 150906.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:23:02.419541" elapsed="0.003988"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.427990" level="INFO">${stdev} = 51113.99</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:23:02.423695" elapsed="0.004333"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.428817" level="INFO">${date} = 2026-04-23 03:23:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T03:23:02.428253" elapsed="0.000600"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.429678" level="INFO">CBench Result: 2026-04-23 03:23:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,128853.47,159945.95,150906.99,51113.99</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.429057" elapsed="0.000707"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T03:23:02.431307" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T03:23:02.430713" elapsed="0.000711"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T03:23:02.431638" elapsed="0.000670"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T03:23:02.429978" elapsed="0.002447"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-23T03:12:55.598522" elapsed="606.833989"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.433162" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T03:23:02.432716" elapsed="0.000528"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-23T03:23:02.433982" elapsed="0.000397"/>
</kw>
<status status="PASS" start="2026-04-23T03:23:02.433550" elapsed="0.000932"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T03:12:55.596649" elapsed="606.837887"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.437275" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.436460" elapsed="0.000961"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.439581" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T03:23:02.438985" elapsed="0.000655"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T03:23:02.440035" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:23:02.439795" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T03:23:02.443030" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:23:02.442781" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-23T03:23:02.442761" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:23:02.443469" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T03:23:02.443248" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.444239" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.208" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:23:02.443756" elapsed="0.000543"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T03:23:02.444875" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:23:02.444457" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:23:02.445989" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T03:23:02.446085" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:23:02.445497" elapsed="0.000613"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:23:02.446253" elapsed="0.000379"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T03:23:02.447515" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-04-23T03:23:05.882560" 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 Thu Apr 23 03:23:02 UTC 2026

  System load:  0.23               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.208
  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: Thu Apr 23 03:12:56 2026 from 10.30.170.175
[?2004h[jenkins@releng-63164-200-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T03:23:02.447137" elapsed="3.435692"/>
</kw>
<msg time="2026-04-23T03:23:05.882928" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:23:02.446788" elapsed="3.436232"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T03:23:02.445106" elapsed="3.438044"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T03:23:05.883726" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T03:33:13.754633" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T03:33:13.755251" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T03:33:13.755401" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T03:23:05.883406" elapsed="607.872060"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:33:13.755971" elapsed="0.000788"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.758046" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:12.777 16  switches: flows:  109287 108392 109352 108741 109822 108122 108794 109767 107785 105577 106654 105493 106040 106117 107756 106832  total = 28.742183 per ms 
03:25:12.878 16  switches: flows:  125206 127470 127710 127943 126981 124008 124880 126965 124414 122491 122621 123416 123367 124774 123376 122281  total = 33.242802 per ms 
03:26:12.979 16  switches: flows:  124543 126656 127456 126250 126144 122769 125434 125851 123849 122513 121513 121913 121628 123381 122167 121334  total = 33.001592 per ms 
03:27:13.079 16  switches: flows:  124969 127066 127896 127369 127225 123919 125905 127111 123892 123205 122215 122292 122801 123357 123915 121503  total = 33.188543 per ms 
03:28:13.179 16  switches: flows:  123411 124152 125683 124801 124938 121484 123991 124789 121883 121039 121477 120038 120964 120968 120792 120690  total = 32.630476 per ms 
03:29:13.280 16  switches: flows:  123039 124841 124495 124522 124514 122338 124231 123206 121387 122771 121382 119949 122274 121032 121088 121246  total = 32.650709 per ms 
03:30:13.380 16  switches: flows:  112142 110622 111145 110957 109895 110507 108728 108281 108862 109080 108097 106697 109078 108414 109841 109908  total = 29.155515 per ms 
03:31:13.481 16  switches: flows:  115504 112647 114922 113310 112969 111674 110702 112039 108440 109634 110472 109245 112808 110475 112664 113793  total = 29.805179 per ms 
03:32:13.581 16  switches: flows:  118071 116888 119372 117875 117989 117418 119177 116562 115383 115720 117695 116187 115675 114926 117670 116879  total = 31.172709 per ms 
03:33:13.681 16  switches: flows:  129082 126162 128445 128064 126298 126743 127740 124200 125053 126131 123409 124054 125571 123773 122332 126121  total = 33.497013 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29155.51/33497.01/32038.28/10786.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.757153" elapsed="0.001270"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T03:33:13.758949" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-23T03:33:13.758623" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-04-23T03:33:13.758566" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T03:33:13.759434" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-23T03:33:13.759309" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-23T03:33:13.759271" elapsed="0.000315"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T03:33:13.759659" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T03:33:13.765971" elapsed="0.000369"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T03:33:13.766493" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T03:33:13.766811" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T03:33:13.760420" elapsed="0.006546"/>
</kw>
<msg time="2026-04-23T03:33:13.767100" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T03:23:02.440464" elapsed="611.326664"/>
</kw>
<status status="PASS" start="2026-04-23T03:23:02.440121" elapsed="611.327059"/>
</branch>
<status status="PASS" start="2026-04-23T03:23:02.439770" elapsed="611.327433"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.767673" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:12.777 16  switches: flows:  109287 108392 109352 108741 109822 108122 108794 109767 107785 105577 106654 105493 106040 106117 107756 106832  total = 28.742183 per ms 
03:25:12.878 16  switches: flows:  125206 127470 127710 127943 126981 124008 124880 126965 124414 122491 122621 123416 123367 124774 123376 122281  total = 33.242802 per ms 
03:26:12.979 16  switches: flows:  124543 126656 127456 126250 126144 122769 125434 125851 123849 122513 121513 121913 121628 123381 122167 121334  total = 33.001592 per ms 
03:27:13.079 16  switches: flows:  124969 127066 127896 127369 127225 123919 125905 127111 123892 123205 122215 122292 122801 123357 123915 121503  total = 33.188543 per ms 
03:28:13.179 16  switches: flows:  123411 124152 125683 124801 124938 121484 123991 124789 121883 121039 121477 120038 120964 120968 120792 120690  total = 32.630476 per ms 
03:29:13.280 16  switches: flows:  123039 124841 124495 124522 124514 122338 124231 123206 121387 122771 121382 119949 122274 121032 121088 121246  total = 32.650709 per ms 
03:30:13.380 16  switches: flows:  112142 110622 111145 110957 109895 110507 108728 108281 108862 109080 108097 106697 109078 108414 109841 109908  total = 29.155515 per ms 
03:31:13.481 16  switches: flows:  115504 112647 114922 113310 112969 111674 110702 112039 108440 109634 110472 109245 112808 110475 112664 113793  total = 29.805179 per ms 
03:32:13.581 16  switches: flows:  118071 116888 119372 117875 117989 117418 119177 116562 115383 115720 117695 116187 115675 114926 117670 116879  total = 31.172709 per ms 
03:33:13.681 16  switches: flows:  129082 126162 128445 128064 126298 126743 127740 124200 125053 126131 123409 124054 125571 123773 122332 126121  total = 33.497013 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29155.51/33497.01/32038.28/10786.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.767372" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T03:33:13.767900" elapsed="0.000370"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T03:33:13.768675" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T03:33:13.768768" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29155.51/33497.01/32038.28/10786.07 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T03:33:13.768450" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:33:13.769205" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29155.51/33497.01/32038.28/10786.07 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:33:13.768949" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.771684" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.769400" elapsed="0.002341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.774470" level="INFO">29155.51/33497.01/32038.28/10786.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.771887" elapsed="0.002664"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:33:13.777909" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:33:13.774762" elapsed="0.003175"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T03:33:13.780389" level="INFO">@{result_value_list} = [ 29155.51 | 33497.01 | 32038.28 | 10786.07 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T03:33:13.778156" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.780880" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T03:33:13.780969" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T03:33:13.780572" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.785734" level="INFO">min :: 29155.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.781397" elapsed="0.004394"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T03:33:13.781253" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.790361" level="INFO">max :: 33497.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.786049" elapsed="0.004369"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T03:33:13.785922" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.795039" level="INFO">avg :: 32038.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.790666" elapsed="0.004431"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T03:33:13.790540" elapsed="0.004592"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.799810" level="INFO">stdev :: 10786.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.795362" elapsed="0.004506"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T03:33:13.795217" elapsed="0.004686"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T03:33:13.781062" elapsed="0.018872"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.803814" level="INFO">${min} = 29155.51</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:33:13.800099" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.808295" level="INFO">${max} = 33497.01</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:33:13.803997" elapsed="0.004342"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.812273" level="INFO">${average} = 32038.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:33:13.808512" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.816160" level="INFO">${stdev} = 10786.07</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T03:33:13.812470" elapsed="0.003716"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.816725" level="INFO">${date} = 2026-04-23 03:33:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T03:33:13.816362" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.817309" level="INFO">CBench Result: 2026-04-23 03:33:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29155.51,33497.01,32038.28,10786.07</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T03:33:13.816898" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T03:33:13.818689" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T03:33:13.818075" elapsed="0.000682"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T03:33:13.818910" elapsed="0.000489"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T03:33:13.817580" elapsed="0.001886"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-23T03:23:02.437970" elapsed="611.381557"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.819995" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T03:33:13.819677" elapsed="0.000375"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T03:33:13.821295" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T03:33:13.820807" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-23T03:33:13.821598" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-23T03:33:13.821427" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-04-23T03:33:13.821402" elapsed="0.000294"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.821852" 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-04-23T03:33:13.822011" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.822182" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.822401" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.822556" elapsed="0.000025"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.822708" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.822851" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-23T03:33:13.823072" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-23T03:33:13.822937" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-04-23T03:33:13.822919" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-23T03:33:13.820467" elapsed="0.002729"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T03:23:02.435405" elapsed="611.387839"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-23T03:02:46.241002" elapsed="1827.582847"/>
</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>
