<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-08T01:03:16.397302" 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-09-08T01:03:16.918533" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:03:16.918413" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:16.918386" elapsed="0.000252"/>
</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-09-08T01:03:16.918784" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-08T01:03:16.919676" level="INFO">Logging into '10.30.170.223:8101' as 'karaf'.</msg>
<msg time="2026-09-08T01:03:22.768215" 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-09-08T01:03:16.919390" elapsed="5.849033"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-08T01:03:22.817058" 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-09-08T01:03:22.768708" elapsed="0.048409"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-08T01:03:22.818738" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-08T01:03:22.818849" 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-09-08T01:03:22.817265" elapsed="0.001611"/>
</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-09-08T01:03:22.819017" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:03:22.819347" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:03:22.820058" 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-09-08T01:03:22.819710" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T01:03:22.820157" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.223
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-08T01:03:16.918080" elapsed="5.902254"/>
</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-09-08T01:03:16.914580" elapsed="5.905811"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T01:03:22.820966" 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-09-08T01:03:22.820579" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T01:03:22.821404" 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-09-08T01:03:22.821165" elapsed="0.000297"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-08T01:03:22.822044" 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-09-08T01:03:22.821616" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T01:03:22.822599" 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-09-08T01:03:22.822262" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-08T01:03:22.823127" 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-09-08T01:03:22.822789" elapsed="0.000362"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T01:03:22.823586" 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-09-08T01:03:22.823295" elapsed="0.000328"/>
</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-09-08T01:03:22.823965" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:03:22.823698" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:03:22.828216" 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-09-08T01:03:22.827841" elapsed="0.000399"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:03:22.829166" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T01:03:22.829240" 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-09-08T01:03:22.828772" elapsed="0.000490"/>
</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-09-08T01:03:22.829392" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T01:03:22.830661" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-09-08T01:03:23.333480" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 01:02:45 UTC 2026

  System load:  0.15               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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-832-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-09-08T01:03:22.830201" elapsed="0.503448"/>
</kw>
<msg time="2026-09-08T01:03:23.333736" 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-09-08T01:03:22.829888" elapsed="0.503951"/>
</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-09-08T01:03:22.828425" elapsed="0.505534"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.345879" 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-09-08T01:03:23.334175" elapsed="0.013833"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:03:23.348254" elapsed="0.000377"/>
</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-09-08T01:03:22.827325" elapsed="0.521387"/>
</kw>
<status status="PASS" start="2026-09-08T01:03:22.824218" elapsed="0.524560"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:22.823675" elapsed="0.525149"/>
</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-09-08T01:03:23.349031" elapsed="0.000650"/>
</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-09-08T01:03:23.355938" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:03:23.355750" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:23.355717" elapsed="0.000325"/>
</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-09-08T01:03:23.361104" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:03:23.360942" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:23.360917" elapsed="0.000279"/>
</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-09-08T01:03:23.361372" elapsed="0.000604"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.362521" level="INFO">Logging into '10.30.170.223:8101' as 'karaf'.</msg>
<msg time="2026-09-08T01:03:23.620320" 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-09-08T01:03:23.362169" elapsed="0.258290"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.733304" 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-09-08T01:03:23.620711" elapsed="0.112683"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.737557" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-08T01:03:23.737776" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-08T01:03:23.733589" elapsed="0.004218"/>
</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-09-08T01:03:23.737936" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:03:23.738249" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:03:23.738929" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-08T01:03:23.738605" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T01:03:23.739028" elapsed="0.000055"/>
</return>
<msg time="2026-09-08T01:03:23.739227" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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.223
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-08T01:03:23.360441" elapsed="0.378814"/>
</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-09-08T01:03:23.739392" elapsed="0.000540"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T01:03:23.739979" elapsed="0.000029"/>
</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-09-08T01:03:23.355291" elapsed="0.384831"/>
</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-09-08T01:03:23.743723" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:03:23.743596" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:23.743572" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T01:03:23.743923" elapsed="0.000405"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.744710" level="INFO">Logging into '10.30.170.223:8101' as 'karaf'.</msg>
<msg time="2026-09-08T01:03:23.894184" 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-09-08T01:03:23.744465" elapsed="0.149803"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.916574" 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-09-08T01:03:23.894415" elapsed="0.022215"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.918529" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-08T01:03:23.918620" 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-09-08T01:03:23.916775" elapsed="0.001872"/>
</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-09-08T01:03:23.918783" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:03:23.919083" elapsed="0.000156"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:03:23.919625" 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-09-08T01:03:23.919367" elapsed="0.000306"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T01:03:23.919715" elapsed="0.000034"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.223
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-08T01:03:23.743282" elapsed="0.176582"/>
</kw>
<status status="PASS" start="2026-09-08T01:03:16.912896" elapsed="7.007022"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:03:23.921931" 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-09-08T01:03:23.920781" elapsed="0.001219"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T01:03:23.923365" 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-09-08T01:03:23.922956" elapsed="0.000451"/>
</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-09-08T01:03:23.923701" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:03:23.923475" elapsed="0.000296"/>
</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-09-08T01:03:23.926509" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:03:23.926264" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:23.926246" elapsed="0.000337"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.926900" 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-09-08T01:03:23.927007" 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-09-08T01:03:23.926702" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:03:23.927547" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.28" 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-09-08T01:03:23.927150" elapsed="0.000451"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.928163" 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-09-08T01:03:23.927726" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:03:23.929026" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T01:03:23.929106" 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-09-08T01:03:23.928720" elapsed="0.000407"/>
</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-09-08T01:03:23.929255" elapsed="0.000310"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T01:03:23.930363" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-09-08T01:03:24.298837" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 01:02:45 UTC 2026

  System load:  0.15               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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: Tue Sep  8 01:03:23 2026 from 10.30.171.225
