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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-12T01:45:03.211160" elapsed="0.908543"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-12T01:45:04.168042" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-12T01:45:04.120055" elapsed="0.048133"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-12T01:45:04.170189" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-12T01:45:04.170307" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-12T01:45:04.168446" elapsed="0.001891"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-12T01:45:04.170496" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:45:04.170886" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:45:04.171603" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:45:04.171266" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T01:45:04.171714" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.227
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-12T01:45:03.209664" elapsed="0.962219"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-12T01:45:03.205868" elapsed="0.966078"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T01:45:04.172602" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-12T01:45:04.172193" elapsed="0.000468"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T01:45:04.173299" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-12T01:45:04.172818" elapsed="0.000542"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-12T01:45:04.173936" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-12T01:45:04.173518" elapsed="0.000469"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T01:45:04.174585" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-12T01:45:04.174232" elapsed="0.000398"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-12T01:45:04.175199" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-12T01:45:04.174780" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T01:45:04.175710" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-12T01:45:04.175389" elapsed="0.000363"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-12T01:45:04.176096" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:45:04.175841" elapsed="0.000315"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:45:04.180672" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T01:45:04.180260" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:45:04.181773" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T01:45:04.181855" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T01:45:04.181326" elapsed="0.000554"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:45:04.182054" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T01:45:04.183438" level="INFO">Logging into '10.30.171.34:22' as 'jenkins'.</msg>
<msg time="2026-06-12T01:45:04.865815" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 12 01:45:04 UTC 2026

  System load:  0.07               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.34
  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-48317-747-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-12T01:45:04.182910" elapsed="0.683179"/>
