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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T02:55:21.519868" elapsed="0.984782"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T02:55:22.557477" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T02:55:22.505008" elapsed="0.052666"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T02:55:22.559591" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T02:55:22.559714" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T02:55:22.557961" elapsed="0.001786"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T02:55:22.559909" elapsed="0.000276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:55:22.560347" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:55:22.561166" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:55:22.560808" elapsed="0.000414"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T02:55:22.561277" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.9
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T02:55:21.518332" elapsed="1.043120"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-13T02:55:21.514674" elapsed="1.046844"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T02:55:22.562116" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T02:55:22.561722" elapsed="0.000453"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T02:55:22.562589" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T02:55:22.562332" elapsed="0.000335"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T02:55:22.563234" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T02:55:22.562822" elapsed="0.000441"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T02:55:22.563789" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T02:55:22.563433" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T02:55:22.564373" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T02:55:22.563983" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T02:55:22.564924" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T02:55:22.564584" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-13T02:55:22.565272" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T02:55:22.565056" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T02:55:22.569748" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:55:22.569304" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T02:55:22.571141" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T02:55:22.571234" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T02:55:22.570345" elapsed="0.000914"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:55:22.571411" elapsed="0.000384"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T02:55:22.572873" level="INFO">Logging into '10.30.171.172:22' as 'jenkins'.</msg>
<msg time="2026-06-13T02:55:23.280105" 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 Sat Jun 13 02:55:22 UTC 2026

  System load:  0.18               Processes:             112
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.172
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-302-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T02:55:22.572308" elapsed="0.707967"/>
</kw>
<msg time="2026-06-13T02:55:23.280380" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:55:22.571953" elapsed="0.708533"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T02:55:22.569988" elapsed="0.710645"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.291473" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-13T02:55:23.280864" elapsed="0.012331"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:55:23.293685" elapsed="0.000671"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-13T02:55:22.568776" elapsed="0.725780"/>
</kw>
<status status="PASS" start="2026-06-13T02:55:22.565439" elapsed="0.729247"/>
</branch>
<status status="PASS" start="2026-06-13T02:55:22.565030" elapsed="0.729724"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T02:55:23.295133" elapsed="0.001196"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T02:55:23.305149" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-13T02:55:23.305021" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-06-13T02:55:23.304993" elapsed="0.000239"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T02:55:23.308834" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-13T02:55:23.308719" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-13T02:55:23.308698" elapsed="0.000211"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:55:23.309050" elapsed="0.000463"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.309978" level="INFO">Logging into '10.30.171.9:8101' as 'karaf'.</msg>
<msg time="2026-06-13T02:55:23.520619" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T02:55:23.309689" elapsed="0.211110"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.617604" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T02:55:23.521093" elapsed="0.096649"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.626979" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T02:55:23.627306" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T02:55:23.617984" elapsed="0.009357"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T02:55:23.627560" elapsed="0.000354"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:55:23.628105" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:55:23.628826" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:55:23.628476" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T02:55:23.628936" elapsed="0.000052"/>
</return>
<msg time="2026-06-13T02:55:23.629138" 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.171.9
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T02:55:23.308339" elapsed="0.320832"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T02:55:23.629318" elapsed="0.000631"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T02:55:23.630012" elapsed="0.000040"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-13T02:55:23.304698" elapsed="0.325477"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T02:55:23.634425" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-13T02:55:23.634278" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-06-13T02:55:23.634245" elapsed="0.000265"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:55:23.634705" elapsed="0.000983"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.636184" level="INFO">Logging into '10.30.171.9:8101' as 'karaf'.</msg>
<msg time="2026-06-13T02:55:23.822690" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T02:55:23.635849" elapsed="0.187006"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.849083" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T02:55:23.823104" elapsed="0.026041"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.851112" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T02:55:23.851222" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T02:55:23.849298" elapsed="0.001953"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T02:55:23.851390" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:55:23.851749" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:55:23.852629" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:55:23.852093" elapsed="0.000590"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T02:55:23.852737" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.9
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T02:55:23.633847" elapsed="0.219066"/>
</kw>
<status status="PASS" start="2026-06-13T02:55:21.512567" elapsed="2.340410"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:55:23.855351" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:55:23.854053" elapsed="0.001366"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T02:55:23.856882" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T02:55:23.856505" elapsed="0.000420"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T02:55:23.857252" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T02:55:23.857008" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T02:55:23.860477" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T02:55:23.860218" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-13T02:55:23.860195" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.860934" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T02:55:23.860727" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:55:23.861674" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.172" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:55:23.861225" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.862342" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:55:23.861878" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T02:55:23.863329" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T02:55:23.863421" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T02:55:23.862972" elapsed="0.000473"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:55:23.863625" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T02:55:23.864850" level="INFO">Logging into '10.30.171.172:22' as 'jenkins'.</msg>
<msg time="2026-06-13T02:55:24.224127" 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 Sat Jun 13 02:55:22 UTC 2026

  System load:  0.18               Processes:             112
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.172
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 13 02:55:23 2026 from 10.30.170.71
[?2004h[jenkins@releng-63164-302-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T02:55:23.864472" elapsed="0.359851"/>
</kw>
<msg time="2026-06-13T02:55:24.224410" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:55:23.864122" elapsed="0.360382"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T02:55:23.862574" elapsed="0.362073"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T02:55:24.225246" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T03:05:30.348372" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T03:05:30.349062" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T03:05:30.349235" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T02:55:24.224871" elapsed="606.124434"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T03:05:30.349819" elapsed="0.000885"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.352039" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. 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:29.423 16  switches: flows:  103083 103995 103925 106048 105749 103494 102836 103644 99328 98349 99372 101993 101573 99157 101316 100888  total = 27.245833 per ms 
02:57:29.525 16  switches: flows:  114182 118467 116030 116652 114742 114063 114540 115175 113823 112535 112689 113829 112881 111706 112705 111551  total = 30.375425 per ms 
02:58:29.625 16  switches: flows:  117730 120365 120595 118925 115538 115949 117818 119757 118095 114136 115809 115999 113208 115206 117032 111741  total = 31.079840 per ms 
02:59:29.727 16  switches: flows:  116292 119563 120383 117728 116515 113769 115353 117060 114898 114828 115020 113355 114379 113774 114242 111258  total = 30.755497 per ms 
03:00:29.828 16  switches: flows:  121621 123046 122010 122908 118439 119274 120682 121076 119720 116158 117494 117146 116210 117737 117067 115057  total = 31.707791 per ms 
03:01:29.929 16  switches: flows:  121743 122387 122128 122143 119197 119090 120342 119933 118946 116551 117971 116863 116205 116969 117624 114692  total = 31.660185 per ms 
03:02:30.030 16  switches: flows:  117033 119189 117415 117741 115968 115910 115447 116976 114525 113260 113801 111544 114438 113907 113221 111594  total = 30.648303 per ms 
03:03:30.131 16  switches: flows:  119549 122752 122527 120264 117573 117779 118755 120337 118020 117527 117057 116951 114986 116941 117139 115080  total = 31.501353 per ms 
03:04:30.232 16  switches: flows:  120887 123540 122414 121186 120269 118868 120787 122093 118416 116856 117686 116254 117939 119496 118588 115779  total = 31.797852 per ms 
03:05:30.333 16  switches: flows:  107737 111304 109386 109552 107332 107092 109124 107478 104727 105385 106239 104844 105722 105414 106057 99576  total = 28.402046 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28402.05/31797.85/30880.92/10342.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.351137" elapsed="0.001238"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T03:05:30.352971" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-06-13T03:05:30.352634" elapsed="0.000616"/>
</branch>
<status status="PASS" start="2026-06-13T03:05:30.352532" elapsed="0.000794"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T03:05:30.353566" elapsed="0.000065"/>
</return>
<status status="NOT RUN" start="2026-06-13T03:05:30.353474" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-13T03:05:30.353435" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T03:05:30.353784" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T03:05:30.357487" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T03:05:30.358199" elapsed="0.000276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T03:05:30.358692" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T03:05:30.354263" elapsed="0.004656"/>
</kw>
<msg time="2026-06-13T03:05:30.359125" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T02:55:23.857723" elapsed="606.501442"/>
</kw>
<status status="PASS" start="2026-06-13T02:55:23.857347" elapsed="606.501887"/>
</branch>
<status status="PASS" start="2026-06-13T02:55:23.856984" elapsed="606.502283"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.359977" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. 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:29.423 16  switches: flows:  103083 103995 103925 106048 105749 103494 102836 103644 99328 98349 99372 101993 101573 99157 101316 100888  total = 27.245833 per ms 
02:57:29.525 16  switches: flows:  114182 118467 116030 116652 114742 114063 114540 115175 113823 112535 112689 113829 112881 111706 112705 111551  total = 30.375425 per ms 
02:58:29.625 16  switches: flows:  117730 120365 120595 118925 115538 115949 117818 119757 118095 114136 115809 115999 113208 115206 117032 111741  total = 31.079840 per ms 
02:59:29.727 16  switches: flows:  116292 119563 120383 117728 116515 113769 115353 117060 114898 114828 115020 113355 114379 113774 114242 111258  total = 30.755497 per ms 
03:00:29.828 16  switches: flows:  121621 123046 122010 122908 118439 119274 120682 121076 119720 116158 117494 117146 116210 117737 117067 115057  total = 31.707791 per ms 
03:01:29.929 16  switches: flows:  121743 122387 122128 122143 119197 119090 120342 119933 118946 116551 117971 116863 116205 116969 117624 114692  total = 31.660185 per ms 
03:02:30.030 16  switches: flows:  117033 119189 117415 117741 115968 115910 115447 116976 114525 113260 113801 111544 114438 113907 113221 111594  total = 30.648303 per ms 
03:03:30.131 16  switches: flows:  119549 122752 122527 120264 117573 117779 118755 120337 118020 117527 117057 116951 114986 116941 117139 115080  total = 31.501353 per ms 
03:04:30.232 16  switches: flows:  120887 123540 122414 121186 120269 118868 120787 122093 118416 116856 117686 116254 117939 119496 118588 115779  total = 31.797852 per ms 
03:05:30.333 16  switches: flows:  107737 111304 109386 109552 107332 107092 109124 107478 104727 105385 106239 104844 105722 105414 106057 99576  total = 28.402046 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28402.05/31797.85/30880.92/10342.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.359472" elapsed="0.000614"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T03:05:30.360327" elapsed="0.000600"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T03:05:30.361551" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T03:05:30.361708" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28402.05/31797.85/30880.92/10342.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T03:05:30.361188" elapsed="0.000556"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:05:30.362351" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28402.05/31797.85/30880.92/10342.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:05:30.361981" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.365960" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.362619" elapsed="0.003540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.368558" level="INFO">28402.05/31797.85/30880.92/10342.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.366310" elapsed="0.002322"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:05:30.371055" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:05:30.368786" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:05:30.373653" level="INFO">@{result_value_list} = [ 28402.05 | 31797.85 | 30880.92 | 10342.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:05:30.371328" elapsed="0.002355"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.374155" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T03:05:30.374245" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T03:05:30.373838" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.379025" level="INFO">min :: 28402.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.374706" elapsed="0.004376"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T03:05:30.374557" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.383815" level="INFO">max :: 31797.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.379342" elapsed="0.004532"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T03:05:30.379213" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.388555" level="INFO">avg :: 30880.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.384135" elapsed="0.004497"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T03:05:30.384004" elapsed="0.004664"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.393296" level="INFO">stdev :: 10342.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.388900" elapsed="0.004456"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T03:05:30.388770" elapsed="0.004623"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T03:05:30.374345" elapsed="0.019082"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.397622" level="INFO">${min} = 28402.05</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:05:30.393614" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.401781" level="INFO">${max} = 31797.85</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:05:30.397809" elapsed="0.004002"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.405742" level="INFO">${average} = 30880.92</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:05:30.401981" elapsed="0.003793"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.409796" level="INFO">${stdev} = 10342.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:05:30.405939" elapsed="0.003886"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.410369" level="INFO">${date} = 2026-06-13 03:05:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T03:05:30.409998" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.410973" level="INFO">CBench Result: 2026-06-13 03:05:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28402.05,31797.85,30880.92,10342.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.410544" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T03:05:30.412153" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T03:05:30.411704" elapsed="0.000516"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T03:05:30.412375" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T03:05:30.411197" elapsed="0.001738"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-13T02:55:23.855868" elapsed="606.557129"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.413511" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T03:05:30.413178" elapsed="0.000390"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-13T03:05:30.414112" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-06-13T03:05:30.413805" elapsed="0.000647"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T02:55:23.853313" elapsed="606.561176"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.415915" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.415511" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.417304" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T03:05:30.416927" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T03:05:30.417723" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-13T03:05:30.417479" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T03:05:30.420661" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T03:05:30.420398" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-13T03:05:30.420379" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T03:05:30.421118" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T03:05:30.420882" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.421832" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.9 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.172" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:05:30.421400" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T03:05:30.422425" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T03:05:30.422031" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T03:05:30.423366" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T03:05:30.423453" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T03:05:30.423042" 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-06-13T03:05:30.423632" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T03:05:30.424825" level="INFO">Logging into '10.30.171.172:22' as 'jenkins'.</msg>
<msg time="2026-06-13T03:05:31.081063" 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 Sat Jun 13 03:05:30 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.172
  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: Sat Jun 13 02:55:24 2026 from 10.30.170.71
[?2004h[jenkins@releng-63164-302-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T03:05:30.424457" elapsed="0.656826"/>
</kw>
<msg time="2026-06-13T03:05:31.081371" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T03:05:30.424115" elapsed="0.657346"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T03:05:30.422669" elapsed="0.658906"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T03:05:31.082107" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.9 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T03:15:39.359186" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T03:15:39.359963" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T03:15:39.360078" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T03:05:31.081807" elapsed="608.278334"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T03:15:39.360650" elapsed="0.000999"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.363017" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. 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:36.218 16  switches: flows:  531389 541248 542713 537758 526503 536122 536113 536133 529863 505712 521359 520133 530988 539826 542137 530371  total = 141.806133 per ms 
03:07:36.321 16  switches: flows:  506156 498479 493473 503957 499643 497595 493324 493087 501514 502602 512412 493255 488608 507697 496350 506593  total = 133.018240 per ms 
03:08:36.423 16  switches: flows:  562722 559754 557353 558718 572046 561301 551568 552627 558483 558209 555154 565678 565762 550180 560873 555081  total = 148.840717 per ms 
03:09:36.524 16  switches: flows:  559163 567696 555191 555789 549920 549040 562410 557641 551177 550705 560225 554029 563469 559470 495385 561175  total = 147.293573 per ms 
03:10:38.820 16  switches: flows:  613168 607280 606828 608643 605010 601586 604694 607389 601601 604704 598999 611838 612983 599020 608097 607285  total = 155.694671 per ms 
03:11:38.930 16  switches: flows:  610914 611155 607935 621808 610794 608490 604989 614110 610370 607275 615949 607664 615273 614231 613675 615835  total = 162.876381 per ms 
03:12:39.031 16  switches: flows:  632954 640795 637997 624326 631132 638769 635955 623055 632135 632892 627907 633061 629498 634805 635986 620718  total = 168.249868 per ms 
03:13:39.132 16  switches: flows:  545233 555657 568812 565749 552046 564342 545422 552404 560733 557578 550388 546524 567095 558965 551435 551946  total = 147.990452 per ms 
03:14:39.234 16  switches: flows:  541909 459121 543061 540236 542791 542980 538978 535549 545291 543978 544196 540829 463376 541345 547740 549231  total = 141.769464 per ms 
03:15:39.340 16  switches: flows:  630068 642753 640119 635297 644600 628916 636111 635441 641126 629862 634350 642217 631463 642859 637259 632290  total = 169.448668 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133018.24/169448.67/152798.00/52233.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.362074" elapsed="0.001220"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T03:15:39.363727" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-06-13T03:15:39.363440" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-06-13T03:15:39.363397" elapsed="0.000497"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T03:15:39.364047" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-13T03:15:39.363982" elapsed="0.000129"/>
</branch>
<status status="NOT RUN" start="2026-06-13T03:15:39.363959" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T03:15:39.364195" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T03:15:39.368352" elapsed="0.000627"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T03:15:39.369216" elapsed="0.000321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T03:15:39.369822" elapsed="0.000172"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T03:15:39.364740" elapsed="0.005340"/>
</kw>
<msg time="2026-06-13T03:15:39.370314" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T03:05:30.418125" elapsed="608.952232"/>
</kw>
<status status="PASS" start="2026-06-13T03:05:30.417812" elapsed="608.952619"/>
</branch>
<status status="PASS" start="2026-06-13T03:05:30.417455" elapsed="608.953014"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.371348" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. 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:36.218 16  switches: flows:  531389 541248 542713 537758 526503 536122 536113 536133 529863 505712 521359 520133 530988 539826 542137 530371  total = 141.806133 per ms 
03:07:36.321 16  switches: flows:  506156 498479 493473 503957 499643 497595 493324 493087 501514 502602 512412 493255 488608 507697 496350 506593  total = 133.018240 per ms 
03:08:36.423 16  switches: flows:  562722 559754 557353 558718 572046 561301 551568 552627 558483 558209 555154 565678 565762 550180 560873 555081  total = 148.840717 per ms 
03:09:36.524 16  switches: flows:  559163 567696 555191 555789 549920 549040 562410 557641 551177 550705 560225 554029 563469 559470 495385 561175  total = 147.293573 per ms 
03:10:38.820 16  switches: flows:  613168 607280 606828 608643 605010 601586 604694 607389 601601 604704 598999 611838 612983 599020 608097 607285  total = 155.694671 per ms 
03:11:38.930 16  switches: flows:  610914 611155 607935 621808 610794 608490 604989 614110 610370 607275 615949 607664 615273 614231 613675 615835  total = 162.876381 per ms 
03:12:39.031 16  switches: flows:  632954 640795 637997 624326 631132 638769 635955 623055 632135 632892 627907 633061 629498 634805 635986 620718  total = 168.249868 per ms 
03:13:39.132 16  switches: flows:  545233 555657 568812 565749 552046 564342 545422 552404 560733 557578 550388 546524 567095 558965 551435 551946  total = 147.990452 per ms 
03:14:39.234 16  switches: flows:  541909 459121 543061 540236 542791 542980 538978 535549 545291 543978 544196 540829 463376 541345 547740 549231  total = 141.769464 per ms 
03:15:39.340 16  switches: flows:  630068 642753 640119 635297 644600 628916 636111 635441 641126 629862 634350 642217 631463 642859 637259 632290  total = 169.448668 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133018.24/169448.67/152798.00/52233.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.370789" elapsed="0.000703"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T03:15:39.371803" elapsed="0.000600"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T03:15:39.373008" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T03:15:39.373144" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 133018.24/169448.67/152798.00/52233.60 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T03:15:39.372667" elapsed="0.000513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:15:39.373850" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 133018.24/169448.67/152798.00/52233.60 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:15:39.373424" elapsed="0.000473"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.377100" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.374172" elapsed="0.002995"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.379595" level="INFO">133018.24/169448.67/152798.00/52233.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.377319" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:15:39.382034" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:15:39.379812" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:15:39.384605" level="INFO">@{result_value_list} = [ 133018.24 | 169448.67 | 152798.00 | 52233.60 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:15:39.382325" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.385175" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T03:15:39.385265" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T03:15:39.384805" elapsed="0.000483"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.390419" level="INFO">min :: 133018.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.385736" elapsed="0.004748"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T03:15:39.385598" elapsed="0.004926"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.395131" level="INFO">max :: 169448.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.390788" elapsed="0.004405"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T03:15:39.390643" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.399994" level="INFO">avg :: 152798.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.395606" elapsed="0.004446"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T03:15:39.395319" elapsed="0.004769"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.405182" level="INFO">stdev :: 52233.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.400313" elapsed="0.004928"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T03:15:39.400182" elapsed="0.005095"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T03:15:39.385361" elapsed="0.019948"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.409298" level="INFO">${min} = 133018.24</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:15:39.405475" elapsed="0.003851"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.413285" level="INFO">${max} = 169448.67</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:15:39.409481" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.417266" level="INFO">${average} = 152798.00</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:15:39.413466" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.421237" level="INFO">${stdev} = 52233.60</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:15:39.417445" elapsed="0.003819"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.421804" level="INFO">${date} = 2026-06-13 03:15:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T03:15:39.421425" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.422449" level="INFO">CBench Result: 2026-06-13 03:15:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,133018.24,169448.67,152798.00,52233.60</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.421995" elapsed="0.000511"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T03:15:39.423661" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T03:15:39.423190" elapsed="0.000548"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T03:15:39.423891" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T03:15:39.422701" elapsed="0.001735"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-13T03:05:30.416289" elapsed="609.008208"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.424981" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T03:15:39.424664" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-13T03:15:39.425555" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-06-13T03:15:39.425251" elapsed="0.000658"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T03:05:30.414939" elapsed="609.011009"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.427638" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.427235" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.428940" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T03:15:39.428558" elapsed="0.000425"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T03:15:39.429340" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-13T03:15:39.429117" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T03:15:39.432633" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T03:15:39.432367" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-13T03:15:39.432347" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T03:15:39.433048" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T03:15:39.432849" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.433763" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.172" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:15:39.433330" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T03:15:39.434484" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T03:15:39.433962" elapsed="0.000549"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T03:15:39.435455" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T03:15:39.435561" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T03:15:39.435119" elapsed="0.000489"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T03:15:39.435786" elapsed="0.000397"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T03:15:39.437148" level="INFO">Logging into '10.30.171.172:22' as 'jenkins'.</msg>
<msg time="2026-06-13T03:15:43.343152" 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 Sat Jun 13 03:15:39 UTC 2026

  System load:  0.27               Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.172
  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: Sat Jun 13 03:05:31 2026 from 10.30.170.71
[?2004h[jenkins@releng-63164-302-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T03:15:39.436778" elapsed="3.906714"/>
</kw>
<msg time="2026-06-13T03:15:43.343605" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T03:15:39.436375" elapsed="3.907331"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T03:15:39.434733" elapsed="3.909115"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T03:15:43.344563" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T03:25:54.055341" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T03:25:54.055940" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T03:25:54.056037" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T03:15:43.344119" elapsed="610.711977"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T03:25:54.056503" elapsed="0.000808"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.059551" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. 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:51.685 16  switches: flows:  100363 100813 97867 98752 98233 98233 98049 98064 97211 99037 97695 97407 97730 97457 97977 95820  total = 26.178467 per ms 
03:17:51.787 16  switches: flows:  112934 114680 110933 111335 110276 109690 112214 110034 109660 109633 109827 110398 110471 110103 111171 109933  total = 29.505466 per ms 
03:18:51.887 16  switches: flows:  113997 114329 113104 114662 113010 113230 112902 111514 116382 114501 114042 113736 113504 114584 115322 111488  total = 30.287879 per ms 
03:19:51.987 16  switches: flows:  114074 115667 113353 113559 115091 113459 115112 113123 116279 114526 113691 113538 114718 114509 113018 110810  total = 30.358100 per ms 
03:20:52.088 16  switches: flows:  116877 116050 114339 115799 115033 115551 119590 116556 118214 116191 116047 116967 115786 117069 115680 113279  total = 30.931941 per ms 
03:21:52.188 16  switches: flows:  109708 111329 109158 111820 110874 109857 109657 110390 110326 108630 109232 109888 107703 109005 109340 107682  total = 29.194522 per ms 
03:22:52.289 16  switches: flows:  118826 119978 118411 118788 120605 117917 116957 119202 120407 115243 117459 114640 115177 118049 118634 115775  total = 31.381961 per ms 
03:23:52.389 16  switches: flows:  113647 114486 113386 112966 113243 110408 111471 110915 114072 108692 112688 110061 110154 111247 113093 109330  total = 29.781223 per ms 
03:24:52.490 16  switches: flows:  110272 109840 110125 109621 111563 109861 110400 109926 110484 107011 108081 108169 107175 107147 110097 108074  total = 29.082153 per ms 
03:25:52.590 16  switches: flows:  115126 114825 114858 115086 113765 115124 113555 112870 114795 111835 111634 112405 111437 112284 114061 110277  total = 30.181907 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29082.15/31381.96/30078.35/10052.41 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.057697" elapsed="0.002224"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T03:25:54.060401" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-13T03:25:54.060120" elapsed="0.000428"/>
</branch>
<status status="PASS" start="2026-06-13T03:25:54.060067" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T03:25:54.060933" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-13T03:25:54.060791" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-06-13T03:25:54.060755" elapsed="0.000319"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T03:25:54.061144" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T03:25:54.066463" elapsed="0.000784"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T03:25:54.067538" elapsed="0.000380"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T03:25:54.068178" elapsed="0.000196"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T03:25:54.061810" elapsed="0.006681"/>
</kw>
<msg time="2026-06-13T03:25:54.068781" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T03:15:39.429761" elapsed="614.639136"/>
</kw>
<status status="PASS" start="2026-06-13T03:15:39.429425" elapsed="614.639587"/>
</branch>
<status status="PASS" start="2026-06-13T03:15:39.429092" elapsed="614.639975"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.070015" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. 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:51.685 16  switches: flows:  100363 100813 97867 98752 98233 98233 98049 98064 97211 99037 97695 97407 97730 97457 97977 95820  total = 26.178467 per ms 
03:17:51.787 16  switches: flows:  112934 114680 110933 111335 110276 109690 112214 110034 109660 109633 109827 110398 110471 110103 111171 109933  total = 29.505466 per ms 
03:18:51.887 16  switches: flows:  113997 114329 113104 114662 113010 113230 112902 111514 116382 114501 114042 113736 113504 114584 115322 111488  total = 30.287879 per ms 
03:19:51.987 16  switches: flows:  114074 115667 113353 113559 115091 113459 115112 113123 116279 114526 113691 113538 114718 114509 113018 110810  total = 30.358100 per ms 
03:20:52.088 16  switches: flows:  116877 116050 114339 115799 115033 115551 119590 116556 118214 116191 116047 116967 115786 117069 115680 113279  total = 30.931941 per ms 
03:21:52.188 16  switches: flows:  109708 111329 109158 111820 110874 109857 109657 110390 110326 108630 109232 109888 107703 109005 109340 107682  total = 29.194522 per ms 
03:22:52.289 16  switches: flows:  118826 119978 118411 118788 120605 117917 116957 119202 120407 115243 117459 114640 115177 118049 118634 115775  total = 31.381961 per ms 
03:23:52.389 16  switches: flows:  113647 114486 113386 112966 113243 110408 111471 110915 114072 108692 112688 110061 110154 111247 113093 109330  total = 29.781223 per ms 
03:24:52.490 16  switches: flows:  110272 109840 110125 109621 111563 109861 110400 109926 110484 107011 108081 108169 107175 107147 110097 108074  total = 29.082153 per ms 
03:25:52.590 16  switches: flows:  115126 114825 114858 115086 113765 115124 113555 112870 114795 111835 111634 112405 111437 112284 114061 110277  total = 30.181907 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29082.15/31381.96/30078.35/10052.41 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.069396" elapsed="0.000743"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T03:25:54.070365" elapsed="0.000574"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T03:25:54.071501" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T03:25:54.071666" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29082.15/31381.96/30078.35/10052.41 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T03:25:54.071170" elapsed="0.000535"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:25:54.072303" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29082.15/31381.96/30078.35/10052.41 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:25:54.071928" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.075470" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.072570" elapsed="0.002986"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.079027" level="INFO">29082.15/31381.96/30078.35/10052.41</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.075797" elapsed="0.003316"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:25:54.082326" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:25:54.079342" elapsed="0.003025"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T03:25:54.085691" level="INFO">@{result_value_list} = [ 29082.15 | 31381.96 | 30078.35 | 10052.41 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T03:25:54.082705" elapsed="0.003029"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.086332" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T03:25:54.086449" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T03:25:54.085953" elapsed="0.000531"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.093147" level="INFO">min :: 29082.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.087081" elapsed="0.006130"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T03:25:54.086888" elapsed="0.006361"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.098006" level="INFO">max :: 31381.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.093488" elapsed="0.004584"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T03:25:54.093345" elapsed="0.004763"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.103120" level="INFO">avg :: 30078.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.098323" elapsed="0.004857"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T03:25:54.098195" elapsed="0.005021"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.107847" level="INFO">stdev :: 10052.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.103439" elapsed="0.004466"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T03:25:54.103303" elapsed="0.004638"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T03:25:54.086577" elapsed="0.021394"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.112020" level="INFO">${min} = 29082.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:25:54.108137" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.116125" level="INFO">${max} = 31381.96</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:25:54.112207" elapsed="0.003950"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.120427" level="INFO">${average} = 30078.35</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:25:54.116315" elapsed="0.004140"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.124485" level="INFO">${stdev} = 10052.41</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T03:25:54.120638" elapsed="0.003875"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.125092" level="INFO">${date} = 2026-06-13 03:25:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T03:25:54.124695" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.125768" level="INFO">CBench Result: 2026-06-13 03:25:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29082.15,31381.96,30078.35,10052.41</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T03:25:54.125281" elapsed="0.000546"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T03:25:54.127050" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T03:25:54.126506" elapsed="0.000625"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T03:25:54.127287" elapsed="0.000546"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T03:25:54.125988" elapsed="0.001916"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-13T03:15:39.428011" elapsed="614.699954"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.128436" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T03:25:54.128117" elapsed="0.000378"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T03:25:54.129821" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T03:25:54.129311" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-13T03:25:54.130088" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-06-13T03:25:54.129933" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-06-13T03:25:54.129909" elapsed="0.000277"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.130335" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.130660" elapsed="0.000023"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.130825" 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-06-13T03:25:54.131023" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.131174" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.131320" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.131468" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-13T03:25:54.131710" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-13T03:25:54.131555" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-06-13T03:25:54.131538" elapsed="0.000248"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-13T03:25:54.128909" elapsed="0.002928"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T03:15:39.426639" elapsed="614.705244"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-13T02:55:20.923567" elapsed="1833.209104"/>
</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>
