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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-09T00:45:16.688037" elapsed="0.751336"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-09T00:45:17.486903" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-09T00:45:17.439774" elapsed="0.047216"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-09T00:45:17.488747" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-09T00:45:17.488870" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-09T00:45:17.487196" elapsed="0.001705"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-09T00:45:17.489061" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T00:45:17.489424" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:45:17.490278" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:45:17.489895" elapsed="0.000439"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T00:45:17.490392" elapsed="0.000072"/>
</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.109
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-09T00:45:16.686547" elapsed="0.804091"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-09T00:45:16.682977" elapsed="0.807732"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T00:45:17.491392" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T00:45:17.490918" elapsed="0.000533"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T00:45:17.492056" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T00:45:17.491631" elapsed="0.000502"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-09T00:45:17.492762" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-09T00:45:17.492297" elapsed="0.000493"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T00:45:17.493312" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T00:45:17.492964" elapsed="0.000393"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-09T00:45:17.493922" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-09T00:45:17.493505" elapsed="0.000445"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T00:45:17.494427" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T00:45:17.494112" elapsed="0.000358"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-09T00:45:17.494833" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-09T00:45:17.494599" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-09T00:45:17.499497" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T00:45:17.499042" elapsed="0.000482"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T00:45:17.500661" level="INFO">Length is 0.</msg>
<msg time="2026-05-09T00:45:17.500748" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T00:45:17.500109" elapsed="0.000663"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T00:45:17.500922" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-09T00:45:17.502344" level="INFO">Logging into '10.30.171.135:22' as 'jenkins'.</msg>
<msg time="2026-05-09T00:45:18.310654" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  9 00:45:17 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.135
  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-231-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T00:45:17.501812" elapsed="0.808997"/>
