<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-16T00:59:39.344184" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-08-16T00:59:39.978956" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-16T00:59:39.978814" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:39.978784" elapsed="0.000281"/>
</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-08-16T00:59:39.979231" elapsed="0.000559"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-16T00:59:39.980279" level="INFO">Logging into '10.30.171.237:8101' as 'karaf'.</msg>
<msg time="2026-08-16T00:59:40.775996" 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-08-16T00:59:39.979963" elapsed="0.796248"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-16T00:59:40.826799" 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-08-16T00:59:40.776503" elapsed="0.050363"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-16T00:59:40.828792" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-16T00:59:40.828904" 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-08-16T00:59:40.827033" elapsed="0.001902"/>
</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-08-16T00:59:40.829107" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T00:59:40.829472" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T00:59:40.830194" 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-08-16T00:59:40.829840" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T00:59:40.830305" elapsed="0.000051"/>
</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.237
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-16T00:59:39.978432" elapsed="0.852043"/>
</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-08-16T00:59:39.974577" elapsed="0.855963"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T00:59:40.831089" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-08-16T00:59:40.830721" elapsed="0.000453"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T00:59:40.839338" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-08-16T00:59:40.831329" elapsed="0.008074"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-16T00:59:40.839975" 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-08-16T00:59:40.839579" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T00:59:40.840525" 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-08-16T00:59:40.840193" elapsed="0.000374"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-16T00:59:40.841081" 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-08-16T00:59:40.840712" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T00:59:40.841594" 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-08-16T00:59:40.841284" elapsed="0.000352"/>
</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-08-16T00:59:40.841930" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-16T00:59:40.841720" elapsed="0.000265"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T00:59:40.846296" 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-08-16T00:59:40.845873" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T00:59:40.847353" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T00:59:40.847438" 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-08-16T00:59:40.846872" elapsed="0.000591"/>
</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-08-16T00:59:40.847607" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T00:59:40.848951" level="INFO">Logging into '10.30.171.222:22' as 'jenkins'.</msg>
<msg time="2026-08-16T00:59:41.311857" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 16 00:58:58 UTC 2026

  System load:  0.1                Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.222
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-48317-812-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-08-16T00:59:40.848462" elapsed="0.463578"/>
</kw>
<msg time="2026-08-16T00:59:41.312158" 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-08-16T00:59:40.848118" elapsed="0.464142"/>
</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-08-16T00:59:40.846526" elapsed="0.465865"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.320867" 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-08-16T00:59:41.312620" elapsed="0.010190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T00:59:41.323286" 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-08-16T00:59:40.845360" elapsed="0.478668"/>
</kw>
<status status="PASS" start="2026-08-16T00:59:40.842055" elapsed="0.482090"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:40.841695" elapsed="0.482524"/>
</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-08-16T00:59:41.324561" elapsed="0.001094"/>
</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-08-16T00:59:41.333153" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-08-16T00:59:41.332950" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:41.332911" elapsed="0.000362"/>
</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-08-16T00:59:41.340958" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-16T00:59:41.340783" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:41.340754" elapsed="0.000303"/>
</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-08-16T00:59:41.341271" elapsed="0.000623"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.342485" level="INFO">Logging into '10.30.171.237:8101' as 'karaf'.</msg>
<msg time="2026-08-16T00:59:41.597821" 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-08-16T00:59:41.342119" elapsed="0.255966"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.704138" 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-08-16T00:59:41.598644" elapsed="0.105737"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.716741" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-16T00:59:41.717036" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-16T00:59:41.704822" elapsed="0.012261"/>
</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-08-16T00:59:41.717329" elapsed="0.000403"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T00:59:41.717942" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T00:59:41.718973" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T00:59:41.718484" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T00:59:41.719165" elapsed="0.000061"/>
</return>
<msg time="2026-08-16T00:59:41.719385" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.237
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-16T00:59:41.340242" elapsed="0.379176"/>
</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-08-16T00:59:41.719568" elapsed="0.000563"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T00:59:41.720190" elapsed="0.000036"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-16T00:59:41.332478" elapsed="0.387867"/>
</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-08-16T00:59:41.724263" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-16T00:59:41.724119" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:41.724074" elapsed="0.000262"/>
</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-08-16T00:59:41.724470" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.725357" level="INFO">Logging into '10.30.171.237:8101' as 'karaf'.</msg>
<msg time="2026-08-16T00:59:41.879113" 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-08-16T00:59:41.725073" elapsed="0.154221"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.904022" 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-08-16T00:59:41.879590" elapsed="0.024577"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.907493" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-16T00:59:41.907711" 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-08-16T00:59:41.904524" elapsed="0.003218"/>
</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-08-16T00:59:41.907984" elapsed="0.000442"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T00:59:41.908621" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T00:59:41.909832" 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-08-16T00:59:41.909258" elapsed="0.000650"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T00:59:41.909967" elapsed="0.000109"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.237
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-16T00:59:41.723760" elapsed="0.186552"/>
</kw>
<status status="PASS" start="2026-08-16T00:59:39.972750" elapsed="1.937629"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T00:59:41.914193" 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-08-16T00:59:41.912204" elapsed="0.002056"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T00:59:41.916575" 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-08-16T00:59:41.916003" elapsed="0.000617"/>
</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-08-16T00:59:41.917234" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-16T00:59:41.916758" elapsed="0.000537"/>
</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-08-16T00:59:41.921950" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-16T00:59:41.921587" elapsed="0.000421"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:41.921476" elapsed="0.000583"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.922674" 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-08-16T00:59:41.922898" 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-08-16T00:59:41.922282" elapsed="0.000644"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T00:59:41.923828" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.222" 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-08-16T00:59:41.923198" elapsed="0.000694"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.924962" 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-08-16T00:59:41.924238" elapsed="0.000793"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T00:59:41.926560" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T00:59:41.926790" 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-08-16T00:59:41.926024" elapsed="0.000793"/>
</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-08-16T00:59:41.927054" elapsed="0.000502"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T00:59:41.928854" level="INFO">Logging into '10.30.171.222:22' as 'jenkins'.</msg>
<msg time="2026-08-16T00:59:42.323014" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 16 00:58:58 UTC 2026

  System load:  0.1                Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.222
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Sun Aug 16 00:59:41 2026 from 10.30.170.34
[?2004h[jenkins@releng-48317-812-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-08-16T00:59:41.928300" elapsed="0.394957"/>
</kw>
<msg time="2026-08-16T00:59:42.323357" 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-08-16T00:59:41.927837" elapsed="0.395624"/>
</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-08-16T00:59:41.925353" elapsed="0.398246"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-16T00:59:42.324192" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-16T01:09:48.363137" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-16T01:09:48.364116" level="INFO">${stdout} = </msg>
<msg time="2026-08-16T01:09:48.364187" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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-08-16T00:59:42.323840" elapsed="606.040413"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T01:09:48.364568" elapsed="0.000503"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.365817" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:47.474 16  switches: flows:  111368 110237 110760 110254 105109 109950 109703 108964 105482 104115 107196 104084 105799 108216 103244 106187  total = 28.677800 per ms 
01:01:47.574 16  switches: flows:  107211 108680 105653 105973 104155 103544 103474 105135 102622 101523 102494 100611 102764 102400 100777 102964  total = 27.620201 per ms 
01:02:47.674 16  switches: flows:  117535 118778 116861 118211 113580 116905 115289 113982 114134 113185 114723 112478 112358 114289 110822 114980  total = 30.584099 per ms 
01:03:47.776 16  switches: flows:  123137 123746 124684 123989 121374 123452 123455 123032 120341 118685 121780 121476 120157 119148 116421 121065  total = 32.377952 per ms 
01:04:47.877 16  switches: flows:  115055 112981 115655 115598 108239 112519 114591 113080 110734 107804 112370 110015 111276 111063 106531 111330  total = 29.764337 per ms 
01:05:47.978 16  switches: flows:  116236 117178 117146 117702 113626 117880 118517 117328 114452 110756 115057 114450 115263 114528 111249 112706  total = 30.683278 per ms 
01:06:48.079 16  switches: flows:  117523 115850 113892 119025 111757 115365 118302 117344 114754 112526 114172 111554 116663 112838 108864 113190  total = 30.509379 per ms 
01:07:48.180 16  switches: flows:  111898 111759 111930 113599 108555 110835 112553 110442 108636 107263 109047 108222 107920 107821 104831 108989  total = 29.189556 per ms 
01:08:48.281 16  switches: flows:  115081 114104 115885 113803 111560 111295 113679 114797 110331 109162 109238 107407 110950 109814 106549 109045  total = 29.662040 per ms 
01:09:48.382 16  switches: flows:  121918 122922 120629 119321 119135 120242 119809 120083 116200 116886 117139 118631 116545 117263 114155 118098  total = 31.596766 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27620.20/32377.95/30220.85/10157.77 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:09:48.365331" elapsed="0.000690"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-16T01:09:48.366377" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-08-16T01:09:48.366175" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-08-16T01:09:48.366125" elapsed="0.000401"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-16T01:09:48.366723" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-16T01:09:48.366660" elapsed="0.000124"/>
</branch>
<status status="NOT RUN" start="2026-08-16T01:09:48.366589" elapsed="0.000227"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-16T01:09:48.366865" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-16T01:09:48.370310" elapsed="0.000450"/>
</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-08-16T01:09:48.370955" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T01:09:48.371377" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-16T01:09:48.367332" elapsed="0.004253"/>
</kw>
<msg time="2026-08-16T01:09:48.371754" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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-08-16T00:59:41.917912" elapsed="606.453877"/>
</kw>
<status status="PASS" start="2026-08-16T00:59:41.917365" elapsed="606.454490"/>
</branch>
<status status="PASS" start="2026-08-16T00:59:41.916734" elapsed="606.455154"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.372553" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:47.474 16  switches: flows:  111368 110237 110760 110254 105109 109950 109703 108964 105482 104115 107196 104084 105799 108216 103244 106187  total = 28.677800 per ms 
01:01:47.574 16  switches: flows:  107211 108680 105653 105973 104155 103544 103474 105135 102622 101523 102494 100611 102764 102400 100777 102964  total = 27.620201 per ms 
01:02:47.674 16  switches: flows:  117535 118778 116861 118211 113580 116905 115289 113982 114134 113185 114723 112478 112358 114289 110822 114980  total = 30.584099 per ms 
01:03:47.776 16  switches: flows:  123137 123746 124684 123989 121374 123452 123455 123032 120341 118685 121780 121476 120157 119148 116421 121065  total = 32.377952 per ms 
01:04:47.877 16  switches: flows:  115055 112981 115655 115598 108239 112519 114591 113080 110734 107804 112370 110015 111276 111063 106531 111330  total = 29.764337 per ms 
01:05:47.978 16  switches: flows:  116236 117178 117146 117702 113626 117880 118517 117328 114452 110756 115057 114450 115263 114528 111249 112706  total = 30.683278 per ms 
01:06:48.079 16  switches: flows:  117523 115850 113892 119025 111757 115365 118302 117344 114754 112526 114172 111554 116663 112838 108864 113190  total = 30.509379 per ms 
01:07:48.180 16  switches: flows:  111898 111759 111930 113599 108555 110835 112553 110442 108636 107263 109047 108222 107920 107821 104831 108989  total = 29.189556 per ms 
01:08:48.281 16  switches: flows:  115081 114104 115885 113803 111560 111295 113679 114797 110331 109162 109238 107407 110950 109814 106549 109045  total = 29.662040 per ms 
01:09:48.382 16  switches: flows:  121918 122922 120629 119321 119135 120242 119809 120083 116200 116886 117139 118631 116545 117263 114155 118098  total = 31.596766 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27620.20/32377.95/30220.85/10157.77 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:09:48.372105" elapsed="0.000551"/>
</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-08-16T01:09:48.372873" elapsed="0.000520"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-16T01:09:48.373937" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-16T01:09:48.374064" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27620.20/32377.95/30220.85/10157.77 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-08-16T01:09:48.373612" elapsed="0.000506"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:09:48.374678" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27620.20/32377.95/30220.85/10157.77 | 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-08-16T01:09:48.374328" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.377891" 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-08-16T01:09:48.374906" elapsed="0.003064"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.381183" level="INFO">27620.20/32377.95/30220.85/10157.77</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:09:48.378192" elapsed="0.003070"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:09:48.384391" 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-08-16T01:09:48.381464" elapsed="0.002962"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:09:48.387577" level="INFO">@{result_value_list} = [ 27620.20 | 32377.95 | 30220.85 | 10157.77 ]</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-08-16T01:09:48.384696" elapsed="0.002918"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.388304" level="INFO">Length is 4.</msg>
<msg time="2026-08-16T01:09:48.388417" 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-08-16T01:09:48.387822" elapsed="0.000626"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.394696" level="INFO">min :: 27620.20</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-08-16T01:09:48.388963" elapsed="0.005809"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-16T01:09:48.388789" elapsed="0.006029"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.400860" level="INFO">max :: 32377.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:09:48.395131" elapsed="0.005804"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-16T01:09:48.394939" elapsed="0.006046"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.407305" level="INFO">avg :: 30220.85</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-08-16T01:09:48.401303" elapsed="0.006082"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-16T01:09:48.401124" elapsed="0.006307"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.413823" level="INFO">stdev :: 10157.77</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-08-16T01:09:48.407725" elapsed="0.006177"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-16T01:09:48.407549" elapsed="0.006399"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-16T01:09:48.388540" elapsed="0.025453"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.419257" level="INFO">${min} = 27620.20</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-08-16T01:09:48.414244" elapsed="0.005051"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.425997" level="INFO">${max} = 32377.95</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-16T01:09:48.419504" elapsed="0.006530"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.431312" level="INFO">${average} = 30220.85</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-08-16T01:09:48.426268" elapsed="0.005081"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.436625" level="INFO">${stdev} = 10157.77</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-08-16T01:09:48.431584" elapsed="0.005076"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.437393" level="INFO">${date} = 2026-08-16 01:09:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-16T01:09:48.436875" elapsed="0.000553"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.438195" level="INFO">CBench Result: 2026-08-16 01:09:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27620.20,32377.95,30220.85,10157.77</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-08-16T01:09:48.437628" elapsed="0.000647"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T01:09:48.439681" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-08-16T01:09:48.439113" elapsed="0.000658"/>
</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-08-16T01:09:48.439979" elapsed="0.000657"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-16T01:09:48.438477" elapsed="0.002248"/>
</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-08-16T00:59:41.915005" elapsed="606.525803"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.441460" 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-08-16T01:09:48.441013" elapsed="0.000525"/>
</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-08-16T01:09:48.442256" elapsed="0.000502"/>
</kw>
<status status="PASS" start="2026-08-16T01:09:48.441831" elapsed="0.001027"/>
</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-08-16T00:59:41.910721" elapsed="606.532190"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.444656" 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-08-16T01:09:48.444154" elapsed="0.000580"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.446440" 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-08-16T01:09:48.445964" elapsed="0.000534"/>
</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-08-16T01:09:48.446955" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-16T01:09:48.446664" elapsed="0.000373"/>
</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-08-16T01:09:48.450959" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-16T01:09:48.450627" elapsed="0.000407"/>
</branch>
<status status="PASS" start="2026-08-16T01:09:48.450601" elapsed="0.000465"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-16T01:09:48.451564" 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-08-16T01:09:48.451726" 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-08-16T01:09:48.451279" elapsed="0.000485"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.452530" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.237 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.222" 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-08-16T01:09:48.451952" elapsed="0.000656"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T01:09:48.453332" 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-08-16T01:09:48.452796" elapsed="0.000573"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T01:09:48.454557" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T01:09:48.454672" 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-08-16T01:09:48.454158" elapsed="0.000547"/>
</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-08-16T01:09:48.454889" elapsed="0.000471"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T01:09:48.456659" level="INFO">Logging into '10.30.171.222:22' as 'jenkins'.</msg>
<msg time="2026-08-16T01:09:49.026059" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 16 01:09:48 UTC 2026

  System load:  1.07               Processes:             103
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.222
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Sun Aug 16 00:59:42 2026 from 10.30.170.34
[?2004h[jenkins@releng-48317-812-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-08-16T01:09:48.456017" elapsed="0.570265"/>
</kw>
<msg time="2026-08-16T01:09:49.026375" 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-08-16T01:09:48.455564" elapsed="0.570905"/>
</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-08-16T01:09:48.453639" elapsed="0.572950"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-16T01:09:49.027156" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.237 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-16T01:20:03.595292" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-16T01:20:03.595817" level="INFO">${stdout} = </msg>
<msg time="2026-08-16T01:20:03.595923" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237: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-08-16T01:09:49.026815" elapsed="614.569164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T01:20:03.596464" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.598386" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237: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.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:54.175 16  switches: flows:  577208 582513 565765 570795 577858 588210 573991 586500 579969 571612 564212 571919 580951 562269 575101 568104  total = 153.282950 per ms 
01:11:54.281 16  switches: flows:  600559 596130 591374 591330 587596 590306 580087 581321 598077 593129 595034 592215 603804 596062 592999 596321  total = 157.827444 per ms 
01:12:54.382 16  switches: flows:  615671 595115 597970 606212 601387 588564 595261 597863 601535 602966 605711 599315 621318 616038 608540 605214  total = 160.707521 per ms 
01:13:54.488 16  switches: flows:  570020 585519 558027 552632 562088 509828 558698 525806 572714 569665 564557 581854 571704 565767 542585 584176  total = 149.332124 per ms 
01:14:54.590 16  switches: flows:  642128 653342 645189 630822 632923 628630 644609 645079 637521 626291 643835 628133 632688 640930 631221 634340  total = 169.675848 per ms 
01:15:54.692 16  switches: flows:  552732 544350 557329 549637 547235 542738 540198 533961 545306 545993 537975 536390 541423 541087 541381 553383  total = 144.938889 per ms 
01:17:03.308 16  switches: flows:  579967 567349 598295 567768 577890 578385 574018 563916 587748 590712 573632 598921 594931 582462 597232 581196  total = 135.747788 per ms 
01:18:03.409 16  switches: flows:  577025 628012 608014 607333 622308 596910 616310 626827 611785 589924 604142 606687 610978 608390 602557 600604  total = 161.691990 per ms 
01:19:03.511 16  switches: flows:  572203 564494 576682 563918 565925 581726 580711 570156 568185 563709 562721 562472 581757 559158 566175 576983  total = 151.694163 per ms 
01:20:03.613 16  switches: flows:  573836 582891 576587 558278 549545 564981 576515 575759 557769 558179 545843 576271 543055 573291 558265 554689  total = 150.176246 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135747.79/169675.85/153532.45/52059.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:20:03.597576" elapsed="0.001122"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-16T01:20:03.599298" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-08-16T01:20:03.598887" elapsed="0.000574"/>
</branch>
<status status="PASS" start="2026-08-16T01:20:03.598831" elapsed="0.000668"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-16T01:20:03.599628" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-16T01:20:03.599577" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-08-16T01:20:03.599555" elapsed="0.000159"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-16T01:20:03.599756" 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-08-16T01:20:03.603412" elapsed="0.000454"/>
</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-08-16T01:20:03.604068" elapsed="0.000316"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T01:20:03.604608" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-16T01:20:03.600240" elapsed="0.004619"/>
</kw>
<msg time="2026-08-16T01:20:03.605057" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237: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-08-16T01:09:48.447551" elapsed="615.157566"/>
</kw>
<status status="PASS" start="2026-08-16T01:09:48.447075" elapsed="615.158114"/>
</branch>
<status status="PASS" start="2026-08-16T01:09:48.446633" elapsed="615.158588"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.605838" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237: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.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:54.175 16  switches: flows:  577208 582513 565765 570795 577858 588210 573991 586500 579969 571612 564212 571919 580951 562269 575101 568104  total = 153.282950 per ms 
01:11:54.281 16  switches: flows:  600559 596130 591374 591330 587596 590306 580087 581321 598077 593129 595034 592215 603804 596062 592999 596321  total = 157.827444 per ms 
01:12:54.382 16  switches: flows:  615671 595115 597970 606212 601387 588564 595261 597863 601535 602966 605711 599315 621318 616038 608540 605214  total = 160.707521 per ms 
01:13:54.488 16  switches: flows:  570020 585519 558027 552632 562088 509828 558698 525806 572714 569665 564557 581854 571704 565767 542585 584176  total = 149.332124 per ms 
01:14:54.590 16  switches: flows:  642128 653342 645189 630822 632923 628630 644609 645079 637521 626291 643835 628133 632688 640930 631221 634340  total = 169.675848 per ms 
01:15:54.692 16  switches: flows:  552732 544350 557329 549637 547235 542738 540198 533961 545306 545993 537975 536390 541423 541087 541381 553383  total = 144.938889 per ms 
01:17:03.308 16  switches: flows:  579967 567349 598295 567768 577890 578385 574018 563916 587748 590712 573632 598921 594931 582462 597232 581196  total = 135.747788 per ms 
01:18:03.409 16  switches: flows:  577025 628012 608014 607333 622308 596910 616310 626827 611785 589924 604142 606687 610978 608390 602557 600604  total = 161.691990 per ms 
01:19:03.511 16  switches: flows:  572203 564494 576682 563918 565925 581726 580711 570156 568185 563709 562721 562472 581757 559158 566175 576983  total = 151.694163 per ms 
01:20:03.613 16  switches: flows:  573836 582891 576587 558278 549545 564981 576515 575759 557769 558179 545843 576271 543055 573291 558265 554689  total = 150.176246 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135747.79/169675.85/153532.45/52059.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:20:03.605418" elapsed="0.000523"/>
</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-08-16T01:20:03.606178" elapsed="0.000538"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-16T01:20:03.607294" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-16T01:20:03.607421" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135747.79/169675.85/153532.45/52059.54 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-08-16T01:20:03.606940" elapsed="0.000518"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:20:03.608030" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135747.79/169675.85/153532.45/52059.54 | 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-08-16T01:20:03.607676" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.611440" 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-08-16T01:20:03.608291" elapsed="0.003230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.613876" level="INFO">135747.79/169675.85/153532.45/52059.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:20:03.611678" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:20:03.616315" 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-08-16T01:20:03.614079" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:20:03.618728" level="INFO">@{result_value_list} = [ 135747.79 | 169675.85 | 153532.45 | 52059.54 ]</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-08-16T01:20:03.616531" elapsed="0.002224"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.619245" level="INFO">Length is 4.</msg>
<msg time="2026-08-16T01:20:03.619348" 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-08-16T01:20:03.618909" elapsed="0.000464"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.624267" level="INFO">min :: 135747.79</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-08-16T01:20:03.619752" elapsed="0.004573"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-16T01:20:03.619623" elapsed="0.004737"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.628863" level="INFO">max :: 169675.85</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-08-16T01:20:03.624577" elapsed="0.004343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-16T01:20:03.624450" elapsed="0.004504"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.633516" level="INFO">avg :: 153532.45</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-08-16T01:20:03.629183" elapsed="0.004390"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-16T01:20:03.629042" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.638234" level="INFO">stdev :: 52059.54</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-08-16T01:20:03.633843" elapsed="0.004447"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-16T01:20:03.633714" elapsed="0.004610"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-16T01:20:03.619438" elapsed="0.018917"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.642421" level="INFO">${min} = 135747.79</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-08-16T01:20:03.638513" elapsed="0.003935"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.646365" level="INFO">${max} = 169675.85</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-08-16T01:20:03.642602" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.650318" level="INFO">${average} = 153532.45</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-08-16T01:20:03.646545" elapsed="0.003800"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.654255" level="INFO">${stdev} = 52059.54</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-08-16T01:20:03.650496" elapsed="0.003787"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.654797" level="INFO">${date} = 2026-08-16 01:20:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-16T01:20:03.654447" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.655411" level="INFO">CBench Result: 2026-08-16 01:20:03,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135747.79,169675.85,153532.45,52059.54</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-08-16T01:20:03.654969" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T01:20:03.656509" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-16T01:20:03.656089" elapsed="0.000486"/>
</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-08-16T01:20:03.656725" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-16T01:20:03.655614" elapsed="0.001649"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-16T01:09:48.445196" elapsed="615.212127"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.657793" 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-08-16T01:20:03.657475" elapsed="0.000374"/>
</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-08-16T01:20:03.658388" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-08-16T01:20:03.658071" elapsed="0.000648"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-16T01:09:48.443332" elapsed="615.215425"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.659976" 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-08-16T01:20:03.659598" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.661307" 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-08-16T01:20:03.660922" elapsed="0.000428"/>
</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-08-16T01:20:03.661684" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-16T01:20:03.661463" elapsed="0.000278"/>
</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-08-16T01:20:03.664780" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-16T01:20:03.664531" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-16T01:20:03.664512" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-16T01:20:03.665189" 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-08-16T01:20:03.665307" 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-08-16T01:20:03.664988" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.665882" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.222" 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-08-16T01:20:03.665471" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T01:20:03.666487" 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-08-16T01:20:03.666076" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T01:20:03.667431" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T01:20:03.667519" 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-08-16T01:20:03.667077" elapsed="0.000466"/>
</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-08-16T01:20:03.667683" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T01:20:03.668858" level="INFO">Logging into '10.30.171.222:22' as 'jenkins'.</msg>
<msg time="2026-08-16T01:20:04.238352" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 16 01:20:03 UTC 2026

  System load:  0.41               Processes:             106
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.222
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Sun Aug 16 01:09:48 2026 from 10.30.170.34
[?2004h[jenkins@releng-48317-812-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-08-16T01:20:03.668508" elapsed="0.570039"/>
</kw>
<msg time="2026-08-16T01:20:04.238637" 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-08-16T01:20:03.668164" elapsed="0.570571"/>
</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-08-16T01:20:03.666711" elapsed="0.572141"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-16T01:20:04.239394" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-16T01:30:10.261960" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-16T01:30:10.262549" level="INFO">${stdout} = </msg>
<msg time="2026-08-16T01:30:10.262664" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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-08-16T01:20:04.239071" elapsed="606.023652"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T01:30:10.263285" elapsed="0.000873"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.265342" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:09.383 16  switches: flows:  87712 88283 87097 88784 86343 91052 85826 85993 85991 88088 95825 84632 85118 85930 97851 84726  total = 23.487517 per ms 
01:22:09.484 16  switches: flows:  112154 110178 109249 111918 107133 109542 109655 108242 107933 108571 109907 108649 108428 106263 108255 107731  total = 29.014986 per ms 
01:23:09.584 16  switches: flows:  92140 95400 95108 96066 94077 94986 94681 92474 92481 94715 94614 94282 93470 94629 91979 90838  total = 24.990604 per ms 
01:24:09.684 16  switches: flows:  107609 104474 109341 107010 106815 106400 104932 107198 105272 108121 106069 105078 105152 105213 103588 101845  total = 28.188209 per ms 
01:25:09.784 16  switches: flows:  113087 116972 114082 116000 114534 113058 114375 112670 111433 112175 111377 108318 113260 109120 112618 110525  total = 30.009946 per ms 
01:26:09.885 16  switches: flows:  118889 119721 119505 123006 118044 118197 117607 116607 117974 114524 118835 115082 119425 114658 119186 116533  total = 31.410777 per ms 
01:27:09.985 16  switches: flows:  120107 121398 119848 123085 118322 121754 116363 115899 118237 115124 121600 115985 118330 116867 119112 117700  total = 31.609409 per ms 
01:28:10.085 16  switches: flows:  112558 112101 112760 110948 110599 113062 110870 109730 109211 110180 111879 108702 110872 110414 109891 109693  total = 29.508541 per ms 
01:29:10.186 16  switches: flows:  116748 117893 117620 116898 115791 115437 115123 114308 111423 115550 115098 114068 116403 116019 114445 112944  total = 30.711337 per ms 
01:30:10.286 16  switches: flows:  109358 108512 108990 108253 107857 107378 106071 105999 104761 108220 105824 105009 106593 106438 105429 106346  total = 28.469762 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24990.60/31609.41/29323.73/9959.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:30:10.264538" elapsed="0.001109"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-16T01:30:10.266182" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-08-16T01:30:10.265834" elapsed="0.000509"/>
</branch>
<status status="PASS" start="2026-08-16T01:30:10.265782" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-16T01:30:10.266614" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-16T01:30:10.266531" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-16T01:30:10.266495" elapsed="0.000277"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-16T01:30:10.266845" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-16T01:30:10.272959" elapsed="0.000785"/>
</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-08-16T01:30:10.274071" elapsed="0.000395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T01:30:10.274762" elapsed="0.000219"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-16T01:30:10.267633" elapsed="0.007474"/>
</kw>
<msg time="2026-08-16T01:30:10.275496" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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-08-16T01:20:03.662080" elapsed="606.613481"/>
</kw>
<status status="PASS" start="2026-08-16T01:20:03.661767" elapsed="606.613909"/>
</branch>
<status status="PASS" start="2026-08-16T01:20:03.661442" elapsed="606.614285"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.276441" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237: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.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:09.383 16  switches: flows:  87712 88283 87097 88784 86343 91052 85826 85993 85991 88088 95825 84632 85118 85930 97851 84726  total = 23.487517 per ms 
01:22:09.484 16  switches: flows:  112154 110178 109249 111918 107133 109542 109655 108242 107933 108571 109907 108649 108428 106263 108255 107731  total = 29.014986 per ms 
01:23:09.584 16  switches: flows:  92140 95400 95108 96066 94077 94986 94681 92474 92481 94715 94614 94282 93470 94629 91979 90838  total = 24.990604 per ms 
01:24:09.684 16  switches: flows:  107609 104474 109341 107010 106815 106400 104932 107198 105272 108121 106069 105078 105152 105213 103588 101845  total = 28.188209 per ms 
01:25:09.784 16  switches: flows:  113087 116972 114082 116000 114534 113058 114375 112670 111433 112175 111377 108318 113260 109120 112618 110525  total = 30.009946 per ms 
01:26:09.885 16  switches: flows:  118889 119721 119505 123006 118044 118197 117607 116607 117974 114524 118835 115082 119425 114658 119186 116533  total = 31.410777 per ms 
01:27:09.985 16  switches: flows:  120107 121398 119848 123085 118322 121754 116363 115899 118237 115124 121600 115985 118330 116867 119112 117700  total = 31.609409 per ms 
01:28:10.085 16  switches: flows:  112558 112101 112760 110948 110599 113062 110870 109730 109211 110180 111879 108702 110872 110414 109891 109693  total = 29.508541 per ms 
01:29:10.186 16  switches: flows:  116748 117893 117620 116898 115791 115437 115123 114308 111423 115550 115098 114068 116403 116019 114445 112944  total = 30.711337 per ms 
01:30:10.286 16  switches: flows:  109358 108512 108990 108253 107857 107378 106071 105999 104761 108220 105824 105009 106593 106438 105429 106346  total = 28.469762 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24990.60/31609.41/29323.73/9959.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:30:10.276015" elapsed="0.000529"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-16T01:30:10.276758" elapsed="0.000533"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-16T01:30:10.277822" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-16T01:30:10.277946" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24990.60/31609.41/29323.73/9959.82 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-08-16T01:30:10.277513" elapsed="0.000467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:30:10.278565" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24990.60/31609.41/29323.73/9959.82 | 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-08-16T01:30:10.278215" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.281428" 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-08-16T01:30:10.278803" elapsed="0.002681"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.283974" level="INFO">24990.60/31609.41/29323.73/9959.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:30:10.281632" elapsed="0.002408"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:30:10.286596" 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-08-16T01:30:10.284248" elapsed="0.002377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T01:30:10.289324" level="INFO">@{result_value_list} = [ 24990.60 | 31609.41 | 29323.73 | 9959.82 ]</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-08-16T01:30:10.286849" elapsed="0.002504"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.289826" level="INFO">Length is 4.</msg>
<msg time="2026-08-16T01:30:10.289918" 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-08-16T01:30:10.289512" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.294696" level="INFO">min :: 24990.60</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-08-16T01:30:10.290355" elapsed="0.004397"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-16T01:30:10.290223" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.299535" level="INFO">max :: 31609.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-08-16T01:30:10.295005" elapsed="0.004587"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-16T01:30:10.294873" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.304421" level="INFO">avg :: 29323.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:30:10.299837" elapsed="0.004640"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-16T01:30:10.299710" elapsed="0.004802"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.309040" level="INFO">stdev :: 9959.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T01:30:10.304721" elapsed="0.004385"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-16T01:30:10.304595" elapsed="0.004559"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-16T01:30:10.290011" elapsed="0.019173"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.313029" level="INFO">${min} = 24990.60</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-08-16T01:30:10.309343" elapsed="0.003713"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.316943" level="INFO">${max} = 31609.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-08-16T01:30:10.313228" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.320864" level="INFO">${average} = 29323.73</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-08-16T01:30:10.317140" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.324797" level="INFO">${stdev} = 9959.82</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-08-16T01:30:10.321044" elapsed="0.003779"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.325340" level="INFO">${date} = 2026-08-16 01:30:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-16T01:30:10.324980" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.325910" level="INFO">CBench Result: 2026-08-16 01:30:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24990.60,31609.41,29323.73,9959.82</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-08-16T01:30:10.325508" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T01:30:10.327038" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-08-16T01:30:10.326592" elapsed="0.000517"/>
</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-08-16T01:30:10.327272" elapsed="0.000450"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-16T01:30:10.326112" elapsed="0.001672"/>
</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-08-16T01:20:03.660365" elapsed="606.667477"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.328315" 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-08-16T01:30:10.327989" elapsed="0.000382"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-16T01:30:10.329613" 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-08-16T01:30:10.329133" elapsed="0.000507"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-16T01:30:10.329860" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-08-16T01:30:10.329715" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-08-16T01:30:10.329695" elapsed="0.000250"/>
</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-08-16T01:30:10.330085" elapsed="0.000025"/>
</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-08-16T01:30:10.330259" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-16T01:30:10.330416" 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-08-16T01:30:10.330606" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-16T01:30:10.330756" 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-08-16T01:30:10.330899" 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-08-16T01:30:10.331046" 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-08-16T01:30:10.331284" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-16T01:30:10.331144" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-08-16T01:30:10.331114" elapsed="0.000250"/>
</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-08-16T01:30:10.328784" elapsed="0.002629"/>
</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-08-16T01:20:03.659044" elapsed="606.672414"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-16T00:59:39.345723" elapsed="1830.986478"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
