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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-01T02:02:05.404166" elapsed="0.740924"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T02:02:06.198102" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-01T02:02:06.145597" elapsed="0.052676"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T02:02:06.200568" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T02:02:06.200704" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-01T02:02:06.198758" elapsed="0.001978"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-01T02:02:06.200903" elapsed="0.000292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:02:06.201368" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:02:06.202118" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:02:06.201778" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T02:02:06.202232" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.151
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-01T02:02:05.402700" elapsed="0.799715"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-01T02:02:05.399099" elapsed="0.803381"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T02:02:06.203117" 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-07-01T02:02:06.202718" elapsed="0.000458"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T02:02:06.203624" 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-07-01T02:02:06.203345" elapsed="0.000362"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T02:02:06.204332" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-01T02:02:06.203918" elapsed="0.000444"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T02:02:06.204899" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-01T02:02:06.204536" elapsed="0.000407"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T02:02:06.205496" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-01T02:02:06.205107" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T02:02:06.206091" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-01T02:02:06.205762" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-01T02:02:06.206452" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:02:06.206223" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:02:06.211339" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:02:06.210895" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:02:06.212462" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T02:02:06.212550" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:02:06.211988" elapsed="0.000588"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:02:06.212752" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T02:02:06.214199" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-07-01T02:02:06.950229" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 02:02:06 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-766-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-01T02:02:06.213643" elapsed="0.736866"/>
</kw>
<msg time="2026-07-01T02:02:06.950677" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:02:06.213276" elapsed="0.737564"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-01T02:02:06.211595" elapsed="0.739456"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-01T02:02:06.961041" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-01T02:02:06.951425" elapsed="0.011575"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:02:06.963349" elapsed="0.001393"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-01T02:02:06.210317" elapsed="0.754697"/>
</kw>
<status status="PASS" start="2026-07-01T02:02:06.206919" elapsed="0.758192"/>
</branch>
<status status="PASS" start="2026-07-01T02:02:06.206198" elapsed="0.758989"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-01T02:02:06.965779" elapsed="0.001317"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-01T02:02:06.974612" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-01T02:02:06.974475" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-01T02:02:06.974443" elapsed="0.000270"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-01T02:02:06.978285" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-01T02:02:06.978170" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-07-01T02:02:06.978149" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:02:06.978513" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T02:02:06.979498" level="INFO">Logging into '10.30.171.151:8101' as 'karaf'.</msg>
<msg time="2026-07-01T02:02:07.200511" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-01T02:02:06.979185" elapsed="0.221512"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.298339" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-01T02:02:07.200968" elapsed="0.097599"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.310793" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T02:02:07.311057" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-01T02:02:07.298906" elapsed="0.012188"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-01T02:02:07.311251" elapsed="0.000389"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:02:07.311823" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:02:07.312596" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:02:07.312243" elapsed="0.000437"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T02:02:07.312740" elapsed="0.000065"/>
</return>
<msg time="2026-07-01T02:02:07.312976" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.151
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-01T02:02:06.977802" elapsed="0.335208"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-01T02:02:07.313178" elapsed="0.000586"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T02:02:07.313819" elapsed="0.000074"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-01T02:02:06.974100" elapsed="0.339916"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-01T02:02:07.318336" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-01T02:02:07.318187" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-07-01T02:02:07.318158" elapsed="0.000253"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:02:07.318550" elapsed="0.000702"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.319865" level="INFO">Logging into '10.30.171.151:8101' as 'karaf'.</msg>
<msg time="2026-07-01T02:02:07.543084" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-01T02:02:07.319503" elapsed="0.223764"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.570083" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-01T02:02:07.543528" elapsed="0.026614"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.572057" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T02:02:07.572164" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-01T02:02:07.570289" elapsed="0.001904"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-01T02:02:07.572329" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:02:07.572642" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:02:07.573306" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:02:07.572990" elapsed="0.000366"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T02:02:07.573409" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.151
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-01T02:02:07.317803" elapsed="0.255786"/>
</kw>
<status status="PASS" start="2026-07-01T02:02:05.397327" elapsed="2.176344"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:02:07.575804" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:02:07.574521" elapsed="0.001348"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T02:02:07.577293" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-01T02:02:07.576941" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-01T02:02:07.577679" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:02:07.577415" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-01T02:02:07.580671" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:02:07.580400" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-07-01T02:02:07.580379" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.581097" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-01T02:02:07.580888" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:02:07.581822" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.151 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:02:07.581380" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.582490" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:02:07.582024" elapsed="0.000493"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:02:07.583481" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T02:02:07.583573" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:02:07.583113" elapsed="0.000484"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:02:07.583759" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.584964" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-07-01T02:02:07.901364" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 02:02:06 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  1 02:02:06 2026 from 10.30.171.231
[?2004h[jenkins@releng-48317-766-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-01T02:02:07.584591" elapsed="0.316945"/>
</kw>
<msg time="2026-07-01T02:02:07.901617" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:02:07.584246" elapsed="0.317473"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-01T02:02:07.582736" elapsed="0.319100"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T02:02:07.902377" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.151 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T02:12:14.022267" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T02:12:14.022933" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T02:12:14.023041" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-01T02:02:07.902063" elapsed="606.121037"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:12:14.023553" elapsed="0.000749"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.025599" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.151. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:13.109 16  switches: flows:  98665 97819 96616 96545 96574 97272 95402 96057 95132 96136 96694 95299 96016 94763 95563 96568  total = 25.685350 per ms 
02:04:13.210 16  switches: flows:  116023 115796 113779 113786 112595 115316 111292 114551 112197 111869 114291 110995 113983 109985 113798 113607  total = 30.180626 per ms 
02:05:13.310 16  switches: flows:  118458 117829 116673 116507 116699 119223 115326 115208 115668 116046 119014 114505 116257 114703 115699 117024  total = 31.028836 per ms 
02:06:13.410 16  switches: flows:  111072 111366 109697 111764 113894 112574 112236 111042 110570 111676 111492 111926 109198 109487 110222 109604  total = 29.580816 per ms 
02:07:13.511 16  switches: flows:  111506 111443 109494 112196 112586 112337 111256 113220 109815 111635 110799 111166 109147 108052 108762 110905  total = 29.522630 per ms 
02:08:13.611 16  switches: flows:  116342 114817 111524 114597 114917 115441 114503 114598 112012 114471 113476 112804 113036 111860 111734 112368  total = 30.257800 per ms 
02:09:13.712 16  switches: flows:  109365 107195 105646 109563 109120 110370 107847 106406 104288 107851 106895 105426 106873 106010 106240 106647  total = 28.548009 per ms 
02:10:13.812 16  switches: flows:  111310 110763 107324 110574 111620 111318 109329 110225 107512 110609 109195 109119 109001 106975 108899 109223  total = 29.167861 per ms 
02:11:13.912 16  switches: flows:  117976 119427 115810 120948 120890 120755 118931 116369 117454 118973 118974 115242 117656 116218 117488 116430  total = 31.439813 per ms 
02:12:14.012 16  switches: flows:  108720 107565 105296 108801 109736 107713 106432 106324 108213 107454 107744 106586 107013 106559 108188 106917  total = 28.606576 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28548.01/31439.81/29814.77/9983.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.024777" elapsed="0.001385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T02:12:14.026729" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-07-01T02:12:14.026383" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-07-01T02:12:14.026322" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T02:12:14.027160" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-01T02:12:14.027079" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-01T02:12:14.027044" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T02:12:14.027370" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:12:14.032003" elapsed="0.000562"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:12:14.032816" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:12:14.033279" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T02:12:14.028155" elapsed="0.005353"/>
</kw>
<msg time="2026-07-01T02:12:14.033729" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-01T02:02:07.578088" elapsed="606.455685"/>
</kw>
<status status="PASS" start="2026-07-01T02:02:07.577768" elapsed="606.456079"/>
</branch>
<status status="PASS" start="2026-07-01T02:02:07.577392" elapsed="606.456489"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.034551" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.151. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:13.109 16  switches: flows:  98665 97819 96616 96545 96574 97272 95402 96057 95132 96136 96694 95299 96016 94763 95563 96568  total = 25.685350 per ms 
02:04:13.210 16  switches: flows:  116023 115796 113779 113786 112595 115316 111292 114551 112197 111869 114291 110995 113983 109985 113798 113607  total = 30.180626 per ms 
02:05:13.310 16  switches: flows:  118458 117829 116673 116507 116699 119223 115326 115208 115668 116046 119014 114505 116257 114703 115699 117024  total = 31.028836 per ms 
02:06:13.410 16  switches: flows:  111072 111366 109697 111764 113894 112574 112236 111042 110570 111676 111492 111926 109198 109487 110222 109604  total = 29.580816 per ms 
02:07:13.511 16  switches: flows:  111506 111443 109494 112196 112586 112337 111256 113220 109815 111635 110799 111166 109147 108052 108762 110905  total = 29.522630 per ms 
02:08:13.611 16  switches: flows:  116342 114817 111524 114597 114917 115441 114503 114598 112012 114471 113476 112804 113036 111860 111734 112368  total = 30.257800 per ms 
02:09:13.712 16  switches: flows:  109365 107195 105646 109563 109120 110370 107847 106406 104288 107851 106895 105426 106873 106010 106240 106647  total = 28.548009 per ms 
02:10:13.812 16  switches: flows:  111310 110763 107324 110574 111620 111318 109329 110225 107512 110609 109195 109119 109001 106975 108899 109223  total = 29.167861 per ms 
02:11:13.912 16  switches: flows:  117976 119427 115810 120948 120890 120755 118931 116369 117454 118973 118974 115242 117656 116218 117488 116430  total = 31.439813 per ms 
02:12:14.012 16  switches: flows:  108720 107565 105296 108801 109736 107713 106432 106324 108213 107454 107744 106586 107013 106559 108188 106917  total = 28.606576 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28548.01/31439.81/29814.77/9983.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.034103" elapsed="0.000584"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-01T02:12:14.034910" elapsed="0.000618"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T02:12:14.036144" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T02:12:14.036279" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28548.01/31439.81/29814.77/9983.26 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-01T02:12:14.035803" elapsed="0.000513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:12:14.036917" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28548.01/31439.81/29814.77/9983.26 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:12:14.036607" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.039343" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.037090" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.041826" level="INFO">28548.01/31439.81/29814.77/9983.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.039559" elapsed="0.002324"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:12:14.044207" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:12:14.042034" elapsed="0.002200"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:12:14.046791" level="INFO">@{result_value_list} = [ 28548.01 | 31439.81 | 29814.77 | 9983.26 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:12:14.044447" elapsed="0.002377"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.047298" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T02:12:14.047388" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:12:14.046984" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.052461" level="INFO">min :: 28548.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-07-01T02:12:14.047848" elapsed="0.004672"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T02:12:14.047709" elapsed="0.004900"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.057190" level="INFO">max :: 31439.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.052858" elapsed="0.004389"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T02:12:14.052725" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.061950" level="INFO">avg :: 29814.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.057505" elapsed="0.004505"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T02:12:14.057375" elapsed="0.004673"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.067025" level="INFO">stdev :: 9983.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.062281" elapsed="0.004815"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T02:12:14.062144" elapsed="0.004995"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T02:12:14.047486" elapsed="0.019694"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.071154" level="INFO">${min} = 28548.01</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:12:14.067375" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.075281" level="INFO">${max} = 31439.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:12:14.071342" elapsed="0.003966"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.079267" level="INFO">${average} = 29814.77</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:12:14.075463" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.083297" level="INFO">${stdev} = 9983.26</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:12:14.079482" elapsed="0.003844"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.083923" level="INFO">${date} = 2026-07-01 02:12:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T02:12:14.083502" elapsed="0.000448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.084525" level="INFO">CBench Result: 2026-07-01 02:12:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28548.01,31439.81,29814.77,9983.26</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.084105" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T02:12:14.085798" 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-07-01T02:12:14.085304" elapsed="0.000565"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-01T02:12:14.086030" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T02:12:14.084809" elapsed="0.001784"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-01T02:02:07.576289" elapsed="606.510389"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.087180" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-01T02:12:14.086834" elapsed="0.000406"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-01T02:12:14.087807" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-07-01T02:12:14.087473" elapsed="0.000682"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-01T02:02:07.573836" elapsed="606.514356"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.089529" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.089139" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.091156" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-01T02:12:14.090809" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-01T02:12:14.091572" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:12:14.091339" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-01T02:12:14.094829" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:12:14.094533" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-07-01T02:12:14.094510" elapsed="0.000407"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:12:14.095320" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-01T02:12:14.095056" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.096092" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.151 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:12:14.095618" elapsed="0.000533"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:12:14.096723" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:12:14.096293" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:12:14.097736" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T02:12:14.097826" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:12:14.097384" elapsed="0.000466"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:12:14.097997" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T02:12:14.099196" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-07-01T02:12:14.720102" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 02:12:14 UTC 2026

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

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  1 02:02:07 2026 from 10.30.171.231
[?2004h[jenkins@releng-48317-766-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-01T02:12:14.098843" elapsed="0.621515"/>
</kw>
<msg time="2026-07-01T02:12:14.720474" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:12:14.098482" elapsed="0.622097"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-01T02:12:14.096994" elapsed="0.623746"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T02:12:14.721308" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.151 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T02:22:21.277551" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T02:22:21.278195" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T02:22:21.278311" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-01T02:12:14.720985" elapsed="606.557385"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:22:21.278978" elapsed="0.000767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.280929" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.151. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:19.844 16  switches: flows:  460347 470005 493018 454566 443562 467916 466832 458706 471534 442329 460805 449383 454532 460338 461454 468689  total = 123.066933 per ms 
02:14:19.949 16  switches: flows:  571334 563720 548178 518171 574325 530312 531747 587856 576739 522934 526678 550031 586839 528352 529756 574415  total = 146.770710 per ms 
02:15:20.051 16  switches: flows:  595479 586057 592679 598538 591212 581661 601659 596248 586502 591381 593769 586997 597221 587451 598143 591415  total = 157.673477 per ms 
02:16:20.328 16  switches: flows:  561806 545979 553242 542297 549903 553868 555947 562241 556997 552090 552345 556453 557870 558782 552608 547638  total = 146.992927 per ms 
02:17:20.430 16  switches: flows:  412922 465476 463588 449615 453458 399543 445153 454015 449661 453816 463873 472786 461519 456133 472435 450203  total = 120.199852 per ms 
02:18:20.862 16  switches: flows:  480321 463501 474232 483465 464535 464896 466882 485011 439639 477003 472046 480607 476321 481372 482766 464084  total = 125.046206 per ms 
02:19:20.966 16  switches: flows:  510337 526827 516827 507226 517566 512331 514445 522890 516973 506204 517599 512917 516500 516794 519180 508173  total = 137.147938 per ms 
02:20:21.068 16  switches: flows:  551100 566227 555417 560356 554394 551616 553745 565333 558025 551623 562084 564734 561279 556956 567161 554172  total = 148.653919 per ms 
02:21:21.169 16  switches: flows:  515359 517299 514487 527939 523259 531926 531108 525174 519438 519138 525689 522493 516924 503509 518664 520252  total = 138.644632 per ms 
02:22:21.270 16  switches: flows:  561652 553026 555526 554584 549927 563200 553246 550998 556409 558284 563166 556132 549241 557796 554207 557505  total = 147.999640 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120199.85/157673.48/141014.37/48359.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.280137" elapsed="0.001105"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T02:22:21.281783" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-01T02:22:21.281432" elapsed="0.000509"/>
</branch>
<status status="PASS" start="2026-07-01T02:22:21.281375" elapsed="0.000622"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T02:22:21.282205" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-01T02:22:21.282125" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-01T02:22:21.282090" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T02:22:21.282410" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:22:21.288907" elapsed="0.000811"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:22:21.290064" elapsed="0.000366"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:22:21.290833" elapsed="0.000248"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T02:22:21.283262" elapsed="0.007943"/>
</kw>
<msg time="2026-07-01T02:22:21.291494" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-01T02:12:14.092004" elapsed="607.199538"/>
</kw>
<status status="PASS" start="2026-07-01T02:12:14.091677" elapsed="607.199915"/>
</branch>
<status status="PASS" start="2026-07-01T02:12:14.091313" elapsed="607.200303"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.292079" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.151. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:19.844 16  switches: flows:  460347 470005 493018 454566 443562 467916 466832 458706 471534 442329 460805 449383 454532 460338 461454 468689  total = 123.066933 per ms 
02:14:19.949 16  switches: flows:  571334 563720 548178 518171 574325 530312 531747 587856 576739 522934 526678 550031 586839 528352 529756 574415  total = 146.770710 per ms 
02:15:20.051 16  switches: flows:  595479 586057 592679 598538 591212 581661 601659 596248 586502 591381 593769 586997 597221 587451 598143 591415  total = 157.673477 per ms 
02:16:20.328 16  switches: flows:  561806 545979 553242 542297 549903 553868 555947 562241 556997 552090 552345 556453 557870 558782 552608 547638  total = 146.992927 per ms 
02:17:20.430 16  switches: flows:  412922 465476 463588 449615 453458 399543 445153 454015 449661 453816 463873 472786 461519 456133 472435 450203  total = 120.199852 per ms 
02:18:20.862 16  switches: flows:  480321 463501 474232 483465 464535 464896 466882 485011 439639 477003 472046 480607 476321 481372 482766 464084  total = 125.046206 per ms 
02:19:20.966 16  switches: flows:  510337 526827 516827 507226 517566 512331 514445 522890 516973 506204 517599 512917 516500 516794 519180 508173  total = 137.147938 per ms 
02:20:21.068 16  switches: flows:  551100 566227 555417 560356 554394 551616 553745 565333 558025 551623 562084 564734 561279 556956 567161 554172  total = 148.653919 per ms 
02:21:21.169 16  switches: flows:  515359 517299 514487 527939 523259 531926 531108 525174 519438 519138 525689 522493 516924 503509 518664 520252  total = 138.644632 per ms 
02:22:21.270 16  switches: flows:  561652 553026 555526 554584 549927 563200 553246 550998 556409 558284 563166 556132 549241 557796 554207 557505  total = 147.999640 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120199.85/157673.48/141014.37/48359.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.291782" elapsed="0.000372"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-01T02:22:21.292310" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T02:22:21.293111" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T02:22:21.293204" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 120199.85/157673.48/141014.37/48359.08 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-01T02:22:21.292876" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:22:21.293670" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 120199.85/157673.48/141014.37/48359.08 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:22:21.293388" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.296109" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.293848" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.298558" level="INFO">120199.85/157673.48/141014.37/48359.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.296318" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:22:21.301099" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:22:21.298788" elapsed="0.002341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:22:21.303982" level="INFO">@{result_value_list} = [ 120199.85 | 157673.48 | 141014.37 | 48359.08 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:22:21.301361" elapsed="0.002649"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.304485" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T02:22:21.304575" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:22:21.304168" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.309591" level="INFO">min :: 120199.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.305031" elapsed="0.004657"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T02:22:21.304896" elapsed="0.004835"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.314332" level="INFO">max :: 157673.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-07-01T02:22:21.309983" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T02:22:21.309847" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.319239" level="INFO">avg :: 141014.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.314757" elapsed="0.004540"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T02:22:21.314520" elapsed="0.004813"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.325723" level="INFO">stdev :: 48359.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.319556" elapsed="0.006301"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T02:22:21.319423" elapsed="0.006516"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T02:22:21.304696" elapsed="0.021314"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.332473" level="INFO">${min} = 120199.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:22:21.326358" elapsed="0.006154"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.337969" level="INFO">${max} = 157673.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-07-01T02:22:21.332778" elapsed="0.005229"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.342412" level="INFO">${average} = 141014.37</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:22:21.338221" elapsed="0.004219"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.346362" level="INFO">${stdev} = 48359.08</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:22:21.342672" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.346958" level="INFO">${date} = 2026-07-01 02:22:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T02:22:21.346575" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.347585" level="INFO">CBench Result: 2026-07-01 02:22:21,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,120199.85,157673.48,141014.37,48359.08</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.347139" elapsed="0.000607"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T02:22:21.350021" 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-07-01T02:22:21.349131" elapsed="0.001039"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-01T02:22:21.350508" elapsed="0.001179"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T02:22:21.348060" elapsed="0.003711"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-01T02:12:14.090202" elapsed="607.261630"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.352311" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-01T02:22:21.351987" elapsed="0.000381"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-01T02:22:21.352912" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-07-01T02:22:21.352586" elapsed="0.000661"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-01T02:12:14.088520" elapsed="607.264765"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.354941" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.354443" elapsed="0.000566"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.356477" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-01T02:22:21.356000" elapsed="0.000523"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-01T02:22:21.357164" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:22:21.356789" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-01T02:22:21.360947" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:22:21.360541" elapsed="0.000492"/>
</branch>
<status status="PASS" start="2026-07-01T02:22:21.360510" elapsed="0.000560"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:22:21.361569" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-01T02:22:21.361279" elapsed="0.000528"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.362681" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.151 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:22:21.362016" elapsed="0.000754"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T02:22:21.363581" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:22:21.362986" elapsed="0.000634"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:22:21.365009" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T02:22:21.365139" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:22:21.364514" elapsed="0.000661"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:22:21.365393" elapsed="0.000508"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T02:22:21.367259" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-07-01T02:22:21.962175" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 02:22:21 UTC 2026

  System load:  0.12               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  1 02:12:14 2026 from 10.30.171.231
[?2004h[jenkins@releng-48317-766-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-01T02:22:21.366714" elapsed="0.595778"/>
</kw>
<msg time="2026-07-01T02:22:21.962619" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:22:21.366133" elapsed="0.596617"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-01T02:22:21.363950" elapsed="0.598995"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T02:22:21.963642" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.151 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T02:32:28.069545" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T02:32:28.070515" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T02:32:28.070762" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-01T02:22:21.963239" elapsed="606.107634"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:32:28.071613" elapsed="0.001234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.073847" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.151. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:27.146 16  switches: flows:  102060 103216 103701 103074 104378 101617 103756 103957 101808 101454 100184 101473 100757 99597 102081 101641  total = 27.245900 per ms 
02:24:27.247 16  switches: flows:  98320 101083 98262 96572 98102 99272 99146 98024 96774 97407 97007 96407 97080 96767 97277 97021  total = 26.031878 per ms 
02:25:27.350 16  switches: flows:  114344 114218 111979 114121 112262 114837 114340 114423 110806 111698 114136 112189 113103 112813 111267 112844  total = 30.105325 per ms 
02:26:27.451 16  switches: flows:  114526 114523 112621 113824 112671 112977 115378 114625 111420 112514 113810 110347 113077 113632 112148 114094  total = 30.152733 per ms 
02:27:27.553 16  switches: flows:  115122 114864 114162 114656 115684 114592 116380 115539 113033 113763 117209 112022 115204 114555 111958 113939  total = 30.493765 per ms 
02:28:27.654 16  switches: flows:  104888 107465 106476 106012 105945 107130 105614 107349 105115 104816 105719 103019 105779 104222 103264 105125  total = 28.085381 per ms 
02:29:27.755 16  switches: flows:  113712 115013 115592 116851 115689 115495 116550 113265 116015 113200 113874 111654 115436 116615 113720 115117  total = 30.578880 per ms 
02:30:27.856 16  switches: flows:  107746 107744 108049 107123 108619 106139 108455 106382 105884 106915 106387 105218 106688 107448 106360 107479  total = 28.496343 per ms 
02:31:27.958 16  switches: flows:  116054 113075 114602 114241 116649 113211 117121 114288 112496 113901 113913 115229 113363 113516 112012 114366  total = 30.416456 per ms 
02:32:28.059 16  switches: flows:  116425 116299 115180 115107 118906 116495 117453 115223 114065 114596 114968 116855 114044 116468 114491 115441  total = 30.815459 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26031.88/30815.46/29464.02/9936.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.073241" elapsed="0.000836"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T02:32:28.074438" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-07-01T02:32:28.074218" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-07-01T02:32:28.074168" elapsed="0.000412"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T02:32:28.074737" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-01T02:32:28.074684" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-07-01T02:32:28.074639" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T02:32:28.074883" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T02:32:28.080034" elapsed="0.000962"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T02:32:28.081411" elapsed="0.000482"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T02:32:28.082217" elapsed="0.000264"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T02:32:28.075389" elapsed="0.007219"/>
</kw>
<msg time="2026-07-01T02:32:28.082947" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-01T02:22:21.357567" elapsed="606.725442"/>
</kw>
<status status="PASS" start="2026-07-01T02:22:21.357251" elapsed="606.725871"/>
</branch>
<status status="PASS" start="2026-07-01T02:22:21.356757" elapsed="606.726418"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.084293" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.151:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.151. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:27.146 16  switches: flows:  102060 103216 103701 103074 104378 101617 103756 103957 101808 101454 100184 101473 100757 99597 102081 101641  total = 27.245900 per ms 
02:24:27.247 16  switches: flows:  98320 101083 98262 96572 98102 99272 99146 98024 96774 97407 97007 96407 97080 96767 97277 97021  total = 26.031878 per ms 
02:25:27.350 16  switches: flows:  114344 114218 111979 114121 112262 114837 114340 114423 110806 111698 114136 112189 113103 112813 111267 112844  total = 30.105325 per ms 
02:26:27.451 16  switches: flows:  114526 114523 112621 113824 112671 112977 115378 114625 111420 112514 113810 110347 113077 113632 112148 114094  total = 30.152733 per ms 
02:27:27.553 16  switches: flows:  115122 114864 114162 114656 115684 114592 116380 115539 113033 113763 117209 112022 115204 114555 111958 113939  total = 30.493765 per ms 
02:28:27.654 16  switches: flows:  104888 107465 106476 106012 105945 107130 105614 107349 105115 104816 105719 103019 105779 104222 103264 105125  total = 28.085381 per ms 
02:29:27.755 16  switches: flows:  113712 115013 115592 116851 115689 115495 116550 113265 116015 113200 113874 111654 115436 116615 113720 115117  total = 30.578880 per ms 
02:30:27.856 16  switches: flows:  107746 107744 108049 107123 108619 106139 108455 106382 105884 106915 106387 105218 106688 107448 106360 107479  total = 28.496343 per ms 
02:31:27.958 16  switches: flows:  116054 113075 114602 114241 116649 113211 117121 114288 112496 113901 113913 115229 113363 113516 112012 114366  total = 30.416456 per ms 
02:32:28.059 16  switches: flows:  116425 116299 115180 115107 118906 116495 117453 115223 114065 114596 114968 116855 114044 116468 114491 115441  total = 30.815459 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26031.88/30815.46/29464.02/9936.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.083537" elapsed="0.000933"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-01T02:32:28.084845" elapsed="0.000904"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T02:32:28.086832" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T02:32:28.087044" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26031.88/30815.46/29464.02/9936.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-01T02:32:28.086228" elapsed="0.000871"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:32:28.087871" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26031.88/30815.46/29464.02/9936.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:32:28.087439" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.090790" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.088119" elapsed="0.002739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.093250" level="INFO">26031.88/30815.46/29464.02/9936.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.091010" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:32:28.095758" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:32:28.093493" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T02:32:28.098397" level="INFO">@{result_value_list} = [ 26031.88 | 30815.46 | 29464.02 | 9936.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T02:32:28.096017" elapsed="0.002409"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.098934" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T02:32:28.099026" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-01T02:32:28.098585" elapsed="0.000465"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.103939" level="INFO">min :: 26031.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.099488" elapsed="0.004508"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T02:32:28.099350" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.108519" level="INFO">max :: 30815.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.104255" elapsed="0.004321"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T02:32:28.104120" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.113107" level="INFO">avg :: 29464.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.108836" elapsed="0.004327"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T02:32:28.108709" elapsed="0.004490"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.118048" level="INFO">stdev :: 9936.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.113413" elapsed="0.004699"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T02:32:28.113282" elapsed="0.004866"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T02:32:28.099130" elapsed="0.019048"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.122091" level="INFO">${min} = 26031.88</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:32:28.118339" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.125969" level="INFO">${max} = 30815.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:32:28.122273" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.129945" level="INFO">${average} = 29464.02</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:32:28.126162" elapsed="0.003810"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.134076" level="INFO">${stdev} = 9936.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T02:32:28.130124" elapsed="0.003979"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.134620" level="INFO">${date} = 2026-07-01 02:32:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T02:32:28.134264" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.135221" level="INFO">CBench Result: 2026-07-01 02:32:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26031.88,30815.46,29464.02,9936.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T02:32:28.134814" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T02:32:28.136488" 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-07-01T02:32:28.135975" elapsed="0.000581"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-01T02:32:28.136724" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T02:32:28.135431" elapsed="0.001819"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-01T02:22:21.355399" elapsed="606.781911"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.137786" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-01T02:32:28.137460" elapsed="0.000382"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T02:32:28.139087" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-01T02:32:28.138577" elapsed="0.000537"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-01T02:32:28.139342" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-01T02:32:28.139194" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-07-01T02:32:28.139173" elapsed="0.000262"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.139598" elapsed="0.000026"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.139808" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.139971" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.140167" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.140319" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.140467" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.140616" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-01T02:32:28.140858" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-01T02:32:28.140720" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-01T02:32:28.140702" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-01T02:32:28.138238" elapsed="0.002747"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-01T02:22:21.353849" elapsed="606.787183"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-01T02:02:04.826114" elapsed="1823.315871"/>
</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>
