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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-14T00:45:03.197947" elapsed="0.778303"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T00:45:04.026188" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-14T00:45:03.976750" elapsed="0.049573"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T00:45:04.028209" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T00:45:04.028321" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-14T00:45:04.026580" elapsed="0.001773"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-14T00:45:04.028512" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T00:45:04.028948" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:45:04.029659" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:45:04.029334" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T00:45:04.029768" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-14T00:45:03.196399" elapsed="0.833542"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-14T00:45:03.192637" elapsed="0.837447"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T00:45:04.030647" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T00:45:04.030273" elapsed="0.000432"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T00:45:04.031122" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T00:45:04.030856" elapsed="0.000347"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T00:45:04.031791" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-14T00:45:04.031358" elapsed="0.000462"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T00:45:04.032338" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-14T00:45:04.032002" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T00:45:04.032913" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-14T00:45:04.032542" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T00:45:04.033423" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-14T00:45:04.033114" 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-05-14T00:45:04.033767" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T00:45:04.033551" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T00:45:04.038228" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T00:45:04.037796" elapsed="0.000459"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T00:45:04.039647" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T00:45:04.039733" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-14T00:45:04.038819" elapsed="0.000939"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:45:04.039907" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T00:45:04.041317" level="INFO">Logging into '10.30.170.220:22' as 'jenkins'.</msg>
<msg time="2026-05-14T00:45:04.720189" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 00:45:04 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-63164-241-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-14T00:45:04.040787" elapsed="0.679563"/>
</kw>
<msg time="2026-05-14T00:45:04.720442" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:45:04.040439" elapsed="0.680098"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-14T00:45:04.038461" elapsed="0.682200"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-14T00:45:04.728367" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-14T00:45:04.720889" elapsed="0.009265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T00:45:04.730541" elapsed="0.000601"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-14T00:45:04.037267" elapsed="0.694010"/>
</kw>
<status status="PASS" start="2026-05-14T00:45:04.033901" elapsed="0.697457"/>
</branch>
<status status="PASS" start="2026-05-14T00:45:04.033526" elapsed="0.697901"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-14T00:45:04.731755" elapsed="0.001065"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-14T00:45:04.741511" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-14T00:45:04.741390" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-05-14T00:45:04.741367" elapsed="0.000222"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-14T00:45:04.745178" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-14T00:45:04.745064" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-05-14T00:45:04.745044" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T00:45:04.745379" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T00:45:04.746245" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-05-14T00:45:04.946401" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-14T00:45:04.745982" elapsed="0.200536"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.043134" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-14T00:45:04.946715" elapsed="0.096492"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.055139" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T00:45:05.055330" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-14T00:45:05.043365" elapsed="0.011998"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-14T00:45:05.055506" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T00:45:05.055861" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:45:05.056565" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:45:05.056231" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T00:45:05.056669" elapsed="0.000056"/>
</return>
<msg time="2026-05-14T00:45:05.056869" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-14T00:45:04.744690" elapsed="0.312211"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-14T00:45:05.057070" elapsed="0.000586"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T00:45:05.057708" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-14T00:45:04.741081" elapsed="0.316757"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-14T00:45:05.061627" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-14T00:45:05.061493" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-05-14T00:45:05.061468" elapsed="0.000230"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T00:45:05.061830" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.062988" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-05-14T00:45:05.246175" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-14T00:45:05.062452" elapsed="0.183858"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.279213" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-14T00:45:05.246539" elapsed="0.032752"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.281181" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T00:45:05.281293" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-14T00:45:05.279472" elapsed="0.001850"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-14T00:45:05.281461" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T00:45:05.281816" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:45:05.282533" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:45:05.282193" elapsed="0.000404"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T00:45:05.282652" elapsed="0.000066"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-14T00:45:05.061152" elapsed="0.221694"/>
</kw>
<status status="PASS" start="2026-05-14T00:45:03.190201" elapsed="2.092712"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:45:05.285838" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:45:05.283917" elapsed="0.001998"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T00:45:05.287533" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-14T00:45:05.287173" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-14T00:45:05.287915" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T00:45:05.287664" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-14T00:45:05.291094" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T00:45:05.290812" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-05-14T00:45:05.290792" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.291535" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-14T00:45:05.291316" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:45:05.292266" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.220" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:45:05.291821" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.293011" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T00:45:05.292470" elapsed="0.000569"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T00:45:05.293986" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T00:45:05.294081" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-14T00:45:05.293634" elapsed="0.000471"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:45:05.294248" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.295463" level="INFO">Logging into '10.30.170.220:22' as 'jenkins'.</msg>
<msg time="2026-05-14T00:45:05.617423" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 00:45:04 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Thu May 14 00:45:04 2026 from 10.30.171.102
[?2004h[jenkins@releng-63164-241-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-14T00:45:05.295105" elapsed="0.322534"/>
</kw>
<msg time="2026-05-14T00:45:05.617739" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:45:05.294736" elapsed="0.323110"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-14T00:45:05.293246" elapsed="0.324747"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T00:45:05.618901" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T00:55:11.736721" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T00:55:11.737340" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T00:55:11.737456" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-14T00:45:05.618230" elapsed="606.119287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T00:55:11.737954" elapsed="0.001162"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.740281" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:10.822 16  switches: flows:  98705 98681 98153 98464 98201 101872 98356 97833 96583 97539 95455 98896 97408 96917 96054 94833  total = 26.065833 per ms 
00:47:10.922 16  switches: flows:  110822 112312 111341 110716 109969 111637 109105 108377 110060 109111 109606 109558 108281 107028 109646 108087  total = 29.212097 per ms 
00:48:11.023 16  switches: flows:  115853 115302 115427 115531 116702 116785 114080 114555 115272 114488 113751 112520 114231 112038 114072 113774  total = 30.522074 per ms 
00:49:11.124 16  switches: flows:  112916 112772 113050 112289 111461 112398 110356 112008 112424 110456 111366 109827 108788 108806 110701 110071  total = 29.612039 per ms 
00:50:11.225 16  switches: flows:  112423 112313 113196 114148 114041 115767 111349 113405 111486 111438 111258 111932 111900 109982 111607 108981  total = 29.870541 per ms 
00:51:11.326 16  switches: flows:  108002 107864 108662 107737 108941 109011 108541 108572 106718 107443 105756 106093 105230 103668 106857 105544  total = 28.529662 per ms 
00:52:11.427 16  switches: flows:  114318 116654 115096 115219 115222 116803 113851 116504 112612 111806 112575 114750 110447 109587 113073 110580  total = 30.267714 per ms 
00:53:11.528 16  switches: flows:  122134 125876 124405 122830 125516 126724 120151 124970 121943 120773 123609 124996 122333 120015 120486 119319  total = 32.713408 per ms 
00:54:11.629 16  switches: flows:  120046 123791 121057 119185 122905 124095 117824 120323 119241 118223 120914 120201 118121 116358 117245 115422  total = 31.862648 per ms 
00:55:11.730 16  switches: flows:  120643 124674 121537 119901 122651 125084 118780 122085 121199 120178 121676 120211 117551 117488 119290 117859  total = 32.126434 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28529.66/32713.41/30524.07/10262.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.739492" elapsed="0.001087"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T00:55:11.741125" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-14T00:55:11.740777" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-05-14T00:55:11.740716" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T00:55:11.741561" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-14T00:55:11.741479" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-14T00:55:11.741444" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T00:55:11.741772" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:55:11.745267" elapsed="0.000343"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T00:55:11.745757" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T00:55:11.746084" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T00:55:11.742491" elapsed="0.003750"/>
</kw>
<msg time="2026-05-14T00:55:11.746374" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-14T00:45:05.288360" elapsed="606.458040"/>
</kw>
<status status="PASS" start="2026-05-14T00:45:05.288025" elapsed="606.458423"/>
</branch>
<status status="PASS" start="2026-05-14T00:45:05.287638" elapsed="606.458834"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.746912" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:10.822 16  switches: flows:  98705 98681 98153 98464 98201 101872 98356 97833 96583 97539 95455 98896 97408 96917 96054 94833  total = 26.065833 per ms 
00:47:10.922 16  switches: flows:  110822 112312 111341 110716 109969 111637 109105 108377 110060 109111 109606 109558 108281 107028 109646 108087  total = 29.212097 per ms 
00:48:11.023 16  switches: flows:  115853 115302 115427 115531 116702 116785 114080 114555 115272 114488 113751 112520 114231 112038 114072 113774  total = 30.522074 per ms 
00:49:11.124 16  switches: flows:  112916 112772 113050 112289 111461 112398 110356 112008 112424 110456 111366 109827 108788 108806 110701 110071  total = 29.612039 per ms 
00:50:11.225 16  switches: flows:  112423 112313 113196 114148 114041 115767 111349 113405 111486 111438 111258 111932 111900 109982 111607 108981  total = 29.870541 per ms 
00:51:11.326 16  switches: flows:  108002 107864 108662 107737 108941 109011 108541 108572 106718 107443 105756 106093 105230 103668 106857 105544  total = 28.529662 per ms 
00:52:11.427 16  switches: flows:  114318 116654 115096 115219 115222 116803 113851 116504 112612 111806 112575 114750 110447 109587 113073 110580  total = 30.267714 per ms 
00:53:11.528 16  switches: flows:  122134 125876 124405 122830 125516 126724 120151 124970 121943 120773 123609 124996 122333 120015 120486 119319  total = 32.713408 per ms 
00:54:11.629 16  switches: flows:  120046 123791 121057 119185 122905 124095 117824 120323 119241 118223 120914 120201 118121 116358 117245 115422  total = 31.862648 per ms 
00:55:11.730 16  switches: flows:  120643 124674 121537 119901 122651 125084 118780 122085 121199 120178 121676 120211 117551 117488 119290 117859  total = 32.126434 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28529.66/32713.41/30524.07/10262.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.746612" elapsed="0.000387"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-14T00:55:11.747148" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T00:55:11.747904" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T00:55:11.748011" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28529.66/32713.41/30524.07/10262.63 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-14T00:55:11.747676" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T00:55:11.748447" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28529.66/32713.41/30524.07/10262.63 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T00:55:11.748190" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.750840" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.748620" elapsed="0.002276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.753239" level="INFO">28529.66/32713.41/30524.07/10262.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.751056" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T00:55:11.755709" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T00:55:11.753457" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T00:55:11.758141" level="INFO">@{result_value_list} = [ 28529.66 | 32713.41 | 30524.07 | 10262.63 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T00:55:11.755924" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.758630" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T00:55:11.758742" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-14T00:55:11.758325" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.763453" level="INFO">min :: 28529.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.759192" elapsed="0.004316"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T00:55:11.759058" elapsed="0.004486"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.768062" level="INFO">max :: 32713.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.763762" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T00:55:11.763635" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.772636" level="INFO">avg :: 30524.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.768375" elapsed="0.004317"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T00:55:11.768242" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.777214" level="INFO">stdev :: 10262.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.772948" elapsed="0.004322"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T00:55:11.772818" elapsed="0.004486"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T00:55:11.758840" elapsed="0.018497"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.781558" level="INFO">${min} = 28529.66</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T00:55:11.777495" elapsed="0.004090"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.785451" level="INFO">${max} = 32713.41</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T00:55:11.781741" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.789668" level="INFO">${average} = 30524.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T00:55:11.785630" elapsed="0.004064"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.793625" level="INFO">${stdev} = 10262.63</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T00:55:11.789847" elapsed="0.003804"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.794187" level="INFO">${date} = 2026-05-14 00:55:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-14T00:55:11.793813" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.794781" level="INFO">CBench Result: 2026-05-14 00:55:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28529.66,32713.41,30524.07,10262.63</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.794363" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T00:55:11.795867" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T00:55:11.795468" elapsed="0.000464"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-14T00:55:11.796098" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T00:55:11.794992" elapsed="0.001625"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-14T00:45:05.286447" elapsed="606.510231"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.797162" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-14T00:55:11.796830" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-14T00:55:11.797727" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-05-14T00:55:11.797429" elapsed="0.000647"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-14T00:45:05.283155" elapsed="606.514959"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.799764" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.799383" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.801385" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-14T00:55:11.801051" elapsed="0.000377"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-14T00:55:11.801754" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T00:55:11.801535" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-14T00:55:11.804959" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-05-14T00:55:11.804713" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-05-14T00:55:11.804694" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T00:55:11.805391" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-14T00:55:11.805191" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.806106" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.220" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T00:55:11.805671" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T00:55:11.806731" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T00:55:11.806309" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T00:55:11.807657" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T00:55:11.807746" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-14T00:55:11.807355" elapsed="0.000415"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:55:11.807910" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T00:55:11.809118" level="INFO">Logging into '10.30.170.220:22' as 'jenkins'.</msg>
<msg time="2026-05-14T00:55:12.390498" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 00:55:11 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Thu May 14 00:45:05 2026 from 10.30.171.102
[?2004h[jenkins@releng-63164-241-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-14T00:55:11.808747" elapsed="0.581973"/>
</kw>
<msg time="2026-05-14T00:55:12.390808" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T00:55:11.808400" elapsed="0.582504"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-14T00:55:11.806961" elapsed="0.584085"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T00:55:12.391780" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T01:01:26.880633" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-05-14T01:01:26.881221" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T01:01:26.881328" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-14T00:55:12.391276" elapsed="374.490109"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T01:01:26.881861" elapsed="0.000861"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.883896" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:18.929 16  switches: flows:  403064 393429 396821 403821 399311 394853 390808 389537 390502 387535 378008 386908 376653 385976 386645 384238  total = 104.135150 per ms 
00:57:19.030 16  switches: flows:  440119 439987 453342 434749 454529 454145 438886 445743 438630 441553 435104 446193 445819 441264 432720 446105  total = 117.949787 per ms 
00:58:19.131 16  switches: flows:  438179 449483 436878 434555 441827 439632 447100 446024 451229 446512 450926 445555 437130 448148 445747 435962  total = 118.049974 per ms 
00:59:19.231 16  switches: flows:  471585 474777 482314 467073 467077 488162 473146 474739 473932 474970 471584 474869 472745 466952 467455 478616  total = 126.122598 per ms 
01:00:19.333 16  switches: flows:  468031 489584 488989 482332 476470 484619 494715 481684 482984 481470 479355 483437 481895 482293 487832 491599  total = 128.737122 per ms 
01:01:19.436 16  switches: flows:  433685 440662 418998 438883 429521 444766 442339 424486 427753 387798 436287 418476 426137 435356 430832 432910  total = 114.289076 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:01:26.883134" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T01:01:26.884738" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-05-14T01:01:26.884406" elapsed="0.000494"/>
</branch>
<status status="PASS" start="2026-05-14T01:01:26.884351" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T01:01:26.885201" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-14T01:01:26.885120" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-14T01:01:26.885083" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T01:01:26.885410" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T01:01:26.891014" elapsed="0.000466"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T01:01:26.891693" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T01:01:26.892113" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T01:01:26.886110" elapsed="0.006222"/>
</kw>
<msg time="2026-05-14T01:01:26.892517" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-14T00:55:11.802164" elapsed="375.090391"/>
</kw>
<status status="PASS" start="2026-05-14T00:55:11.801835" elapsed="375.090787"/>
</branch>
<status status="PASS" start="2026-05-14T00:55:11.801514" elapsed="375.091142"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.893272" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:18.929 16  switches: flows:  403064 393429 396821 403821 399311 394853 390808 389537 390502 387535 378008 386908 376653 385976 386645 384238  total = 104.135150 per ms 
00:57:19.030 16  switches: flows:  440119 439987 453342 434749 454529 454145 438886 445743 438630 441553 435104 446193 445819 441264 432720 446105  total = 117.949787 per ms 
00:58:19.131 16  switches: flows:  438179 449483 436878 434555 441827 439632 447100 446024 451229 446512 450926 445555 437130 448148 445747 435962  total = 118.049974 per ms 
00:59:19.231 16  switches: flows:  471585 474777 482314 467073 467077 488162 473146 474739 473932 474970 471584 474869 472745 466952 467455 478616  total = 126.122598 per ms 
01:00:19.333 16  switches: flows:  468031 489584 488989 482332 476470 484619 494715 481684 482984 481470 479355 483437 481895 482293 487832 491599  total = 128.737122 per ms 
01:01:19.436 16  switches: flows:  433685 440662 418998 438883 429521 444766 442339 424486 427753 387798 436287 418476 426137 435356 430832 432910  total = 114.289076 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:01:26.892848" elapsed="0.000520"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.894207" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:18.929 16  switches: flows:  403064 393429 396821 403821 399311 394853 390808 389537 390502 387535 378008 386908 376653 385976 386645 384238  total = 104.135150 per ms 
00:57:19.030 16  switches: flows:  440119 439987 453342 434749 454529 454145 438886 445743 438630 441553 435104 446193 445819 441264 432720 446105  total = 117.949787 per ms 
00:58:19.131 16  switches: flows:  438179 449483 436878 434555 441827 439632 447100 446024 451229 446512 450926 445555 437130 448148 445747 435962  total = 118.049974 per ms 
00:59:19.231 16  switches: flows:  471585 474777 482314 467073 467077 488162 473146 474739 473932 474970 471584 474869 472745 466952 467455 478616  total = 126.122598 per ms 
01:00:19.333 16  switches: flows:  468031 489584 488989 482332 476470 484619 494715 481684 482984 481470 479355 483437 481895 482293 487832 491599  total = 128.737122 per ms 
01:01:19.436 16  switches: flows:  433685 440662 418998 438883 429521 444766 442339 424486 427753 387798 436287 418476 426137 435356 430832 432910  total = 114.289076 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-05-14T01:01:26.893572" elapsed="0.000891">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:18.929 16  switches: flows:  403064 393429 396821 403821 399311 394853 390808 389537 390502 387535 378008 386908 376653 385976 386645 384238  total = 104.135150 per ms 
00:57:19.030 16  switches: flows:  440119 439987 453342 434749 454529 454145 438886 445743 438630 441553 435104 446193 445819 441264 432720 446105  total = 117.949787 per ms 
00:58:19.131 16  switches: flows:  438179 449483 436878 434555 441827 439632 447100 446024 451229 446512 450926 445555 437130 448148 445747 435962  total = 118.049974 per ms 
00:59:19.231 16  switches: flows:  471585 474777 482314 467073 467077 488162 473146 474739 473932 474970 471584 474869 472745 466952 467455 478616  total = 126.122598 per ms 
01:00:19.333 16  switches: flows:  468031 489584 488989 482332 476470 484619 494715 481684 482984 481470 479355 483437 481895 482293 487832 491599  total = 128.737122 per ms 
01:01:19.436 16  switches: flows:  433685 440662 418998 438883 429521 444766 442339 424486 427753 387798 436287 418476 426137 435356 430832 432910  total = 114.289076 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.894773" elapsed="0.000031"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.895029" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.895250" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.895469" elapsed="0.000028"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-14T01:01:26.895684" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-14T01:01:26.895906" elapsed="0.000027"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T01:01:26.896152" elapsed="0.000028"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.896525" elapsed="0.000027"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-05-14T01:01:26.896357" elapsed="0.000239"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-05-14T01:01:26.896262" elapsed="0.000375"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T01:01:26.896839" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T01:01:26.897080" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T01:01:26.897301" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T01:01:26.897519" elapsed="0.000027"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.897748" elapsed="0.000027"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.897979" elapsed="0.000030"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-05-14T01:01:26.898186" elapsed="0.000045"/>
</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="FAIL" start="2026-05-14T00:55:11.800439" elapsed="375.097976">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:18.929 16  switches: flows:  403064 393429 396821 403821 399311 394853 390808 389537 390502 387535 378008 386908 376653 385976 386645 384238  total = 104.135150 per ms 
00:57:19.030 16  switches: flows:  440119 439987 453342 434749 454529 454145 438886 445743 438630 441553 435104 446193 445819 441264 432720 446105  total = 117.949787 per ms 
00:58:19.131 16  switches: flows:  438179 449483 436878 434555 441827 439632 447100 446024 451229 446512 450926 445555 437130 448148 445747 435962  total = 118.049974 per ms 
00:59:19.231 16  switches: flows:  471585 474777 482314 467073 467077 488162 473146 474739 473932 474970 471584 474869 472745 466952 467455 478616  total = 126.122598 per ms 
01:00:19.333 16  switches: flows:  468031 489584 488989 482332 476470 484619 494715 481684 482984 481470 479355 483437 481895 482293 487832 491599  total = 128.737122 per ms 
01:01:19.436 16  switches: flows:  433685 440662 418998 438883 429521 444766 442339 424486 427753 387798 436287 418476 426137 435356 430832 432910  total = 114.289076 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.898648" elapsed="0.000028"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-14T01:01:26.899447" elapsed="0.000372"/>
</kw>
<status status="PASS" start="2026-05-14T01:01:26.899030" elapsed="0.000888"/>
</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="FAIL" start="2026-05-14T00:55:11.798438" elapsed="375.101549">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:18.929 16  switches: flows:  403064 393429 396821 403821 399311 394853 390808 389537 390502 387535 378008 386908 376653 385976 386645 384238  total = 104.135150 per ms 
00:57:19.030 16  switches: flows:  440119 439987 453342 434749 454529 454145 438886 445743 438630 441553 435104 446193 445819 441264 432720 446105  total = 117.949787 per ms 
00:58:19.131 16  switches: flows:  438179 449483 436878 434555 441827 439632 447100 446024 451229 446512 450926 445555 437130 448148 445747 435962  total = 118.049974 per ms 
00:59:19.231 16  switches: flows:  471585 474777 482314 467073 467077 488162 473146 474739 473932 474970 471584 474869 472745 466952 467455 478616  total = 126.122598 per ms 
01:00:19.333 16  switches: flows:  468031 489584 488989 482332 476470 484619 494715 481684 482984 481470 479355 483437 481895 482293 487832 491599  total = 128.737122 per ms 
01:01:19.436 16  switches: flows:  433685 440662 418998 438883 429521 444766 442339 424486 427753 387798 436287 418476 426137 435356 430832 432910  total = 114.289076 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.902361" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:01:26.901774" elapsed="0.000667"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.904011" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-14T01:01:26.903656" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.904447" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T01:01:26.904121" elapsed="0.000386"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-14T01:01:26.907592" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T01:01:26.907346" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-05-14T01:01:26.907328" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T01:01:26.907990" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-14T01:01:26.907799" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.908687" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.220" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:01:26.908272" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T01:01:26.909303" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T01:01:26.908888" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T01:01:26.910230" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T01:01:26.910322" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-14T01:01:26.909898" elapsed="0.000448"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T01:01:26.910483" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T01:01:26.911658" level="INFO">Logging into '10.30.170.220:22' as 'jenkins'.</msg>
<msg time="2026-05-14T01:01:27.496799" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 01:01:27 UTC 2026

  System load:  0.1                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.220
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Thu May 14 00:55:12 2026 from 10.30.171.102
[?2004h[jenkins@releng-63164-241-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-14T01:01:26.911305" elapsed="0.585678"/>
</kw>
<msg time="2026-05-14T01:01:27.497067" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T01:01:26.910951" elapsed="0.586193"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-14T01:01:26.909527" elapsed="0.587727"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T01:01:27.497763" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T01:11:33.545817" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T01:11:33.546250" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T01:11:33.546328" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-14T01:01:27.497463" elapsed="606.048902"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T01:11:33.547186" elapsed="0.000546"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.548476" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:32.607 16  switches: flows:  93431 92485 89551 92030 90818 92448 91678 90780 89744 93089 90916 91555 91144 90696 91574 90297  total = 24.370600 per ms 
01:03:32.709 16  switches: flows:  112687 115164 112786 116877 116403 113137 113622 115001 111472 115728 112805 113084 113625 113575 115333 109836  total = 30.300815 per ms 
01:04:32.809 16  switches: flows:  123860 122142 123790 122206 121418 122082 121749 121811 118628 119454 119618 120675 122225 117816 120621 118414  total = 32.221316 per ms 
01:05:32.910 16  switches: flows:  126916 124744 123518 124480 122572 123986 123289 123247 121345 120112 120221 123050 124521 118964 122079 118593  total = 32.639445 per ms 
01:06:33.010 16  switches: flows:  113559 115768 112233 114034 113713 111746 114684 112360 109402 111267 112411 110385 111320 111553 112022 110705  total = 29.902784 per ms 
01:07:33.110 16  switches: flows:  124436 125225 121979 124755 124726 122640 126030 122394 122562 120841 122788 121264 120039 123848 120635 121784  total = 32.711166 per ms 
01:08:33.210 16  switches: flows:  116628 117770 114007 115633 117480 112636 116595 113507 114013 113852 115064 113141 112630 114220 111318 112746  total = 30.469806 per ms 
01:09:33.311 16  switches: flows:  117601 119679 115463 119403 120873 118341 120436 118893 115462 115812 116424 117566 116944 116121 113720 114445  total = 31.234255 per ms 
01:10:33.411 16  switches: flows:  117669 118709 115916 118084 116828 116907 117311 117940 116205 114791 116512 117399 113396 112773 113355 112052  total = 30.879256 per ms 
01:11:33.511 16  switches: flows:  126203 127504 125328 123371 124480 123439 123599 124177 119257 122786 122623 124395 121640 119971 120989 119798  total = 32.771280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29902.78/32771.28/31458.90/10541.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:11:33.547985" elapsed="0.000703"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T01:11:33.549033" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-14T01:11:33.548805" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-05-14T01:11:33.548771" elapsed="0.000399"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T01:11:33.549326" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-14T01:11:33.549273" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-05-14T01:11:33.549228" elapsed="0.000184"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T01:11:33.549455" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T01:11:33.553217" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-14T01:11:33.553897" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T01:11:33.554317" elapsed="0.000132"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T01:11:33.549881" elapsed="0.004642"/>
</kw>
<msg time="2026-05-14T01:11:33.554701" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-14T01:01:26.905050" elapsed="606.649688"/>
</kw>
<status status="PASS" start="2026-05-14T01:01:26.904531" elapsed="606.650275"/>
</branch>
<status status="PASS" start="2026-05-14T01:01:26.904103" elapsed="606.650735"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.555453" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:32.607 16  switches: flows:  93431 92485 89551 92030 90818 92448 91678 90780 89744 93089 90916 91555 91144 90696 91574 90297  total = 24.370600 per ms 
01:03:32.709 16  switches: flows:  112687 115164 112786 116877 116403 113137 113622 115001 111472 115728 112805 113084 113625 113575 115333 109836  total = 30.300815 per ms 
01:04:32.809 16  switches: flows:  123860 122142 123790 122206 121418 122082 121749 121811 118628 119454 119618 120675 122225 117816 120621 118414  total = 32.221316 per ms 
01:05:32.910 16  switches: flows:  126916 124744 123518 124480 122572 123986 123289 123247 121345 120112 120221 123050 124521 118964 122079 118593  total = 32.639445 per ms 
01:06:33.010 16  switches: flows:  113559 115768 112233 114034 113713 111746 114684 112360 109402 111267 112411 110385 111320 111553 112022 110705  total = 29.902784 per ms 
01:07:33.110 16  switches: flows:  124436 125225 121979 124755 124726 122640 126030 122394 122562 120841 122788 121264 120039 123848 120635 121784  total = 32.711166 per ms 
01:08:33.210 16  switches: flows:  116628 117770 114007 115633 117480 112636 116595 113507 114013 113852 115064 113141 112630 114220 111318 112746  total = 30.469806 per ms 
01:09:33.311 16  switches: flows:  117601 119679 115463 119403 120873 118341 120436 118893 115462 115812 116424 117566 116944 116121 113720 114445  total = 31.234255 per ms 
01:10:33.411 16  switches: flows:  117669 118709 115916 118084 116828 116907 117311 117940 116205 114791 116512 117399 113396 112773 113355 112052  total = 30.879256 per ms 
01:11:33.511 16  switches: flows:  126203 127504 125328 123371 124480 123439 123599 124177 119257 122786 122623 124395 121640 119971 120989 119798  total = 32.771280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29902.78/32771.28/31458.90/10541.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:11:33.555047" elapsed="0.000507"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-14T01:11:33.555755" elapsed="0.000528"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T01:11:33.556811" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T01:11:33.556934" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29902.78/32771.28/31458.90/10541.22 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-14T01:11:33.556508" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T01:11:33.557605" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29902.78/32771.28/31458.90/10541.22 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T01:11:33.557197" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.560224" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:11:33.557846" elapsed="0.002434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.562626" level="INFO">29902.78/32771.28/31458.90/10541.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:11:33.560423" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T01:11:33.565044" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T01:11:33.562827" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T01:11:33.567474" level="INFO">@{result_value_list} = [ 29902.78 | 32771.28 | 31458.90 | 10541.22 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T01:11:33.565274" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.567956" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T01:11:33.568060" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-14T01:11:33.567653" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.572807" level="INFO">min :: 29902.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-05-14T01:11:33.568486" elapsed="0.004377"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T01:11:33.568356" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.577399" level="INFO">max :: 32771.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-05-14T01:11:33.573128" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T01:11:33.573001" elapsed="0.004489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.581983" level="INFO">avg :: 31458.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-05-14T01:11:33.577705" elapsed="0.004338"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T01:11:33.577578" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.586612" level="INFO">stdev :: 10541.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:11:33.582289" elapsed="0.004379"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T01:11:33.582165" elapsed="0.004537"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T01:11:33.568154" elapsed="0.018579"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.590889" level="INFO">${min} = 29902.78</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T01:11:33.587154" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.594774" level="INFO">${max} = 32771.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T01:11:33.591085" elapsed="0.003716"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.598661" level="INFO">${average} = 31458.90</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T01:11:33.594957" elapsed="0.003731"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.602562" level="INFO">${stdev} = 10541.22</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T01:11:33.598837" elapsed="0.003752"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.603116" level="INFO">${date} = 2026-05-14 01:11:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-14T01:11:33.602746" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.603688" level="INFO">CBench Result: 2026-05-14 01:11:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29902.78,32771.28,31458.90,10541.22</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T01:11:33.603285" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T01:11:33.604840" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T01:11:33.604365" elapsed="0.000544"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-14T01:11:33.605074" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T01:11:33.603881" elapsed="0.001726"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-14T01:01:26.902872" elapsed="606.702794"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.606142" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-14T01:11:33.605815" elapsed="0.000383"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T01:11:33.607400" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-14T01:11:33.606898" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-14T01:11:33.607646" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-05-14T01:11:33.607500" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-05-14T01:11:33.607481" elapsed="0.000251"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.607872" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.608043" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.608211" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.608403" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.608551" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.608695" 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-05-14T01:11:33.608838" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-14T01:11:33.609072" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-14T01:11:33.608919" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-05-14T01:11:33.608903" elapsed="0.000251"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-14T01:11:33.606566" elapsed="0.002637"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-14T01:01:26.900867" elapsed="606.708393"/>
</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="FAIL" start="2026-05-14T00:45:02.594184" elapsed="1591.015662"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