</kw>
<msg time="2026-06-12T01:45:04.866265" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:45:04.182560" elapsed="0.683860"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-12T01:45:04.180908" elapsed="0.685731"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-12T01:45:04.877474" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-12T01:45:04.867046" elapsed="0.012266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:45:04.879696" elapsed="0.000616"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-12T01:45:04.179697" elapsed="0.700755"/>
</kw>
<status status="PASS" start="2026-06-12T01:45:04.176342" elapsed="0.704211"/>
</branch>
<status status="PASS" start="2026-06-12T01:45:04.175815" elapsed="0.704806"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-12T01:45:04.880952" elapsed="0.001118"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-12T01:45:04.890976" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-12T01:45:04.890828" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-12T01:45:04.890799" elapsed="0.000284"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-12T01:45:04.894725" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-12T01:45:04.894608" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-06-12T01:45:04.894587" elapsed="0.000218"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T01:45:04.894952" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-12T01:45:04.895870" level="INFO">Logging into '10.30.170.227:8101' as 'karaf'.</msg>
<msg time="2026-06-12T01:45:05.071712" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-12T01:45:04.895594" elapsed="0.176323"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.168390" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-12T01:45:05.072282" elapsed="0.096261"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.173632" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-12T01:45:05.173843" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-12T01:45:05.168803" elapsed="0.005073"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-12T01:45:05.174048" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:45:05.174494" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:45:05.175222" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:45:05.174871" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T01:45:05.175332" elapsed="0.000052"/>
</return>
<msg time="2026-06-12T01:45:05.175534" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.227
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-12T01:45:04.894235" elapsed="0.281331"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-12T01:45:05.175724" elapsed="0.000575"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T01:45:05.176354" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-12T01:45:04.890419" elapsed="0.286073"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-12T01:45:05.180735" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-12T01:45:05.180598" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-06-12T01:45:05.180574" elapsed="0.000286"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T01:45:05.181051" elapsed="0.000633"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.182127" level="INFO">Logging into '10.30.170.227:8101' as 'karaf'.</msg>
<msg time="2026-06-12T01:45:05.379355" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-12T01:45:05.181839" elapsed="0.197685"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.404104" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-12T01:45:05.379821" elapsed="0.024383"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.406224" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-12T01:45:05.406334" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-12T01:45:05.404429" elapsed="0.001934"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-12T01:45:05.406521" elapsed="0.000250"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:45:05.406921" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:45:05.407645" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:45:05.407328" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T01:45:05.407766" elapsed="0.000113"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.227
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-12T01:45:05.180257" elapsed="0.227896"/>
</kw>
<status status="PASS" start="2026-06-12T01:45:03.203862" elapsed="2.204361"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:45:05.410770" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:45:05.409462" elapsed="0.001374"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T01:45:05.412303" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-12T01:45:05.411930" elapsed="0.000418"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-12T01:45:05.412670" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:45:05.412430" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-12T01:45:05.420337" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:45:05.419944" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-06-12T01:45:05.419915" elapsed="0.000569"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.421012" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-12T01:45:05.420688" elapsed="0.001088"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:45:05.422461" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.34" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:45:05.421929" elapsed="0.000595"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.423205" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T01:45:05.422667" elapsed="0.000566"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:45:05.424536" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T01:45:05.424631" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T01:45:05.424162" elapsed="0.000493"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:45:05.424802" elapsed="0.000361"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.426080" level="INFO">Logging into '10.30.171.34:22' as 'jenkins'.</msg>
<msg time="2026-06-12T01:45:05.761383" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 12 01:45:04 UTC 2026

  System load:  0.07               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.34
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 12 01:45:04 2026 from 10.30.170.124
[?2004h[jenkins@releng-48317-747-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-12T01:45:05.425705" elapsed="0.335871"/>
</kw>
<msg time="2026-06-12T01:45:05.761665" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:45:05.425350" elapsed="0.336400"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-12T01:45:05.423565" elapsed="0.338308"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-12T01:45:05.762669" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-12T01:55:11.860704" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-12T01:55:11.861058" level="INFO">${stdout} = </msg>
<msg time="2026-06-12T01:55:11.861109" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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-06-12T01:45:05.762106" elapsed="606.099036"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:55:11.861396" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.862340" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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.227. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:10.923 16  switches: flows:  103863 101109 100069 101690 99864 98945 97509 99459 95227 94144 93541 93641 95119 94225 94786 96501  total = 25.994867 per ms 
01:47:11.024 16  switches: flows:  113529 109557 107093 109047 106044 107987 104642 104433 101563 102310 101598 101904 104048 99538 104282 100986  total = 27.929338 per ms 
01:48:11.124 16  switches: flows:  110609 109487 105789 107556 106106 105989 104624 104515 102079 100818 99665 101573 102965 99323 102781 101241  total = 27.705735 per ms 
01:49:11.225 16  switches: flows:  111085 109970 109576 108928 108751 108672 106130 106103 104559 104034 103213 104442 104250 102068 104037 103084  total = 28.267468 per ms 
01:50:11.325 16  switches: flows:  117554 116387 116435 115344 113911 113071 112384 112083 109243 108717 107734 108999 109116 107478 109310 108139  total = 29.715458 per ms 
01:51:11.426 16  switches: flows:  115880 113840 111610 110565 109999 109382 106702 107073 103837 104450 103320 104284 103326 103437 103908 105492  total = 28.570704 per ms 
01:52:11.526 16  switches: flows:  111346 111571 109355 108257 107448 107128 105797 104567 102203 102390 101630 102138 101885 99696 104237 104043  total = 28.014748 per ms 
01:53:11.626 16  switches: flows:  111739 112789 107828 107670 106637 107935 104455 104261 101687 100069 101646 102157 101130 99423 103514 103858  total = 27.900068 per ms 
01:54:11.726 16  switches: flows:  110750 112018 107880 108391 106208 107167 106200 104707 102570 101149 99993 102028 102343 99448 103533 103697  total = 27.921407 per ms 
01:55:11.827 16  switches: flows:  118998 120742 114719 115109 112742 113661 111612 110794 107614 107656 107061 106924 108326 105099 109162 109797  total = 29.617491 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27705.73/29715.46/28404.71/9495.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.861957" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-12T01:55:11.862751" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-06-12T01:55:11.862593" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-12T01:55:11.862564" elapsed="0.000303"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-12T01:55:11.862979" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-12T01:55:11.862927" elapsed="0.000095"/>
</branch>
<status status="NOT RUN" start="2026-06-12T01:55:11.862912" elapsed="0.000131"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-12T01:55:11.863075" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:55:11.865647" elapsed="0.000347"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T01:55:11.866143" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:55:11.866444" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-12T01:55:11.863407" elapsed="0.003190"/>
</kw>
<msg time="2026-06-12T01:55:11.866724" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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-06-12T01:45:05.413104" elapsed="606.453647"/>
</kw>
<status status="PASS" start="2026-06-12T01:45:05.412759" elapsed="606.454046"/>
</branch>
<status status="PASS" start="2026-06-12T01:45:05.412406" elapsed="606.454424"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.867284" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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.227. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:10.923 16  switches: flows:  103863 101109 100069 101690 99864 98945 97509 99459 95227 94144 93541 93641 95119 94225 94786 96501  total = 25.994867 per ms 
01:47:11.024 16  switches: flows:  113529 109557 107093 109047 106044 107987 104642 104433 101563 102310 101598 101904 104048 99538 104282 100986  total = 27.929338 per ms 
01:48:11.124 16  switches: flows:  110609 109487 105789 107556 106106 105989 104624 104515 102079 100818 99665 101573 102965 99323 102781 101241  total = 27.705735 per ms 
01:49:11.225 16  switches: flows:  111085 109970 109576 108928 108751 108672 106130 106103 104559 104034 103213 104442 104250 102068 104037 103084  total = 28.267468 per ms 
01:50:11.325 16  switches: flows:  117554 116387 116435 115344 113911 113071 112384 112083 109243 108717 107734 108999 109116 107478 109310 108139  total = 29.715458 per ms 
01:51:11.426 16  switches: flows:  115880 113840 111610 110565 109999 109382 106702 107073 103837 104450 103320 104284 103326 103437 103908 105492  total = 28.570704 per ms 
01:52:11.526 16  switches: flows:  111346 111571 109355 108257 107448 107128 105797 104567 102203 102390 101630 102138 101885 99696 104237 104043  total = 28.014748 per ms 
01:53:11.626 16  switches: flows:  111739 112789 107828 107670 106637 107935 104455 104261 101687 100069 101646 102157 101130 99423 103514 103858  total = 27.900068 per ms 
01:54:11.726 16  switches: flows:  110750 112018 107880 108391 106208 107167 106200 104707 102570 101149 99993 102028 102343 99448 103533 103697  total = 27.921407 per ms 
01:55:11.827 16  switches: flows:  118998 120742 114719 115109 112742 113661 111612 110794 107614 107656 107061 106924 108326 105099 109162 109797  total = 29.617491 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27705.73/29715.46/28404.71/9495.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.866990" elapsed="0.000368"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-12T01:55:11.867505" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-12T01:55:11.868319" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-12T01:55:11.868409" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27705.73/29715.46/28404.71/9495.13 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-12T01:55:11.868080" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:55:11.868848" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27705.73/29715.46/28404.71/9495.13 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T01:55:11.868585" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.871217" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.869033" elapsed="0.002242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.873660" level="INFO">27705.73/29715.46/28404.71/9495.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.871420" elapsed="0.002299"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:55:11.876113" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T01:55:11.873874" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:55:11.878666" level="INFO">@{result_value_list} = [ 27705.73 | 29715.46 | 28404.71 | 9495.13 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T01:55:11.876383" elapsed="0.002312"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.879200" level="INFO">Length is 4.</msg>
<msg time="2026-06-12T01:55:11.879296" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T01:55:11.878865" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.884196" level="INFO">min :: 27705.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.879750" elapsed="0.004516"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-12T01:55:11.879584" elapsed="0.004725"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.889024" level="INFO">max :: 29715.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.884583" elapsed="0.004501"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-12T01:55:11.884422" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.893619" level="INFO">avg :: 28404.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.889335" elapsed="0.004341"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-12T01:55:11.889209" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.898220" level="INFO">stdev :: 9495.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-06-12T01:55:11.893941" elapsed="0.004336"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-12T01:55:11.893813" elapsed="0.004499"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-12T01:55:11.879389" elapsed="0.018956"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.902294" level="INFO">${min} = 27705.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T01:55:11.898500" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.906352" level="INFO">${max} = 29715.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T01:55:11.902493" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.910609" level="INFO">${average} = 28404.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T01:55:11.906542" elapsed="0.004093"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.914809" level="INFO">${stdev} = 9495.13</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T01:55:11.910800" elapsed="0.004037"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.915394" level="INFO">${date} = 2026-06-12 01:55:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-12T01:55:11.915031" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.916370" level="INFO">CBench Result: 2026-06-12 01:55:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27705.73,29715.46,28404.71,9495.13</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.915578" elapsed="0.000854"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T01:55:11.917557" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-12T01:55:11.917131" elapsed="0.000495"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-12T01:55:11.917785" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-12T01:55:11.916598" elapsed="0.001745"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-12T01:45:05.411298" elapsed="606.507105"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.918879" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-12T01:55:11.918552" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-12T01:55:11.919464" elapsed="0.000305"/>
</kw>
<status status="PASS" start="2026-06-12T01:55:11.919164" elapsed="0.000682"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-12T01:45:05.408369" elapsed="606.511515"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.921614" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.921230" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.922923" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-12T01:55:11.922575" elapsed="0.000409"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-12T01:55:11.923332" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:55:11.923110" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-12T01:55:11.926523" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:55:11.926275" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-06-12T01:55:11.926256" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:55:11.926949" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-12T01:55:11.926733" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.927670" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.227 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.34" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:55:11.927250" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:55:11.928324" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T01:55:11.927902" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:55:11.929282" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T01:55:11.929372" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T01:55:11.928937" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:55:11.929537" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T01:55:11.930737" level="INFO">Logging into '10.30.171.34:22' as 'jenkins'.</msg>
<msg time="2026-06-12T01:55:12.492055" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 12 01:55:12 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.34
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 12 01:45:05 2026 from 10.30.170.124
[?2004h[jenkins@releng-48317-747-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-12T01:55:11.930386" elapsed="0.561949"/>
</kw>
<msg time="2026-06-12T01:55:12.492459" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:55:11.930041" elapsed="0.562549"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-12T01:55:11.928553" elapsed="0.564225"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-12T01:55:12.493490" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.227 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-12T02:05:18.510593" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-12T02:05:18.511203" level="INFO">${stdout} = </msg>
<msg time="2026-06-12T02:05:18.511312" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.227: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-06-12T01:55:12.493090" elapsed="606.018287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T02:05:18.511834" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.513813" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.227: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.227. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:17.586 16  switches: flows:  541820 540644 541946 539362 536814 535512 548812 533798 527318 530356 543027 541764 536406 534770 542316 532427  total = 143.451533 per ms 
01:57:17.687 16  switches: flows:  534300 533069 531653 524905 527525 526082 533377 529724 533513 530936 531737 531096 532529 527855 530324 526489  total = 141.182401 per ms 
01:58:17.788 16  switches: flows:  581612 581511 586709 577213 582724 578558 587852 576235 584518 575185 585953 579629 583019 583942 583290 577049  total = 154.822134 per ms 
01:59:17.891 16  switches: flows:  559444 555133 552108 555804 549559 560612 563899 562095 565839 553961 563754 555097 559188 554264 558825 558661  total = 148.552850 per ms 
02:00:17.992 16  switches: flows:  600241 593650 597679 600259 611162 597563 599001 603041 602711 605844 603922 605353 608806 591076 602626 604719  total = 160.191553 per ms 
02:01:18.092 16  switches: flows:  624690 626685 628147 620086 625366 617783 632611 620347 630512 625990 630383 623517 629066 622380 626650 616300  total = 166.396793 per ms 
02:02:18.194 16  switches: flows:  577727 568838 568255 567081 569261 566581 574383 569572 573366 568619 574428 569001 571970 565232 575703 574467  total = 151.982991 per ms 
02:03:18.296 16  switches: flows:  619904 606323 612628 609564 615450 609664 616944 609894 613411 612638 619507 607939 613934 607661 612459 610571  total = 163.033721 per ms 
02:04:18.397 16  switches: flows:  568173 565436 563980 562071 555951 563385 554648 561676 569816 558396 561352 569195 559957 561338 563892 561208  total = 149.756638 per ms 
02:05:18.499 16  switches: flows:  579112 567656 572115 573422 575251 576178 567637 563402 584160 572827 579061 574616 578966 577225 571674 567392  total = 152.753759 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141182.40/166396.79/154296.98/51960.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.512953" elapsed="0.001110"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-12T02:05:18.514393" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-06-12T02:05:18.514193" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-06-12T02:05:18.514159" elapsed="0.000371"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-12T02:05:18.514664" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-12T02:05:18.514610" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-06-12T02:05:18.514588" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-12T02:05:18.514792" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T02:05:18.518286" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T02:05:18.519010" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T02:05:18.519425" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-12T02:05:18.515259" elapsed="0.004386"/>
</kw>
<msg time="2026-06-12T02:05:18.519821" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.227: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-06-12T01:55:11.923771" elapsed="606.596087"/>
</kw>
<status status="PASS" start="2026-06-12T01:55:11.923418" elapsed="606.596510"/>
</branch>
<status status="PASS" start="2026-06-12T01:55:11.923086" elapsed="606.596895"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.520597" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.227: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.227. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:17.586 16  switches: flows:  541820 540644 541946 539362 536814 535512 548812 533798 527318 530356 543027 541764 536406 534770 542316 532427  total = 143.451533 per ms 
01:57:17.687 16  switches: flows:  534300 533069 531653 524905 527525 526082 533377 529724 533513 530936 531737 531096 532529 527855 530324 526489  total = 141.182401 per ms 
01:58:17.788 16  switches: flows:  581612 581511 586709 577213 582724 578558 587852 576235 584518 575185 585953 579629 583019 583942 583290 577049  total = 154.822134 per ms 
01:59:17.891 16  switches: flows:  559444 555133 552108 555804 549559 560612 563899 562095 565839 553961 563754 555097 559188 554264 558825 558661  total = 148.552850 per ms 
02:00:17.992 16  switches: flows:  600241 593650 597679 600259 611162 597563 599001 603041 602711 605844 603922 605353 608806 591076 602626 604719  total = 160.191553 per ms 
02:01:18.092 16  switches: flows:  624690 626685 628147 620086 625366 617783 632611 620347 630512 625990 630383 623517 629066 622380 626650 616300  total = 166.396793 per ms 
02:02:18.194 16  switches: flows:  577727 568838 568255 567081 569261 566581 574383 569572 573366 568619 574428 569001 571970 565232 575703 574467  total = 151.982991 per ms 
02:03:18.296 16  switches: flows:  619904 606323 612628 609564 615450 609664 616944 609894 613411 612638 619507 607939 613934 607661 612459 610571  total = 163.033721 per ms 
02:04:18.397 16  switches: flows:  568173 565436 563980 562071 555951 563385 554648 561676 569816 558396 561352 569195 559957 561338 563892 561208  total = 149.756638 per ms 
02:05:18.499 16  switches: flows:  579112 567656 572115 573422 575251 576178 567637 563402 584160 572827 579061 574616 578966 577225 571674 567392  total = 152.753759 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141182.40/166396.79/154296.98/51960.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.520185" elapsed="0.000516"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-12T02:05:18.520909" elapsed="0.000554"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-12T02:05:18.522030" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-12T02:05:18.522161" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141182.40/166396.79/154296.98/51960.09 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-12T02:05:18.521687" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T02:05:18.522776" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141182.40/166396.79/154296.98/51960.09 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T02:05:18.522409" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.526110" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.523041" elapsed="0.003126"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.528504" level="INFO">141182.40/166396.79/154296.98/51960.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.526312" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T02:05:18.530896" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T02:05:18.528709" elapsed="0.002216"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T02:05:18.533484" level="INFO">@{result_value_list} = [ 141182.40 | 166396.79 | 154296.98 | 51960.09 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T02:05:18.531136" elapsed="0.002376"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.533999" level="INFO">Length is 4.</msg>
<msg time="2026-06-12T02:05:18.534088" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T02:05:18.533665" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.538757" level="INFO">min :: 141182.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.534492" elapsed="0.004322"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-12T02:05:18.534365" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.543530" level="INFO">max :: 166396.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.539080" elapsed="0.004507"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-12T02:05:18.538939" elapsed="0.004684"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.548077" level="INFO">avg :: 154296.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.543837" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-12T02:05:18.543712" elapsed="0.004456"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.552638" level="INFO">stdev :: 51960.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.548381" elapsed="0.004314"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-12T02:05:18.548256" elapsed="0.004474"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-12T02:05:18.534178" elapsed="0.018583"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.556777" level="INFO">${min} = 141182.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:05:18.552918" elapsed="0.003886"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.560705" level="INFO">${max} = 166396.79</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:05:18.556974" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.564936" level="INFO">${average} = 154296.98</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:05:18.560884" elapsed="0.004092"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.568850" level="INFO">${stdev} = 51960.09</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:05:18.565130" elapsed="0.003747"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.569423" level="INFO">${date} = 2026-06-12 02:05:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-12T02:05:18.569052" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.570023" level="INFO">CBench Result: 2026-06-12 02:05:18,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141182.40,166396.79,154296.98,51960.09</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.569595" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T02:05:18.571139" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-12T02:05:18.570706" elapsed="0.000500"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-12T02:05:18.571357" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-12T02:05:18.570234" elapsed="0.001657"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-12T01:55:11.922005" elapsed="606.649947"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.572436" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-12T02:05:18.572120" elapsed="0.000373"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-12T02:05:18.573024" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-06-12T02:05:18.572697" elapsed="0.000664"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-12T01:55:11.920564" elapsed="606.652873"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.574809" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.574423" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.576098" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-12T02:05:18.575745" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-12T02:05:18.576486" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-12T02:05:18.576266" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-12T02:05:18.579407" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-12T02:05:18.579161" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-12T02:05:18.579143" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-12T02:05:18.579821" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-12T02:05:18.579618" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.580536" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.34" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:05:18.580117" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T02:05:18.581138" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T02:05:18.580731" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T02:05:18.582253" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T02:05:18.582347" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T02:05:18.581746" elapsed="0.000626"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T02:05:18.582514" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T02:05:18.583709" level="INFO">Logging into '10.30.171.34:22' as 'jenkins'.</msg>
<msg time="2026-06-12T02:05:19.165576" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 12 02:05:18 UTC 2026

  System load:  0.29               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.34
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 12 01:55:12 2026 from 10.30.170.124
[?2004h[jenkins@releng-48317-747-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-12T02:05:18.583353" elapsed="0.582416"/>
</kw>
<msg time="2026-06-12T02:05:19.165856" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T02:05:18.583005" elapsed="0.582926"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-12T02:05:18.581363" elapsed="0.584698"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-12T02:05:19.166561" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-12T02:15:25.221668" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-12T02:15:25.222301" level="INFO">${stdout} = </msg>
<msg time="2026-06-12T02:15:25.222409" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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-06-12T02:05:19.166268" elapsed="606.056207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T02:15:25.222931" elapsed="0.000804"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.225176" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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.227. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:24.310 16  switches: flows:  123104 121999 117491 119845 132049 117429 117954 116903 110557 109433 110974 109349 123606 123371 111190 109697  total = 31.249183 per ms 
02:07:24.410 16  switches: flows:  120980 123070 117012 120278 115725 117576 117387 117144 110969 108153 111115 108335 110730 108875 109996 110185  total = 30.408054 per ms 
02:08:24.511 16  switches: flows:  121086 121870 118126 118263 115899 117122 118145 117902 110306 109615 112512 108915 110243 108157 109873 110016  total = 30.416423 per ms 
02:09:24.611 16  switches: flows:  117906 121094 115275 117997 113027 115964 116933 115679 110192 107072 110023 106963 108617 107428 109313 108076  total = 29.975921 per ms 
02:10:24.711 16  switches: flows:  120091 122841 116942 119829 115420 118238 116952 118707 110193 108782 111879 107778 111538 109100 108591 109097  total = 30.382244 per ms 
02:11:24.812 16  switches: flows:  120557 121604 116580 119340 115143 115982 116118 117667 110204 107714 111639 108815 110654 108607 108704 108924  total = 30.253708 per ms 
02:12:24.912 16  switches: flows:  121159 122492 116336 119605 113679 116055 117417 117494 109003 107488 111315 107776 109803 106610 109041 108542  total = 30.179830 per ms 
02:13:25.012 16  switches: flows:  122718 124066 118471 121628 115975 119448 119266 118234 110987 110232 112382 110154 111195 109384 110741 109667  total = 30.691150 per ms 
02:14:25.113 16  switches: flows:  123288 123439 117692 121360 116129 118069 117475 117908 109621 108913 111394 109960 111409 108121 110858 111135  total = 30.561807 per ms 
02:15:25.213 16  switches: flows:  121751 123341 118868 119777 116360 118268 117945 118610 110257 109116 112752 109832 113354 110019 110784 110168  total = 30.635559 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29975.92/30691.15/30389.41/10132.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.224236" elapsed="0.001232"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-12T02:15:25.225822" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-06-12T02:15:25.225608" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-12T02:15:25.225571" elapsed="0.000418"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-12T02:15:25.226135" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-12T02:15:25.226078" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-06-12T02:15:25.226054" elapsed="0.000203"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-12T02:15:25.226327" elapsed="0.000023"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T02:15:25.230321" elapsed="0.000570"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-12T02:15:25.231146" elapsed="0.000266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T02:15:25.231608" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-12T02:15:25.226840" elapsed="0.005003"/>
</kw>
<msg time="2026-06-12T02:15:25.232063" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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-06-12T02:05:18.576883" elapsed="606.655222"/>
</kw>
<status status="PASS" start="2026-06-12T02:05:18.576570" elapsed="606.655608"/>
</branch>
<status status="PASS" start="2026-06-12T02:05:18.576242" elapsed="606.655974"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.233017" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.227: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.227. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:24.310 16  switches: flows:  123104 121999 117491 119845 132049 117429 117954 116903 110557 109433 110974 109349 123606 123371 111190 109697  total = 31.249183 per ms 
02:07:24.410 16  switches: flows:  120980 123070 117012 120278 115725 117576 117387 117144 110969 108153 111115 108335 110730 108875 109996 110185  total = 30.408054 per ms 
02:08:24.511 16  switches: flows:  121086 121870 118126 118263 115899 117122 118145 117902 110306 109615 112512 108915 110243 108157 109873 110016  total = 30.416423 per ms 
02:09:24.611 16  switches: flows:  117906 121094 115275 117997 113027 115964 116933 115679 110192 107072 110023 106963 108617 107428 109313 108076  total = 29.975921 per ms 
02:10:24.711 16  switches: flows:  120091 122841 116942 119829 115420 118238 116952 118707 110193 108782 111879 107778 111538 109100 108591 109097  total = 30.382244 per ms 
02:11:24.812 16  switches: flows:  120557 121604 116580 119340 115143 115982 116118 117667 110204 107714 111639 108815 110654 108607 108704 108924  total = 30.253708 per ms 
02:12:24.912 16  switches: flows:  121159 122492 116336 119605 113679 116055 117417 117494 109003 107488 111315 107776 109803 106610 109041 108542  total = 30.179830 per ms 
02:13:25.012 16  switches: flows:  122718 124066 118471 121628 115975 119448 119266 118234 110987 110232 112382 110154 111195 109384 110741 109667  total = 30.691150 per ms 
02:14:25.113 16  switches: flows:  123288 123439 117692 121360 116129 118069 117475 117908 109621 108913 111394 109960 111409 108121 110858 111135  total = 30.561807 per ms 
02:15:25.213 16  switches: flows:  121751 123341 118868 119777 116360 118268 117945 118610 110257 109116 112752 109832 113354 110019 110784 110168  total = 30.635559 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29975.92/30691.15/30389.41/10132.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.232466" elapsed="0.000675"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-12T02:15:25.233365" elapsed="0.000383"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-12T02:15:25.234184" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-12T02:15:25.234309" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29975.92/30691.15/30389.41/10132.08 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-12T02:15:25.233914" elapsed="0.000424"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T02:15:25.234770" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29975.92/30691.15/30389.41/10132.08 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T02:15:25.234496" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.237559" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.234945" elapsed="0.002697"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.240650" level="INFO">29975.92/30691.15/30389.41/10132.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.237840" elapsed="0.002874"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T02:15:25.243244" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T02:15:25.240895" elapsed="0.002380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T02:15:25.245881" level="INFO">@{result_value_list} = [ 29975.92 | 30691.15 | 30389.41 | 10132.08 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-12T02:15:25.243543" elapsed="0.002368"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.246539" level="INFO">Length is 4.</msg>
<msg time="2026-06-12T02:15:25.246637" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-12T02:15:25.246109" elapsed="0.000552"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.251595" level="INFO">min :: 29975.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.247117" elapsed="0.004559"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-12T02:15:25.246978" elapsed="0.004746"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.256667" level="INFO">max :: 30691.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.252039" elapsed="0.004703"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-12T02:15:25.251843" elapsed="0.004946"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.261945" level="INFO">avg :: 30389.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.257166" elapsed="0.004881"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-12T02:15:25.256902" elapsed="0.005194"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.267115" level="INFO">stdev :: 10132.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.262400" elapsed="0.004790"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-12T02:15:25.262214" elapsed="0.005023"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-12T02:15:25.246732" elapsed="0.020542"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.271299" level="INFO">${min} = 29975.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:15:25.267502" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.275404" level="INFO">${max} = 30691.15</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:15:25.271535" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.279497" level="INFO">${average} = 30389.41</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:15:25.275608" elapsed="0.003918"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.283774" level="INFO">${stdev} = 10132.08</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T02:15:25.279687" elapsed="0.004116"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.284349" level="INFO">${date} = 2026-06-12 02:15: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-06-12T02:15:25.283985" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.284946" level="INFO">CBench Result: 2026-06-12 02:15:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29975.92,30691.15,30389.41,10132.08</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T02:15:25.284531" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T02:15:25.286259" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-12T02:15:25.285702" elapsed="0.000626"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-12T02:15:25.286483" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-12T02:15:25.285214" elapsed="0.001837"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-12T02:05:18.575197" elapsed="606.711916"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.287584" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-12T02:15:25.287264" elapsed="0.000384"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-12T02:15:25.288978" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-12T02:15:25.288388" elapsed="0.000619"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-12T02:15:25.289298" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-12T02:15:25.289142" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-12T02:15:25.289116" elapsed="0.000278"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.289545" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.289702" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.289862" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.290113" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.290277" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.290429" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.290574" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-12T02:15:25.290796" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-12T02:15:25.290660" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-12T02:15:25.290642" elapsed="0.000231"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-12T02:15:25.288047" elapsed="0.002879"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-12T02:05:18.573871" elapsed="606.717116"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-12T01:45:02.617654" elapsed="1822.673879"/>
</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>
