<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-10T00:48:07.309460" 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-07-10T00:48:07.883240" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-10T00:48:07.883084" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:07.883048" elapsed="0.000313"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:48:07.883509" elapsed="0.000582"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T00:48:07.884591" level="INFO">Logging into '10.30.170.113:8101' as 'karaf'.</msg>
<msg time="2026-07-10T00:48:08.760649" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-10T00:48:07.884279" elapsed="0.876623"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T00:48:08.810558" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-10T00:48:08.761298" elapsed="0.049480"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T00:48:08.813086" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T00:48:08.813231" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-10T00:48:08.811175" elapsed="0.002087"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-10T00:48:08.813449" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T00:48:08.813890" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:48:08.814748" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:48:08.814348" elapsed="0.000499"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T00:48:08.814912" elapsed="0.000102"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.113
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T00:48:07.882668" elapsed="0.932503"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-10T00:48:07.878961" elapsed="0.936284"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T00:48:08.815918" 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-07-10T00:48:08.815467" elapsed="0.000535"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T00:48:08.816746" 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-07-10T00:48:08.816223" elapsed="0.000600"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T00:48:08.817455" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-10T00:48:08.817019" elapsed="0.000465"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T00:48:08.818035" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T00:48:08.817664" elapsed="0.000415"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T00:48:08.818603" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-10T00:48:08.818225" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T00:48:08.819196" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T00:48:08.818798" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-10T00:48:08.819584" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-10T00:48:08.819353" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T00:48:08.824292" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:48:08.823813" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T00:48:08.825520" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T00:48:08.825604" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T00:48:08.824937" elapsed="0.000691"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:48:08.825776" elapsed="0.000373"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T00:48:08.827222" level="INFO">Logging into '10.30.171.117:22' as 'jenkins'.</msg>
<msg time="2026-07-10T00:48:09.561430" 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 Fri Jul 10 00:48:09 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.117
  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-335-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T00:48:08.826663" elapsed="0.734954"/>
</kw>
<msg time="2026-07-10T00:48:09.561725" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:48:08.826308" elapsed="0.735536"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T00:48:08.824528" elapsed="0.737484"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-10T00:48:09.569503" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-10T00:48:09.562270" elapsed="0.009295"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T00:48:09.571968" elapsed="0.000669"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-10T00:48:08.823247" elapsed="0.749530"/>
</kw>
<status status="PASS" start="2026-07-10T00:48:08.819716" elapsed="0.753144"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:08.819319" elapsed="0.753621"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T00:48:09.573350" elapsed="0.001131"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-10T00:48:09.582048" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-10T00:48:09.581847" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:09.581808" elapsed="0.000355"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-10T00:48:09.586882" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-10T00:48:09.586769" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:09.586750" elapsed="0.000201"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:48:09.587100" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T00:48:09.587994" level="INFO">Logging into '10.30.170.113:8101' as 'karaf'.</msg>
<msg time="2026-07-10T00:48:09.770851" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-10T00:48:09.587716" elapsed="0.183226"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T00:48:09.868880" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-10T00:48:09.771122" elapsed="0.097876"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T00:48:09.875401" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T00:48:09.875609" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-10T00:48:09.869177" elapsed="0.006464"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-10T00:48:09.875789" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T00:48:09.876159" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:48:09.876806" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:48:09.876507" elapsed="0.000354"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T00:48:09.876907" elapsed="0.000049"/>
</return>
<msg time="2026-07-10T00:48:09.877130" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.113
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T00:48:09.586410" elapsed="0.290752"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T00:48:09.877335" elapsed="0.000619"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T00:48:09.878026" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-10T00:48:09.581389" elapsed="0.296775"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-10T00:48:09.881923" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-10T00:48:09.881800" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:09.881777" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:48:09.882149" elapsed="0.000425"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T00:48:09.883002" level="INFO">Logging into '10.30.170.113:8101' as 'karaf'.</msg>
<msg time="2026-07-10T00:48:10.060212" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-10T00:48:09.882722" elapsed="0.177601"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T00:48:10.088716" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-10T00:48:10.060506" elapsed="0.028274"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T00:48:10.090563" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T00:48:10.090665" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-10T00:48:10.088931" elapsed="0.001763"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-10T00:48:10.090828" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T00:48:10.091184" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:48:10.091815" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:48:10.091518" elapsed="0.000346"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T00:48:10.091914" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.113
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T00:48:09.881480" elapsed="0.210620"/>
</kw>
<status status="PASS" start="2026-07-10T00:48:07.877090" elapsed="2.215076"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:48:10.094834" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:48:10.093576" elapsed="0.001324"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T00:48:10.096367" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T00:48:10.096014" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-10T00:48:10.096723" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-10T00:48:10.096487" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-10T00:48:10.099749" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-10T00:48:10.099500" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:10.099480" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T00:48:10.100187" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-10T00:48:10.099963" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:48:10.100885" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.117" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:48:10.100469" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T00:48:10.101586" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:48:10.101097" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T00:48:10.102531" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T00:48:10.102622" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T00:48:10.102201" elapsed="0.000445"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:48:10.102789" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T00:48:10.104008" level="INFO">Logging into '10.30.171.117:22' as 'jenkins'.</msg>
<msg time="2026-07-10T00:48:10.406637" 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 Fri Jul 10 00:48:09 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.117
  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: Fri Jul 10 00:48:09 2026 from 10.30.171.233