</kw>
<msg time="2026-05-09T00:45:18.310903" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T00:45:17.501430" elapsed="0.809567"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T00:45:17.499758" elapsed="0.811365"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.317810" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-09T00:45:18.311351" elapsed="0.007754"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T00:45:18.319303" elapsed="0.000331"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-09T00:45:17.498467" elapsed="0.821235"/>
</kw>
<status status="PASS" start="2026-05-09T00:45:17.494973" elapsed="0.824768"/>
</branch>
<status status="PASS" start="2026-05-09T00:45:17.494549" elapsed="0.825230"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T00:45:18.319949" elapsed="0.000555"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-09T00:45:18.325609" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-09T00:45:18.325413" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-05-09T00:45:18.325379" elapsed="0.000347"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-09T00:45:18.330998" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-09T00:45:18.330832" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-05-09T00:45:18.330803" elapsed="0.000319"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T00:45:18.331337" elapsed="0.000660"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.332490" level="INFO">Logging into '10.30.170.109:8101' as 'karaf'.</msg>
<msg time="2026-05-09T00:45:18.514484" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-09T00:45:18.332221" elapsed="0.182397"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.608737" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-09T00:45:18.514831" elapsed="0.093986"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.613902" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-09T00:45:18.614088" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-09T00:45:18.609013" elapsed="0.005109"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-09T00:45:18.614263" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T00:45:18.614617" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:45:18.615307" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:45:18.614974" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T00:45:18.615414" elapsed="0.000056"/>
</return>
<msg time="2026-05-09T00:45:18.615672" 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.109
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-09T00:45:18.330286" elapsed="0.285420"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T00:45:18.615870" elapsed="0.000583"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T00:45:18.616506" 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-05-09T00:45:18.324960" elapsed="0.291708"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-09T00:45:18.620517" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-09T00:45:18.620375" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-09T00:45:18.620349" elapsed="0.000269"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T00:45:18.620755" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.621696" level="INFO">Logging into '10.30.170.109:8101' as 'karaf'.</msg>
<msg time="2026-05-09T00:45:18.831372" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-09T00:45:18.621394" elapsed="0.210204"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.855886" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-09T00:45:18.831945" elapsed="0.024000"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.858260" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-09T00:45:18.858365" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-09T00:45:18.856100" elapsed="0.002294"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-09T00:45:18.858532" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T00:45:18.858870" elapsed="0.000174"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:45:18.859504" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:45:18.859182" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T00:45:18.859626" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.109
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-09T00:45:18.620014" elapsed="0.239785"/>
</kw>
<status status="PASS" start="2026-05-09T00:45:16.681188" elapsed="2.178674"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:45:18.862142" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:45:18.861058" elapsed="0.001153"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T00:45:18.863726" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T00:45:18.863359" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-09T00:45:18.864109" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-09T00:45:18.863858" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-09T00:45:18.867132" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-09T00:45:18.866878" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-05-09T00:45:18.866858" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-09T00:45:18.867547" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat May  9 00:45:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  9 00:45:18 2026 from 10.30.170.73
[?2004h[jenkins@releng-63164-231-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T00:45:18.871059" elapsed="0.381711"/>
</kw>
<msg time="2026-05-09T00:45:19.252941" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T00:45:18.870709" elapsed="0.382397"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T00:45:18.869216" elapsed="0.384123"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-09T00:45:19.254772" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.109 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-09T00:55:25.365202" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-09T00:55:25.365838" level="INFO">${stdout} = </msg>
<msg time="2026-05-09T00:55:25.365949" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-09T00:45:19.253774" elapsed="606.112243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T00:55:25.366512" elapsed="0.000806"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.368468" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109: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.109. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:24.447 16  switches: flows:  129217 130761 127308 126630 130834 135480 127611 127964 126534 126402 128206 124367 129630 127638 126891 126015  total = 34.191467 per ms 
00:47:24.549 16  switches: flows:  148018 150798 144978 146025 147145 151960 143042 145120 142031 143023 147340 147445 146169 144115 143706 144965  total = 38.866434 per ms 
00:48:24.649 16  switches: flows:  144259 146812 141249 139476 140880 145958 141669 143287 139209 140007 140806 141098 141622 138092 142590 138124  total = 37.689407 per ms 
00:49:24.750 16  switches: flows:  155085 156073 149969 147022 146876 153538 151191 150891 148775 147650 152972 150030 146714 144919 149811 146888  total = 39.906338 per ms 
00:50:24.851 16  switches: flows:  152778 154523 148022 149474 152808 156282 149300 148854 144494 145804 151738 151441 144284 147240 145314 148132  total = 39.775068 per ms 
00:51:24.951 16  switches: flows:  152669 154274 150998 149179 154671 154405 153257 150917 145430 147124 150212 149683 145595 145854 145862 149648  total = 39.929711 per ms 
00:52:25.051 16  switches: flows:  155187 155543 151934 149975 153668 153544 152000 150888 148030 149076 153523 151298 147383 147650 146417 149362  total = 40.190911 per ms 
00:53:25.151 16  switches: flows:  151670 152319 150215 150592 151127 153916 151503 150046 144396 145905 150147 150446 143792 147248 143747 145039  total = 39.635638 per ms 
00:54:25.251 16  switches: flows:  149419 154660 150191 153506 153353 153656 151530 152098 150549 146961 152505 152985 147148 144606 145953 145120  total = 40.003894 per ms 
00:55:25.352 16  switches: flows:  151786 153311 146421 151933 153130 151655 151624 150916 151948 145673 149277 151167 148240 145840 148197 144542  total = 39.861102 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37689.41/40190.91/39539.83/13200.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.367738" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-09T00:55:25.369298" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-05-09T00:55:25.369002" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-05-09T00:55:25.368946" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-09T00:55:25.369771" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-09T00:55:25.369686" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-05-09T00:55:25.369649" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-09T00:55:25.369990" 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-05-09T00:55:25.374045" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T00:55:25.374788" elapsed="0.000360"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T00:55:25.375341" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-09T00:55:25.370730" elapsed="0.004830"/>
</kw>
<msg time="2026-05-09T00:55:25.375776" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-09T00:45:18.864525" elapsed="606.511290"/>
</kw>
<status status="PASS" start="2026-05-09T00:45:18.864202" elapsed="606.511686"/>
</branch>
<status status="PASS" start="2026-05-09T00:45:18.863834" elapsed="606.512090"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.376559" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109: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.109. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:24.447 16  switches: flows:  129217 130761 127308 126630 130834 135480 127611 127964 126534 126402 128206 124367 129630 127638 126891 126015  total = 34.191467 per ms 
00:47:24.549 16  switches: flows:  148018 150798 144978 146025 147145 151960 143042 145120 142031 143023 147340 147445 146169 144115 143706 144965  total = 38.866434 per ms 
00:48:24.649 16  switches: flows:  144259 146812 141249 139476 140880 145958 141669 143287 139209 140007 140806 141098 141622 138092 142590 138124  total = 37.689407 per ms 
00:49:24.750 16  switches: flows:  155085 156073 149969 147022 146876 153538 151191 150891 148775 147650 152972 150030 146714 144919 149811 146888  total = 39.906338 per ms 
00:50:24.851 16  switches: flows:  152778 154523 148022 149474 152808 156282 149300 148854 144494 145804 151738 151441 144284 147240 145314 148132  total = 39.775068 per ms 
00:51:24.951 16  switches: flows:  152669 154274 150998 149179 154671 154405 153257 150917 145430 147124 150212 149683 145595 145854 145862 149648  total = 39.929711 per ms 
00:52:25.051 16  switches: flows:  155187 155543 151934 149975 153668 153544 152000 150888 148030 149076 153523 151298 147383 147650 146417 149362  total = 40.190911 per ms 
00:53:25.151 16  switches: flows:  151670 152319 150215 150592 151127 153916 151503 150046 144396 145905 150147 150446 143792 147248 143747 145039  total = 39.635638 per ms 
00:54:25.251 16  switches: flows:  149419 154660 150191 153506 153353 153656 151530 152098 150549 146961 152505 152985 147148 144606 145953 145120  total = 40.003894 per ms 
00:55:25.352 16  switches: flows:  151786 153311 146421 151933 153130 151655 151624 150916 151948 145673 149277 151167 148240 145840 148197 144542  total = 39.861102 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37689.41/40190.91/39539.83/13200.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.376131" elapsed="0.000560"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T00:55:25.376914" elapsed="0.000545"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-09T00:55:25.378050" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-09T00:55:25.378184" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37689.41/40190.91/39539.83/13200.88 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-09T00:55:25.377715" elapsed="0.000506"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T00:55:25.378816" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37689.41/40190.91/39539.83/13200.88 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T00:55:25.378480" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.381216" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.378989" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.383664" level="INFO">37689.41/40190.91/39539.83/13200.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.381418" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T00:55:25.386077" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T00:55:25.383869" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T00:55:25.388544" level="INFO">@{result_value_list} = [ 37689.41 | 40190.91 | 39539.83 | 13200.88 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T00:55:25.386292" elapsed="0.002293"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.389050" level="INFO">Length is 4.</msg>
<msg time="2026-05-09T00:55:25.389140" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T00:55:25.388743" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.393871" level="INFO">min :: 37689.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.389577" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-09T00:55:25.389431" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.398471" level="INFO">max :: 40190.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.394217" elapsed="0.004310"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-09T00:55:25.394089" elapsed="0.004485"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.403044" level="INFO">avg :: 39539.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.398796" elapsed="0.004305"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-09T00:55:25.398668" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.407631" level="INFO">stdev :: 13200.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.403357" elapsed="0.004334"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-09T00:55:25.403229" elapsed="0.004499"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-09T00:55:25.389235" elapsed="0.018526"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.411865" level="INFO">${min} = 37689.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T00:55:25.407920" elapsed="0.003972"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.416751" level="INFO">${max} = 40190.91</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T00:55:25.412048" elapsed="0.004731"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.420770" level="INFO">${average} = 39539.83</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T00:55:25.416933" elapsed="0.003863"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.424668" level="INFO">${stdev} = 13200.88</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T00:55:25.420947" elapsed="0.003747"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.425227" level="INFO">${date} = 2026-05-09 00:55:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-09T00:55:25.424852" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.425825" level="INFO">CBench Result: 2026-05-09 00:55:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37689.41,40190.91,39539.83,13200.88</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.425399" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T00:55:25.426949" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T00:55:25.426530" elapsed="0.000486"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T00:55:25.427169" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-09T00:55:25.426030" elapsed="0.001671"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-09T00:45:18.862721" elapsed="606.565041"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.428228" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-09T00:55:25.427913" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-09T00:55:25.428813" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-05-09T00:55:25.428498" elapsed="0.000652"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-09T00:45:18.860046" elapsed="606.569142"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.430610" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T00:55:25.430193" elapsed="0.000474"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T00:55:25.431900" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T00:55:25.431555" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-09T00:55:25.432266" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-09T00:55:25.432051" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-09T00:55:25.435231" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-09T00:55:25.434985" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-05-09T00:55:25.434967" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-09T00:55:25.435648" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat May  9 00:55:25 UTC 2026

  System load:  0.9                Processes:             103
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.135
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  9 00:45:19 2026 from 10.30.170.73
[?2004h[jenkins@releng-63164-231-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T00:55:25.438978" elapsed="0.589139"/>
</kw>
<msg time="2026-05-09T00:55:26.028212" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T00:55:25.438633" elapsed="0.589676"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T00:55:25.437182" elapsed="0.591249"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-09T00:55:26.029032" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.109 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-09T01:05:32.097305" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-09T01:05:32.097949" level="INFO">${stdout} = </msg>
<msg time="2026-05-09T01:05:32.098099" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.109:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-09T00:55:26.028687" elapsed="606.069482"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T01:05:32.098673" elapsed="0.000738"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.100660" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.109: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.109. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:31.151 16  switches: flows:  524133 525782 524493 523852 521413 526946 528776 526996 507632 515576 514518 510434 514991 527931 508119 508973  total = 138.509417 per ms 
00:57:31.252 16  switches: flows:  520721 515655 525766 523096 525686 523480 513418 524193 517042 523891 524163 521602 521045 522382 511092 526449  total = 138.762284 per ms 
00:58:31.353 16  switches: flows:  534927 539661 544212 538937 540702 540061 535748 538140 534020 526844 541171 528034 536177 529372 543435 531878  total = 142.814964 per ms 
00:59:31.472 16  switches: flows:  518443 521208 525140 519041 519478 515667 513840 523049 518298 516392 522649 516595 524037 517623 524552 523540  total = 138.387407 per ms 
01:00:31.573 16  switches: flows:  531967 528753 523693 529406 532064 533366 525734 535551 522476 531345 523213 527693 528604 525971 528470 524775  total = 140.647175 per ms 
01:01:31.674 16  switches: flows:  585325 583860 577637 575895 582725 574945 573137 584251 584045 585576 580355 581597 581277 579997 581331 582211  total = 154.642856 per ms 
01:02:31.776 16  switches: flows:  584783 585690 595236 590676 596674 589327 592929 598665 582558 581563 591876 594041 599022 593600 589234 586852  total = 157.279060 per ms 
01:03:31.878 16  switches: flows:  588309 587977 589420 589024 588540 585995 586642 590965 580362 587265 589734 592083 597504 581319 590220 589770  total = 156.654944 per ms 
01:04:31.980 16  switches: flows:  574921 572871 574870 575478 583789 578208 569962 570229 579815 577522 578897 577508 577401 582301 576475 573371  total = 153.468809 per ms 
01:05:32.082 16  switches: flows:  544123 541014 537080 541924 545408 540287 539224 544251 542547 534539 540945 543308 543459 543217 550231 549103  total = 144.432430 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138387.41/157279.06/147454.44/49717.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.099847" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-09T01:05:32.101469" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-05-09T01:05:32.101161" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-05-09T01:05:32.101109" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-09T01:05:32.101937" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-09T01:05:32.101855" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-09T01:05:32.101817" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-09T01:05:32.102166" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T01:05:32.107518" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T01:05:32.108025" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T01:05:32.108320" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-09T01:05:32.102895" elapsed="0.005578"/>
</kw>
<msg time="2026-05-09T01:05:32.108617" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.109:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-09T00:55:25.432679" elapsed="606.675965"/>
</kw>
<status status="PASS" start="2026-05-09T00:55:25.432349" elapsed="606.676344"/>
</branch>
<status status="PASS" start="2026-05-09T00:55:25.432031" elapsed="606.676686"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.109151" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.109: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.109. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:31.151 16  switches: flows:  524133 525782 524493 523852 521413 526946 528776 526996 507632 515576 514518 510434 514991 527931 508119 508973  total = 138.509417 per ms 
00:57:31.252 16  switches: flows:  520721 515655 525766 523096 525686 523480 513418 524193 517042 523891 524163 521602 521045 522382 511092 526449  total = 138.762284 per ms 
00:58:31.353 16  switches: flows:  534927 539661 544212 538937 540702 540061 535748 538140 534020 526844 541171 528034 536177 529372 543435 531878  total = 142.814964 per ms 
00:59:31.472 16  switches: flows:  518443 521208 525140 519041 519478 515667 513840 523049 518298 516392 522649 516595 524037 517623 524552 523540  total = 138.387407 per ms 
01:00:31.573 16  switches: flows:  531967 528753 523693 529406 532064 533366 525734 535551 522476 531345 523213 527693 528604 525971 528470 524775  total = 140.647175 per ms 
01:01:31.674 16  switches: flows:  585325 583860 577637 575895 582725 574945 573137 584251 584045 585576 580355 581597 581277 579997 581331 582211  total = 154.642856 per ms 
01:02:31.776 16  switches: flows:  584783 585690 595236 590676 596674 589327 592929 598665 582558 581563 591876 594041 599022 593600 589234 586852  total = 157.279060 per ms 
01:03:31.878 16  switches: flows:  588309 587977 589420 589024 588540 585995 586642 590965 580362 587265 589734 592083 597504 581319 590220 589770  total = 156.654944 per ms 
01:04:31.980 16  switches: flows:  574921 572871 574870 575478 583789 578208 569962 570229 579815 577522 578897 577508 577401 582301 576475 573371  total = 153.468809 per ms 
01:05:32.082 16  switches: flows:  544123 541014 537080 541924 545408 540287 539224 544251 542547 534539 540945 543308 543459 543217 550231 549103  total = 144.432430 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138387.41/157279.06/147454.44/49717.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.108859" elapsed="0.000367"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T01:05:32.109374" elapsed="0.000383"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-09T01:05:32.110154" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-09T01:05:32.110246" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 138387.41/157279.06/147454.44/49717.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-09T01:05:32.109917" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T01:05:32.110703" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 138387.41/157279.06/147454.44/49717.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T01:05:32.110430" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.113108" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.110874" elapsed="0.002291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.115555" level="INFO">138387.41/157279.06/147454.44/49717.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.113309" elapsed="0.002317"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T01:05:32.117962" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T01:05:32.115773" elapsed="0.002216"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T01:05:32.120406" level="INFO">@{result_value_list} = [ 138387.41 | 157279.06 | 147454.44 | 49717.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T01:05:32.118204" elapsed="0.002229"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.120917" level="INFO">Length is 4.</msg>
<msg time="2026-05-09T01:05:32.121005" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T01:05:32.120601" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.125707" level="INFO">min :: 138387.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.121417" elapsed="0.004346"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-09T01:05:32.121288" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.130474" level="INFO">max :: 157279.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.126019" elapsed="0.004511"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-09T01:05:32.125891" elapsed="0.004691"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.135181" level="INFO">avg :: 147454.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.130804" elapsed="0.004433"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-09T01:05:32.130678" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.140129" level="INFO">stdev :: 49717.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.135489" elapsed="0.004697"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-09T01:05:32.135361" elapsed="0.004861"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-09T01:05:32.121096" elapsed="0.019159"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.144153" level="INFO">${min} = 138387.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:05:32.140416" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.148020" level="INFO">${max} = 157279.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:05:32.144333" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.151878" level="INFO">${average} = 147454.44</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:05:32.148199" elapsed="0.003706"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.155771" level="INFO">${stdev} = 49717.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:05:32.152054" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.156307" level="INFO">${date} = 2026-05-09 01:05:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-09T01:05:32.155955" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.156902" level="INFO">CBench Result: 2026-05-09 01:05:32,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,138387.41,157279.06,147454.44,49717.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.156479" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T01:05:32.158015" 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-05-09T01:05:32.157597" elapsed="0.000484"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T01:05:32.158252" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-09T01:05:32.157101" elapsed="0.001692"/>
</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-05-09T00:55:25.430981" elapsed="606.727872"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.159323" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-09T01:05:32.159003" elapsed="0.000376"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-09T01:05:32.159905" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-05-09T01:05:32.159604" elapsed="0.000643"/>
</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-05-09T00:55:25.429497" elapsed="606.730789"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.161504" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.161128" elapsed="0.000432"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.162831" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T01:05:32.162480" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-09T01:05:32.163214" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-09T01:05:32.162991" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-09T01:05:32.166399" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-09T01:05:32.165903" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-05-09T01:05:32.165884" elapsed="0.000597"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-09T01:05:32.167365" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-09T01:05:32.167159" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.168084" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.109 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.135" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:05:32.167662" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-09T01:05:32.168690" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T01:05:32.168279" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T01:05:32.169751" level="INFO">Length is 0.</msg>
<msg time="2026-05-09T01:05:32.169847" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T01:05:32.169288" elapsed="0.000583"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T01:05:32.170013" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-09T01:05:32.171246" level="INFO">Logging into '10.30.171.135:22' as 'jenkins'.</msg>
<msg time="2026-05-09T01:05:32.746898" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  9 01:05:32 UTC 2026

  System load:  0.33               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.135
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  9 00:55:25 2026 from 10.30.170.73
[?2004h[jenkins@releng-63164-231-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T01:05:32.170892" elapsed="0.576227"/>
</kw>
<msg time="2026-05-09T01:05:32.747226" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T01:05:32.170522" elapsed="0.576797"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T01:05:32.168918" elapsed="0.578524"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-09T01:05:32.748065" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.109 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-09T01:15:38.857557" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-09T01:15:38.858221" level="INFO">${stdout} = </msg>
<msg time="2026-05-09T01:15:38.858328" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-09T01:05:32.747706" elapsed="606.110679"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T01:15:38.858879" elapsed="0.000883"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.861022" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109: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.109. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:37.945 16  switches: flows:  159799 161934 160617 155275 156981 159415 157401 154155 150326 150971 148307 151964 148680 147295 154231 151025  total = 41.139600 per ms 
01:07:38.045 16  switches: flows:  161713 161834 158894 153648 155336 158119 155696 153844 148106 149834 148044 151531 152099 147468 152825 151395  total = 40.938095 per ms 
01:08:38.146 16  switches: flows:  159876 160492 157552 152194 156139 156793 153013 151961 147079 148072 145936 150232 152745 144106 151436 150771  total = 40.572182 per ms 
01:09:38.247 16  switches: flows:  160673 158316 157989 151594 154256 156036 153383 150499 145660 146594 147052 149006 151191 145217 152732 150673  total = 40.445858 per ms 
01:10:38.348 16  switches: flows:  162848 160480 158260 154161 156470 158950 152066 153000 147465 149016 148207 152993 153566 148271 153325 152969  total = 40.965574 per ms 
01:11:38.448 16  switches: flows:  164319 162716 158827 155022 155182 157411 153214 152062 149754 149803 149970 152444 151929 145803 153468 151892  total = 40.995127 per ms 
01:12:38.549 16  switches: flows:  160759 163105 158143 154204 154826 157880 154511 152049 147471 150100 148062 151535 151060 146726 154393 151279  total = 40.866747 per ms 
01:13:38.649 16  switches: flows:  161889 159450 156815 150839 154130 156956 153998 154221 147692 145846 145907 148933 150577 145043 153303 150289  total = 40.530472 per ms 
01:14:38.749 16  switches: flows:  159712 159184 161528 153723 155532 159089 152003 154001 147821 145381 147684 150074 154453 148139 152641 150779  total = 40.794291 per ms 
01:15:38.850 16  switches: flows:  158677 162974 160645 153533 156290 156568 153259 153104 145973 149301 148034 149144 154137 147264 151561 150284  total = 40.777709 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 40445.86/40995.13/40765.12/13589.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.860169" elapsed="0.001188"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-09T01:15:38.861932" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-05-09T01:15:38.861601" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-05-09T01:15:38.861519" elapsed="0.000652"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-09T01:15:38.862390" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-09T01:15:38.862304" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-05-09T01:15:38.862267" elapsed="0.000270"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-09T01:15:38.862653" elapsed="0.000039"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T01:15:38.866657" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T01:15:38.867332" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T01:15:38.867776" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-09T01:15:38.863463" elapsed="0.004523"/>
</kw>
<msg time="2026-05-09T01:15:38.868163" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-09T01:05:32.163637" elapsed="606.704564"/>
</kw>
<status status="PASS" start="2026-05-09T01:05:32.163297" elapsed="606.704973"/>
</branch>
<status status="PASS" start="2026-05-09T01:05:32.162970" elapsed="606.705333"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.868928" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.109: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.109. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:37.945 16  switches: flows:  159799 161934 160617 155275 156981 159415 157401 154155 150326 150971 148307 151964 148680 147295 154231 151025  total = 41.139600 per ms 
01:07:38.045 16  switches: flows:  161713 161834 158894 153648 155336 158119 155696 153844 148106 149834 148044 151531 152099 147468 152825 151395  total = 40.938095 per ms 
01:08:38.146 16  switches: flows:  159876 160492 157552 152194 156139 156793 153013 151961 147079 148072 145936 150232 152745 144106 151436 150771  total = 40.572182 per ms 
01:09:38.247 16  switches: flows:  160673 158316 157989 151594 154256 156036 153383 150499 145660 146594 147052 149006 151191 145217 152732 150673  total = 40.445858 per ms 
01:10:38.348 16  switches: flows:  162848 160480 158260 154161 156470 158950 152066 153000 147465 149016 148207 152993 153566 148271 153325 152969  total = 40.965574 per ms 
01:11:38.448 16  switches: flows:  164319 162716 158827 155022 155182 157411 153214 152062 149754 149803 149970 152444 151929 145803 153468 151892  total = 40.995127 per ms 
01:12:38.549 16  switches: flows:  160759 163105 158143 154204 154826 157880 154511 152049 147471 150100 148062 151535 151060 146726 154393 151279  total = 40.866747 per ms 
01:13:38.649 16  switches: flows:  161889 159450 156815 150839 154130 156956 153998 154221 147692 145846 145907 148933 150577 145043 153303 150289  total = 40.530472 per ms 
01:14:38.749 16  switches: flows:  159712 159184 161528 153723 155532 159089 152003 154001 147821 145381 147684 150074 154453 148139 152641 150779  total = 40.794291 per ms 
01:15:38.850 16  switches: flows:  158677 162974 160645 153533 156290 156568 153259 153104 145973 149301 148034 149144 154137 147264 151561 150284  total = 40.777709 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 40445.86/40995.13/40765.12/13589.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.868503" elapsed="0.000527"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T01:15:38.869232" elapsed="0.000538"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-09T01:15:38.870297" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-09T01:15:38.870421" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 40445.86/40995.13/40765.12/13589.72 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-09T01:15:38.869994" elapsed="0.000462"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T01:15:38.871041" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 40445.86/40995.13/40765.12/13589.72 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T01:15:38.870687" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.873735" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.871277" elapsed="0.002515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.876625" level="INFO">40445.86/40995.13/40765.12/13589.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.873938" elapsed="0.002746"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T01:15:38.879068" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T01:15:38.876846" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T01:15:38.881529" level="INFO">@{result_value_list} = [ 40445.86 | 40995.13 | 40765.12 | 13589.72 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T01:15:38.879295" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.882039" level="INFO">Length is 4.</msg>
<msg time="2026-05-09T01:15:38.882126" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T01:15:38.881731" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.886820" level="INFO">min :: 40445.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-05-09T01:15:38.882541" elapsed="0.004336"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-09T01:15:38.882414" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.891460" level="INFO">max :: 40995.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.887125" elapsed="0.004390"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-09T01:15:38.887000" elapsed="0.004550"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.896038" level="INFO">avg :: 40765.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.891788" elapsed="0.004306"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-09T01:15:38.891650" elapsed="0.004478"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.900620" level="INFO">stdev :: 13589.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.896337" elapsed="0.004340"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-09T01:15:38.896213" elapsed="0.004499"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-09T01:15:38.882221" elapsed="0.018521"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.904674" level="INFO">${min} = 40445.86</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:15:38.900901" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.908994" level="INFO">${max} = 40995.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:15:38.904876" elapsed="0.004145"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.912873" level="INFO">${average} = 40765.12</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:15:38.909175" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.916775" level="INFO">${stdev} = 13589.72</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T01:15:38.913051" elapsed="0.003750"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.917313" level="INFO">${date} = 2026-05-09 01:15:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-09T01:15:38.916961" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.917931" level="INFO">CBench Result: 2026-05-09 01:15:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,40445.86,40995.13,40765.12,13589.72</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T01:15:38.917491" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T01:15:38.919124" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T01:15:38.918637" elapsed="0.000554"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T01:15:38.919343" elapsed="0.000530"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-09T01:15:38.918139" elapsed="0.001799"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-09T01:05:32.161897" elapsed="606.758102"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.920455" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-09T01:15:38.920147" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-09T01:15:38.921767" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-09T01:15:38.921250" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-09T01:15:38.922018" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-05-09T01:15:38.921872" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-05-09T01:15:38.921851" elapsed="0.000260"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.922256" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.922417" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.922597" elapsed="0.000024"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.922801" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.922949" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.923095" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.923236" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-09T01:15:38.923460" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-09T01:15:38.923317" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-09T01:15:38.923300" elapsed="0.000248"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-09T01:15:38.920918" elapsed="0.002698"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-09T01:05:32.160603" elapsed="606.763064"/>
</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-05-09T00:45:16.118517" elapsed="1822.805606"/>
</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>
