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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-17T03:12:28.195256" elapsed="0.796910"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T03:12:29.041361" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-17T03:12:28.992457" elapsed="0.048977"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T03:12:29.043314" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T03:12:29.043430" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-17T03:12:29.041601" elapsed="0.001859"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-17T03:12:29.043619" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:12:29.043993" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:12:29.044691" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:12:29.044351" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T03:12:29.044798" elapsed="0.000080"/>
</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.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-17T03:12:28.193678" elapsed="0.851329"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-17T03:12:28.189742" elapsed="0.855328"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T03:12:29.045640" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-17T03:12:29.045258" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T03:12:29.046146" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-17T03:12:29.045869" elapsed="0.000336"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T03:12:29.046804" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-17T03:12:29.046360" elapsed="0.000490"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T03:12:29.047352" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-17T03:12:29.047022" elapsed="0.000372"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T03:12:29.047928" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-17T03:12:29.047541" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T03:12:29.048425" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-17T03:12:29.048116" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-17T03:12:29.048764" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:12:29.048551" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:12:29.053309" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:12:29.052896" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:12:29.054343" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T03:12:29.054427" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:12:29.053913" elapsed="0.000539"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:12:29.054623" elapsed="0.000361"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T03:12:29.055983" level="INFO">Logging into '10.30.170.18:22' as 'jenkins'.</msg>
<msg time="2026-06-17T03:12:29.824794" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Jun 17 03:12:29 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.18
  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-310-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-17T03:12:29.055486" elapsed="0.769480"/>
</kw>
<msg time="2026-06-17T03:12:29.825057" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:12:29.055140" elapsed="0.770006"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-17T03:12:29.053547" elapsed="0.771719"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-17T03:12:29.834029" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-17T03:12:29.825479" elapsed="0.010369"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:12:29.836101" elapsed="0.000362"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-17T03:12:29.052366" elapsed="0.784180"/>
</kw>
<status status="PASS" start="2026-06-17T03:12:29.049056" elapsed="0.787542"/>
</branch>
<status status="PASS" start="2026-06-17T03:12:29.048527" elapsed="0.788115"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-17T03:12:29.836873" elapsed="0.000641"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-17T03:12:29.843648" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-17T03:12:29.843482" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-17T03:12:29.843446" elapsed="0.000310"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-17T03:12:29.848816" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-06-17T03:12:29.848657" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-06-17T03:12:29.848630" elapsed="0.000306"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:12:29.849121" elapsed="0.000595"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T03:12:29.850303" level="INFO">Logging into '10.30.170.148:8101' as 'karaf'.</msg>
<msg time="2026-06-17T03:12:30.090691" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-17T03:12:29.849943" elapsed="0.240854"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.194719" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-17T03:12:30.090996" elapsed="0.103794"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.213118" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T03:12:30.213297" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-17T03:12:30.194962" elapsed="0.018368"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-17T03:12:30.213473" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:12:30.213809" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:12:30.214422" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:12:30.214131" elapsed="0.000346"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T03:12:30.214525" elapsed="0.000045"/>
</return>
<msg time="2026-06-17T03:12:30.214710" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-17T03:12:29.848155" elapsed="0.366587"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-17T03:12:30.214909" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T03:12:30.215484" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-17T03:12:29.843016" elapsed="0.372597"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-17T03:12:30.219322" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-17T03:12:30.219188" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-06-17T03:12:30.219166" elapsed="0.000228"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:12:30.219523" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.220373" level="INFO">Logging into '10.30.170.148:8101' as 'karaf'.</msg>
<msg time="2026-06-17T03:12:30.452755" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-17T03:12:30.220118" elapsed="0.232793"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.484449" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-17T03:12:30.453151" elapsed="0.031358"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.486426" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T03:12:30.486530" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-17T03:12:30.484655" elapsed="0.001903"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-17T03:12:30.486693" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:12:30.487028" elapsed="0.000177"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:12:30.487692" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:12:30.487383" elapsed="0.000359"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T03:12:30.487794" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-17T03:12:30.218851" elapsed="0.269130"/>
</kw>
<status status="PASS" start="2026-06-17T03:12:28.187785" elapsed="2.300259"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:12:30.490065" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:12:30.488825" elapsed="0.001305"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T03:12:30.491568" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-17T03:12:30.491182" elapsed="0.000429"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-17T03:12:30.491956" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:12:30.491692" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-17T03:12:30.494950" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:12:30.494681" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-06-17T03:12:30.494661" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.495401" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-17T03:12:30.495165" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:12:30.496128" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.18" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:12:30.495687" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.496786" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:12:30.496329" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:12:30.497762" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T03:12:30.497871" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:12:30.497434" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:12:30.498041" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.499250" level="INFO">Logging into '10.30.170.18:22' as 'jenkins'.</msg>
<msg time="2026-06-17T03:12:30.853230" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Jun 17 03:12:29 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.18
  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: Wed Jun 17 03:12:29 2026 from 10.30.171.227