[?2004h[jenkins@releng-48317-832-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-09-08T01:03:23.930048" elapsed="0.368981"/>
</kw>
<msg time="2026-09-08T01:03:24.299115" 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-09-08T01:03:23.929718" elapsed="0.369484"/>
</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-09-08T01:03:23.928368" elapsed="0.370946"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-08T01:03:24.299823" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-08T01:13:30.422120" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-08T01:13:30.422715" level="INFO">${stdout} = </msg>
<msg time="2026-09-08T01:13:30.422911" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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-09-08T01:03:24.299534" elapsed="606.123485"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:13:30.423611" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.425577" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:29.535 16  switches: flows:  81656 82474 84247 81938 81284 81521 82149 81509 79589 80484 80043 80495 80168 78670 79698 79619  total = 21.592400 per ms 
01:05:29.637 16  switches: flows:  87128 86456 87280 85910 86262 86701 85104 85371 84270 83528 82833 83705 83964 82939 84251 82480  total = 22.598653 per ms 
01:06:29.739 16  switches: flows:  87297 86812 87230 85708 87113 84984 84137 85350 84357 81685 83974 82805 82090 82008 83315 82813  total = 22.490413 per ms 
01:07:29.840 16  switches: flows:  87201 86698 88506 85960 88736 86167 85271 85559 84668 83502 86422 83171 83329 83309 84791 83097  total = 22.735178 per ms 
01:08:29.940 16  switches: flows:  85994 86309 85184 85129 86530 84413 84119 85223 82828 83051 83798 82168 81735 82296 83854 81012  total = 22.356717 per ms 
01:09:30.041 16  switches: flows:  84222 85310 84442 84150 86001 84982 83754 84667 82545 81472 83312 81519 81229 82306 82600 81475  total = 22.196040 per ms 
01:10:30.142 16  switches: flows:  86746 86520 85153 86653 88304 86168 83928 86294 84678 83459 85526 82529 82863 82524 84758 81630  total = 22.591190 per ms 
01:11:30.243 16  switches: flows:  84799 85006 82402 84430 85123 83227 81062 84663 82748 80881 81788 80477 79851 81359 81682 80286  total = 21.959762 per ms 
01:12:30.343 16  switches: flows:  85790 87340 85371 85689 87009 85365 85210 86423 84762 84364 85200 82461 82859 82546 84376 82404  total = 22.581807 per ms 
01:13:30.444 16  switches: flows:  85461 87053 85073 87684 88888 85813 84650 86432 84184 84394 85179 82817 83558 83473 84415 82110  total = 22.648609 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21959.76/22735.18/22462.04/7491.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:13:30.424830" elapsed="0.001053"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-08T01:13:30.426400" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-09-08T01:13:30.426118" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-09-08T01:13:30.426059" elapsed="0.000563"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-08T01:13:30.426851" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:13:30.426740" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-09-08T01:13:30.426709" elapsed="0.000271"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-08T01:13:30.427047" elapsed="0.000028"/>
</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-09-08T01:13:30.432442" elapsed="0.000732"/>
</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-09-08T01:13:30.433469" elapsed="0.000383"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:13:30.434116" elapsed="0.000201"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-08T01:13:30.427701" elapsed="0.006720"/>
</kw>
<msg time="2026-09-08T01:13:30.434696" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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-09-08T01:03:23.924097" elapsed="606.510653"/>
</kw>
<status status="PASS" start="2026-09-08T01:03:23.923798" elapsed="606.511080"/>
</branch>
<status status="PASS" start="2026-09-08T01:03:23.923455" elapsed="606.511473"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.435877" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:29.535 16  switches: flows:  81656 82474 84247 81938 81284 81521 82149 81509 79589 80484 80043 80495 80168 78670 79698 79619  total = 21.592400 per ms 
01:05:29.637 16  switches: flows:  87128 86456 87280 85910 86262 86701 85104 85371 84270 83528 82833 83705 83964 82939 84251 82480  total = 22.598653 per ms 
01:06:29.739 16  switches: flows:  87297 86812 87230 85708 87113 84984 84137 85350 84357 81685 83974 82805 82090 82008 83315 82813  total = 22.490413 per ms 
01:07:29.840 16  switches: flows:  87201 86698 88506 85960 88736 86167 85271 85559 84668 83502 86422 83171 83329 83309 84791 83097  total = 22.735178 per ms 
01:08:29.940 16  switches: flows:  85994 86309 85184 85129 86530 84413 84119 85223 82828 83051 83798 82168 81735 82296 83854 81012  total = 22.356717 per ms 
01:09:30.041 16  switches: flows:  84222 85310 84442 84150 86001 84982 83754 84667 82545 81472 83312 81519 81229 82306 82600 81475  total = 22.196040 per ms 
01:10:30.142 16  switches: flows:  86746 86520 85153 86653 88304 86168 83928 86294 84678 83459 85526 82529 82863 82524 84758 81630  total = 22.591190 per ms 
01:11:30.243 16  switches: flows:  84799 85006 82402 84430 85123 83227 81062 84663 82748 80881 81788 80477 79851 81359 81682 80286  total = 21.959762 per ms 
01:12:30.343 16  switches: flows:  85790 87340 85371 85689 87009 85365 85210 86423 84762 84364 85200 82461 82859 82546 84376 82404  total = 22.581807 per ms 
01:13:30.444 16  switches: flows:  85461 87053 85073 87684 88888 85813 84650 86432 84184 84394 85179 82817 83558 83473 84415 82110  total = 22.648609 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21959.76/22735.18/22462.04/7491.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:13:30.435210" elapsed="0.000851"/>
</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-09-08T01:13:30.436466" elapsed="0.000785"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-08T01:13:30.438091" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-08T01:13:30.438299" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21959.76/22735.18/22462.04/7491.01 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-09-08T01:13:30.437597" elapsed="0.000752"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:13:30.439221" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21959.76/22735.18/22462.04/7491.01 | 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-09-08T01:13:30.438680" elapsed="0.000595"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.444434" 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-09-08T01:13:30.439591" elapsed="0.005006"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.449733" level="INFO">21959.76/22735.18/22462.04/7491.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:13:30.444936" elapsed="0.004986"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:13:30.454918" 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-09-08T01:13:30.450231" elapsed="0.004744"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:13:30.459976" level="INFO">@{result_value_list} = [ 21959.76 | 22735.18 | 22462.04 | 7491.01 ]</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-09-08T01:13:30.455353" elapsed="0.004678"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.461002" level="INFO">Length is 4.</msg>
<msg time="2026-09-08T01:13:30.461190" 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-09-08T01:13:30.460338" elapsed="0.000899"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.467841" level="INFO">min :: 21959.76</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-09-08T01:13:30.462054" elapsed="0.005895"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-08T01:13:30.461754" elapsed="0.006240"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.473909" level="INFO">max :: 22735.18</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-09-08T01:13:30.468268" elapsed="0.005712"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-08T01:13:30.468108" elapsed="0.005914"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.480064" level="INFO">avg :: 22462.04</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-09-08T01:13:30.474294" elapsed="0.005840"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-08T01:13:30.474132" elapsed="0.006044"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.485978" level="INFO">stdev :: 7491.01</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-09-08T01:13:30.480448" elapsed="0.005600"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-08T01:13:30.480288" elapsed="0.005802"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-08T01:13:30.461362" elapsed="0.024769"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.491136" level="INFO">${min} = 21959.76</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-09-08T01:13:30.486326" elapsed="0.004842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.495873" level="INFO">${max} = 22735.18</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-09-08T01:13:30.491360" elapsed="0.004538"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.499497" level="INFO">${average} = 22462.04</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-09-08T01:13:30.496037" elapsed="0.003497"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.503181" level="INFO">${stdev} = 7491.01</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-09-08T01:13:30.499674" elapsed="0.003531"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.503682" level="INFO">${date} = 2026-09-08 01:13:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-08T01:13:30.503349" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.504223" level="INFO">CBench Result: 2026-09-08 01:13:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21959.76,22735.18,22462.04,7491.01</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-09-08T01:13:30.503854" elapsed="0.000419"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T01:13:30.505196" 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-09-08T01:13:30.504834" elapsed="0.000421"/>
</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-09-08T01:13:30.505389" elapsed="0.000439"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-08T01:13:30.504393" elapsed="0.001491"/>
</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-09-08T01:03:23.922367" elapsed="606.583568"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.506343" 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-09-08T01:13:30.506067" elapsed="0.000324"/>
</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-09-08T01:13:30.506871" elapsed="0.000238"/>
</kw>
<status status="PASS" start="2026-09-08T01:13:30.506593" elapsed="0.000577"/>
</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-09-08T01:03:23.920050" elapsed="606.587154"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.508336" 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-09-08T01:13:30.507999" elapsed="0.000387"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.509495" 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-09-08T01:13:30.509201" elapsed="0.000346"/>
</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-09-08T01:13:30.509856" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:13:30.509609" elapsed="0.000301"/>
</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-09-08T01:13:30.512594" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:13:30.512352" elapsed="0.000293"/>
</branch>
<status status="PASS" start="2026-09-08T01:13:30.512335" elapsed="0.000332"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:13:30.512965" 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-09-08T01:13:30.513070" 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-09-08T01:13:30.512798" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.513602" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.223 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.28" 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-09-08T01:13:30.513216" elapsed="0.000437"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:13:30.514143" 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-09-08T01:13:30.513793" elapsed="0.000374"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:13:30.514982" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T01:13:30.515062" 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-09-08T01:13:30.514690" elapsed="0.000394"/>
</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-09-08T01:13:30.515210" elapsed="0.000291"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T01:13:30.516286" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-09-08T01:13:31.172642" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 01:13:30 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%

 * Canonical Workshop gives developers fast, composable, reproducible, and
   secure developer environments that are perfect for agentic workflows.

   https://ubuntu.com/workshop

Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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: Tue Sep  8 01:03:24 2026 from 10.30.171.225
[?2004h[jenkins@releng-48317-832-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-09-08T01:13:30.515975" elapsed="0.656795"/>
</kw>
<msg time="2026-09-08T01:13:31.172832" 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-09-08T01:13:30.515651" elapsed="0.657245"/>
</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-09-08T01:13:30.514344" elapsed="0.658633"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-08T01:13:31.173342" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.223 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-08T01:23:37.217324" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-08T01:23:37.218041" level="INFO">${stdout} = </msg>
<msg time="2026-09-08T01:23:37.218139" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223: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-09-08T01:13:31.173129" elapsed="606.045073"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:23:37.218689" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.220672" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223: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.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:14:36.325 16  switches: flows:  609846 604877 607528 607968 611331 601485 595215 601113 599025 595946 590912 599289 605069 598727 610125 599619  total = 160.634583 per ms 
01:15:36.427 16  switches: flows:  655653 655274 655487 658640 660658 658896 656765 653590 658158 653845 661599 650065 656448 653185 656120 659937  total = 174.776648 per ms 
01:16:36.531 16  switches: flows:  665606 662193 663683 665020 658615 661753 658981 655008 664489 665655 662712 660791 668628 657686 670657 658818  total = 176.370484 per ms 
01:17:36.632 16  switches: flows:  653840 659380 656664 653985 655583 653187 659638 651181 660265 650660 656265 657372 653475 654919 654053 658328  total = 174.518877 per ms 
01:18:36.735 16  switches: flows:  658480 649064 652133 650463 653105 651179 656528 653987 663752 652260 656659 655874 656304 653571 649841 644620  total = 174.004032 per ms 
01:19:36.836 16  switches: flows:  655676 658222 653031 661633 659393 654910 655795 654475 659608 658787 652486 659131 659879 655238 656651 651878  total = 174.817734 per ms 
01:20:36.938 16  switches: flows:  634183 631697 632013 643573 641265 640774 639381 641598 642668 642302 637019 641867 635947 637510 642091 639374  total = 170.100726 per ms 
01:21:37.039 16  switches: flows:  647122 641756 639525 649441 651855 643492 646900 647575 645876 650390 643421 645109 646124 642191 645585 648938  total = 171.966303 per ms 
01:22:37.143 16  switches: flows:  656096 651256 658078 655166 652860 650939 653745 655685 660684 653600 652063 659533 656800 656957 655813 659155  total = 174.506173 per ms 
01:23:37.246 16  switches: flows:  658845 661516 659241 660723 657895 661318 656792 659516 664723 655905 657145 659516 662318 659540 662573 661573  total = 175.687251 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 170100.73/176370.48/174083.14/58055.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:23:37.219857" elapsed="0.001163"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-08T01:23:37.221508" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-09-08T01:23:37.221205" elapsed="0.000450"/>
</branch>
<status status="PASS" start="2026-09-08T01:23:37.221153" elapsed="0.000551"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-08T01:23:37.221949" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:23:37.221873" elapsed="0.000158"/>
</branch>
<status status="NOT RUN" start="2026-09-08T01:23:37.221818" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-08T01:23:37.222135" elapsed="0.000026"/>
</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-09-08T01:23:37.227399" elapsed="0.000771"/>
</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-09-08T01:23:37.228466" elapsed="0.000382"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:23:37.229114" elapsed="0.000211"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-08T01:23:37.222801" elapsed="0.006628"/>
</kw>
<msg time="2026-09-08T01:23:37.229677" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223: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-09-08T01:13:30.510218" elapsed="606.719511"/>
</kw>
<status status="PASS" start="2026-09-08T01:13:30.509933" elapsed="606.719941"/>
</branch>
<status status="PASS" start="2026-09-08T01:13:30.509592" elapsed="606.720331"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.230846" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223: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.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:14:36.325 16  switches: flows:  609846 604877 607528 607968 611331 601485 595215 601113 599025 595946 590912 599289 605069 598727 610125 599619  total = 160.634583 per ms 
01:15:36.427 16  switches: flows:  655653 655274 655487 658640 660658 658896 656765 653590 658158 653845 661599 650065 656448 653185 656120 659937  total = 174.776648 per ms 
01:16:36.531 16  switches: flows:  665606 662193 663683 665020 658615 661753 658981 655008 664489 665655 662712 660791 668628 657686 670657 658818  total = 176.370484 per ms 
01:17:36.632 16  switches: flows:  653840 659380 656664 653985 655583 653187 659638 651181 660265 650660 656265 657372 653475 654919 654053 658328  total = 174.518877 per ms 
01:18:36.735 16  switches: flows:  658480 649064 652133 650463 653105 651179 656528 653987 663752 652260 656659 655874 656304 653571 649841 644620  total = 174.004032 per ms 
01:19:36.836 16  switches: flows:  655676 658222 653031 661633 659393 654910 655795 654475 659608 658787 652486 659131 659879 655238 656651 651878  total = 174.817734 per ms 
01:20:36.938 16  switches: flows:  634183 631697 632013 643573 641265 640774 639381 641598 642668 642302 637019 641867 635947 637510 642091 639374  total = 170.100726 per ms 
01:21:37.039 16  switches: flows:  647122 641756 639525 649441 651855 643492 646900 647575 645876 650390 643421 645109 646124 642191 645585 648938  total = 171.966303 per ms 
01:22:37.143 16  switches: flows:  656096 651256 658078 655166 652860 650939 653745 655685 660684 653600 652063 659533 656800 656957 655813 659155  total = 174.506173 per ms 
01:23:37.246 16  switches: flows:  658845 661516 659241 660723 657895 661318 656792 659516 664723 655905 657145 659516 662318 659540 662573 661573  total = 175.687251 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 170100.73/176370.48/174083.14/58055.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:23:37.230210" elapsed="0.000791"/>
</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-09-08T01:23:37.231319" elapsed="0.000773"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-08T01:23:37.232916" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-08T01:23:37.233098" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 170100.73/176370.48/174083.14/58055.99 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-09-08T01:23:37.232413" elapsed="0.000733"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:23:37.234006" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 170100.73/176370.48/174083.14/58055.99 | 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-09-08T01:23:37.233452" elapsed="0.000609"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.239098" 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-09-08T01:23:37.234351" elapsed="0.004863"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.244182" level="INFO">170100.73/176370.48/174083.14/58055.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:23:37.239512" elapsed="0.004784"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:23:37.249219" 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-09-08T01:23:37.244596" elapsed="0.004679"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:23:37.254393" level="INFO">@{result_value_list} = [ 170100.73 | 176370.48 | 174083.14 | 58055.99 ]</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-09-08T01:23:37.249676" elapsed="0.004772"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.255447" level="INFO">Length is 4.</msg>
<msg time="2026-09-08T01:23:37.255624" 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-09-08T01:23:37.254790" elapsed="0.000881"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.264026" level="INFO">min :: 170100.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-09-08T01:23:37.256520" elapsed="0.007617"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-08T01:23:37.256246" elapsed="0.007937"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.270217" level="INFO">max :: 176370.48</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-09-08T01:23:37.264464" elapsed="0.005823"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-08T01:23:37.264300" elapsed="0.006030"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.276489" level="INFO">avg :: 174083.14</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-09-08T01:23:37.270640" elapsed="0.005920"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-08T01:23:37.270461" elapsed="0.006141"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.282713" level="INFO">stdev :: 58055.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:23:37.276913" elapsed="0.005903"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-08T01:23:37.276714" elapsed="0.006166"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-08T01:23:37.255864" elapsed="0.027060"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.287648" level="INFO">${min} = 170100.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-09-08T01:23:37.283152" elapsed="0.004521"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.291276" level="INFO">${max} = 176370.48</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-09-08T01:23:37.287839" elapsed="0.003461"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.295012" level="INFO">${average} = 174083.14</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-09-08T01:23:37.291437" elapsed="0.003599"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.298846" level="INFO">${stdev} = 58055.99</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-09-08T01:23:37.295174" elapsed="0.003698"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.299343" level="INFO">${date} = 2026-09-08 01:23:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-08T01:23:37.299019" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.299895" level="INFO">CBench Result: 2026-09-08 01:23:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,170100.73,176370.48,174083.14,58055.99</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-09-08T01:23:37.299501" elapsed="0.000445"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T01:23:37.300940" 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-09-08T01:23:37.300524" elapsed="0.000477"/>
</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-09-08T01:23:37.301139" elapsed="0.000423"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-08T01:23:37.300091" elapsed="0.001529"/>
</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-09-08T01:13:30.508677" elapsed="606.792996"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.302122" 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-09-08T01:23:37.301834" elapsed="0.000338"/>
</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-09-08T01:23:37.302638" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-09-08T01:23:37.302367" elapsed="0.000603"/>
</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-09-08T01:13:30.507484" elapsed="606.795519"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.304243" 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-09-08T01:23:37.303901" elapsed="0.000394"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.305401" 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-09-08T01:23:37.305109" elapsed="0.000328"/>
</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-09-08T01:23:37.305854" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:23:37.305567" elapsed="0.000344"/>
</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-09-08T01:23:37.308802" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:23:37.308557" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-09-08T01:23:37.308539" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:23:37.309194" 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-09-08T01:23:37.309298" 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-09-08T01:23:37.309010" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.310133" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.28" 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-09-08T01:23:37.309440" elapsed="0.000746"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T01:23:37.310678" 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-09-08T01:23:37.310313" elapsed="0.000390"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:23:37.311529" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T01:23:37.311608" 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-09-08T01:23:37.311246" elapsed="0.000383"/>
</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-09-08T01:23:37.311769" elapsed="0.000308"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T01:23:37.312867" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-09-08T01:23:37.920021" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 01:23:37 UTC 2026

  System load:  0.29               Processes:             107
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%

 * Canonical Workshop gives developers fast, composable, reproducible, and
   secure developer environments that are perfect for agentic workflows.

   https://ubuntu.com/workshop

Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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: Tue Sep  8 01:13:31 2026 from 10.30.171.225
[?2004h[jenkins@releng-48317-832-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-09-08T01:23:37.312520" elapsed="0.607722"/>
</kw>
<msg time="2026-09-08T01:23:37.920341" 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-09-08T01:23:37.312213" elapsed="0.608247"/>
</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-09-08T01:23:37.310911" elapsed="0.609683"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-08T01:23:37.921225" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-08T01:33:43.949083" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-08T01:33:43.949592" level="INFO">${stdout} = </msg>
<msg time="2026-09-08T01:33:43.949688" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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-09-08T01:23:37.920876" elapsed="606.028864"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:33:43.950206" elapsed="0.000672"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:43.951936" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:24:43.092 16  switches: flows:  82819 81485 82400 81470 82331 81430 80506 81329 80750 79676 80546 79144 79479 78937 79088 79326  total = 21.511933 per ms 
01:25:43.192 16  switches: flows:  84302 83478 83603 83757 82344 82704 83039 83394 81676 81324 81146 81085 80409 79922 80923 80887  total = 21.863406 per ms 
01:26:43.292 16  switches: flows:  83854 83559 83737 84528 82934 82615 82790 82633 82253 82076 81689 80621 80004 80624 81025 80660  total = 21.890162 per ms 
01:27:43.393 16  switches: flows:  87481 86935 86196 87729 87553 86535 86672 85951 85443 85693 86192 84127 83708 84575 84059 84906  total = 22.857761 per ms 
01:28:43.493 16  switches: flows:  87810 88222 87764 88807 87445 86816 86934 86679 85913 85995 86852 85361 84929 85817 84300 86440  total = 23.062910 per ms 
01:29:43.593 16  switches: flows:  85642 84956 85125 86262 85390 84813 85778 85208 84974 84102 83607 83457 82901 83409 82264 83765  total = 22.489990 per ms 
01:30:43.693 16  switches: flows:  88352 87397 88188 89522 88638 86624 87226 87452 88182 86496 87721 85500 85429 86025 85365 85902  total = 23.194929 per ms 
01:31:43.794 16  switches: flows:  87595 87552 87395 88555 87871 86562 87404 86131 87025 86509 86609 84278 84695 85652 83935 84723  total = 23.003126 per ms 
01:32:43.894 16  switches: flows:  87582 86963 87789 89875 88298 86650 87762 86513 87186 86874 86400 84824 84621 84780 84357 86101  total = 23.071087 per ms 
01:33:43.994 16  switches: flows:  87301 87116 86547 88071 86736 85888 87181 86549 86938 86605 85980 84188 83314 84901 83494 85092  total = 22.893480 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21863.41/23194.93/22702.98/7582.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:33:43.951208" elapsed="0.000980"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-08T01:33:43.952667" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-08T01:33:43.952372" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-09-08T01:33:43.952326" elapsed="0.000561"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-08T01:33:43.953076" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-08T01:33:43.953002" elapsed="0.000154"/>
</branch>
<status status="NOT RUN" start="2026-09-08T01:33:43.952970" elapsed="0.000229"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-08T01:33:43.953284" elapsed="0.000028"/>
</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-09-08T01:33:43.958930" elapsed="0.000702"/>
</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-09-08T01:33:43.959960" elapsed="0.000335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T01:33:43.960559" elapsed="0.000234"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-08T01:33:43.953940" elapsed="0.006971"/>
</kw>
<msg time="2026-09-08T01:33:43.961165" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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-09-08T01:23:37.306240" elapsed="606.654999"/>
</kw>
<status status="PASS" start="2026-09-08T01:23:37.305943" elapsed="606.655396"/>
</branch>
<status status="PASS" start="2026-09-08T01:23:37.305546" elapsed="606.655842"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:43.962324" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223: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.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:24:43.092 16  switches: flows:  82819 81485 82400 81470 82331 81430 80506 81329 80750 79676 80546 79144 79479 78937 79088 79326  total = 21.511933 per ms 
01:25:43.192 16  switches: flows:  84302 83478 83603 83757 82344 82704 83039 83394 81676 81324 81146 81085 80409 79922 80923 80887  total = 21.863406 per ms 
01:26:43.292 16  switches: flows:  83854 83559 83737 84528 82934 82615 82790 82633 82253 82076 81689 80621 80004 80624 81025 80660  total = 21.890162 per ms 
01:27:43.393 16  switches: flows:  87481 86935 86196 87729 87553 86535 86672 85951 85443 85693 86192 84127 83708 84575 84059 84906  total = 22.857761 per ms 
01:28:43.493 16  switches: flows:  87810 88222 87764 88807 87445 86816 86934 86679 85913 85995 86852 85361 84929 85817 84300 86440  total = 23.062910 per ms 
01:29:43.593 16  switches: flows:  85642 84956 85125 86262 85390 84813 85778 85208 84974 84102 83607 83457 82901 83409 82264 83765  total = 22.489990 per ms 
01:30:43.693 16  switches: flows:  88352 87397 88188 89522 88638 86624 87226 87452 88182 86496 87721 85500 85429 86025 85365 85902  total = 23.194929 per ms 
01:31:43.794 16  switches: flows:  87595 87552 87395 88555 87871 86562 87404 86131 87025 86509 86609 84278 84695 85652 83935 84723  total = 23.003126 per ms 
01:32:43.894 16  switches: flows:  87582 86963 87789 89875 88298 86650 87762 86513 87186 86874 86400 84824 84621 84780 84357 86101  total = 23.071087 per ms 
01:33:43.994 16  switches: flows:  87301 87116 86547 88071 86736 85888 87181 86549 86938 86605 85980 84188 83314 84901 83494 85092  total = 22.893480 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21863.41/23194.93/22702.98/7582.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:33:43.961682" elapsed="0.000793"/>
</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-09-08T01:33:43.962822" elapsed="0.000737"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-08T01:33:43.964365" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-08T01:33:43.964546" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21863.41/23194.93/22702.98/7582.83 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-09-08T01:33:43.963909" elapsed="0.000686"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:33:43.965455" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21863.41/23194.93/22702.98/7582.83 | 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-09-08T01:33:43.964930" elapsed="0.000579"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:43.970507" 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-09-08T01:33:43.965831" elapsed="0.004790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:43.975557" level="INFO">21863.41/23194.93/22702.98/7582.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:33:43.970949" elapsed="0.004721"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:33:43.980600" 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-09-08T01:33:43.976005" elapsed="0.004650"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T01:33:43.985961" level="INFO">@{result_value_list} = [ 21863.41 | 23194.93 | 22702.98 | 7582.83 ]</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-09-08T01:33:43.981065" elapsed="0.004950"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T01:33:43.987002" level="INFO">Length is 4.</msg>
<msg time="2026-09-08T01:33:43.987178" 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-09-08T01:33:43.986352" elapsed="0.000893"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:43.994549" level="INFO">min :: 21863.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-09-08T01:33:43.988032" elapsed="0.006602"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-08T01:33:43.987727" elapsed="0.006951"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.000678" level="INFO">max :: 23194.93</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-09-08T01:33:43.994977" elapsed="0.005772"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-08T01:33:43.994806" elapsed="0.006010"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.006642" level="INFO">avg :: 22702.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-09-08T01:33:44.001083" elapsed="0.005628"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-08T01:33:44.000921" elapsed="0.005851"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.012586" level="INFO">stdev :: 7582.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T01:33:44.007039" elapsed="0.005617"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-08T01:33:44.006879" elapsed="0.005819"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-08T01:33:43.987367" elapsed="0.025368"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.017821" level="INFO">${min} = 21863.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T01:33:44.012953" elapsed="0.004912"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.022949" level="INFO">${max} = 23194.93</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-09-08T01:33:44.018074" elapsed="0.004908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.028038" level="INFO">${average} = 22702.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-09-08T01:33:44.023174" elapsed="0.004897"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.032466" level="INFO">${stdev} = 7582.83</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-09-08T01:33:44.028287" elapsed="0.004203"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.032969" level="INFO">${date} = 2026-09-08 01:33:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-08T01:33:44.032635" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.033506" level="INFO">CBench Result: 2026-09-08 01:33:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21863.41,23194.93,22702.98,7582.83</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-09-08T01:33:44.033125" elapsed="0.000431"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T01:33:44.034728" 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-09-08T01:33:44.034298" elapsed="0.000508"/>
</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-09-08T01:33:44.034943" elapsed="0.000435"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-08T01:33:44.033698" elapsed="0.001739"/>
</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-09-08T01:23:37.304585" elapsed="606.730905"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.035919" 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-09-08T01:33:44.035623" elapsed="0.000346"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-08T01:33:44.037103" 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-09-08T01:33:44.036639" elapsed="0.000488"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-08T01:33:44.037351" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-09-08T01:33:44.037198" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-09-08T01:33:44.037179" elapsed="0.000255"/>
</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-09-08T01:33:44.037565" elapsed="0.000019"/>
</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-09-08T01:33:44.037705" elapsed="0.000018"/>
</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-09-08T01:33:44.037868" elapsed="0.000021"/>
</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-09-08T01:33:44.038012" elapsed="0.000018"/>
</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-09-08T01:33:44.038185" elapsed="0.000018"/>
</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-09-08T01:33:44.038329" elapsed="0.000018"/>
</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-09-08T01:33:44.038460" elapsed="0.000018"/>
</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-09-08T01:33:44.038657" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-08T01:33:44.038533" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-09-08T01:33:44.038518" elapsed="0.000206"/>
</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-09-08T01:33:44.036341" elapsed="0.002447"/>
</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-09-08T01:23:37.303271" elapsed="606.735559"/>
</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-09-08T01:03:16.398868" elapsed="1827.640344"/>
</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>