[?2004h[jenkins@releng-63164-335-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T00:48:10.103639" elapsed="0.303201"/>
</kw>
<msg time="2026-07-10T00:48:10.406933" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:48:10.103294" elapsed="0.303765"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T00:48:10.101812" elapsed="0.305386"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T00:48:10.407834" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T00:58:16.550877" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T00:58:16.551588" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T00:58:16.551694" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-10T00:48:10.407462" elapsed="606.144293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T00:58:16.552342" elapsed="0.000828"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.554398" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:15.618 16  switches: flows:  97082 99220 100425 99006 98796 97525 97337 101111 95867 94581 96347 97558 98904 95638 98775 95615  total = 26.063117 per ms 
00:50:15.718 16  switches: flows:  111894 113680 113683 111353 110364 112123 108613 111930 111564 106133 107709 110938 109474 109040 110338 108238  total = 29.402156 per ms 
00:51:15.819 16  switches: flows:  111097 113199 113082 110669 109544 109928 108306 112472 110913 106541 106815 110775 109445 108338 110241 109424  total = 29.297576 per ms 
00:52:15.919 16  switches: flows:  112660 114834 113411 113203 113262 112353 109625 112301 110422 107390 108355 110789 109730 108772 109754 108871  total = 29.546137 per ms 
00:53:16.019 16  switches: flows:  119868 119867 119193 117627 116883 120036 112013 117827 113414 112216 114942 112613 114597 113541 114671 112519  total = 30.812335 per ms 
00:54:16.121 16  switches: flows:  116104 113561 113879 115413 115151 113847 111899 111262 109658 110882 108730 111042 110546 108758 107619 109549  total = 29.748212 per ms 
00:55:16.221 16  switches: flows:  117242 115039 116364 116952 114435 116515 111349 113971 110461 112443 109146 110993 111448 111852 109469 112018  total = 30.111304 per ms 
00:56:16.321 16  switches: flows:  115330 113850 114640 114965 112639 114236 110760 112892 110509 110955 108705 110226 110483 110770 109153 110112  total = 29.787308 per ms 
00:57:16.422 16  switches: flows:  108203 106878 107305 107747 105525 105940 106035 108043 105094 105206 102335 103235 103545 104005 104085 103006  total = 28.056172 per ms 
00:58:16.522 16  switches: flows:  111955 113084 114015 112915 111902 112214 111491 112916 111431 110031 107542 107995 110729 111047 109770 108991  total = 29.584356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28056.17/30812.34/29593.95/9888.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.553589" elapsed="0.001101"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T00:58:16.555293" elapsed="0.000113"/>
</return>
<status status="PASS" start="2026-07-10T00:58:16.554904" elapsed="0.000591"/>
</branch>
<status status="PASS" start="2026-07-10T00:58:16.554839" elapsed="0.000715"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T00:58:16.555792" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-10T00:58:16.555710" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-10T00:58:16.555674" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T00:58:16.556041" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:58:16.560564" elapsed="0.000352"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:58:16.561078" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T00:58:16.561396" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T00:58:16.556773" elapsed="0.004778"/>
</kw>
<msg time="2026-07-10T00:58:16.561684" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-10T00:48:10.097155" elapsed="606.464556"/>
</kw>
<status status="PASS" start="2026-07-10T00:48:10.096807" elapsed="606.464953"/>
</branch>
<status status="PASS" start="2026-07-10T00:48:10.096464" elapsed="606.465319"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.562229" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:15.618 16  switches: flows:  97082 99220 100425 99006 98796 97525 97337 101111 95867 94581 96347 97558 98904 95638 98775 95615  total = 26.063117 per ms 
00:50:15.718 16  switches: flows:  111894 113680 113683 111353 110364 112123 108613 111930 111564 106133 107709 110938 109474 109040 110338 108238  total = 29.402156 per ms 
00:51:15.819 16  switches: flows:  111097 113199 113082 110669 109544 109928 108306 112472 110913 106541 106815 110775 109445 108338 110241 109424  total = 29.297576 per ms 
00:52:15.919 16  switches: flows:  112660 114834 113411 113203 113262 112353 109625 112301 110422 107390 108355 110789 109730 108772 109754 108871  total = 29.546137 per ms 
00:53:16.019 16  switches: flows:  119868 119867 119193 117627 116883 120036 112013 117827 113414 112216 114942 112613 114597 113541 114671 112519  total = 30.812335 per ms 
00:54:16.121 16  switches: flows:  116104 113561 113879 115413 115151 113847 111899 111262 109658 110882 108730 111042 110546 108758 107619 109549  total = 29.748212 per ms 
00:55:16.221 16  switches: flows:  117242 115039 116364 116952 114435 116515 111349 113971 110461 112443 109146 110993 111448 111852 109469 112018  total = 30.111304 per ms 
00:56:16.321 16  switches: flows:  115330 113850 114640 114965 112639 114236 110760 112892 110509 110955 108705 110226 110483 110770 109153 110112  total = 29.787308 per ms 
00:57:16.422 16  switches: flows:  108203 106878 107305 107747 105525 105940 106035 108043 105094 105206 102335 103235 103545 104005 104085 103006  total = 28.056172 per ms 
00:58:16.522 16  switches: flows:  111955 113084 114015 112915 111902 112214 111491 112916 111431 110031 107542 107995 110729 111047 109770 108991  total = 29.584356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28056.17/30812.34/29593.95/9888.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.561925" elapsed="0.000376"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T00:58:16.562450" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T00:58:16.563277" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T00:58:16.563368" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28056.17/30812.34/29593.95/9888.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-10T00:58:16.563038" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T00:58:16.563811" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28056.17/30812.34/29593.95/9888.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T00:58:16.563551" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.566227" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.564004" elapsed="0.002280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.568651" level="INFO">28056.17/30812.34/29593.95/9888.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.566425" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T00:58:16.571076" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T00:58:16.568853" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T00:58:16.573489" level="INFO">@{result_value_list} = [ 28056.17 | 30812.34 | 29593.95 | 9888.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T00:58:16.571290" elapsed="0.002226"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.573992" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T00:58:16.574089" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T00:58:16.573671" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.578787" level="INFO">min :: 28056.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.574530" elapsed="0.004313"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T00:58:16.574390" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.583375" level="INFO">max :: 30812.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.579124" elapsed="0.004307"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T00:58:16.578996" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.587904" level="INFO">avg :: 29593.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.583673" elapsed="0.004286"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T00:58:16.583550" elapsed="0.004456"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.592466" level="INFO">stdev :: 9888.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.588221" elapsed="0.004300"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T00:58:16.588096" elapsed="0.004459"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T00:58:16.574194" elapsed="0.018392"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.596536" level="INFO">${min} = 28056.17</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T00:58:16.592747" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.600560" level="INFO">${max} = 30812.34</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T00:58:16.596714" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.604643" level="INFO">${average} = 29593.95</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T00:58:16.600735" elapsed="0.003934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.608542" level="INFO">${stdev} = 9888.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T00:58:16.604822" elapsed="0.003746"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.609116" level="INFO">${date} = 2026-07-10 00:58:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T00:58:16.608726" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.609699" level="INFO">CBench Result: 2026-07-10 00:58:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28056.17,30812.34,29593.95,9888.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.609289" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T00:58:16.610795" 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-07-10T00:58:16.610388" elapsed="0.000472"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T00:58:16.611025" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T00:58:16.609907" elapsed="0.001638"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-10T00:48:10.095360" elapsed="606.516245"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.612095" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-10T00:58:16.611760" 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-07-10T00:58:16.612668" elapsed="0.000290"/>
</kw>
<status status="PASS" start="2026-07-10T00:58:16.612371" elapsed="0.000674"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-10T00:48:10.092354" elapsed="606.520729"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.614369" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.613999" elapsed="0.000425"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.615667" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T00:58:16.615339" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-10T00:58:16.616051" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T00:58:16.615816" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-10T00:58:16.618999" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T00:58:16.618740" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-07-10T00:58:16.618721" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T00:58:16.619414" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-10T00:58:16.619215" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.620116" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.113 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.117" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T00:58:16.619691" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T00:58:16.620725" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T00:58:16.620310" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T00:58:16.621660" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T00:58:16.621748" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T00:58:16.621345" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:58:16.621909" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T00:58:16.623107" level="INFO">Logging into '10.30.171.117:22' as 'jenkins'.</msg>
<msg time="2026-07-10T00:58:17.204294" 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 Fri Jul 10 00:58:16 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.117
  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: Fri Jul 10 00:48:10 2026 from 10.30.171.233
[?2004h[jenkins@releng-63164-335-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T00:58:16.622740" elapsed="0.581727"/>
</kw>
<msg time="2026-07-10T00:58:17.204555" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T00:58:16.622397" elapsed="0.582258"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T00:58:16.620963" elapsed="0.583807"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T00:58:17.205327" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.113 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T01:08:23.292379" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T01:08:23.297810" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T01:08:23.297925" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-10T00:58:17.205012" elapsed="606.093533"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T01:08:23.304511" elapsed="0.001680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.307954" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.343 16  switches: flows:  443113 436259 447679 449686 442958 435969 447411 456553 433397 426363 440665 440952 446806 446347 445660 437087  total = 117.948417 per ms 
01:00:22.446 16  switches: flows:  421336 441388 434319 440640 432526 426081 417855 427503 431351 440867 433554 423953 433506 428656 435788 418520  total = 114.602839 per ms 
01:01:22.547 16  switches: flows:  421602 420131 412493 421693 429035 427302 419270 383959 423304 420700 422485 415237 416361 411991 423345 410472  total = 111.136099 per ms 
01:02:22.649 16  switches: flows:  529513 538895 536751 533925 529916 528766 533884 530710 533000 537934 537075 541886 530419 534141 536929 538996  total = 142.306899 per ms 
01:03:22.750 16  switches: flows:  518471 521512 512469 512583 519480 503207 509713 517644 513353 518581 517831 516768 518896 521575 513253 527182  total = 137.477426 per ms 
01:04:22.852 16  switches: flows:  563993 568596 564853 564777 566794 559453 569549 567403 565623 568502 568035 567540 564815 561478 567980 564954  total = 150.650282 per ms 
01:05:22.955 16  switches: flows:  554605 565247 553908 547911 559657 556668 567190 552565 557933 564947 558261 554867 566936 567975 559638 554298  total = 148.790460 per ms 
01:06:23.057 16  switches: flows:  558756 542567 542689 539031 543353 550861 550938 553360 546524 557333 560503 553697 554235 539197 540440 501183  total = 145.333572 per ms 
01:07:23.158 16  switches: flows:  470776 467713 462090 457474 469083 479830 469778 464443 460826 469876 463914 486364 459929 467794 469342 460042  total = 124.444633 per ms 
01:08:23.259 16  switches: flows:  457984 474345 450577 459102 463098 463920 469894 452317 472710 468066 474640 483595 471005 471791 462522 475703  total = 124.312276 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 111136.10/150650.28/133228.28/46588.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.307497" elapsed="0.001120"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T01:08:23.308913" elapsed="0.000513"/>
</return>
<status status="PASS" start="2026-07-10T01:08:23.308740" elapsed="0.000729"/>
</branch>
<status status="PASS" start="2026-07-10T01:08:23.308708" elapsed="0.000788"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T01:08:23.310064" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-10T01:08:23.310026" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-07-10T01:08:23.310009" elapsed="0.000119"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T01:08:23.310158" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T01:08:23.313864" elapsed="0.000430"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T01:08:23.314448" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T01:08:23.314781" elapsed="0.000114"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T01:08:23.311036" elapsed="0.003913"/>
</kw>
<msg time="2026-07-10T01:08:23.315108" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-10T00:58:16.616460" elapsed="606.698677"/>
</kw>
<status status="PASS" start="2026-07-10T00:58:16.616135" elapsed="606.699053"/>
</branch>
<status status="PASS" start="2026-07-10T00:58:16.615795" elapsed="606.699417"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.315736" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.343 16  switches: flows:  443113 436259 447679 449686 442958 435969 447411 456553 433397 426363 440665 440952 446806 446347 445660 437087  total = 117.948417 per ms 
01:00:22.446 16  switches: flows:  421336 441388 434319 440640 432526 426081 417855 427503 431351 440867 433554 423953 433506 428656 435788 418520  total = 114.602839 per ms 
01:01:22.547 16  switches: flows:  421602 420131 412493 421693 429035 427302 419270 383959 423304 420700 422485 415237 416361 411991 423345 410472  total = 111.136099 per ms 
01:02:22.649 16  switches: flows:  529513 538895 536751 533925 529916 528766 533884 530710 533000 537934 537075 541886 530419 534141 536929 538996  total = 142.306899 per ms 
01:03:22.750 16  switches: flows:  518471 521512 512469 512583 519480 503207 509713 517644 513353 518581 517831 516768 518896 521575 513253 527182  total = 137.477426 per ms 
01:04:22.852 16  switches: flows:  563993 568596 564853 564777 566794 559453 569549 567403 565623 568502 568035 567540 564815 561478 567980 564954  total = 150.650282 per ms 
01:05:22.955 16  switches: flows:  554605 565247 553908 547911 559657 556668 567190 552565 557933 564947 558261 554867 566936 567975 559638 554298  total = 148.790460 per ms 
01:06:23.057 16  switches: flows:  558756 542567 542689 539031 543353 550861 550938 553360 546524 557333 560503 553697 554235 539197 540440 501183  total = 145.333572 per ms 
01:07:23.158 16  switches: flows:  470776 467713 462090 457474 469083 479830 469778 464443 460826 469876 463914 486364 459929 467794 469342 460042  total = 124.444633 per ms 
01:08:23.259 16  switches: flows:  457984 474345 450577 459102 463098 463920 469894 452317 472710 468066 474640 483595 471005 471791 462522 475703  total = 124.312276 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 111136.10/150650.28/133228.28/46588.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.315420" elapsed="0.000390"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T01:08:23.315955" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T01:08:23.316743" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T01:08:23.316832" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 111136.10/150650.28/133228.28/46588.17 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-10T01:08:23.316516" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T01:08:23.317281" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 111136.10/150650.28/133228.28/46588.17 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T01:08:23.317027" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.319688" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.317450" elapsed="0.002294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.322074" level="INFO">111136.10/150650.28/133228.28/46588.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.319887" elapsed="0.002243"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T01:08:23.324520" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T01:08:23.322276" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T01:08:23.326947" level="INFO">@{result_value_list} = [ 111136.10 | 150650.28 | 133228.28 | 46588.17 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T01:08:23.324765" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.327459" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T01:08:23.327546" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T01:08:23.327142" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.332539" level="INFO">min :: 111136.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.328011" elapsed="0.004590"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T01:08:23.327866" elapsed="0.004770"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.338260" level="INFO">max :: 150650.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.332853" elapsed="0.005464"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T01:08:23.332726" elapsed="0.005627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.342853" level="INFO">avg :: 133228.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.338572" elapsed="0.004337"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T01:08:23.338441" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.347440" level="INFO">stdev :: 46588.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.343172" elapsed="0.004322"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T01:08:23.343043" elapsed="0.004488"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T01:08:23.327655" elapsed="0.019913"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.351416" level="INFO">${min} = 111136.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:08:23.347731" elapsed="0.003711"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.355296" level="INFO">${max} = 150650.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:08:23.351596" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.359143" level="INFO">${average} = 133228.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:08:23.355475" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.363019" level="INFO">${stdev} = 46588.17</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:08:23.359331" elapsed="0.003716"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.363606" level="INFO">${date} = 2026-07-10 01:08:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T01:08:23.363208" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.364199" level="INFO">CBench Result: 2026-07-10 01:08:23,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,111136.10,150650.28,133228.28,46588.17</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.363777" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T01:08:23.365886" 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-07-10T01:08:23.365395" elapsed="0.000566"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T01:08:23.366140" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T01:08:23.364901" elapsed="0.001798"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-10T00:58:16.614745" elapsed="606.752017"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.367282" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-10T01:08:23.366917" elapsed="0.000422"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-10T01:08:23.367878" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-07-10T01:08:23.367565" elapsed="0.000667"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-10T00:58:16.613401" elapsed="606.754871"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.369741" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.369356" elapsed="0.000442"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.371060" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T01:08:23.370715" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-10T01:08:23.371613" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-10T01:08:23.371239" elapsed="0.000433"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-10T01:08:23.375315" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T01:08:23.375055" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-07-10T01:08:23.375035" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T01:08:23.375758" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-10T01:08:23.375534" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.376473" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.117" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:08:23.376056" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T01:08:23.377094" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T01:08:23.376675" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T01:08:23.378053" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T01:08:23.378145" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T01:08:23.377692" elapsed="0.000476"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T01:08:23.378308" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T01:08:23.379511" level="INFO">Logging into '10.30.171.117:22' as 'jenkins'.</msg>
<msg time="2026-07-10T01:08:23.963613" 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 Fri Jul 10 01:08:23 UTC 2026

  System load:  0.36               Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.117
  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: Fri Jul 10 00:58:17 2026 from 10.30.171.233
[?2004h[jenkins@releng-63164-335-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T01:08:23.379131" elapsed="0.584746"/>
</kw>
<msg time="2026-07-10T01:08:23.963990" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T01:08:23.378774" elapsed="0.585317"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T01:08:23.377321" elapsed="0.586903"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T01:08:23.964876" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T01:18:30.002851" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T01:18:30.003416" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T01:18:30.003518" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-10T01:08:23.964491" elapsed="606.039082"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T01:18:30.004159" elapsed="0.000683"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.006018" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:29.088 16  switches: flows:  103589 104585 98531 97383 97604 97890 96189 97010 96001 96393 96049 96821 95450 96047 95817 96748  total = 26.035117 per ms 
01:10:29.189 16  switches: flows:  109764 109482 110327 110152 109999 110117 108269 108549 107704 106107 108233 107922 107950 106406 106566 108446  total = 28.884942 per ms 
01:11:29.289 16  switches: flows:  112639 113242 112733 110139 112819 112804 111590 113697 109428 110196 111151 109954 110477 109220 111297 108998  total = 29.623560 per ms 
01:12:29.390 16  switches: flows:  112770 114519 111945 113773 114808 113962 113182 113188 110489 110654 111621 112063 112987 109966 110875 109576  total = 29.889669 per ms 
01:13:29.490 16  switches: flows:  114306 115626 114347 112378 113634 114994 113079 113603 110485 111259 111976 112453 112797 110765 112130 109736  total = 30.009331 per ms 
01:14:29.590 16  switches: flows:  110776 114543 111993 110351 111623 113187 111934 115343 109825 109060 111321 109271 111344 108174 109612 110440  total = 29.597115 per ms 
01:15:29.691 16  switches: flows:  113097 115037 113542 111844 112373 115834 113425 114245 114169 109776 111546 111098 112934 110899 110684 111064  total = 29.975978 per ms 
01:16:29.791 16  switches: flows:  97949 102363 100903 100215 99388 99499 101612 99451 100049 97502 99659 100329 100721 95667 99061 97306  total = 26.483657 per ms 
01:17:29.891 16  switches: flows:  111491 114383 112181 112341 113124 112410 109847 112815 109979 109596 111306 107832 109476 111184 110362 109165  total = 29.575462 per ms 
01:18:29.992 16  switches: flows:  112559 115869 114307 114017 113634 112570 110445 113136 109952 110575 112492 108979 110109 112142 111595 110413  total = 29.830054 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26483.66/30009.33/29318.86/9829.40 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.005252" elapsed="0.001068"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T01:18:30.006819" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-07-10T01:18:30.006503" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-07-10T01:18:30.006451" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T01:18:30.007301" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-10T01:18:30.007219" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-10T01:18:30.007184" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T01:18:30.007506" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T01:18:30.012860" elapsed="0.000350"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T01:18:30.013357" elapsed="0.000160"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T01:18:30.013647" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T01:18:30.008250" elapsed="0.005548"/>
</kw>
<msg time="2026-07-10T01:18:30.013925" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-10T01:08:23.372521" elapsed="606.641431"/>
</kw>
<status status="PASS" start="2026-07-10T01:08:23.371698" elapsed="606.642319"/>
</branch>
<status status="PASS" start="2026-07-10T01:08:23.371214" elapsed="606.642826"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.014466" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:29.088 16  switches: flows:  103589 104585 98531 97383 97604 97890 96189 97010 96001 96393 96049 96821 95450 96047 95817 96748  total = 26.035117 per ms 
01:10:29.189 16  switches: flows:  109764 109482 110327 110152 109999 110117 108269 108549 107704 106107 108233 107922 107950 106406 106566 108446  total = 28.884942 per ms 
01:11:29.289 16  switches: flows:  112639 113242 112733 110139 112819 112804 111590 113697 109428 110196 111151 109954 110477 109220 111297 108998  total = 29.623560 per ms 
01:12:29.390 16  switches: flows:  112770 114519 111945 113773 114808 113962 113182 113188 110489 110654 111621 112063 112987 109966 110875 109576  total = 29.889669 per ms 
01:13:29.490 16  switches: flows:  114306 115626 114347 112378 113634 114994 113079 113603 110485 111259 111976 112453 112797 110765 112130 109736  total = 30.009331 per ms 
01:14:29.590 16  switches: flows:  110776 114543 111993 110351 111623 113187 111934 115343 109825 109060 111321 109271 111344 108174 109612 110440  total = 29.597115 per ms 
01:15:29.691 16  switches: flows:  113097 115037 113542 111844 112373 115834 113425 114245 114169 109776 111546 111098 112934 110899 110684 111064  total = 29.975978 per ms 
01:16:29.791 16  switches: flows:  97949 102363 100903 100215 99388 99499 101612 99451 100049 97502 99659 100329 100721 95667 99061 97306  total = 26.483657 per ms 
01:17:29.891 16  switches: flows:  111491 114383 112181 112341 113124 112410 109847 112815 109979 109596 111306 107832 109476 111184 110362 109165  total = 29.575462 per ms 
01:18:29.992 16  switches: flows:  112559 115869 114307 114017 113634 112570 110445 113136 109952 110575 112492 108979 110109 112142 111595 110413  total = 29.830054 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26483.66/30009.33/29318.86/9829.40 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.014180" elapsed="0.000358"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T01:18:30.014686" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T01:18:30.015433" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T01:18:30.015521" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26483.66/30009.33/29318.86/9829.40 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-10T01:18:30.015217" elapsed="0.000327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T01:18:30.015941" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26483.66/30009.33/29318.86/9829.40 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T01:18:30.015695" elapsed="0.000272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.018371" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.016157" elapsed="0.002270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.020783" level="INFO">26483.66/30009.33/29318.86/9829.40</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.018571" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T01:18:30.023215" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T01:18:30.021023" elapsed="0.002219"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T01:18:30.025681" level="INFO">@{result_value_list} = [ 26483.66 | 30009.33 | 29318.86 | 9829.40 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T01:18:30.023448" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.026198" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T01:18:30.026285" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T01:18:30.025862" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.031044" level="INFO">min :: 26483.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.026714" elapsed="0.004386"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T01:18:30.026586" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.035629" level="INFO">max :: 30009.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.031347" elapsed="0.004339"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T01:18:30.031221" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.040397" level="INFO">avg :: 29318.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.035926" elapsed="0.004529"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T01:18:30.035803" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.045151" level="INFO">stdev :: 9829.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.040708" elapsed="0.004502"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T01:18:30.040580" elapsed="0.004665"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T01:18:30.026396" elapsed="0.018879"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.049230" level="INFO">${min} = 26483.66</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:18:30.045442" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.053336" level="INFO">${max} = 30009.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:18:30.049413" elapsed="0.003950"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.057222" level="INFO">${average} = 29318.86</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:18:30.053513" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.061109" level="INFO">${stdev} = 9829.40</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T01:18:30.057399" elapsed="0.003737"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.061639" level="INFO">${date} = 2026-07-10 01:18: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-07-10T01:18:30.061295" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.062231" level="INFO">CBench Result: 2026-07-10 01:18:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26483.66,30009.33,29318.86,9829.40</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T01:18:30.061813" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T01:18:30.063429" 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-07-10T01:18:30.062929" elapsed="0.000567"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T01:18:30.063646" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T01:18:30.062453" elapsed="0.001768"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-10T01:08:23.370160" elapsed="606.694121"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.064737" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-10T01:18:30.064428" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T01:18:30.066024" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-10T01:18:30.065530" elapsed="0.000522"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-10T01:18:30.066289" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-07-10T01:18:30.066134" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-07-10T01:18:30.066112" elapsed="0.000271"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.066532" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.066686" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.066843" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.067051" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.067202" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.067346" 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-07-10T01:18:30.067489" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-10T01:18:30.067709" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-10T01:18:30.067569" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-07-10T01:18:30.067553" elapsed="0.000235"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-10T01:18:30.065188" elapsed="0.002651"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-10T01:08:23.368591" elapsed="606.699295"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-10T00:48:07.311055" elapsed="1822.757634"/>
</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>