[?2004h[jenkins@releng-63164-310-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-17T03:12:30.498878" elapsed="0.354516"/>
</kw>
<msg time="2026-06-17T03:12:30.853472" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:12:30.498519" elapsed="0.355035"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-17T03:12:30.497032" elapsed="0.356634"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T03:12:30.854165" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T03:22:36.982370" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T03:22:36.983061" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T03:22:36.983183" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-17T03:12:30.853881" elapsed="606.129370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:22:36.983725" elapsed="0.000811"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:36.985793" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148: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.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:36.086 16  switches: flows:  84529 85062 86958 86098 86867 84010 86068 84505 82895 82902 85727 84020 82975 85781 82991 82829  total = 22.570283 per ms 
03:14:36.187 16  switches: flows:  97832 98076 96368 97967 98242 96474 96915 97182 95104 94818 95663 95778 95187 97425 94037 94349  total = 25.647453 per ms 
03:15:36.288 16  switches: flows:  86276 88596 86936 87065 87851 86822 88520 85184 83703 84575 86035 85662 85146 87229 84344 84423  total = 22.934473 per ms 
03:16:36.389 16  switches: flows:  96341 98565 96398 96033 95824 96589 97314 95893 95763 93144 96056 95338 95234 94274 91710 93410  total = 25.422330 per ms 
03:17:36.490 16  switches: flows:  102182 105018 103754 102613 101870 102069 104100 101461 101308 99353 102064 100946 101414 100454 98626 100048  total = 27.076139 per ms 
03:18:36.590 16  switches: flows:  105621 105473 105055 103077 105246 103975 103698 103884 101960 99621 102487 102488 102218 100508 101007 100583  total = 27.402620 per ms 
03:19:36.690 16  switches: flows:  109355 109062 108252 108238 106803 107902 107602 106730 106262 103138 104921 105606 105653 103635 103231 103026  total = 28.276386 per ms 
03:20:36.790 16  switches: flows:  104266 104268 102208 103930 102639 105572 104457 103272 100105 99269 101879 101574 103317 100529 100619 98982  total = 27.235955 per ms 
03:21:36.891 16  switches: flows:  104832 104648 105912 103955 105219 105147 104081 104154 103021 101419 102649 102554 102596 100535 100601 101281  total = 27.497493 per ms 
03:22:36.991 16  switches: flows:  106655 108677 108491 107105 108100 109242 107254 108013 106924 106425 104896 108201 105532 104807 105769 103909  total = 28.452505 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22934.47/28452.51/26660.59/9035.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:36.984952" elapsed="0.001195"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T03:22:36.986724" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-06-17T03:22:36.986416" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-06-17T03:22:36.986342" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T03:22:36.987099" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-17T03:22:36.987045" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-06-17T03:22:36.987021" elapsed="0.000172"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T03:22:36.987242" 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-06-17T03:22:36.991001" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:22:36.991684" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:22:36.992130" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T03:22:36.987694" elapsed="0.004650"/>
</kw>
<msg time="2026-06-17T03:22:36.992523" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-17T03:12:30.492365" elapsed="606.500196"/>
</kw>
<status status="PASS" start="2026-06-17T03:12:30.492044" elapsed="606.500586"/>
</branch>
<status status="PASS" start="2026-06-17T03:12:30.491668" elapsed="606.500994"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:36.993288" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148: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.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:36.086 16  switches: flows:  84529 85062 86958 86098 86867 84010 86068 84505 82895 82902 85727 84020 82975 85781 82991 82829  total = 22.570283 per ms 
03:14:36.187 16  switches: flows:  97832 98076 96368 97967 98242 96474 96915 97182 95104 94818 95663 95778 95187 97425 94037 94349  total = 25.647453 per ms 
03:15:36.288 16  switches: flows:  86276 88596 86936 87065 87851 86822 88520 85184 83703 84575 86035 85662 85146 87229 84344 84423  total = 22.934473 per ms 
03:16:36.389 16  switches: flows:  96341 98565 96398 96033 95824 96589 97314 95893 95763 93144 96056 95338 95234 94274 91710 93410  total = 25.422330 per ms 
03:17:36.490 16  switches: flows:  102182 105018 103754 102613 101870 102069 104100 101461 101308 99353 102064 100946 101414 100454 98626 100048  total = 27.076139 per ms 
03:18:36.590 16  switches: flows:  105621 105473 105055 103077 105246 103975 103698 103884 101960 99621 102487 102488 102218 100508 101007 100583  total = 27.402620 per ms 
03:19:36.690 16  switches: flows:  109355 109062 108252 108238 106803 107902 107602 106730 106262 103138 104921 105606 105653 103635 103231 103026  total = 28.276386 per ms 
03:20:36.790 16  switches: flows:  104266 104268 102208 103930 102639 105572 104457 103272 100105 99269 101879 101574 103317 100529 100619 98982  total = 27.235955 per ms 
03:21:36.891 16  switches: flows:  104832 104648 105912 103955 105219 105147 104081 104154 103021 101419 102649 102554 102596 100535 100601 101281  total = 27.497493 per ms 
03:22:36.991 16  switches: flows:  106655 108677 108491 107105 108100 109242 107254 108013 106924 106425 104896 108201 105532 104807 105769 103909  total = 28.452505 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22934.47/28452.51/26660.59/9035.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:36.992878" elapsed="0.000513"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-17T03:22:36.993605" elapsed="0.000530"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T03:22:36.994705" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T03:22:36.994873" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22934.47/28452.51/26660.59/9035.78 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-17T03:22:36.994393" elapsed="0.000512"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:22:36.995327" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22934.47/28452.51/26660.59/9035.78 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:22:36.995072" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:36.997733" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:36.995500" elapsed="0.002300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.000187" level="INFO">22934.47/28452.51/26660.59/9035.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:36.997964" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:22:37.002638" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:22:37.000395" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:22:37.005091" level="INFO">@{result_value_list} = [ 22934.47 | 28452.51 | 26660.59 | 9035.78 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:22:37.002868" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.005584" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T03:22:37.005673" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:22:37.005272" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.010429" level="INFO">min :: 22934.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-06-17T03:22:37.006097" elapsed="0.004392"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T03:22:37.005967" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.015042" level="INFO">max :: 28452.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-06-17T03:22:37.010743" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T03:22:37.010616" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.019812" level="INFO">avg :: 26660.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:37.015349" elapsed="0.004559"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T03:22:37.015221" elapsed="0.004725"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.024634" level="INFO">stdev :: 9035.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:37.020188" elapsed="0.004505"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T03:22:37.020045" elapsed="0.004685"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T03:22:37.005765" elapsed="0.018998"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.028789" level="INFO">${min} = 22934.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-06-17T03:22:37.024944" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.033378" level="INFO">${max} = 28452.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:22:37.029009" elapsed="0.004396"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.037372" level="INFO">${average} = 26660.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:22:37.033563" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.041368" level="INFO">${stdev} = 9035.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:22:37.037558" elapsed="0.003838"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.041946" level="INFO">${date} = 2026-06-17 03:22:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-17T03:22:37.041562" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.042535" level="INFO">CBench Result: 2026-06-17 03:22:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22934.47,28452.51,26660.59,9035.78</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:37.042125" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T03:22:37.043685" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-17T03:22:37.043280" 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-06-17T03:22:37.043927" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T03:22:37.042786" elapsed="0.001669"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-17T03:12:30.490538" elapsed="606.553979"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.045020" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-17T03:22:37.044671" elapsed="0.000409"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-17T03:22:37.045617" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-06-17T03:22:37.045294" elapsed="0.000690"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-17T03:12:30.488187" elapsed="606.557835"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.047424" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:37.047029" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.048777" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-17T03:22:37.048427" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-17T03:22:37.049193" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:22:37.048963" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-17T03:22:37.052218" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:22:37.051969" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-17T03:22:37.051949" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:22:37.052634" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-17T03:22:37.052436" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.053371" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.18" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:22:37.052936" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:22:37.053992" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:22:37.053575" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:22:37.054950" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T03:22:37.055042" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:22:37.054598" elapsed="0.000468"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:22:37.055208" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T03:22:37.056418" level="INFO">Logging into '10.30.170.18:22' as 'jenkins'.</msg>
<msg time="2026-06-17T03:22:37.665242" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Jun 17 03:22:37 UTC 2026

  System load:  1.02               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.18
  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: Wed Jun 17 03:12:30 2026 from 10.30.171.227
[?2004h[jenkins@releng-63164-310-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-17T03:22:37.056059" elapsed="0.609377"/>
</kw>
<msg time="2026-06-17T03:22:37.665527" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:22:37.055691" elapsed="0.609927"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-17T03:22:37.054225" elapsed="0.611511"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T03:22:37.666322" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T03:32:43.814681" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T03:32:43.815150" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T03:32:43.815217" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-17T03:22:37.665978" elapsed="606.149281"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:32:43.815569" elapsed="0.000490"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.816815" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148: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.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:42.806 16  switches: flows:  453616 451276 451278 455513 472544 443014 456349 458994 433190 437859 446015 434073 457721 441364 442725 450042  total = 119.759550 per ms 
03:24:42.907 16  switches: flows:  570431 562534 561587 564113 566580 559758 560189 563524 560644 573555 568389 573504 561804 558852 573957 577306  total = 150.691051 per ms 
03:25:43.011 16  switches: flows:  436895 426799 442370 417608 441395 426867 436839 438578 435705 425636 434766 443704 438845 433657 436297 429768  total = 115.564308 per ms 
03:26:43.113 16  switches: flows:  546447 547581 541692 543085 550059 542571 539972 544426 546180 543297 540363 551374 533527 541609 550728 557076  total = 145.088695 per ms 
03:27:43.215 16  switches: flows:  616693 609957 620587 618178 613228 613525 619129 608333 614131 620183 608827 615859 618989 613355 613358 620684  total = 163.806306 per ms 
03:28:43.316 16  switches: flows:  582818 561833 576396 586204 577010 562479 570949 569080 565511 574201 579470 562205 568264 572638 575573 575023  total = 152.404997 per ms 
03:29:43.489 16  switches: flows:  545713 563023 567622 562683 561325 431684 554280 553623 559329 560838 540579 538644 550510 559700 555646 553064  total = 145.552347 per ms 
03:30:43.598 16  switches: flows:  573061 559247 579447 568096 572196 566106 555943 574033 560466 558997 559390 560536 575323 566936 579903 572247  total = 151.093577 per ms 
03:31:43.734 16  switches: flows:  585967 594017 587900 593530 590901 579089 594156 583402 581845 582689 576773 586503 593563 581959 579396 591943  total = 156.041643 per ms 
03:32:43.835 16  switches: flows:  618124 617925 624046 628786 620092 618598 615857 619634 610173 612869 620244 606721 615438 617436 622549 619645  total = 164.525428 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115564.31/164525.43/149418.71/51637.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.816297" elapsed="0.000758"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T03:32:43.817372" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-06-17T03:32:43.817174" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-17T03:32:43.817140" elapsed="0.000376"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T03:32:43.817650" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-17T03:32:43.817598" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-17T03:32:43.817576" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T03:32:43.817782" elapsed="0.000022"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:32:43.821312" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:32:43.822013" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:32:43.822415" elapsed="0.000175"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T03:32:43.818250" elapsed="0.004424"/>
</kw>
<msg time="2026-06-17T03:32:43.822872" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-17T03:22:37.049599" elapsed="606.773312"/>
</kw>
<status status="PASS" start="2026-06-17T03:22:37.049281" elapsed="606.773699"/>
</branch>
<status status="PASS" start="2026-06-17T03:22:37.048935" elapsed="606.774077"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.823622" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148: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.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:42.806 16  switches: flows:  453616 451276 451278 455513 472544 443014 456349 458994 433190 437859 446015 434073 457721 441364 442725 450042  total = 119.759550 per ms 
03:24:42.907 16  switches: flows:  570431 562534 561587 564113 566580 559758 560189 563524 560644 573555 568389 573504 561804 558852 573957 577306  total = 150.691051 per ms 
03:25:43.011 16  switches: flows:  436895 426799 442370 417608 441395 426867 436839 438578 435705 425636 434766 443704 438845 433657 436297 429768  total = 115.564308 per ms 
03:26:43.113 16  switches: flows:  546447 547581 541692 543085 550059 542571 539972 544426 546180 543297 540363 551374 533527 541609 550728 557076  total = 145.088695 per ms 
03:27:43.215 16  switches: flows:  616693 609957 620587 618178 613228 613525 619129 608333 614131 620183 608827 615859 618989 613355 613358 620684  total = 163.806306 per ms 
03:28:43.316 16  switches: flows:  582818 561833 576396 586204 577010 562479 570949 569080 565511 574201 579470 562205 568264 572638 575573 575023  total = 152.404997 per ms 
03:29:43.489 16  switches: flows:  545713 563023 567622 562683 561325 431684 554280 553623 559329 560838 540579 538644 550510 559700 555646 553064  total = 145.552347 per ms 
03:30:43.598 16  switches: flows:  573061 559247 579447 568096 572196 566106 555943 574033 560466 558997 559390 560536 575323 566936 579903 572247  total = 151.093577 per ms 
03:31:43.734 16  switches: flows:  585967 594017 587900 593530 590901 579089 594156 583402 581845 582689 576773 586503 593563 581959 579396 591943  total = 156.041643 per ms 
03:32:43.835 16  switches: flows:  618124 617925 624046 628786 620092 618598 615857 619634 610173 612869 620244 606721 615438 617436 622549 619645  total = 164.525428 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115564.31/164525.43/149418.71/51637.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.823219" elapsed="0.000505"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-17T03:32:43.823960" elapsed="0.000570"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T03:32:43.825157" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T03:32:43.825281" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 115564.31/164525.43/149418.71/51637.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-17T03:32:43.824819" elapsed="0.000496"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:32:43.825903" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 115564.31/164525.43/149418.71/51637.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:32:43.825531" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.829302" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.826145" elapsed="0.003233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.832685" level="INFO">115564.31/164525.43/149418.71/51637.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.829581" elapsed="0.003181"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:32:43.836073" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:32:43.832991" elapsed="0.003120"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:32:43.838821" level="INFO">@{result_value_list} = [ 115564.31 | 164525.43 | 149418.71 | 51637.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:32:43.836432" elapsed="0.002431"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.839333" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T03:32:43.839421" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:32:43.839019" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.844349" level="INFO">min :: 115564.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.839853" elapsed="0.004553"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T03:32:43.839704" elapsed="0.004737"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.848982" level="INFO">max :: 164525.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.844660" elapsed="0.004377"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T03:32:43.844531" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.853682" level="INFO">avg :: 149418.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.849288" elapsed="0.004451"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T03:32:43.849161" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.858367" level="INFO">stdev :: 51637.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.854026" elapsed="0.004398"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T03:32:43.853894" elapsed="0.004565"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T03:32:43.839513" elapsed="0.018978"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.862711" level="INFO">${min} = 115564.31</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:32:43.858651" elapsed="0.004087"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.866639" level="INFO">${max} = 164525.43</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:32:43.862910" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.870548" level="INFO">${average} = 149418.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:32:43.866817" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.874479" level="INFO">${stdev} = 51637.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:32:43.870726" elapsed="0.003779"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.875040" level="INFO">${date} = 2026-06-17 03:32:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-17T03:32:43.874666" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.875626" level="INFO">CBench Result: 2026-06-17 03:32:43,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,115564.31,164525.43,149418.71,51637.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.875218" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T03:32:43.876716" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-17T03:32:43.876322" elapsed="0.000459"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-17T03:32:43.876951" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T03:32:43.875824" elapsed="0.001659"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-17T03:22:37.047803" elapsed="606.829738"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.878047" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-17T03:32:43.877691" elapsed="0.000412"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-17T03:32:43.878602" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-06-17T03:32:43.878304" elapsed="0.000648"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-17T03:22:37.046328" elapsed="606.832661"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.880505" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.880123" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.882165" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-17T03:32:43.881617" elapsed="0.000591"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-17T03:32:43.882541" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:32:43.882319" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-17T03:32:43.885652" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:32:43.885401" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-17T03:32:43.885382" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:32:43.886057" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-17T03:32:43.885879" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.886749" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.18" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:32:43.886334" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T03:32:43.887352" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:32:43.886962" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:32:43.888286" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T03:32:43.888374" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:32:43.887976" elapsed="0.000423"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:32:43.888539" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T03:32:43.889735" level="INFO">Logging into '10.30.170.18:22' as 'jenkins'.</msg>
<msg time="2026-06-17T03:32:44.569167" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Jun 17 03:32:44 UTC 2026

  System load:  0.28               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.18
  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: Wed Jun 17 03:22:37 2026 from 10.30.171.227
[?2004h[jenkins@releng-63164-310-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-17T03:32:43.889377" elapsed="0.679971"/>
</kw>
<msg time="2026-06-17T03:32:44.569435" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:32:43.889032" elapsed="0.680484"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-17T03:32:43.887577" elapsed="0.682052"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T03:32:44.570187" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T03:42:50.979356" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T03:42:50.979991" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T03:42:50.980104" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-17T03:32:44.569874" elapsed="606.410297"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:42:50.980710" elapsed="0.000493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:50.981982" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148: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.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:50.119 16  switches: flows:  105479 105556 105165 104283 104085 106720 104000 104285 105275 103507 102385 106045 102242 103076 102225 103559  total = 27.798117 per ms 
03:34:50.219 16  switches: flows:  107297 106921 108341 106211 107336 107033 107199 105581 107427 105280 105723 106599 104286 105526 104184 105562  total = 28.294542 per ms 
03:35:50.319 16  switches: flows:  111533 109356 110704 107921 110576 108410 110257 109214 109210 108303 109013 110578 106535 109177 108690 107884  total = 29.074155 per ms 
03:36:50.420 16  switches: flows:  110650 110256 111276 109679 112679 111615 111594 111120 110465 109652 109221 111057 110576 109978 108297 109640  total = 29.413456 per ms 
03:37:50.520 16  switches: flows:  107056 107137 107191 106198 108627 106025 108104 106225 106899 106624 105608 108107 104837 106423 105108 105313  total = 28.377271 per ms 
03:38:50.620 16  switches: flows:  107039 106163 106893 104514 106823 106738 105550 106837 104811 105673 103599 106928 102805 105347 103190 105560  total = 28.094282 per ms 
03:39:50.721 16  switches: flows:  113643 111706 111685 110590 112487 109397 109830 113038 109408 109017 106352 108862 106288 108289 108443 108082  total = 29.236363 per ms 
03:40:50.821 16  switches: flows:  115035 113665 114095 112595 112755 111759 111744 114195 110751 109047 107889 110190 106503 110091 109506 107646  total = 29.575032 per ms 
03:41:50.923 16  switches: flows:  116050 113734 113861 113149 114555 111651 111945 113233 110865 109912 107929 109949 107232 109566 110776 109090  total = 29.675013 per ms 
03:42:51.024 16  switches: flows:  116391 114113 113814 111981 114118 112238 111585 114218 111749 110970 108640 110185 109106 111577 109558 109604  total = 29.781049 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28094.28/29781.05/29057.91/9704.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:50.981436" elapsed="0.000763"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T03:42:50.982529" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-17T03:42:50.982329" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-06-17T03:42:50.982287" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T03:42:50.982816" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-17T03:42:50.982763" elapsed="0.000135"/>
</branch>
<status status="NOT RUN" start="2026-06-17T03:42:50.982739" elapsed="0.000191"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T03:42:50.982975" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-17T03:42:50.986791" elapsed="0.000520"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-17T03:42:50.987522" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T03:42:50.987960" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T03:42:50.983429" elapsed="0.004757"/>
</kw>
<msg time="2026-06-17T03:42:50.988452" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-17T03:32:43.882959" elapsed="607.105548"/>
</kw>
<status status="PASS" start="2026-06-17T03:32:43.882625" elapsed="607.105959"/>
</branch>
<status status="PASS" start="2026-06-17T03:32:43.882297" elapsed="607.106319"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:50.989201" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148: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.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:50.119 16  switches: flows:  105479 105556 105165 104283 104085 106720 104000 104285 105275 103507 102385 106045 102242 103076 102225 103559  total = 27.798117 per ms 
03:34:50.219 16  switches: flows:  107297 106921 108341 106211 107336 107033 107199 105581 107427 105280 105723 106599 104286 105526 104184 105562  total = 28.294542 per ms 
03:35:50.319 16  switches: flows:  111533 109356 110704 107921 110576 108410 110257 109214 109210 108303 109013 110578 106535 109177 108690 107884  total = 29.074155 per ms 
03:36:50.420 16  switches: flows:  110650 110256 111276 109679 112679 111615 111594 111120 110465 109652 109221 111057 110576 109978 108297 109640  total = 29.413456 per ms 
03:37:50.520 16  switches: flows:  107056 107137 107191 106198 108627 106025 108104 106225 106899 106624 105608 108107 104837 106423 105108 105313  total = 28.377271 per ms 
03:38:50.620 16  switches: flows:  107039 106163 106893 104514 106823 106738 105550 106837 104811 105673 103599 106928 102805 105347 103190 105560  total = 28.094282 per ms 
03:39:50.721 16  switches: flows:  113643 111706 111685 110590 112487 109397 109830 113038 109408 109017 106352 108862 106288 108289 108443 108082  total = 29.236363 per ms 
03:40:50.821 16  switches: flows:  115035 113665 114095 112595 112755 111759 111744 114195 110751 109047 107889 110190 106503 110091 109506 107646  total = 29.575032 per ms 
03:41:50.923 16  switches: flows:  116050 113734 113861 113149 114555 111651 111945 113233 110865 109912 107929 109949 107232 109566 110776 109090  total = 29.675013 per ms 
03:42:51.024 16  switches: flows:  116391 114113 113814 111981 114118 112238 111585 114218 111749 110970 108640 110185 109106 111577 109558 109604  total = 29.781049 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28094.28/29781.05/29057.91/9704.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:50.988889" elapsed="0.000388"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-17T03:42:50.989428" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T03:42:50.990207" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T03:42:50.990297" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28094.28/29781.05/29057.91/9704.90 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-17T03:42:50.989979" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:42:50.990726" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28094.28/29781.05/29057.91/9704.90 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:42:50.990476" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:50.993178" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:50.990914" elapsed="0.002321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:50.995623" level="INFO">28094.28/29781.05/29057.91/9704.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:50.993383" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:42:50.998207" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:42:50.995836" elapsed="0.002408"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T03:42:51.000905" level="INFO">@{result_value_list} = [ 28094.28 | 29781.05 | 29057.91 | 9704.90 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-17T03:42:50.998536" elapsed="0.002399"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.001491" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T03:42:51.001587" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-17T03:42:51.001105" elapsed="0.000506"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.006497" level="INFO">min :: 28094.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-06-17T03:42:51.002039" elapsed="0.004518"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T03:42:51.001906" elapsed="0.004688"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.011229" level="INFO">max :: 29781.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:51.006827" elapsed="0.004462"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T03:42:51.006692" elapsed="0.004633"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.015977" level="INFO">avg :: 29057.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:51.011543" elapsed="0.004493"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T03:42:51.011413" elapsed="0.004659"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.021009" level="INFO">stdev :: 9704.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:51.016293" elapsed="0.004806"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T03:42:51.016159" elapsed="0.004987"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T03:42:51.001685" elapsed="0.019500"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.025354" level="INFO">${min} = 28094.28</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:42:51.021401" elapsed="0.003981"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.029777" level="INFO">${max} = 29781.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:42:51.025545" elapsed="0.004260"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.034337" level="INFO">${average} = 29057.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:42:51.030012" elapsed="0.004353"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.038386" level="INFO">${stdev} = 9704.90</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T03:42:51.034525" elapsed="0.003905"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.039039" level="INFO">${date} = 2026-06-17 03:42:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-17T03:42:51.038607" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.039654" level="INFO">CBench Result: 2026-06-17 03:42:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28094.28,29781.05,29057.91,9704.90</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T03:42:51.039225" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T03:42:51.040945" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-17T03:42:51.040392" elapsed="0.000626"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-17T03:42:51.041175" elapsed="0.000540"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T03:42:51.039902" elapsed="0.001883"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-17T03:32:43.880891" elapsed="607.160974"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.042342" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-17T03:42:51.042021" elapsed="0.000379"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T03:42:51.043674" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-17T03:42:51.043164" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-17T03:42:51.043966" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-06-17T03:42:51.043790" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-06-17T03:42:51.043765" elapsed="0.000302"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.044221" 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-06-17T03:42:51.044381" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.044544" elapsed="0.000023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.044766" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.044940" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.045092" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.045246" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-17T03:42:51.045505" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-17T03:42:51.045361" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-06-17T03:42:51.045339" elapsed="0.000244"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-17T03:42:51.042800" elapsed="0.002844"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-17T03:32:43.879514" elapsed="607.166179"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-17T03:12:27.624767" elapsed="1823.421751"/>
</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>
