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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-22T01:52:18.616067" elapsed="0.771709"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-22T01:52:19.434979" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-22T01:52:19.388054" elapsed="0.046991"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-22T01:52:19.436745" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-22T01:52:19.436858" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-22T01:52:19.435210" elapsed="0.001678"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-22T01:52:19.437045" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:52:19.437406" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:52:19.438138" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:52:19.437783" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T01:52:19.438257" elapsed="0.000059"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.172
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-22T01:52:18.614609" elapsed="0.823867"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-22T01:52:18.610978" elapsed="0.827566"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T01:52:19.439123" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-22T01:52:19.438739" elapsed="0.000440"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T01:52:19.439600" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-22T01:52:19.439334" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-22T01:52:19.440243" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-22T01:52:19.439812" elapsed="0.000458"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T01:52:19.440803" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-22T01:52:19.440463" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-22T01:52:19.441362" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-22T01:52:19.440992" elapsed="0.000397"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T01:52:19.441885" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-22T01:52:19.441570" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-22T01:52:19.442262" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-22T01:52:19.442019" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T01:52:19.446820" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T01:52:19.446347" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T01:52:19.448603" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T01:52:19.448700" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-22T01:52:19.447988" elapsed="0.000739"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T01:52:19.448899" elapsed="0.000387"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T01:52:19.450634" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-06-22T01:52:20.178419" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 01:52:19 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-757-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-22T01:52:19.450000" elapsed="0.728688"/>
</kw>
<msg time="2026-06-22T01:52:20.178824" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T01:52:19.449484" elapsed="0.729475"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-22T01:52:19.447093" elapsed="0.732036"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.187606" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-22T01:52:20.179446" elapsed="0.010172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:52:20.190054" elapsed="0.000738"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-22T01:52:19.445789" elapsed="0.745155"/>
</kw>
<status status="PASS" start="2026-06-22T01:52:19.442399" elapsed="0.748630"/>
</branch>
<status status="PASS" start="2026-06-22T01:52:19.441991" elapsed="0.749112"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-22T01:52:20.191484" elapsed="0.001115"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-22T01:52:20.200310" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-22T01:52:20.200177" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-06-22T01:52:20.200148" elapsed="0.000243"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-22T01:52:20.203993" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-22T01:52:20.203880" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-22T01:52:20.203860" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T01:52:20.204198" elapsed="0.000484"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.205097" level="INFO">Logging into '10.30.171.172:8101' as 'karaf'.</msg>
<msg time="2026-06-22T01:52:20.403074" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-22T01:52:20.204831" elapsed="0.198505"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.504313" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-22T01:52:20.403793" elapsed="0.100602"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.514254" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-22T01:52:20.514538" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-22T01:52:20.504588" elapsed="0.009983"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-22T01:52:20.514724" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:52:20.515074" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:52:20.515950" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:52:20.515527" elapsed="0.000480"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T01:52:20.516071" elapsed="0.000089"/>
</return>
<msg time="2026-06-22T01:52:20.516351" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.172
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-22T01:52:20.203518" elapsed="0.312866"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-22T01:52:20.516566" elapsed="0.000715"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T01:52:20.517333" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-22T01:52:20.199828" elapsed="0.317655"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-22T01:52:20.521770" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-22T01:52:20.521609" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-22T01:52:20.521575" elapsed="0.000272"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T01:52:20.522196" elapsed="0.000637"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.523265" level="INFO">Logging into '10.30.171.172:8101' as 'karaf'.</msg>
<msg time="2026-06-22T01:52:20.738991" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-22T01:52:20.522988" elapsed="0.216223"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.768559" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-22T01:52:20.739587" elapsed="0.029221"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.773158" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-22T01:52:20.773403" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-22T01:52:20.769324" elapsed="0.004171"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-22T01:52:20.773808" elapsed="0.000426"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:52:20.774585" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:52:20.776189" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:52:20.775320" elapsed="0.000983"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T01:52:20.776484" elapsed="0.000168"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.172
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-22T01:52:20.521181" elapsed="0.255766"/>
</kw>
<status status="PASS" start="2026-06-22T01:52:18.609162" elapsed="2.167865"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:52:20.779808" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:52:20.778096" elapsed="0.001782"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T01:52:20.781562" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-22T01:52:20.781173" elapsed="0.000433"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-22T01:52:20.781980" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T01:52:20.781707" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-22T01:52:20.785252" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-22T01:52:20.784991" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-06-22T01:52:20.784971" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.785737" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-22T01:52:20.785495" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:52:20.786468" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.172 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.52" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:52:20.786024" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.787190" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T01:52:20.786674" elapsed="0.000542"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T01:52:20.788215" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T01:52:20.788307" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-22T01:52:20.787856" elapsed="0.000475"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T01:52:20.788495" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T01:52:20.789757" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-06-22T01:52:21.116551" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 01:52:19 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 22 01:52:20 2026 from 10.30.170.103
[?2004h[jenkins@releng-48317-757-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-22T01:52:20.789354" elapsed="0.327388"/>
</kw>
<msg time="2026-06-22T01:52:21.116830" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T01:52:20.788996" elapsed="0.327940"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-22T01:52:20.787447" elapsed="0.329625"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-22T01:52:21.117703" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.172 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-22T02:02:27.214660" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-22T02:02:27.215180" level="INFO">${stdout} = </msg>
<msg time="2026-06-22T02:02:27.215285" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-22T01:52:21.117314" elapsed="606.098029"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T02:02:27.215835" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.217806" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.172. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:26.290 16  switches: flows:  94972 97143 97921 95091 96843 95405 95340 93840 93048 93758 93098 92255 93792 93627 91908 91434  total = 25.157917 per ms 
01:54:26.391 16  switches: flows:  116743 114806 114590 114501 114546 113502 113602 115059 110923 110373 112480 111368 112207 110984 109637 110783  total = 30.051575 per ms 
01:55:26.491 16  switches: flows:  110050 111155 111464 109657 107515 110877 111241 110413 107957 106468 107879 106472 105558 106532 107351 105795  total = 28.891436 per ms 
01:56:26.592 16  switches: flows:  110362 111790 109388 109926 109646 106225 110307 108324 105499 104086 105323 105456 103153 104022 104266 108450  total = 28.555996 per ms 
01:57:26.692 16  switches: flows:  112172 109891 110746 111453 109438 111242 109141 111726 107090 106129 107325 108597 105349 105904 106411 106478  total = 28.936450 per ms 
01:58:26.793 16  switches: flows:  116068 116781 118295 117090 116669 116226 116190 117237 114449 113503 113099 114676 113267 110020 110777 112137  total = 30.557039 per ms 
01:59:26.893 16  switches: flows:  118155 117343 117882 118665 116064 116130 117918 117536 113616 112878 113309 113735 112796 111598 112630 111222  total = 30.640081 per ms 
02:00:26.993 16  switches: flows:  119114 121339 121650 119191 118741 119744 119828 118798 116101 118389 116294 115512 113873 113937 116049 115750  total = 31.352812 per ms 
02:01:27.094 16  switches: flows:  119392 119971 120539 118583 117620 119574 117558 118969 115686 117290 114294 115072 113460 113369 115860 113701  total = 31.130289 per ms 
02:02:27.196 16  switches: flows:  119093 115678 117478 114646 113832 116140 107195 116955 113536 112567 110218 112124 112413 111035 112943 110311  total = 30.218047 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28556.00/31352.81/30037.08/10058.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.217005" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-22T02:02:27.218639" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-22T02:02:27.218296" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-06-22T02:02:27.218224" 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-06-22T02:02:27.219068" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-22T02:02:27.218984" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-22T02:02:27.218949" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-22T02:02:27.219279" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T02:02:27.223999" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T02:02:27.224685" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T02:02:27.225103" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-22T02:02:27.219992" elapsed="0.005321"/>
</kw>
<msg time="2026-06-22T02:02:27.225513" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-22T01:52:20.782408" elapsed="606.443154"/>
</kw>
<status status="PASS" start="2026-06-22T01:52:20.782071" elapsed="606.443560"/>
</branch>
<status status="PASS" start="2026-06-22T01:52:20.781677" elapsed="606.443986"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.226268" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.172. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:26.290 16  switches: flows:  94972 97143 97921 95091 96843 95405 95340 93840 93048 93758 93098 92255 93792 93627 91908 91434  total = 25.157917 per ms 
01:54:26.391 16  switches: flows:  116743 114806 114590 114501 114546 113502 113602 115059 110923 110373 112480 111368 112207 110984 109637 110783  total = 30.051575 per ms 
01:55:26.491 16  switches: flows:  110050 111155 111464 109657 107515 110877 111241 110413 107957 106468 107879 106472 105558 106532 107351 105795  total = 28.891436 per ms 
01:56:26.592 16  switches: flows:  110362 111790 109388 109926 109646 106225 110307 108324 105499 104086 105323 105456 103153 104022 104266 108450  total = 28.555996 per ms 
01:57:26.692 16  switches: flows:  112172 109891 110746 111453 109438 111242 109141 111726 107090 106129 107325 108597 105349 105904 106411 106478  total = 28.936450 per ms 
01:58:26.793 16  switches: flows:  116068 116781 118295 117090 116669 116226 116190 117237 114449 113503 113099 114676 113267 110020 110777 112137  total = 30.557039 per ms 
01:59:26.893 16  switches: flows:  118155 117343 117882 118665 116064 116130 117918 117536 113616 112878 113309 113735 112796 111598 112630 111222  total = 30.640081 per ms 
02:00:26.993 16  switches: flows:  119114 121339 121650 119191 118741 119744 119828 118798 116101 118389 116294 115512 113873 113937 116049 115750  total = 31.352812 per ms 
02:01:27.094 16  switches: flows:  119392 119971 120539 118583 117620 119574 117558 118969 115686 117290 114294 115072 113460 113369 115860 113701  total = 31.130289 per ms 
02:02:27.196 16  switches: flows:  119093 115678 117478 114646 113832 116140 107195 116955 113536 112567 110218 112124 112413 111035 112943 110311  total = 30.218047 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28556.00/31352.81/30037.08/10058.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.225861" elapsed="0.000510"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-22T02:02:27.226600" elapsed="0.000506"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-22T02:02:27.227663" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-22T02:02:27.227792" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28556.00/31352.81/30037.08/10058.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-22T02:02:27.227328" elapsed="0.000498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:02:27.228393" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28556.00/31352.81/30037.08/10058.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:02:27.228040" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.231529" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.228675" elapsed="0.002910"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.233963" level="INFO">28556.00/31352.81/30037.08/10058.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.231731" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:02:27.236370" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:02:27.234171" elapsed="0.002226"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:02:27.238838" level="INFO">@{result_value_list} = [ 28556.00 | 31352.81 | 30037.08 | 10058.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:02:27.236608" elapsed="0.002257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.239325" level="INFO">Length is 4.</msg>
<msg time="2026-06-22T02:02:27.239413" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-22T02:02:27.239021" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.244162" level="INFO">min :: 28556.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.239858" elapsed="0.004360"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-22T02:02:27.239725" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.248783" level="INFO">max :: 31352.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-06-22T02:02:27.244489" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-22T02:02:27.244344" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.253389" level="INFO">avg :: 30037.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.249091" elapsed="0.004369"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-22T02:02:27.248961" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.258010" level="INFO">stdev :: 10058.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.253716" elapsed="0.004350"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-22T02:02:27.253587" elapsed="0.004513"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-22T02:02:27.239526" elapsed="0.018608"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.262473" level="INFO">${min} = 28556.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:02:27.258697" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.266818" level="INFO">${max} = 31352.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:02:27.262654" elapsed="0.004191"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.270775" level="INFO">${average} = 30037.08</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:02:27.266999" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.274714" level="INFO">${stdev} = 10058.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:02:27.270953" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.275255" level="INFO">${date} = 2026-06-22 02:02:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-22T02:02:27.274902" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.275860" level="INFO">CBench Result: 2026-06-22 02:02:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28556.00,31352.81,30037.08,10058.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.275433" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T02:02:27.276975" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-22T02:02:27.276540" elapsed="0.000502"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-22T02:02:27.277197" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-22T02:02:27.276056" elapsed="0.001683"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-22T01:52:20.780467" elapsed="606.497332"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.278279" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-22T02:02:27.277954" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-22T02:02:27.278901" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-06-22T02:02:27.278570" elapsed="0.000671"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-22T01:52:20.777239" elapsed="606.502041"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.280595" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.280191" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.281918" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-22T02:02:27.281586" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-22T02:02:27.282293" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T02:02:27.282069" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-22T02:02:27.285252" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T02:02:27.285005" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-22T02:02:27.284986" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-22T02:02:27.285675" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-22T02:02:27.285480" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.286370" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.172 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.52" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:02:27.285956" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T02:02:27.287006" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T02:02:27.286588" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T02:02:27.287941" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T02:02:27.288031" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-22T02:02:27.287630" elapsed="0.000425"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T02:02:27.288195" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T02:02:27.289396" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-06-22T02:02:27.902143" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 02:02:27 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 22 01:52:21 2026 from 10.30.170.103
[?2004h[jenkins@releng-48317-757-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-22T02:02:27.289039" elapsed="0.613329"/>
</kw>
<msg time="2026-06-22T02:02:27.902487" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T02:02:27.288689" elapsed="0.613897"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-22T02:02:27.287235" elapsed="0.615474"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-22T02:02:27.903267" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.172 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-22T02:12:33.995137" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-22T02:12:33.995659" level="INFO">${stdout} = </msg>
<msg time="2026-06-22T02:12:33.995787" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-22T02:02:27.902947" elapsed="606.092898"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T02:12:33.996309" elapsed="0.000814"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:33.998269" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.172. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:33.025 16  switches: flows:  560878 557852 550777 555515 559366 565357 562355 552191 546356 552575 549429 550842 538366 544718 549851 556044  total = 147.541200 per ms 
02:04:33.128 16  switches: flows:  568659 570703 571629 573706 559275 568931 572817 568128 573035 571898 574803 571852 569739 575524 572452 569406  total = 151.951745 per ms 
02:05:33.233 16  switches: flows:  636007 623367 630839 621256 628830 626107 628873 615139 630061 635977 621725 624749 621951 626989 618855 629199  total = 166.711132 per ms 
02:06:33.334 16  switches: flows:  598975 605431 600730 604313 592595 606325 602330 599937 599672 605868 591814 596075 600564 596093 598931 602016  total = 159.760056 per ms 
02:07:33.436 16  switches: flows:  624331 620533 621580 629954 627283 626503 630745 626028 626490 626524 615830 625591 622727 628559 630865 626484  total = 166.551988 per ms 
02:08:33.538 16  switches: flows:  617413 617248 620912 619404 626154 620827 624024 619244 619010 624072 619598 624756 625089 618138 620481 621765  total = 165.357023 per ms 
02:09:33.642 16  switches: flows:  624830 631848 632958 632595 628433 634413 633695 631773 641720 628774 634816 624876 636558 630518 628311 625899  total = 168.075812 per ms 
02:10:33.771 16  switches: flows:  575599 575056 589228 576489 587314 569737 580348 574216 556916 570079 569267 577172 573953 580292 576919 578291  total = 153.186370 per ms 
02:11:33.872 16  switches: flows:  624340 621483 630461 629849 624709 632184 627264 620354 627723 627714 623806 626186 623234 628164 628766 626910  total = 166.772808 per ms 
02:12:33.974 16  switches: flows:  612120 614298 614336 614451 600129 612329 619082 612211 616680 608684 614801 606487 609561 608208 616416 611517  total = 162.913179 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151951.75/168075.81/162364.46/54425.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:33.997532" elapsed="0.001065"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-22T02:12:33.999100" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-22T02:12:33.998789" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-06-22T02:12:33.998724" elapsed="0.000583"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-22T02:12:33.999556" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-22T02:12:33.999466" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-06-22T02:12:33.999400" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-22T02:12:33.999784" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T02:12:34.006056" elapsed="0.000557"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T02:12:34.006859" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T02:12:34.007341" elapsed="0.000222"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-22T02:12:34.000488" elapsed="0.007167"/>
</kw>
<msg time="2026-06-22T02:12:34.007878" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-22T02:02:27.282720" elapsed="606.725199"/>
</kw>
<status status="PASS" start="2026-06-22T02:02:27.282375" elapsed="606.725620"/>
</branch>
<status status="PASS" start="2026-06-22T02:02:27.282049" elapsed="606.725988"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.008795" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.172. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:33.025 16  switches: flows:  560878 557852 550777 555515 559366 565357 562355 552191 546356 552575 549429 550842 538366 544718 549851 556044  total = 147.541200 per ms 
02:04:33.128 16  switches: flows:  568659 570703 571629 573706 559275 568931 572817 568128 573035 571898 574803 571852 569739 575524 572452 569406  total = 151.951745 per ms 
02:05:33.233 16  switches: flows:  636007 623367 630839 621256 628830 626107 628873 615139 630061 635977 621725 624749 621951 626989 618855 629199  total = 166.711132 per ms 
02:06:33.334 16  switches: flows:  598975 605431 600730 604313 592595 606325 602330 599937 599672 605868 591814 596075 600564 596093 598931 602016  total = 159.760056 per ms 
02:07:33.436 16  switches: flows:  624331 620533 621580 629954 627283 626503 630745 626028 626490 626524 615830 625591 622727 628559 630865 626484  total = 166.551988 per ms 
02:08:33.538 16  switches: flows:  617413 617248 620912 619404 626154 620827 624024 619244 619010 624072 619598 624756 625089 618138 620481 621765  total = 165.357023 per ms 
02:09:33.642 16  switches: flows:  624830 631848 632958 632595 628433 634413 633695 631773 641720 628774 634816 624876 636558 630518 628311 625899  total = 168.075812 per ms 
02:10:33.771 16  switches: flows:  575599 575056 589228 576489 587314 569737 580348 574216 556916 570079 569267 577172 573953 580292 576919 578291  total = 153.186370 per ms 
02:11:33.872 16  switches: flows:  624340 621483 630461 629849 624709 632184 627264 620354 627723 627714 623806 626186 623234 628164 628766 626910  total = 166.772808 per ms 
02:12:33.974 16  switches: flows:  612120 614298 614336 614451 600129 612329 619082 612211 616680 608684 614801 606487 609561 608208 616416 611517  total = 162.913179 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151951.75/168075.81/162364.46/54425.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.008286" elapsed="0.000638"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-22T02:12:34.009189" elapsed="0.000625"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-22T02:12:34.010517" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-22T02:12:34.010666" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 151951.75/168075.81/162364.46/54425.69 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-22T02:12:34.010101" elapsed="0.000606"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:12:34.011376" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 151951.75/168075.81/162364.46/54425.69 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:12:34.010961" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.014228" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.011704" elapsed="0.002581"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.016715" level="INFO">151951.75/168075.81/162364.46/54425.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.014446" elapsed="0.002324"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:12:34.019125" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:12:34.016919" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:12:34.021601" level="INFO">@{result_value_list} = [ 151951.75 | 168075.81 | 162364.46 | 54425.69 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:12:34.019341" elapsed="0.002287"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.022090" level="INFO">Length is 4.</msg>
<msg time="2026-06-22T02:12:34.022178" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-22T02:12:34.021786" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.027097" level="INFO">min :: 151951.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.022611" elapsed="0.004544"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-22T02:12:34.022478" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.031743" level="INFO">max :: 168075.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-06-22T02:12:34.027411" elapsed="0.004399"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-22T02:12:34.027282" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.036381" level="INFO">avg :: 162364.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.032063" elapsed="0.004390"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-22T02:12:34.031935" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.041165" level="INFO">stdev :: 54425.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.036707" elapsed="0.004515"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-22T02:12:34.036577" elapsed="0.004680"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-22T02:12:34.022268" elapsed="0.019020"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.045405" level="INFO">${min} = 151951.75</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:12:34.041466" elapsed="0.003980"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.049322" level="INFO">${max} = 168075.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:12:34.045604" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.053253" level="INFO">${average} = 162364.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-06-22T02:12:34.049517" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.057203" level="INFO">${stdev} = 54425.69</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:12:34.053445" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.057767" level="INFO">${date} = 2026-06-22 02:12:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-22T02:12:34.057394" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.058356" level="INFO">CBench Result: 2026-06-22 02:12:34,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,151951.75,168075.81,162364.46,54425.69</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.057948" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T02:12:34.059474" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-22T02:12:34.059047" elapsed="0.000495"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-22T02:12:34.059697" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-22T02:12:34.058574" elapsed="0.001682"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-22T02:02:27.280971" elapsed="606.779345"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.060806" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-22T02:12:34.060486" elapsed="0.000377"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-22T02:12:34.061374" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-06-22T02:12:34.061075" elapsed="0.000690"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-22T02:02:27.279609" elapsed="606.782195"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.063268" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:12:34.062882" elapsed="0.000444"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T02:12:34.064657" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-22T02:12:34.064219" elapsed="0.000484"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-22T02:12:34.065062" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-22T02:12:34.064812" elapsed="0.000403"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-22T02:12:34.068501" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-22T02:12:34.068236" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-06-22T02:12:34.068217" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-22T02:12:34.068892" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Mon Jun 22 02:12:34 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 22 02:02:27 2026 from 10.30.170.103
[?2004h[jenkins@releng-48317-757-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-22T02:12:34.072199" elapsed="0.654980"/>
</kw>
<msg time="2026-06-22T02:12:34.727315" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T02:12:34.071848" elapsed="0.655620"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-22T02:12:34.070404" elapsed="0.657258"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-22T02:12:34.728561" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.172 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-22T02:22:40.849010" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-22T02:22:40.849613" level="INFO">${stdout} = </msg>
<msg time="2026-06-22T02:22:40.849720" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-22T02:12:34.728018" elapsed="606.121760"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T02:22:40.850253" elapsed="0.000842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.852254" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.172. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:39.905 16  switches: flows:  107196 104341 105480 106565 105397 107046 103959 105773 104120 104558 105551 102920 103256 104629 101445 106487  total = 27.978717 per ms 
02:14:40.006 16  switches: flows:  123691 120723 118822 123212 123860 124600 121226 122075 117156 120744 120753 117116 116293 118964 118586 119874  total = 32.074606 per ms 
02:15:40.108 16  switches: flows:  113382 112372 111610 109573 110974 114596 112914 109258 111489 108521 108670 109244 110235 110949 111654 111539  total = 29.566894 per ms 
02:16:40.209 16  switches: flows:  118407 120189 118204 116180 116130 119335 116125 114582 116878 114744 116339 116181 116467 114441 115561 117800  total = 31.074023 per ms 
02:17:40.310 16  switches: flows:  111321 109048 108404 109518 109863 110344 109368 107754 109155 108049 108966 108183 108221 106289 107152 108485  total = 28.953604 per ms 
02:18:40.412 16  switches: flows:  114628 113997 115336 115232 113591 115609 113754 112598 113032 113748 111799 112814 110559 113374 109830 111873  total = 30.145641 per ms 
02:19:40.514 16  switches: flows:  119448 117364 119840 116341 119598 119704 119082 117972 118053 118862 118048 117073 113854 118518 115152 116317  total = 31.367795 per ms 
02:20:40.615 16  switches: flows:  121405 120216 121264 118380 122029 121586 121448 120116 119887 120705 122068 119565 118374 120144 116262 119774  total = 32.000314 per ms 
02:21:40.716 16  switches: flows:  119093 119948 118726 116896 120328 120902 119499 118865 118145 119215 119253 116431 116261 118965 116892 118922  total = 31.586309 per ms 
02:22:40.817 16  switches: flows:  123627 118796 119393 116768 118604 119307 117793 120850 119166 118348 119002 117764 116923 118414 118503 117890  total = 31.632950 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28953.60/32074.61/30933.57/10364.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.851508" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-22T02:22:40.853095" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-06-22T02:22:40.852784" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-06-22T02:22:40.852715" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-22T02:22:40.853549" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-22T02:22:40.853463" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-06-22T02:22:40.853399" elapsed="0.000299"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-22T02:22:40.853768" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T02:22:40.859737" elapsed="0.000333"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-22T02:22:40.860217" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T02:22:40.860526" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-22T02:22:40.854502" elapsed="0.006178"/>
</kw>
<msg time="2026-06-22T02:22:40.860811" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-22T02:12:34.065785" elapsed="606.795052"/>
</kw>
<status status="PASS" start="2026-06-22T02:12:34.065243" elapsed="606.795644"/>
</branch>
<status status="PASS" start="2026-06-22T02:12:34.064791" elapsed="606.796119"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.861345" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.172:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.172. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:39.905 16  switches: flows:  107196 104341 105480 106565 105397 107046 103959 105773 104120 104558 105551 102920 103256 104629 101445 106487  total = 27.978717 per ms 
02:14:40.006 16  switches: flows:  123691 120723 118822 123212 123860 124600 121226 122075 117156 120744 120753 117116 116293 118964 118586 119874  total = 32.074606 per ms 
02:15:40.108 16  switches: flows:  113382 112372 111610 109573 110974 114596 112914 109258 111489 108521 108670 109244 110235 110949 111654 111539  total = 29.566894 per ms 
02:16:40.209 16  switches: flows:  118407 120189 118204 116180 116130 119335 116125 114582 116878 114744 116339 116181 116467 114441 115561 117800  total = 31.074023 per ms 
02:17:40.310 16  switches: flows:  111321 109048 108404 109518 109863 110344 109368 107754 109155 108049 108966 108183 108221 106289 107152 108485  total = 28.953604 per ms 
02:18:40.412 16  switches: flows:  114628 113997 115336 115232 113591 115609 113754 112598 113032 113748 111799 112814 110559 113374 109830 111873  total = 30.145641 per ms 
02:19:40.514 16  switches: flows:  119448 117364 119840 116341 119598 119704 119082 117972 118053 118862 118048 117073 113854 118518 115152 116317  total = 31.367795 per ms 
02:20:40.615 16  switches: flows:  121405 120216 121264 118380 122029 121586 121448 120116 119887 120705 122068 119565 118374 120144 116262 119774  total = 32.000314 per ms 
02:21:40.716 16  switches: flows:  119093 119948 118726 116896 120328 120902 119499 118865 118145 119215 119253 116431 116261 118965 116892 118922  total = 31.586309 per ms 
02:22:40.817 16  switches: flows:  123627 118796 119393 116768 118604 119307 117793 120850 119166 118348 119002 117764 116923 118414 118503 117890  total = 31.632950 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28953.60/32074.61/30933.57/10364.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.861056" elapsed="0.000363"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-22T02:22:40.861583" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-22T02:22:40.862336" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-22T02:22:40.862440" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28953.60/32074.61/30933.57/10364.78 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-22T02:22:40.862112" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:22:40.862885" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28953.60/32074.61/30933.57/10364.78 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:22:40.862622" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.865290" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.863056" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.867732" level="INFO">28953.60/32074.61/30933.57/10364.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.865505" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:22:40.870172" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:22:40.867940" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T02:22:40.872670" level="INFO">@{result_value_list} = [ 28953.60 | 32074.61 | 30933.57 | 10364.78 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-22T02:22:40.870388" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.873159" level="INFO">Length is 4.</msg>
<msg time="2026-06-22T02:22:40.873248" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-22T02:22:40.872854" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.877963" level="INFO">min :: 28953.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.873660" elapsed="0.004361"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-22T02:22:40.873530" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.882591" level="INFO">max :: 32074.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.878274" elapsed="0.004374"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-22T02:22:40.878145" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.887785" level="INFO">avg :: 30933.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.882919" elapsed="0.004925"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-22T02:22:40.882789" elapsed="0.005095"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.892767" level="INFO">stdev :: 10364.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.888119" elapsed="0.004707"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-22T02:22:40.887975" elapsed="0.004886"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-22T02:22:40.873334" elapsed="0.019558"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.896841" level="INFO">${min} = 28953.60</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:22:40.893054" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.900776" level="INFO">${max} = 32074.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:22:40.897022" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.904760" level="INFO">${average} = 30933.57</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:22:40.900956" elapsed="0.003830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.908787" level="INFO">${stdev} = 10364.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T02:22:40.904940" elapsed="0.003873"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.909320" level="INFO">${date} = 2026-06-22 02:22:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-22T02:22:40.908974" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.909923" level="INFO">CBench Result: 2026-06-22 02:22:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28953.60,32074.61,30933.57,10364.78</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T02:22:40.909512" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T02:22:40.911093" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-22T02:22:40.910619" elapsed="0.000543"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-22T02:22:40.911314" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-22T02:22:40.910123" elapsed="0.001722"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-22T02:12:34.063654" elapsed="606.848250"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.912365" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-22T02:22:40.912054" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-22T02:22:40.913637" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-22T02:22:40.913143" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-22T02:22:40.913880" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-06-22T02:22:40.913737" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-06-22T02:22:40.913719" elapsed="0.000245"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.914106" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.914264" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.914437" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.914634" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.914806" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.914960" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.915111" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-22T02:22:40.915340" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-22T02:22:40.915201" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-22T02:22:40.915184" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-22T02:22:40.912808" elapsed="0.002673"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-22T02:12:34.062197" elapsed="606.853330"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-22T01:52:18.048334" elapsed="1822.867927"/>
</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>
