<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-27T02:55:02.181738" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-07-27T02:55:02.759113" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-27T02:55:02.758956" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:02.758927" elapsed="0.000290"/>
</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-07-27T02:55:02.759366" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-27T02:55:02.760347" level="INFO">Logging into '10.30.170.126:8101' as 'karaf'.</msg>
<msg time="2026-07-27T02:55:03.612519" 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-07-27T02:55:02.760055" elapsed="0.852703"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-27T02:55:03.661279" 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-07-27T02:55:03.613082" elapsed="0.048344"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-27T02:55:03.663592" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-27T02:55:03.663712" 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-07-27T02:55:03.661748" elapsed="0.001994"/>
</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-07-27T02:55:03.664403" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T02:55:03.664834" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T02:55:03.665639" 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-07-27T02:55:03.665271" elapsed="0.000425"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-27T02:55:03.665751" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.126
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-27T02:55:02.758574" elapsed="0.907361"/>
</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-07-27T02:55:02.754899" elapsed="0.911102"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-27T02:55:03.666594" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-07-27T02:55:03.666187" elapsed="0.000468"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-27T02:55:03.667062" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-07-27T02:55:03.666811" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-27T02:55:03.667760" 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-07-27T02:55:03.667292" elapsed="0.000498"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-27T02:55:03.668314" 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-07-27T02:55:03.667961" elapsed="0.000401"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-27T02:55:03.668935" 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-07-27T02:55:03.668527" elapsed="0.000435"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-27T02:55:03.669491" 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-07-27T02:55:03.669166" elapsed="0.000369"/>
</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-07-27T02:55:03.669870" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-27T02:55:03.669647" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-27T02:55:03.674621" 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-07-27T02:55:03.674169" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T02:55:03.675698" level="INFO">Length is 0.</msg>
<msg time="2026-07-27T02:55:03.675785" 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-07-27T02:55:03.675205" elapsed="0.000604"/>
</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-07-27T02:55:03.675955" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-27T02:55:03.677415" level="INFO">Logging into '10.30.170.118:22' as 'jenkins'.</msg>
<msg time="2026-07-27T02:55:04.396394" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jul 27 02:55:03 UTC 2026

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

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-38-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-07-27T02:55:03.676850" elapsed="0.719881"/>
</kw>
<msg time="2026-07-27T02:55:04.396907" 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-07-27T02:55:03.676462" elapsed="0.720622"/>
</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-07-27T02:55:03.674861" elapsed="0.722455"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.408320" 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-07-27T02:55:04.397732" elapsed="0.012174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T02:55:04.410211" elapsed="0.000474"/>
</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-07-27T02:55:03.673631" elapsed="0.737157"/>
</kw>
<status status="PASS" start="2026-07-27T02:55:03.670200" elapsed="0.740651"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:03.669618" elapsed="0.741287"/>
</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-07-27T02:55:04.411141" elapsed="0.000737"/>
</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-07-27T02:55:04.417845" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-27T02:55:04.417674" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:04.417643" elapsed="0.000319"/>
</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-07-27T02:55:04.423287" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-27T02:55:04.423114" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:04.423083" elapsed="0.000314"/>
</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-07-27T02:55:04.423558" elapsed="0.000692"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.424796" level="INFO">Logging into '10.30.170.126:8101' as 'karaf'.</msg>
<msg time="2026-07-27T02:55:04.630623" 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-07-27T02:55:04.424484" elapsed="0.206336"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.733805" 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-07-27T02:55:04.631095" elapsed="0.102881"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.748209" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-27T02:55:04.748441" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-27T02:55:04.734250" elapsed="0.014224"/>
</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-07-27T02:55:04.748642" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T02:55:04.749075" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T02:55:04.749801" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T02:55:04.749457" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-27T02:55:04.749910" elapsed="0.000055"/>
</return>
<msg time="2026-07-27T02:55:04.750125" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.126
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-27T02:55:04.422544" elapsed="0.327614"/>
</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-07-27T02:55:04.750305" elapsed="0.000549"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-27T02:55:04.750930" elapsed="0.000035"/>
</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-07-27T02:55:04.417273" elapsed="0.333794"/>
</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-07-27T02:55:04.755030" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-27T02:55:04.754892" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:04.754867" elapsed="0.000235"/>
</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-07-27T02:55:04.755234" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.756494" level="INFO">Logging into '10.30.170.126:8101' as 'karaf'.</msg>
<msg time="2026-07-27T02:55:04.928871" 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-07-27T02:55:04.755952" elapsed="0.173069"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.950878" 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-07-27T02:55:04.929264" elapsed="0.021678"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.953859" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-27T02:55:04.954091" 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-07-27T02:55:04.951109" elapsed="0.003047"/>
</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-07-27T02:55:04.954466" elapsed="0.000427"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T02:55:04.955220" elapsed="0.000479"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T02:55:04.956435" 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-07-27T02:55:04.956026" elapsed="0.000461"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-27T02:55:04.956542" elapsed="0.000074"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.126
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-27T02:55:04.754544" elapsed="0.202197"/>
</kw>
<status status="PASS" start="2026-07-27T02:55:02.752879" elapsed="2.203926"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T02:55:04.959682" 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-07-27T02:55:04.958277" elapsed="0.001488"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-27T02:55:04.961224" 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-07-27T02:55:04.960869" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-27T02:55:04.961806" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-27T02:55:04.961352" elapsed="0.000516"/>
</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-07-27T02:55:04.964853" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-27T02:55:04.964596" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:04.964576" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.965275" 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-07-27T02:55:04.965402" 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-07-27T02:55:04.965071" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T02:55:04.966034" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.118" 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-07-27T02:55:04.965585" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.966722" 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-07-27T02:55:04.966241" elapsed="0.000508"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T02:55:04.967758" level="INFO">Length is 0.</msg>
<msg time="2026-07-27T02:55:04.967854" 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-07-27T02:55:04.967358" elapsed="0.000521"/>
</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-07-27T02:55:04.968023" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-27T02:55:04.969425" level="INFO">Logging into '10.30.170.118:22' as 'jenkins'.</msg>
<msg time="2026-07-27T02:55:05.303181" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jul 27 02:55:03 UTC 2026

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

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jul 27 02:55:04 2026 from 10.30.170.173
[?2004h[jenkins@releng-00446-38-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-07-27T02:55:04.969065" elapsed="0.334318"/>
</kw>
<msg time="2026-07-27T02:55:05.303465" 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-07-27T02:55:04.968524" elapsed="0.335113"/>
</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-07-27T02:55:04.966966" elapsed="0.336796"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-27T02:55:05.304374" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-27T03:05:11.404731" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-27T03:05:11.405330" level="INFO">${stdout} = </msg>
<msg time="2026-07-27T03:05:11.405441" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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-07-27T02:55:05.303984" elapsed="606.101517"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T03:05:11.406028" elapsed="0.000876"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.408197" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:10.491 16  switches: flows:  106230 103076 103479 106557 103258 103901 104178 104215 103986 105534 104459 104439 101225 104294 100304 104404  total = 27.725650 per ms 
02:57:10.593 16  switches: flows:  104237 101546 104112 107080 106237 104686 106564 101613 102233 104049 105120 102703 102225 105226 101596 104380  total = 27.680575 per ms 
02:58:10.694 16  switches: flows:  105252 104404 107327 107602 106206 103659 107984 106260 104730 106199 105171 104524 104999 102452 103429 105529  total = 28.048382 per ms 
02:59:10.795 16  switches: flows:  106477 106256 108199 107506 104651 107524 106650 108096 103862 107606 105322 107474 104643 103918 103114 104170  total = 28.210713 per ms 
03:00:10.896 16  switches: flows:  109537 108499 110968 109683 106788 109823 107062 110231 105173 109516 108040 109859 108077 105092 106015 105118  total = 28.776652 per ms 
03:01:10.997 16  switches: flows:  117717 116481 117715 116017 114027 117050 115067 115841 114239 116770 114120 117458 114146 113040 114934 113365  total = 30.748410 per ms 
03:02:11.098 16  switches: flows:  116317 117599 117077 115404 114706 118884 115112 117378 111833 115155 114647 116251 113832 113431 115149 112846  total = 30.709099 per ms 
03:03:11.198 16  switches: flows:  118633 119892 121670 119323 116358 120663 118289 120421 116822 117994 117547 121083 118109 115809 118983 116404  total = 31.580523 per ms 
03:04:11.300 16  switches: flows:  119681 120083 121007 116987 117072 120131 116272 119426 115654 116344 116545 120391 117842 114925 118973 113723  total = 31.365249 per ms 
03:05:11.401 16  switches: flows:  117920 116835 118063 116838 114185 116635 116252 118523 115519 115523 114967 116277 115446 113951 114228 113829  total = 30.864810 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27680.57/31580.52/29776.05/10034.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:05:11.407281" elapsed="0.001350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-27T03:05:11.409205" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-27T03:05:11.408874" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-07-27T03:05:11.408809" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-27T03:05:11.409685" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-27T03:05:11.409597" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-07-27T03:05:11.409531" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-27T03:05:11.409899" elapsed="0.000030"/>
</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-07-27T03:05:11.413793" elapsed="0.000341"/>
</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-07-27T03:05:11.414291" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T03:05:11.414622" elapsed="0.000113"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-27T03:05:11.410613" elapsed="0.004186"/>
</kw>
<msg time="2026-07-27T03:05:11.414937" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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-07-27T02:55:04.962231" elapsed="606.452734"/>
</kw>
<status status="PASS" start="2026-07-27T02:55:04.961897" elapsed="606.453118"/>
</branch>
<status status="PASS" start="2026-07-27T02:55:04.961328" elapsed="606.453711"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.415474" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:10.491 16  switches: flows:  106230 103076 103479 106557 103258 103901 104178 104215 103986 105534 104459 104439 101225 104294 100304 104404  total = 27.725650 per ms 
02:57:10.593 16  switches: flows:  104237 101546 104112 107080 106237 104686 106564 101613 102233 104049 105120 102703 102225 105226 101596 104380  total = 27.680575 per ms 
02:58:10.694 16  switches: flows:  105252 104404 107327 107602 106206 103659 107984 106260 104730 106199 105171 104524 104999 102452 103429 105529  total = 28.048382 per ms 
02:59:10.795 16  switches: flows:  106477 106256 108199 107506 104651 107524 106650 108096 103862 107606 105322 107474 104643 103918 103114 104170  total = 28.210713 per ms 
03:00:10.896 16  switches: flows:  109537 108499 110968 109683 106788 109823 107062 110231 105173 109516 108040 109859 108077 105092 106015 105118  total = 28.776652 per ms 
03:01:10.997 16  switches: flows:  117717 116481 117715 116017 114027 117050 115067 115841 114239 116770 114120 117458 114146 113040 114934 113365  total = 30.748410 per ms 
03:02:11.098 16  switches: flows:  116317 117599 117077 115404 114706 118884 115112 117378 111833 115155 114647 116251 113832 113431 115149 112846  total = 30.709099 per ms 
03:03:11.198 16  switches: flows:  118633 119892 121670 119323 116358 120663 118289 120421 116822 117994 117547 121083 118109 115809 118983 116404  total = 31.580523 per ms 
03:04:11.300 16  switches: flows:  119681 120083 121007 116987 117072 120131 116272 119426 115654 116344 116545 120391 117842 114925 118973 113723  total = 31.365249 per ms 
03:05:11.401 16  switches: flows:  117920 116835 118063 116838 114185 116635 116252 118523 115519 115523 114967 116277 115446 113951 114228 113829  total = 30.864810 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27680.57/31580.52/29776.05/10034.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:05:11.415180" elapsed="0.000368"/>
</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-07-27T03:05:11.415716" elapsed="0.000424"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-27T03:05:11.416535" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-27T03:05:11.416647" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27680.57/31580.52/29776.05/10034.50 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-07-27T03:05:11.416304" elapsed="0.000369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:05:11.417096" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27680.57/31580.52/29776.05/10034.50 | 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-07-27T03:05:11.416836" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.419494" 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-07-27T03:05:11.417270" elapsed="0.002281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.421968" level="INFO">27680.57/31580.52/29776.05/10034.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:05:11.419716" elapsed="0.002309"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:05:11.424404" 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-07-27T03:05:11.422177" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:05:11.426880" level="INFO">@{result_value_list} = [ 27680.57 | 31580.52 | 29776.05 | 10034.50 ]</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-07-27T03:05:11.424649" elapsed="0.002259"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.427373" level="INFO">Length is 4.</msg>
<msg time="2026-07-27T03:05:11.427468" 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-07-27T03:05:11.427064" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.432462" level="INFO">min :: 27680.57</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-07-27T03:05:11.428040" elapsed="0.004483"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-27T03:05:11.427866" elapsed="0.004698"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.437383" level="INFO">max :: 31580.52</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-07-27T03:05:11.432824" elapsed="0.004630"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-27T03:05:11.432678" elapsed="0.004814"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.442374" level="INFO">avg :: 29776.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:05:11.437767" elapsed="0.004665"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-27T03:05:11.437609" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.447927" level="INFO">stdev :: 10034.50</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-07-27T03:05:11.442714" elapsed="0.005272"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-27T03:05:11.442563" elapsed="0.005458"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-27T03:05:11.427579" elapsed="0.020476"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.452241" level="INFO">${min} = 27680.57</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-07-27T03:05:11.448216" elapsed="0.004064"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.457582" level="INFO">${max} = 31580.52</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-07-27T03:05:11.452475" elapsed="0.005136"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.461701" level="INFO">${average} = 29776.05</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-07-27T03:05:11.457770" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.467072" level="INFO">${stdev} = 10034.50</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-07-27T03:05:11.461933" elapsed="0.005176"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.467858" level="INFO">${date} = 2026-07-27 03:05:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-27T03:05:11.467337" elapsed="0.000557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.468672" level="INFO">CBench Result: 2026-07-27 03:05:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27680.57,31580.52,29776.05,10034.50</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-07-27T03:05:11.468135" elapsed="0.000611"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-27T03:05:11.470164" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-07-27T03:05:11.469615" elapsed="0.000639"/>
</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-07-27T03:05:11.470457" elapsed="0.000625"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-27T03:05:11.468963" elapsed="0.002201"/>
</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-07-27T02:55:04.960213" elapsed="606.511029"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.471872" 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-07-27T03:05:11.471439" elapsed="0.000559"/>
</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-07-27T03:05:11.472724" elapsed="0.000372"/>
</kw>
<status status="PASS" start="2026-07-27T03:05:11.472289" elapsed="0.000898"/>
</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-07-27T02:55:04.956959" elapsed="606.516274"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.475082" 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-07-27T03:05:11.474592" elapsed="0.000565"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.476657" 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-07-27T03:05:11.476274" elapsed="0.000429"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-27T03:05:11.477088" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-27T03:05:11.476855" elapsed="0.000293"/>
</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-07-27T03:05:11.480193" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-27T03:05:11.479862" elapsed="0.000390"/>
</branch>
<status status="PASS" start="2026-07-27T03:05:11.479842" elapsed="0.000434"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-27T03:05:11.480665" 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-07-27T03:05:11.480790" 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-07-27T03:05:11.480424" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.481382" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.126 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.118" 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-07-27T03:05:11.480955" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-27T03:05:11.482025" 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-07-27T03:05:11.481600" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T03:05:11.482975" level="INFO">Length is 0.</msg>
<msg time="2026-07-27T03:05:11.483064" 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-07-27T03:05:11.482653" elapsed="0.000435"/>
</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-07-27T03:05:11.483228" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-27T03:05:11.484513" level="INFO">Logging into '10.30.170.118:22' as 'jenkins'.</msg>
<msg time="2026-07-27T03:05:12.084624" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jul 27 03:05:11 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.118
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jul 27 02:55:05 2026 from 10.30.170.173
[?2004h[jenkins@releng-00446-38-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-07-27T03:05:11.484154" elapsed="0.600697"/>
</kw>
<msg time="2026-07-27T03:05:12.084937" 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-07-27T03:05:11.483756" elapsed="0.601271"/>
</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-07-27T03:05:11.482258" elapsed="0.602885"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-27T03:05:12.085685" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.126 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-27T03:15:18.135156" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-27T03:15:18.135748" level="INFO">${stdout} = </msg>
<msg time="2026-07-27T03:15:18.135888" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126: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-07-27T03:05:12.085366" elapsed="606.050585"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T03:15:18.136458" elapsed="0.000782"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.138402" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:17.220 16  switches: flows:  502195 501146 508482 507036 506589 506546 495338 498637 499294 488097 500345 498204 491527 484298 501640 499682  total = 133.150933 per ms 
03:07:17.323 16  switches: flows:  518763 525325 517900 525380 516015 523730 526514 524057 519869 523249 521053 524839 517843 524515 523443 525976  total = 139.070045 per ms 
03:08:17.426 16  switches: flows:  516694 522727 519280 477695 511398 510250 524762 519142 518235 510946 478290 474696 515706 518335 504023 505158  total = 135.226988 per ms 
03:09:17.528 16  switches: flows:  581144 578141 573348 578519 570778 580188 584280 574232 572016 575190 580786 586178 580289 580466 574363 588447  total = 154.046013 per ms 
03:10:17.630 16  switches: flows:  568691 569843 568661 571029 574386 565851 565863 568439 559993 563746 556044 558320 555873 567002 573093 561921  total = 150.557571 per ms 
03:11:17.731 16  switches: flows:  588960 590633 587179 591461 584055 580169 593664 592985 592728 587508 591952 595220 590550 589465 586314 589003  total = 156.933325 per ms 
03:12:17.832 16  switches: flows:  585140 586495 580334 589969 587619 585840 586486 587608 584462 586697 589187 590337 585901 582708 583523 587883  total = 156.074125 per ms 
03:13:17.935 16  switches: flows:  574676 577377 579374 569959 577190 578262 578145 572971 572309 572999 580400 579662 572656 573219 574125 582584  total = 153.338731 per ms 
03:14:18.037 16  switches: flows:  570897 576787 574810 574180 568282 574981 577872 573400 567304 570508 574280 574477 574597 574997 575722 572445  total = 152.665975 per ms 
03:15:18.138 16  switches: flows:  560415 560696 560947 558408 552159 561613 559827 559178 555565 523818 550230 567786 525831 562684 558501 556137  total = 147.648620 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135226.99/156933.33/149506.82/50346.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:15:18.137630" elapsed="0.001135"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-27T03:15:18.139254" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-27T03:15:18.138948" elapsed="0.000475"/>
</branch>
<status status="PASS" start="2026-07-27T03:15:18.138897" elapsed="0.000581"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-27T03:15:18.139720" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-27T03:15:18.139637" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-27T03:15:18.139600" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-27T03:15:18.139997" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-27T03:15:18.145125" elapsed="0.000380"/>
</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-07-27T03:15:18.145680" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T03:15:18.146008" elapsed="0.000111"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-27T03:15:18.140735" elapsed="0.005438"/>
</kw>
<msg time="2026-07-27T03:15:18.146311" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126: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-07-27T03:05:11.477518" elapsed="606.668821"/>
</kw>
<status status="PASS" start="2026-07-27T03:05:11.477175" elapsed="606.669212"/>
</branch>
<status status="PASS" start="2026-07-27T03:05:11.476829" elapsed="606.669585"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.146910" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:17.220 16  switches: flows:  502195 501146 508482 507036 506589 506546 495338 498637 499294 488097 500345 498204 491527 484298 501640 499682  total = 133.150933 per ms 
03:07:17.323 16  switches: flows:  518763 525325 517900 525380 516015 523730 526514 524057 519869 523249 521053 524839 517843 524515 523443 525976  total = 139.070045 per ms 
03:08:17.426 16  switches: flows:  516694 522727 519280 477695 511398 510250 524762 519142 518235 510946 478290 474696 515706 518335 504023 505158  total = 135.226988 per ms 
03:09:17.528 16  switches: flows:  581144 578141 573348 578519 570778 580188 584280 574232 572016 575190 580786 586178 580289 580466 574363 588447  total = 154.046013 per ms 
03:10:17.630 16  switches: flows:  568691 569843 568661 571029 574386 565851 565863 568439 559993 563746 556044 558320 555873 567002 573093 561921  total = 150.557571 per ms 
03:11:17.731 16  switches: flows:  588960 590633 587179 591461 584055 580169 593664 592985 592728 587508 591952 595220 590550 589465 586314 589003  total = 156.933325 per ms 
03:12:17.832 16  switches: flows:  585140 586495 580334 589969 587619 585840 586486 587608 584462 586697 589187 590337 585901 582708 583523 587883  total = 156.074125 per ms 
03:13:17.935 16  switches: flows:  574676 577377 579374 569959 577190 578262 578145 572971 572309 572999 580400 579662 572656 573219 574125 582584  total = 153.338731 per ms 
03:14:18.037 16  switches: flows:  570897 576787 574810 574180 568282 574981 577872 573400 567304 570508 574280 574477 574597 574997 575722 572445  total = 152.665975 per ms 
03:15:18.138 16  switches: flows:  560415 560696 560947 558408 552159 561613 559827 559178 555565 523818 550230 567786 525831 562684 558501 556137  total = 147.648620 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135226.99/156933.33/149506.82/50346.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:15:18.146590" elapsed="0.000404"/>
</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-07-27T03:15:18.147145" elapsed="0.000394"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-27T03:15:18.148003" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-27T03:15:18.148099" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135226.99/156933.33/149506.82/50346.84 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-07-27T03:15:18.147730" elapsed="0.000394"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:15:18.148580" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135226.99/156933.33/149506.82/50346.84 | 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-07-27T03:15:18.148290" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.151219" 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-07-27T03:15:18.148771" elapsed="0.002506"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.153750" level="INFO">135226.99/156933.33/149506.82/50346.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:15:18.151426" elapsed="0.002383"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:15:18.156270" 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-07-27T03:15:18.153967" elapsed="0.002331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:15:18.158796" level="INFO">@{result_value_list} = [ 135226.99 | 156933.33 | 149506.82 | 50346.84 ]</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-07-27T03:15:18.156552" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.159367" level="INFO">Length is 4.</msg>
<msg time="2026-07-27T03:15:18.159458" 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-07-27T03:15:18.158984" elapsed="0.000498"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.164682" level="INFO">min :: 135226.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:15:18.159969" elapsed="0.004782"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-27T03:15:18.159791" elapsed="0.005009"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.169591" level="INFO">max :: 156933.33</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-07-27T03:15:18.165069" elapsed="0.004590"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-27T03:15:18.164912" elapsed="0.004788"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.174408" level="INFO">avg :: 149506.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-07-27T03:15:18.169961" elapsed="0.004511"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-27T03:15:18.169804" elapsed="0.004707"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.179655" level="INFO">stdev :: 50346.84</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-07-27T03:15:18.174786" elapsed="0.004937"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-27T03:15:18.174631" elapsed="0.005137"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-27T03:15:18.159572" elapsed="0.020273"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.183964" level="INFO">${min} = 135226.99</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-07-27T03:15:18.180068" elapsed="0.003927"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.188099" level="INFO">${max} = 156933.33</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-07-27T03:15:18.184181" elapsed="0.003949"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.192456" level="INFO">${average} = 149506.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-27T03:15:18.188323" elapsed="0.004162"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.196479" level="INFO">${stdev} = 50346.84</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-07-27T03:15:18.192683" elapsed="0.003826"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.197110" level="INFO">${date} = 2026-07-27 03:15:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-27T03:15:18.196705" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.197756" level="INFO">CBench Result: 2026-07-27 03:15:18,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135226.99,156933.33,149506.82,50346.84</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-07-27T03:15:18.197288" elapsed="0.000527"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-27T03:15:18.198991" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-07-27T03:15:18.198501" elapsed="0.000561"/>
</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-07-27T03:15:18.199216" elapsed="0.000548"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-27T03:15:18.198001" elapsed="0.001844"/>
</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-07-27T03:05:11.475546" elapsed="606.724362"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.200392" 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-07-27T03:15:18.200067" elapsed="0.000383"/>
</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-07-27T03:15:18.201025" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-27T03:15:18.200694" elapsed="0.000669"/>
</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-07-27T03:05:11.473809" elapsed="606.727594"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.202702" 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-07-27T03:15:18.202291" elapsed="0.000469"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.204178" 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-07-27T03:15:18.203832" elapsed="0.000388"/>
</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-07-27T03:15:18.204642" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-27T03:15:18.204384" elapsed="0.000319"/>
</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-07-27T03:15:18.208070" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-27T03:15:18.207803" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-07-27T03:15:18.207783" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-27T03:15:18.208527" 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-07-27T03:15:18.208674" 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-07-27T03:15:18.208294" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.209278" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.118" 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-07-27T03:15:18.208838" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-27T03:15:18.209907" 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-07-27T03:15:18.209479" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T03:15:18.210863" level="INFO">Length is 0.</msg>
<msg time="2026-07-27T03:15:18.210952" 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-07-27T03:15:18.210522" elapsed="0.000454"/>
</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-07-27T03:15:18.211122" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-27T03:15:18.212430" level="INFO">Logging into '10.30.170.118:22' as 'jenkins'.</msg>
<msg time="2026-07-27T03:15:18.860951" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jul 27 03:15:18 UTC 2026

  System load:  0.35               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.118
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jul 27 03:05:12 2026 from 10.30.170.173
[?2004h[jenkins@releng-00446-38-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-07-27T03:15:18.212048" elapsed="0.649129"/>
</kw>
<msg time="2026-07-27T03:15:18.861262" 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-07-27T03:15:18.211621" elapsed="0.649725"/>
</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-07-27T03:15:18.210142" elapsed="0.651322"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-27T03:15:18.862014" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-27T03:25:24.907362" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-27T03:25:24.908011" level="INFO">${stdout} = </msg>
<msg time="2026-07-27T03:25:24.908238" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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-07-27T03:15:18.861709" elapsed="606.046605"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T03:25:24.908715" elapsed="0.000494"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.910037" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:24.022 16  switches: flows:  102998 101012 101191 101196 101214 114680 102226 102889 101765 101377 101003 102796 100212 102234 99529 99146  total = 27.257800 per ms 
03:17:24.124 16  switches: flows:  116251 116697 115196 115414 116945 117396 117992 117825 116192 114629 115864 117439 113426 116569 114427 115185  total = 30.905871 per ms 
03:18:24.225 16  switches: flows:  116637 117389 119532 117554 118691 116546 118627 118338 116396 116249 117215 118812 116985 117237 115750 116757  total = 31.259726 per ms 
03:19:24.326 16  switches: flows:  121157 122179 125006 119935 123472 121511 122633 120992 122108 118880 121223 124275 121251 121683 120492 119541  total = 32.384879 per ms 
03:20:24.427 16  switches: flows:  122810 124529 128886 123070 125233 123665 126573 123804 123732 122776 125469 125757 122576 123390 122951 120793  total = 33.045059 per ms 
03:21:24.528 16  switches: flows:  123769 122726 129243 123669 126216 123959 126418 123533 123835 121214 124239 125322 122551 124932 121806 121133  total = 33.020911 per ms 
03:22:24.629 16  switches: flows:  123898 124015 128739 123896 126570 124508 125567 123785 124748 122203 124339 125414 122326 123220 121199 120958  total = 33.034506 per ms 
03:23:24.729 16  switches: flows:  122852 121123 126245 121851 122508 122880 122662 123308 122355 120004 121632 123777 120581 122548 118796 119406  total = 32.487849 per ms 
03:24:24.831 16  switches: flows:  124319 124649 127365 124760 125028 126388 126180 126399 121074 122755 124360 126230 123015 122477 122281 120212  total = 33.069271 per ms 
03:25:24.932 16  switches: flows:  123872 123584 126219 123797 122738 123537 124546 125367 120449 121675 122502 124742 119792 119876 120526 118322  total = 32.637879 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30905.87/33069.27/32427.33/10836.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:25:24.909456" elapsed="0.000799"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-27T03:25:24.910637" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-07-27T03:25:24.910380" elapsed="0.000375"/>
</branch>
<status status="PASS" start="2026-07-27T03:25:24.910345" elapsed="0.000445"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-27T03:25:24.910927" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-27T03:25:24.910872" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-07-27T03:25:24.910850" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-27T03:25:24.911058" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-27T03:25:24.914900" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-27T03:25:24.915613" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-27T03:25:24.916128" elapsed="0.000220"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-27T03:25:24.911506" elapsed="0.004924"/>
</kw>
<msg time="2026-07-27T03:25:24.916604" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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-07-27T03:15:18.205151" elapsed="606.711497"/>
</kw>
<status status="PASS" start="2026-07-27T03:15:18.204731" elapsed="606.711973"/>
</branch>
<status status="PASS" start="2026-07-27T03:15:18.204356" elapsed="606.712373"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.917194" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:24.022 16  switches: flows:  102998 101012 101191 101196 101214 114680 102226 102889 101765 101377 101003 102796 100212 102234 99529 99146  total = 27.257800 per ms 
03:17:24.124 16  switches: flows:  116251 116697 115196 115414 116945 117396 117992 117825 116192 114629 115864 117439 113426 116569 114427 115185  total = 30.905871 per ms 
03:18:24.225 16  switches: flows:  116637 117389 119532 117554 118691 116546 118627 118338 116396 116249 117215 118812 116985 117237 115750 116757  total = 31.259726 per ms 
03:19:24.326 16  switches: flows:  121157 122179 125006 119935 123472 121511 122633 120992 122108 118880 121223 124275 121251 121683 120492 119541  total = 32.384879 per ms 
03:20:24.427 16  switches: flows:  122810 124529 128886 123070 125233 123665 126573 123804 123732 122776 125469 125757 122576 123390 122951 120793  total = 33.045059 per ms 
03:21:24.528 16  switches: flows:  123769 122726 129243 123669 126216 123959 126418 123533 123835 121214 124239 125322 122551 124932 121806 121133  total = 33.020911 per ms 
03:22:24.629 16  switches: flows:  123898 124015 128739 123896 126570 124508 125567 123785 124748 122203 124339 125414 122326 123220 121199 120958  total = 33.034506 per ms 
03:23:24.729 16  switches: flows:  122852 121123 126245 121851 122508 122880 122662 123308 122355 120004 121632 123777 120581 122548 118796 119406  total = 32.487849 per ms 
03:24:24.831 16  switches: flows:  124319 124649 127365 124760 125028 126388 126180 126399 121074 122755 124360 126230 123015 122477 122281 120212  total = 33.069271 per ms 
03:25:24.932 16  switches: flows:  123872 123584 126219 123797 122738 123537 124546 125367 120449 121675 122502 124742 119792 119876 120526 118322  total = 32.637879 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30905.87/33069.27/32427.33/10836.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:25:24.916873" elapsed="0.000398"/>
</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-07-27T03:25:24.917421" elapsed="0.000399"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-27T03:25:24.918211" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-27T03:25:24.918304" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30905.87/33069.27/32427.33/10836.02 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-07-27T03:25:24.917984" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:25:24.918835" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30905.87/33069.27/32427.33/10836.02 | 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-07-27T03:25:24.918545" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.921311" 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-07-27T03:25:24.919009" elapsed="0.002367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.923975" level="INFO">30905.87/33069.27/32427.33/10836.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:25:24.921525" elapsed="0.002531"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:25:24.926598" 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-07-27T03:25:24.924213" elapsed="0.002415"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-27T03:25:24.929214" level="INFO">@{result_value_list} = [ 30905.87 | 33069.27 | 32427.33 | 10836.02 ]</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-07-27T03:25:24.926859" elapsed="0.002383"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.929753" level="INFO">Length is 4.</msg>
<msg time="2026-07-27T03:25:24.929846" 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-07-27T03:25:24.929402" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.934743" level="INFO">min :: 30905.87</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-07-27T03:25:24.930271" elapsed="0.004531"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-27T03:25:24.930140" elapsed="0.004704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.939402" level="INFO">max :: 33069.27</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-07-27T03:25:24.935066" elapsed="0.004395"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-27T03:25:24.934937" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.944070" level="INFO">avg :: 32427.33</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-07-27T03:25:24.939730" elapsed="0.004399"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-27T03:25:24.939601" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.948684" level="INFO">stdev :: 10836.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-27T03:25:24.944401" elapsed="0.004341"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-27T03:25:24.944251" elapsed="0.004525"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-27T03:25:24.929938" elapsed="0.018868"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.953010" level="INFO">${min} = 30905.87</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-07-27T03:25:24.949008" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.957969" level="INFO">${max} = 33069.27</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-07-27T03:25:24.953255" elapsed="0.004745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.962042" level="INFO">${average} = 32427.33</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-07-27T03:25:24.958177" elapsed="0.003901"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.966067" level="INFO">${stdev} = 10836.02</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-07-27T03:25:24.962252" elapsed="0.003844"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.966649" level="INFO">${date} = 2026-07-27 03:25:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-27T03:25:24.966262" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.967236" level="INFO">CBench Result: 2026-07-27 03:25:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30905.87,33069.27,32427.33,10836.02</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-07-27T03:25:24.966821" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-27T03:25:24.968421" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-07-27T03:25:24.967949" elapsed="0.000563"/>
</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-07-27T03:25:24.968683" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-27T03:25:24.967448" elapsed="0.001787"/>
</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-07-27T03:15:18.203106" elapsed="606.766191"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.969794" 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-07-27T03:25:24.969450" elapsed="0.000404"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-27T03:25:24.971112" 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-07-27T03:25:24.970616" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-27T03:25:24.971377" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-07-27T03:25:24.971224" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-07-27T03:25:24.971203" elapsed="0.000268"/>
</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-07-27T03:25:24.971637" elapsed="0.000023"/>
</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-07-27T03:25:24.971800" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-27T03:25:24.971966" 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-07-27T03:25:24.972178" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-27T03:25:24.972334" elapsed="0.000022"/>
</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-07-27T03:25:24.972489" elapsed="0.000068"/>
</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-07-27T03:25:24.972705" elapsed="0.000021"/>
</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-07-27T03:25:24.972936" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-27T03:25:24.972796" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-27T03:25:24.972778" elapsed="0.000236"/>
</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-07-27T03:25:24.970242" elapsed="0.002823"/>
</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-07-27T03:15:18.201743" elapsed="606.771370"/>
</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-07-27T02:55:02.183445" elapsed="1822.790479"/>
</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>
