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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-07T01:03:24.368851" elapsed="0.897490"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-07T01:03:25.315188" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-07T01:03:25.266592" elapsed="0.048675"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-07T01:03:25.317124" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-07T01:03:25.317224" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-07T01:03:25.315472" elapsed="0.001780"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-07T01:03:25.317394" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:03:25.317738" elapsed="0.000179"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:03:25.318380" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:03:25.318087" elapsed="0.000341"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-07T01:03:25.318476" elapsed="0.000046"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-07T01:03:24.367260" elapsed="0.951366"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-07T01:03:24.363709" elapsed="0.954973"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-07T01:03:25.319217" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-07T01:03:25.318846" elapsed="0.000422"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-07T01:03:25.319631" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-07T01:03:25.319406" elapsed="0.000284"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-07T01:03:25.320221" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-07T01:03:25.319830" elapsed="0.000416"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-07T01:03:25.320718" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-07T01:03:25.320397" elapsed="0.000359"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-07T01:03:25.321255" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-07T01:03:25.320886" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-07T01:03:25.321698" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-07T01:03:25.321422" elapsed="0.000313"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-07T01:03:25.322032" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:03:25.321810" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:03:25.326003" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:03:25.325612" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:03:25.326917" level="INFO">Length is 0.</msg>
<msg time="2026-09-07T01:03:25.327019" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:03:25.326523" elapsed="0.000519"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:03:25.327171" elapsed="0.000511"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-07T01:03:25.328608" level="INFO">Logging into '10.30.170.162:22' as 'jenkins'.</msg>
<msg time="2026-09-07T01:03:25.822604" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Mon Sep  7 01:02:40 UTC 2026

  System load:  0.17               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.162
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-48317-831-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-07T01:03:25.328166" elapsed="0.494576"/>
</kw>
<msg time="2026-09-07T01:03:25.822823" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:03:25.327823" elapsed="0.495083"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-07T01:03:25.326218" elapsed="0.496837"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-07T01:03:25.832705" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-07T01:03:25.823242" elapsed="0.011476"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:03:25.834985" elapsed="0.000346"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-07T01:03:25.325161" elapsed="0.510247"/>
</kw>
<status status="PASS" start="2026-09-07T01:03:25.322151" elapsed="0.513303"/>
</branch>
<status status="PASS" start="2026-09-07T01:03:25.321788" elapsed="0.513703"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-07T01:03:25.835681" elapsed="0.000783"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-07T01:03:25.841926" elapsed="0.000057"/>
</return>
<status status="NOT RUN" start="2026-09-07T01:03:25.841779" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-09-07T01:03:25.841752" elapsed="0.000305"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-07T01:03:25.846656" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-07T01:03:25.846507" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-09-07T01:03:25.846484" elapsed="0.000259"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:03:25.846907" elapsed="0.000566"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-07T01:03:25.848127" level="INFO">Logging into '10.30.170.99:8101' as 'karaf'.</msg>
<msg time="2026-09-07T01:03:26.085034" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-07T01:03:25.847692" elapsed="0.237495"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.174743" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-07T01:03:26.085445" elapsed="0.089376"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.185270" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-07T01:03:26.185446" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-07T01:03:26.175026" elapsed="0.010448"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-07T01:03:26.185601" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:03:26.185927" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:03:26.186566" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:03:26.186288" elapsed="0.000329"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-07T01:03:26.186663" elapsed="0.000045"/>
</return>
<msg time="2026-09-07T01:03:26.186841" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-07T01:03:25.846071" elapsed="0.340800"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-07T01:03:26.187055" elapsed="0.000481"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-07T01:03:26.187583" elapsed="0.000029"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-07T01:03:25.841420" elapsed="0.346280"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-07T01:03:26.191191" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-07T01:03:26.191069" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-09-07T01:03:26.191047" elapsed="0.000210"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:03:26.191375" elapsed="0.000391"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.192159" level="INFO">Logging into '10.30.170.99:8101' as 'karaf'.</msg>
<msg time="2026-09-07T01:03:26.381819" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-07T01:03:26.191897" elapsed="0.190098"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.405654" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-07T01:03:26.382241" elapsed="0.023468"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.407745" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-07T01:03:26.407842" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-07T01:03:26.405841" elapsed="0.002028"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-07T01:03:26.408013" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:03:26.408311" elapsed="0.000176"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:03:26.408895" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:03:26.408613" elapsed="0.000355"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-07T01:03:26.409019" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-07T01:03:26.190749" elapsed="0.218427"/>
</kw>
<status status="PASS" start="2026-09-07T01:03:24.361612" elapsed="2.047619"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:03:26.411351" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:03:26.410007" elapsed="0.001420"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-07T01:03:26.412705" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-07T01:03:26.412393" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-07T01:03:26.413067" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:03:26.412818" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-07T01:03:26.415754" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:03:26.415532" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-09-07T01:03:26.415514" elapsed="0.000313"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.416160" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-07T01:03:26.415974" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:03:26.416793" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.162" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:03:26.416413" elapsed="0.000434"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.417426" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:03:26.417001" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:03:26.418274" level="INFO">Length is 0.</msg>
<msg time="2026-09-07T01:03:26.418353" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:03:26.417984" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:03:26.418501" elapsed="0.000296"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.419588" level="INFO">Logging into '10.30.170.162:22' as 'jenkins'.</msg>
<msg time="2026-09-07T01:03:26.779576" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Mon Sep  7 01:02:40 UTC 2026

  System load:  0.17               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.162
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Mon Sep  7 01:03:25 2026 from 10.30.171.2
[?2004h[jenkins@releng-48317-831-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-07T01:03:26.419272" elapsed="0.360603"/>
</kw>
<msg time="2026-09-07T01:03:26.780035" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:03:26.418959" elapsed="0.361215"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-07T01:03:26.417629" elapsed="0.362728"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-07T01:03:26.781198" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-07T01:13:32.940617" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-07T01:13:32.941384" level="INFO">${stdout} = </msg>
<msg time="2026-09-07T01:13:32.941482" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-07T01:03:26.780684" elapsed="606.160865"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:13:32.942096" elapsed="0.000830"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.944099" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:32.031 16  switches: flows:  83973 82915 84083 84414 82150 83250 81542 81230 79865 81600 80011 80243 79793 80459 80972 80299  total = 21.779983 per ms 
01:05:32.131 16  switches: flows:  93261 93387 95149 93950 92004 94749 92279 90768 89535 91547 90186 88680 90839 89998 91816 90281  total = 24.433043 per ms 
01:06:32.232 16  switches: flows:  92648 91178 92657 92141 91197 93835 90709 89376 88859 90310 89583 89301 90806 89573 90309 88550  total = 24.143572 per ms 
01:07:32.332 16  switches: flows:  90296 88944 87952 92565 88257 89261 89342 88795 87170 87359 85305 87077 87565 87912 87388 85437  total = 23.471253 per ms 
01:08:32.432 16  switches: flows:  91877 90171 90198 93874 91369 92343 90547 92483 90120 89174 88523 88733 91934 92469 88258 88901  total = 24.142587 per ms 
01:09:32.533 16  switches: flows:  92379 90550 91893 92313 89662 90790 91425 89720 92222 90000 89474 87962 90399 91306 88068 86736  total = 24.041519 per ms 
01:10:32.634 16  switches: flows:  90886 91237 90995 93679 90391 91398 90472 91335 91287 90784 89628 88444 91348 91041 88415 88050  total = 24.116246 per ms 
01:11:32.735 16  switches: flows:  93587 92092 91595 93995 91030 92079 91775 91212 93003 89782 90407 90086 90308 91366 88799 88997  total = 24.294635 per ms 
01:12:32.836 16  switches: flows:  91596 92443 91151 94048 90867 92490 91302 89367 90897 91622 89399 89371 91794 92172 88280 88346  total = 24.212015 per ms 
01:13:32.936 16  switches: flows:  89138 90004 88740 90680 88465 89248 89229 88526 88440 89030 86610 86710 88138 88501 86022 86929  total = 23.534218 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23471.25/24433.04/24043.23/8020.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.943302" elapsed="0.001088"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-07T01:13:32.944884" elapsed="0.000118"/>
</return>
<status status="PASS" start="2026-09-07T01:13:32.944575" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-09-07T01:13:32.944520" elapsed="0.000629"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-07T01:13:32.945338" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-07T01:13:32.945267" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-07T01:13:32.945238" elapsed="0.000223"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-07T01:13:32.945526" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:13:32.950862" elapsed="0.000706"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:13:32.951910" elapsed="0.000394"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:13:32.952568" elapsed="0.000195"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-07T01:13:32.946230" elapsed="0.006662"/>
</kw>
<msg time="2026-09-07T01:13:32.953180" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-07T01:03:26.413430" elapsed="606.539803"/>
</kw>
<status status="PASS" start="2026-09-07T01:03:26.413145" elapsed="606.540184"/>
</branch>
<status status="PASS" start="2026-09-07T01:03:26.412796" elapsed="606.540579"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.954326" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:32.031 16  switches: flows:  83973 82915 84083 84414 82150 83250 81542 81230 79865 81600 80011 80243 79793 80459 80972 80299  total = 21.779983 per ms 
01:05:32.131 16  switches: flows:  93261 93387 95149 93950 92004 94749 92279 90768 89535 91547 90186 88680 90839 89998 91816 90281  total = 24.433043 per ms 
01:06:32.232 16  switches: flows:  92648 91178 92657 92141 91197 93835 90709 89376 88859 90310 89583 89301 90806 89573 90309 88550  total = 24.143572 per ms 
01:07:32.332 16  switches: flows:  90296 88944 87952 92565 88257 89261 89342 88795 87170 87359 85305 87077 87565 87912 87388 85437  total = 23.471253 per ms 
01:08:32.432 16  switches: flows:  91877 90171 90198 93874 91369 92343 90547 92483 90120 89174 88523 88733 91934 92469 88258 88901  total = 24.142587 per ms 
01:09:32.533 16  switches: flows:  92379 90550 91893 92313 89662 90790 91425 89720 92222 90000 89474 87962 90399 91306 88068 86736  total = 24.041519 per ms 
01:10:32.634 16  switches: flows:  90886 91237 90995 93679 90391 91398 90472 91335 91287 90784 89628 88444 91348 91041 88415 88050  total = 24.116246 per ms 
01:11:32.735 16  switches: flows:  93587 92092 91595 93995 91030 92079 91775 91212 93003 89782 90407 90086 90308 91366 88799 88997  total = 24.294635 per ms 
01:12:32.836 16  switches: flows:  91596 92443 91151 94048 90867 92490 91302 89367 90897 91622 89399 89371 91794 92172 88280 88346  total = 24.212015 per ms 
01:13:32.936 16  switches: flows:  89138 90004 88740 90680 88465 89248 89229 88526 88440 89030 86610 86710 88138 88501 86022 86929  total = 23.534218 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23471.25/24433.04/24043.23/8020.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.953682" elapsed="0.000791"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-07T01:13:32.954768" elapsed="0.000823"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-07T01:13:32.956431" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-07T01:13:32.956622" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23471.25/24433.04/24043.23/8020.34 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-07T01:13:32.955959" elapsed="0.000712"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:13:32.957623" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23471.25/24433.04/24043.23/8020.34 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:13:32.957069" elapsed="0.000607"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.962737" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.958012" elapsed="0.004895"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.969347" level="INFO">23471.25/24433.04/24043.23/8020.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.963320" elapsed="0.006174"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:13:32.974712" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:13:32.969961" elapsed="0.004808"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:13:32.979882" level="INFO">@{result_value_list} = [ 23471.25 | 24433.04 | 24043.23 | 8020.34 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:13:32.975240" elapsed="0.004726"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.980981" level="INFO">Length is 4.</msg>
<msg time="2026-09-07T01:13:32.981178" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:13:32.980282" elapsed="0.000944"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.988530" level="INFO">min :: 23471.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.982063" elapsed="0.006538"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-07T01:13:32.981746" elapsed="0.006899"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:32.994417" level="INFO">max :: 24433.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.988961" elapsed="0.005527"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-07T01:13:32.988759" elapsed="0.005771"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.000241" level="INFO">avg :: 24043.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:32.994800" elapsed="0.005513"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-07T01:13:32.994638" elapsed="0.005718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.006087" level="INFO">stdev :: 8020.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:33.000628" elapsed="0.005530"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-07T01:13:33.000467" elapsed="0.005733"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-07T01:13:32.981360" elapsed="0.024881"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.011229" level="INFO">${min} = 23471.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:13:33.006440" elapsed="0.004822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.017915" level="INFO">${max} = 24433.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:13:33.011454" elapsed="0.006513"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.022896" level="INFO">${average} = 24043.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:13:33.018160" elapsed="0.004787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.027084" level="INFO">${stdev} = 8020.34</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:13:33.023140" elapsed="0.003968"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.027588" level="INFO">${date} = 2026-09-07 01:13:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-07T01:13:33.027254" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.028134" level="INFO">CBench Result: 2026-09-07 01:13:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23471.25,24433.04,24043.23,8020.34</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:33.027741" elapsed="0.000442"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-07T01:13:33.029198" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-07T01:13:33.028764" elapsed="0.000493"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-07T01:13:33.029391" elapsed="0.000423"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-07T01:13:33.028329" elapsed="0.001563"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-07T01:03:26.411804" elapsed="606.618155"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.030397" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-07T01:13:33.030096" elapsed="0.000352"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-07T01:13:33.030924" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-09-07T01:13:33.030646" elapsed="0.000783"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-07T01:03:26.409367" elapsed="606.622099"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.032612" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:33.032274" elapsed="0.000388"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.033848" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-07T01:13:33.033538" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-07T01:13:33.034226" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:13:33.033974" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-07T01:13:33.036883" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:13:33.036646" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-09-07T01:13:33.036631" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:13:33.037371" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-07T01:13:33.037095" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.038030" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.99 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.162" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:13:33.037624" elapsed="0.000458"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:13:33.038561" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:13:33.038206" elapsed="0.000378"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:13:33.039470" level="INFO">Length is 0.</msg>
<msg time="2026-09-07T01:13:33.039550" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:13:33.039173" elapsed="0.000398"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:13:33.039697" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-07T01:13:33.040774" level="INFO">Logging into '10.30.170.162:22' as 'jenkins'.</msg>
<msg time="2026-09-07T01:13:33.651435" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Mon Sep  7 01:13:33 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Mon Sep  7 01:03:26 2026 from 10.30.171.2
[?2004h[jenkins@releng-48317-831-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-07T01:13:33.040461" elapsed="0.611190"/>
</kw>
<msg time="2026-09-07T01:13:33.651745" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:13:33.040155" elapsed="0.611696"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-07T01:13:33.038760" elapsed="0.613225"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-07T01:13:33.652540" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.99 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-07T01:23:39.715724" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-07T01:23:39.716480" level="INFO">${stdout} = </msg>
<msg time="2026-09-07T01:23:39.716576" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-07T01:13:33.652219" elapsed="606.064409"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:23:39.717132" elapsed="0.000671"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.719553" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:14:38.779 16  switches: flows:  580611 589840 586720 575525 576547 577894 590295 580797 568390 578608 590477 571213 581806 582683 575640 572037  total = 154.651383 per ms 
01:15:38.883 16  switches: flows:  648357 646163 651963 646521 649141 643686 651206 648334 644724 642441 653369 641939 650533 642596 643678 646723  total = 172.228570 per ms 
01:16:38.988 16  switches: flows:  654767 649015 657247 647919 655470 656273 651961 649134 658498 650989 657273 643202 650329 650769 647409 649279  total = 173.525899 per ms 
01:17:39.089 16  switches: flows:  649872 654092 650377 652982 650003 650162 653708 651623 648890 649517 651700 648105 653845 645603 654241 647991  total = 173.253148 per ms 
01:18:39.199 16  switches: flows:  643165 646581 644935 641626 642777 640645 643706 639138 644104 645852 646293 641909 645617 641165 639033 639114  total = 171.115421 per ms 
01:19:39.303 16  switches: flows:  658868 653599 643162 661674 654031 659411 653250 658164 657926 658700 651542 652919 655441 662563 660428 662919  total = 174.778302 per ms 
01:20:39.404 16  switches: flows:  657177 656944 660955 659403 653500 648539 653086 656435 653852 661206 655126 656394 653969 648576 660696 659080  total = 174.622442 per ms 
01:21:39.506 16  switches: flows:  655149 645114 652508 644782 652985 650856 658261 652003 659971 648291 644307 649460 655186 653371 652079 653973  total = 173.511410 per ms 
01:22:39.607 16  switches: flows:  651784 652573 651346 644795 645925 646231 648646 644102 649768 647853 647553 646920 640949 646462 652823 647409  total = 172.461968 per ms 
01:23:39.709 16  switches: flows:  645398 646254 650084 639595 642888 641956 646866 642856 648599 647869 643474 641760 645681 636891 651313 647592  total = 171.693839 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 171115.42/174778.30/173021.22/57685.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.718189" elapsed="0.002343"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-07T01:23:39.721020" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-09-07T01:23:39.720700" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-09-07T01:23:39.720654" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-07T01:23:39.721415" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-07T01:23:39.721343" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-07T01:23:39.721313" elapsed="0.000224"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-07T01:23:39.721597" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:23:39.726731" elapsed="0.000702"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:23:39.727723" elapsed="0.000404"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:23:39.728415" elapsed="0.000214"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-07T01:23:39.722291" elapsed="0.006442"/>
</kw>
<msg time="2026-09-07T01:23:39.729036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-07T01:13:33.034585" elapsed="606.694506"/>
</kw>
<status status="PASS" start="2026-09-07T01:13:33.034303" elapsed="606.694887"/>
</branch>
<status status="PASS" start="2026-09-07T01:13:33.033952" elapsed="606.695285"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.730161" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:14:38.779 16  switches: flows:  580611 589840 586720 575525 576547 577894 590295 580797 568390 578608 590477 571213 581806 582683 575640 572037  total = 154.651383 per ms 
01:15:38.883 16  switches: flows:  648357 646163 651963 646521 649141 643686 651206 648334 644724 642441 653369 641939 650533 642596 643678 646723  total = 172.228570 per ms 
01:16:38.988 16  switches: flows:  654767 649015 657247 647919 655470 656273 651961 649134 658498 650989 657273 643202 650329 650769 647409 649279  total = 173.525899 per ms 
01:17:39.089 16  switches: flows:  649872 654092 650377 652982 650003 650162 653708 651623 648890 649517 651700 648105 653845 645603 654241 647991  total = 173.253148 per ms 
01:18:39.199 16  switches: flows:  643165 646581 644935 641626 642777 640645 643706 639138 644104 645852 646293 641909 645617 641165 639033 639114  total = 171.115421 per ms 
01:19:39.303 16  switches: flows:  658868 653599 643162 661674 654031 659411 653250 658164 657926 658700 651542 652919 655441 662563 660428 662919  total = 174.778302 per ms 
01:20:39.404 16  switches: flows:  657177 656944 660955 659403 653500 648539 653086 656435 653852 661206 655126 656394 653969 648576 660696 659080  total = 174.622442 per ms 
01:21:39.506 16  switches: flows:  655149 645114 652508 644782 652985 650856 658261 652003 659971 648291 644307 649460 655186 653371 652079 653973  total = 173.511410 per ms 
01:22:39.607 16  switches: flows:  651784 652573 651346 644795 645925 646231 648646 644102 649768 647853 647553 646920 640949 646462 652823 647409  total = 172.461968 per ms 
01:23:39.709 16  switches: flows:  645398 646254 650084 639595 642888 641956 646866 642856 648599 647869 643474 641760 645681 636891 651313 647592  total = 171.693839 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 171115.42/174778.30/173021.22/57685.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.729525" elapsed="0.000788"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-07T01:23:39.730604" elapsed="0.000795"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-07T01:23:39.732204" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-07T01:23:39.732381" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 171115.42/174778.30/173021.22/57685.81 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-07T01:23:39.731713" elapsed="0.000717"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:23:39.733319" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 171115.42/174778.30/173021.22/57685.81 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:23:39.732733" elapsed="0.000640"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.738252" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.733657" elapsed="0.004708"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.743275" level="INFO">171115.42/174778.30/173021.22/57685.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.738653" elapsed="0.004735"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:23:39.749043" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:23:39.743682" elapsed="0.005462"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:23:39.754543" level="INFO">@{result_value_list} = [ 171115.42 | 174778.30 | 173021.22 | 57685.81 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:23:39.749608" elapsed="0.004989"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.755622" level="INFO">Length is 4.</msg>
<msg time="2026-09-07T01:23:39.755797" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:23:39.754925" elapsed="0.000920"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.762735" level="INFO">min :: 171115.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.756619" elapsed="0.006188"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-07T01:23:39.756361" elapsed="0.006489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.768809" level="INFO">max :: 174778.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.763170" elapsed="0.005725"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-07T01:23:39.763010" elapsed="0.005948"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.774700" level="INFO">avg :: 173021.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.769232" elapsed="0.005539"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-07T01:23:39.769074" elapsed="0.005740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.780613" level="INFO">stdev :: 57685.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-09-07T01:23:39.775116" elapsed="0.005568"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-07T01:23:39.774953" elapsed="0.005775"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-07T01:23:39.756010" elapsed="0.024757"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.785141" level="INFO">${min} = 171115.42</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:23:39.780997" elapsed="0.004168"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.788664" level="INFO">${max} = 174778.30</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:23:39.785300" elapsed="0.003387"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.792229" level="INFO">${average} = 173021.22</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:23:39.788822" elapsed="0.003430"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.795770" level="INFO">${stdev} = 57685.81</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:23:39.792385" elapsed="0.003409"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.796295" level="INFO">${date} = 2026-09-07 01:23:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-07T01:23:39.795963" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.796806" level="INFO">CBench Result: 2026-09-07 01:23:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,171115.42,174778.30,173021.22,57685.81</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.796448" elapsed="0.000406"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-07T01:23:39.797797" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-07T01:23:39.797413" elapsed="0.000444"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-07T01:23:39.798016" elapsed="0.000408"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-07T01:23:39.797004" elapsed="0.001475"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-07T01:13:33.033022" elapsed="606.765508"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.798986" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-07T01:23:39.798662" elapsed="0.000376"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-07T01:23:39.799492" elapsed="0.000233"/>
</kw>
<status status="PASS" start="2026-09-07T01:23:39.799228" elapsed="0.000557"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-07T01:13:33.031758" elapsed="606.768061"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.800871" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.800541" elapsed="0.000405"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.802054" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-07T01:23:39.801697" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-07T01:23:39.802408" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:23:39.802197" elapsed="0.000262"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-07T01:23:39.805239" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:23:39.805011" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-09-07T01:23:39.804995" elapsed="0.000316"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:23:39.805604" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-07T01:23:39.805428" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.806271" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.162" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:23:39.805854" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-07T01:23:39.806802" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:23:39.806447" elapsed="0.000378"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:23:39.807632" level="INFO">Length is 0.</msg>
<msg time="2026-09-07T01:23:39.807710" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:23:39.807362" elapsed="0.000370"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:23:39.807858" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-07T01:23:39.808956" level="INFO">Logging into '10.30.170.162:22' as 'jenkins'.</msg>
<msg time="2026-09-07T01:23:40.457341" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Mon Sep  7 01:23:40 UTC 2026

  System load:  0.51               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.162
  Swap usage:   0%

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

   https://ubuntu.com/workshop

Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Mon Sep  7 01:13:33 2026 from 10.30.171.2
[?2004h[jenkins@releng-48317-831-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-07T01:23:39.808616" elapsed="0.648934"/>
</kw>
<msg time="2026-09-07T01:23:40.457650" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:23:39.808311" elapsed="0.649427"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-07T01:23:39.807032" elapsed="0.650835"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-07T01:23:40.458421" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-07T01:33:46.491029" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-07T01:33:46.491721" level="INFO">${stdout} = </msg>
<msg time="2026-09-07T01:33:46.491853" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-07T01:23:40.458152" elapsed="606.033755"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:33:46.492404" elapsed="0.000933"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.494480" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:24:45.581 16  switches: flows:  93166 92235 92736 91138 91600 92676 90435 91181 90282 89490 88525 88314 89044 89954 87392 89867  total = 24.133917 per ms 
01:25:45.681 16  switches: flows:  92632 93906 92635 91983 93103 92032 90627 90382 90674 89722 88336 89628 89301 89670 90003 88413  total = 24.177100 per ms 
01:26:45.782 16  switches: flows:  94336 94875 96452 94036 94908 95036 92929 92810 92599 90957 91152 92226 89946 91792 92600 90932  total = 24.751773 per ms 
01:27:45.882 16  switches: flows:  93999 96521 97190 94347 96245 94943 93271 93516 94109 91349 90348 91445 91351 91443 94036 90756  total = 24.872975 per ms 
01:28:45.982 16  switches: flows:  93386 96408 96182 93932 95030 93796 92369 93350 93626 92027 90688 92051 90923 91229 92718 91028  total = 24.771038 per ms 
01:29:46.082 16  switches: flows:  95925 96007 97451 95139 94479 95146 94773 93604 94157 91856 91810 92933 90862 91920 94680 91353  total = 24.993178 per ms 
01:30:46.183 16  switches: flows:  94679 96887 97393 94624 94854 95404 93589 94609 93831 92088 92226 91199 92149 92321 93497 90420  total = 24.954531 per ms 
01:31:46.285 16  switches: flows:  96066 97414 98171 96745 94528 96405 97349 95852 95474 91056 92814 92660 93098 93972 95838 92199  total = 25.284356 per ms 
01:32:46.385 16  switches: flows:  95376 98254 98316 95002 94530 94964 95199 95326 95911 92609 92530 91823 93005 92381 94497 90545  total = 25.129169 per ms 
01:33:46.485 16  switches: flows:  95769 98536 100047 96069 94950 95521 96637 95362 96299 92773 93385 92053 93971 91915 95472 90994  total = 25.286992 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24177.10/25286.99/24913.46/8310.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.493673" elapsed="0.001121"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-07T01:33:46.495268" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-09-07T01:33:46.494994" elapsed="0.000431"/>
</branch>
<status status="PASS" start="2026-09-07T01:33:46.494916" elapsed="0.000561"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-07T01:33:46.495661" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-07T01:33:46.495589" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-09-07T01:33:46.495560" elapsed="0.000243"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-07T01:33:46.495863" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-07T01:33:46.501399" elapsed="0.000709"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-07T01:33:46.502402" elapsed="0.000356"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-07T01:33:46.503300" elapsed="0.000218"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-07T01:33:46.496507" elapsed="0.007122"/>
</kw>
<msg time="2026-09-07T01:33:46.503997" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-07T01:23:39.802768" elapsed="606.701291"/>
</kw>
<status status="PASS" start="2026-09-07T01:23:39.802482" elapsed="606.701676"/>
</branch>
<status status="PASS" start="2026-09-07T01:23:39.802179" elapsed="606.702027"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.505188" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:24:45.581 16  switches: flows:  93166 92235 92736 91138 91600 92676 90435 91181 90282 89490 88525 88314 89044 89954 87392 89867  total = 24.133917 per ms 
01:25:45.681 16  switches: flows:  92632 93906 92635 91983 93103 92032 90627 90382 90674 89722 88336 89628 89301 89670 90003 88413  total = 24.177100 per ms 
01:26:45.782 16  switches: flows:  94336 94875 96452 94036 94908 95036 92929 92810 92599 90957 91152 92226 89946 91792 92600 90932  total = 24.751773 per ms 
01:27:45.882 16  switches: flows:  93999 96521 97190 94347 96245 94943 93271 93516 94109 91349 90348 91445 91351 91443 94036 90756  total = 24.872975 per ms 
01:28:45.982 16  switches: flows:  93386 96408 96182 93932 95030 93796 92369 93350 93626 92027 90688 92051 90923 91229 92718 91028  total = 24.771038 per ms 
01:29:46.082 16  switches: flows:  95925 96007 97451 95139 94479 95146 94773 93604 94157 91856 91810 92933 90862 91920 94680 91353  total = 24.993178 per ms 
01:30:46.183 16  switches: flows:  94679 96887 97393 94624 94854 95404 93589 94609 93831 92088 92226 91199 92149 92321 93497 90420  total = 24.954531 per ms 
01:31:46.285 16  switches: flows:  96066 97414 98171 96745 94528 96405 97349 95852 95474 91056 92814 92660 93098 93972 95838 92199  total = 25.284356 per ms 
01:32:46.385 16  switches: flows:  95376 98254 98316 95002 94530 94964 95199 95326 95911 92609 92530 91823 93005 92381 94497 90545  total = 25.129169 per ms 
01:33:46.485 16  switches: flows:  95769 98536 100047 96069 94950 95521 96637 95362 96299 92773 93385 92053 93971 91915 95472 90994  total = 25.286992 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24177.10/25286.99/24913.46/8310.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.504523" elapsed="0.000815"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-07T01:33:46.505635" elapsed="0.000811"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-07T01:33:46.507253" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-07T01:33:46.507431" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24177.10/25286.99/24913.46/8310.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-07T01:33:46.506791" elapsed="0.000690"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:33:46.508374" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24177.10/25286.99/24913.46/8310.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:33:46.507810" elapsed="0.000617"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.513814" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.508719" elapsed="0.005267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.518868" level="INFO">24177.10/25286.99/24913.46/8310.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.514303" elapsed="0.004707"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:33:46.523907" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:33:46.519312" elapsed="0.004679"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-07T01:33:46.528963" level="INFO">@{result_value_list} = [ 24177.10 | 25286.99 | 24913.46 | 8310.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-07T01:33:46.524389" elapsed="0.004632"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.529988" level="INFO">Length is 4.</msg>
<msg time="2026-09-07T01:33:46.530167" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-07T01:33:46.529326" elapsed="0.000889"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.538166" level="INFO">min :: 24177.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.531015" elapsed="0.007222"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-07T01:33:46.530705" elapsed="0.007577"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.544105" level="INFO">max :: 25286.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.538563" elapsed="0.005613"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-07T01:33:46.538389" elapsed="0.005830"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.549964" level="INFO">avg :: 24913.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-09-07T01:33:46.544482" elapsed="0.005556"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-07T01:33:46.544321" elapsed="0.005761"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.555793" level="INFO">stdev :: 8310.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.550344" elapsed="0.005522"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-07T01:33:46.550185" elapsed="0.005724"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-07T01:33:46.530342" elapsed="0.025623"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.561030" level="INFO">${min} = 24177.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:33:46.556166" elapsed="0.004898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.566049" level="INFO">${max} = 25286.99</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:33:46.561285" elapsed="0.004797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.571091" level="INFO">${average} = 24913.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:33:46.566274" elapsed="0.004851"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.575907" level="INFO">${stdev} = 8310.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-07T01:33:46.571350" elapsed="0.004595"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.576431" level="INFO">${date} = 2026-09-07 01:33:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-07T01:33:46.576096" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.576980" level="INFO">CBench Result: 2026-09-07 01:33:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24177.10,25286.99,24913.46,8310.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-07T01:33:46.576586" elapsed="0.000445"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-07T01:33:46.578067" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-07T01:33:46.577590" elapsed="0.000539"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-07T01:33:46.578265" elapsed="0.000445"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-07T01:33:46.577168" elapsed="0.001622"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-07T01:23:39.801223" elapsed="606.777618"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.579290" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-07T01:33:46.578991" elapsed="0.000351"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-07T01:33:46.580501" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-07T01:33:46.580043" elapsed="0.000483"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-07T01:33:46.580749" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-09-07T01:33:46.580600" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-09-07T01:33:46.580581" elapsed="0.000256"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.580984" elapsed="0.000020"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.581126" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.581267" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.581403" elapsed="0.000018"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.581572" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.581704" 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-09-07T01:33:46.581854" elapsed="0.000018"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-07T01:33:46.582066" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-07T01:33:46.581927" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-09-07T01:33:46.581913" elapsed="0.000226"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-07T01:33:46.579705" elapsed="0.002483"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-07T01:23:39.800110" elapsed="606.782122"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-07T01:03:23.814663" elapsed="1822.768222"/>
</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>
