<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-19T01:44:43.552903" 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-05-19T01:44:44.129912" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-19T01:44:44.129774" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:44.129744" elapsed="0.000270"/>
</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-05-19T01:44:44.130180" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T01:44:44.131182" level="INFO">Logging into '10.30.170.231:8101' as 'karaf'.</msg>
<msg time="2026-05-19T01:44:44.806739" 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-05-19T01:44:44.130866" elapsed="0.676073"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T01:44:44.855348" 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-05-19T01:44:44.807271" elapsed="0.048146"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T01:44:44.857143" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T01:44:44.857256" 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-05-19T01:44:44.855585" elapsed="0.001700"/>
</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-05-19T01:44:44.857443" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:44:44.857809" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:44:44.858535" 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-05-19T01:44:44.858204" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T01:44:44.858641" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.231
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T01:44:44.129394" elapsed="0.729428"/>
</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-05-19T01:44:44.125747" elapsed="0.733138"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T01:44:44.859467" 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-05-19T01:44:44.859091" elapsed="0.000433"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T01:44:44.859923" 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-05-19T01:44:44.859677" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T01:44:44.860593" 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-05-19T01:44:44.860156" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T01:44:44.861144" 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-05-19T01:44:44.860791" elapsed="0.000396"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T01:44:44.861708" 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-05-19T01:44:44.861334" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T01:44:44.862226" 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-05-19T01:44:44.861893" elapsed="0.000376"/>
</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-05-19T01:44:44.862567" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-19T01:44:44.862354" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T01:44:44.866950" 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-05-19T01:44:44.866546" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T01:44:44.868226" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T01:44:44.868316" 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-05-19T01:44:44.867552" elapsed="0.000789"/>
</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-05-19T01:44:44.868496" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T01:44:44.869889" level="INFO">Logging into '10.30.170.117:22' as 'jenkins'.</msg>
<msg time="2026-05-19T01:44:45.570774" 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 Tue May 19 01:44:45 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.117
  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-724-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-05-19T01:44:44.869385" elapsed="0.701544"/>
</kw>
<msg time="2026-05-19T01:44:45.571018" 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-05-19T01:44:44.869019" elapsed="0.702109"/>
</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-05-19T01:44:44.867199" elapsed="0.704050"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-19T01:44:45.579083" 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-05-19T01:44:45.571460" elapsed="0.009362"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:44:45.581099" elapsed="0.000374"/>
</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-05-19T01:44:44.866008" elapsed="0.715550"/>
</kw>
<status status="PASS" start="2026-05-19T01:44:44.862699" elapsed="0.718911"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:44.862330" elapsed="0.719327"/>
</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-05-19T01:44:45.581867" elapsed="0.000667"/>
</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-05-19T01:44:45.588717" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-19T01:44:45.588549" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:45.588515" elapsed="0.000311"/>
</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-05-19T01:44:45.593884" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-19T01:44:45.593725" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:45.593698" elapsed="0.000285"/>
</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-05-19T01:44:45.594185" elapsed="0.000593"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T01:44:45.595368" level="INFO">Logging into '10.30.170.231:8101' as 'karaf'.</msg>
<msg time="2026-05-19T01:44:45.812774" 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-05-19T01:44:45.594982" elapsed="0.217951"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T01:44:45.908933" 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-05-19T01:44:45.813198" elapsed="0.095948"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T01:44:45.916681" 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-05-19T01:44:45.916948" 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-05-19T01:44:45.909479" elapsed="0.007517"/>
</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-05-19T01:44:45.917239" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:44:45.917759" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:44:45.918812" 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-05-19T01:44:45.918298" elapsed="0.000618"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T01:44:45.919005" elapsed="0.000127"/>
</return>
<msg time="2026-05-19T01:44:45.919401" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.231
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T01:44:45.593227" elapsed="0.326223"/>
</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-05-19T01:44:45.919666" elapsed="0.000831"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T01:44:45.920558" 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-05-19T01:44:45.588090" elapsed="0.332602"/>
</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-05-19T01:44:45.924682" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-19T01:44:45.924351" elapsed="0.000379"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:45.924325" elapsed="0.000430"/>
</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-05-19T01:44:45.924887" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T01:44:45.925773" level="INFO">Logging into '10.30.170.231:8101' as 'karaf'.</msg>
<msg time="2026-05-19T01:44:46.121449" 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-05-19T01:44:45.925509" elapsed="0.196115"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T01:44:46.145289" 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-05-19T01:44:46.121869" elapsed="0.023493"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T01:44:46.147457" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T01:44:46.147572" 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-05-19T01:44:46.145524" elapsed="0.002077"/>
</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-05-19T01:44:46.147741" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:44:46.148117" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:44:46.148818" 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-05-19T01:44:46.148464" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T01:44:46.148961" elapsed="0.000096"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.231
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T01:44:45.923973" elapsed="0.225240"/>
</kw>
<status status="PASS" start="2026-05-19T01:44:44.123823" elapsed="2.025472"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:44:46.151637" 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-05-19T01:44:46.150408" elapsed="0.001295"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T01:44:46.155900" 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-05-19T01:44:46.154909" elapsed="0.001191"/>
</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-05-19T01:44:46.156878" elapsed="0.000065"/>
</kw>
<status status="NOT RUN" start="2026-05-19T01:44:46.156307" elapsed="0.000760"/>
</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-05-19T01:44:46.162235" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-19T01:44:46.161959" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:46.161938" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T01:44:46.162759" 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-05-19T01:44:46.162904" 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-05-19T01:44:46.162464" elapsed="0.000468"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:44:46.163537" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.231 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.117" 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-05-19T01:44:46.163089" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T01:44:46.164297" 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-05-19T01:44:46.163744" elapsed="0.000581"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T01:44:46.165321" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T01:44:46.165417" 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-05-19T01:44:46.164952" elapsed="0.000490"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T01:44:46.165610" elapsed="0.000380"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T01:44:46.166920" level="INFO">Logging into '10.30.170.117:22' as 'jenkins'.</msg>
<msg time="2026-05-19T01:44:46.502461" 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 Tue May 19 01:44:45 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.117
  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: Tue May 19 01:44:45 2026 from 10.30.171.148
[?2004h[jenkins@releng-48317-724-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-05-19T01:44:46.166530" elapsed="0.336166"/>
</kw>
<msg time="2026-05-19T01:44:46.502812" 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-05-19T01:44:46.166169" elapsed="0.336744"/>
</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-05-19T01:44:46.164531" elapsed="0.338535"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T01:44:46.503987" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.231 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T01:54:52.611403" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T01:54:52.612278" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T01:54:52.612472" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231: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-05-19T01:44:46.503314" elapsed="606.109243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:54:52.612908" elapsed="0.000632"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.614428" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.231. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:45:51.713 16  switches: flows:  109868 108290 112151 109914 110977 109374 110241 110640 107869 107600 110103 107073 108670 107197 106592 109236  total = 29.096583 per ms 
01:46:51.813 16  switches: flows:  121321 120483 123953 122690 120071 121816 121654 120609 119951 118825 120724 118295 119309 118917 117949 119947  total = 32.055005 per ms 
01:47:51.914 16  switches: flows:  119568 121195 122627 121253 119554 119292 120662 119157 119547 117280 117495 115402 119334 117796 117645 118065  total = 31.711576 per ms 
01:48:52.014 16  switches: flows:  124132 126524 127658 125845 122644 124176 126158 123649 125762 121514 121675 120185 123735 123851 122609 124533  total = 33.022309 per ms 
01:49:52.114 16  switches: flows:  124098 123342 124364 125465 123352 124136 123601 122503 123391 121378 121898 122707 121807 119644 121875 120209  total = 32.674856 per ms 
01:50:52.215 16  switches: flows:  125841 124981 123427 123570 122378 125941 122781 123100 123782 123377 124612 122901 122771 119374 121506 121532  total = 32.809775 per ms 
01:51:52.315 16  switches: flows:  125189 124728 125282 123923 124530 128135 124941 126166 126207 123108 126448 124288 124963 122079 121904 122929  total = 33.191573 per ms 
01:52:52.415 16  switches: flows:  124516 126136 124714 125439 124350 127342 125972 126784 125867 122324 126659 124722 125294 121077 122589 121008  total = 33.191103 per ms 
01:53:52.516 16  switches: flows:  121058 121989 121310 122757 120892 124013 122394 123787 121746 118189 121357 121152 122287 118758 119064 119617  total = 32.285493 per ms 
01:54:52.616 16  switches: flows:  122708 125202 125548 123507 122769 125799 122701 123711 123325 121080 125219 122719 123623 121624 122985 121074  total = 32.838378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31711.58/33191.57/32642.23/10891.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:54:52.613810" elapsed="0.000860"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T01:54:52.615114" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-05-19T01:54:52.614817" elapsed="0.000432"/>
</branch>
<status status="PASS" start="2026-05-19T01:54:52.614775" elapsed="0.000513"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T01:54:52.615434" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-19T01:54:52.615376" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-05-19T01:54:52.615353" elapsed="0.000174"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T01:54:52.615577" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T01:54:52.619769" elapsed="0.000702"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-19T01:54:52.620684" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T01:54:52.621053" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T01:54:52.616120" elapsed="0.005098"/>
</kw>
<msg time="2026-05-19T01:54:52.621361" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231: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-05-19T01:44:46.157989" elapsed="606.463400"/>
</kw>
<status status="PASS" start="2026-05-19T01:44:46.157141" elapsed="606.464300"/>
</branch>
<status status="PASS" start="2026-05-19T01:44:46.156248" elapsed="606.465221"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.621993" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.231. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:45:51.713 16  switches: flows:  109868 108290 112151 109914 110977 109374 110241 110640 107869 107600 110103 107073 108670 107197 106592 109236  total = 29.096583 per ms 
01:46:51.813 16  switches: flows:  121321 120483 123953 122690 120071 121816 121654 120609 119951 118825 120724 118295 119309 118917 117949 119947  total = 32.055005 per ms 
01:47:51.914 16  switches: flows:  119568 121195 122627 121253 119554 119292 120662 119157 119547 117280 117495 115402 119334 117796 117645 118065  total = 31.711576 per ms 
01:48:52.014 16  switches: flows:  124132 126524 127658 125845 122644 124176 126158 123649 125762 121514 121675 120185 123735 123851 122609 124533  total = 33.022309 per ms 
01:49:52.114 16  switches: flows:  124098 123342 124364 125465 123352 124136 123601 122503 123391 121378 121898 122707 121807 119644 121875 120209  total = 32.674856 per ms 
01:50:52.215 16  switches: flows:  125841 124981 123427 123570 122378 125941 122781 123100 123782 123377 124612 122901 122771 119374 121506 121532  total = 32.809775 per ms 
01:51:52.315 16  switches: flows:  125189 124728 125282 123923 124530 128135 124941 126166 126207 123108 126448 124288 124963 122079 121904 122929  total = 33.191573 per ms 
01:52:52.415 16  switches: flows:  124516 126136 124714 125439 124350 127342 125972 126784 125867 122324 126659 124722 125294 121077 122589 121008  total = 33.191103 per ms 
01:53:52.516 16  switches: flows:  121058 121989 121310 122757 120892 124013 122394 123787 121746 118189 121357 121152 122287 118758 119064 119617  total = 32.285493 per ms 
01:54:52.616 16  switches: flows:  122708 125202 125548 123507 122769 125799 122701 123711 123325 121080 125219 122719 123623 121624 122985 121074  total = 32.838378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31711.58/33191.57/32642.23/10891.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:54:52.621634" elapsed="0.000455"/>
</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-05-19T01:54:52.622243" elapsed="0.000499"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T01:54:52.623244" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T01:54:52.623343" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31711.58/33191.57/32642.23/10891.73 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-05-19T01:54:52.622973" elapsed="0.000396"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T01:54:52.623863" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31711.58/33191.57/32642.23/10891.73 | 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-05-19T01:54:52.623528" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.626715" 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-05-19T01:54:52.624127" elapsed="0.002652"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.629367" level="INFO">31711.58/33191.57/32642.23/10891.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:54:52.626978" elapsed="0.002449"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T01:54:52.631876" 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-05-19T01:54:52.629588" elapsed="0.002319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T01:54:52.634453" level="INFO">@{result_value_list} = [ 31711.58 | 33191.57 | 32642.23 | 10891.73 ]</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-05-19T01:54:52.632170" elapsed="0.002312"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.635002" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T01:54:52.635123" 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-05-19T01:54:52.634641" elapsed="0.000508"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.641953" level="INFO">min :: 31711.58</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-05-19T01:54:52.635623" elapsed="0.006471"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T01:54:52.635483" elapsed="0.006675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.648152" level="INFO">max :: 33191.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-05-19T01:54:52.642545" elapsed="0.005689"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T01:54:52.642319" elapsed="0.005960"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.653260" level="INFO">avg :: 32642.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:54:52.648542" elapsed="0.004781"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T01:54:52.648388" elapsed="0.004975"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.658448" level="INFO">stdev :: 10891.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T01:54:52.653635" elapsed="0.004878"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T01:54:52.653468" elapsed="0.005100"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T01:54:52.635254" elapsed="0.023367"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.662848" level="INFO">${min} = 31711.58</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-05-19T01:54:52.658812" elapsed="0.004069"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.667247" level="INFO">${max} = 33191.57</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-05-19T01:54:52.663106" elapsed="0.004174"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.671751" level="INFO">${average} = 32642.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T01:54:52.667470" elapsed="0.004318"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.676150" level="INFO">${stdev} = 10891.73</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-05-19T01:54:52.672019" elapsed="0.004160"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.676732" level="INFO">${date} = 2026-05-19 01:54:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T01:54:52.676354" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.677348" level="INFO">CBench Result: 2026-05-19 01:54:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31711.58,33191.57,32642.23,10891.73</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-05-19T01:54:52.676909" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T01:54:52.678613" 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-05-19T01:54:52.678123" elapsed="0.000601"/>
</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-05-19T01:54:52.678971" elapsed="0.000734"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T01:54:52.677568" elapsed="0.002238"/>
</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-05-19T01:44:46.152846" elapsed="606.527128"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.680637" 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-05-19T01:54:52.680228" elapsed="0.000466"/>
</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-05-19T01:54:52.681271" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-05-19T01:54:52.680919" elapsed="0.000697"/>
</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-05-19T01:44:46.149467" elapsed="606.532186"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.683668" 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-05-19T01:54:52.683262" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.685176" 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-05-19T01:54:52.684791" elapsed="0.000430"/>
</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-05-19T01:54:52.686119" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-05-19T01:54:52.685481" elapsed="0.000718"/>
</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-05-19T01:54:52.689407" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T01:54:52.689130" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-05-19T01:54:52.689090" elapsed="0.000403"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T01:54:52.689877" 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-05-19T01:54:52.690006" 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-05-19T01:54:52.689635" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.690631" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.231 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.117" 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-05-19T01:54:52.690188" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T01:54:52.691322" 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-05-19T01:54:52.690830" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T01:54:52.692369" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T01:54:52.692459" 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-05-19T01:54:52.692010" elapsed="0.000474"/>
</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-05-19T01:54:52.692629" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T01:54:52.693842" level="INFO">Logging into '10.30.170.117:22' as 'jenkins'.</msg>
<msg time="2026-05-19T01:54:53.278897" 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 Tue May 19 01:54:52 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.117
  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: Tue May 19 01:44:46 2026 from 10.30.171.148
[?2004h[jenkins@releng-48317-724-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-05-19T01:54:52.693485" elapsed="0.585681"/>
</kw>
<msg time="2026-05-19T01:54:53.279280" 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-05-19T01:54:52.693138" elapsed="0.586273"/>
</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-05-19T01:54:52.691564" elapsed="0.588004"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T01:54:53.280277" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.231 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T02:04:59.391361" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T02:04:59.392319" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T02:04:59.392459" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.231: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-05-19T01:54:53.279859" elapsed="606.112664"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:04:59.393100" elapsed="0.001028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.394926" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.231:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.231. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:58.417 16  switches: flows:  631174 610906 622281 621836 627954 611806 625257 598310 622218 599505 604678 602824 611991 593146 597505 614831  total = 163.270367 per ms 
01:56:58.554 16  switches: flows:  651036 651393 656278 651213 658752 649037 659990 657016 661672 654055 660508 653228 659962 660957 659041 655500  total = 174.597825 per ms 
01:57:58.656 16  switches: flows:  660662 667351 663219 671973 674458 665334 670901 664979 684465 668094 667861 655909 663826 666673 675292 666920  total = 177.830933 per ms 
01:58:58.758 16  switches: flows:  649461 641668 651983 645235 647667 647302 635245 650112 664285 650814 645552 646686 658036 645358 657856 658646  total = 172.971015 per ms 
01:59:58.861 16  switches: flows:  669512 662573 652918 665987 666404 656917 658960 661132 661159 662899 654613 666527 669218 661591 650072 661832  total = 176.074419 per ms 
02:00:58.962 16  switches: flows:  657605 643280 650847 652465 640056 640919 656172 655789 654234 632208 638834 655007 663559 650870 648165 643500  total = 172.767769 per ms 
02:01:59.064 16  switches: flows:  603805 605906 616254 607887 608482 612335 611687 604605 620437 611899 607048 604700 611652 606339 609118 609660  total = 162.254514 per ms 
02:02:59.165 16  switches: flows:  640577 633583 643561 643237 638216 646194 634412 633466 646990 652686 636893 651708 650795 638095 650206 642403  total = 171.095820 per ms 
02:03:59.287 16  switches: flows:  654217 649346 635053 639971 649133 638222 638118 642375 632048 640126 641708 646671 642740 638827 641432 636140  total = 170.759084 per ms 
02:04:59.390 16  switches: flows:  632571 635962 636370 637178 650400 633234 637658 635963 647255 631055 632577 654858 656560 642324 633683 639636  total = 170.329141 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162254.51/177830.93/172075.61/57512.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:04:59.394416" elapsed="0.000755"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T02:04:59.395536" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-05-19T02:04:59.395316" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-05-19T02:04:59.395265" elapsed="0.000415"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T02:04:59.395816" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-19T02:04:59.395764" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-05-19T02:04:59.395741" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T02:04:59.395944" elapsed="0.000018"/>
</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-05-19T02:04:59.399818" elapsed="0.000581"/>
</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-05-19T02:04:59.400625" elapsed="0.000304"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:04:59.401159" elapsed="0.000195"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T02:04:59.396449" elapsed="0.004988"/>
</kw>
<msg time="2026-05-19T02:04:59.401640" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.231: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-05-19T01:54:52.686611" elapsed="606.715069"/>
</kw>
<status status="PASS" start="2026-05-19T01:54:52.686227" elapsed="606.715527"/>
</branch>
<status status="PASS" start="2026-05-19T01:54:52.685448" elapsed="606.716359"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.402509" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.231:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.231. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:58.417 16  switches: flows:  631174 610906 622281 621836 627954 611806 625257 598310 622218 599505 604678 602824 611991 593146 597505 614831  total = 163.270367 per ms 
01:56:58.554 16  switches: flows:  651036 651393 656278 651213 658752 649037 659990 657016 661672 654055 660508 653228 659962 660957 659041 655500  total = 174.597825 per ms 
01:57:58.656 16  switches: flows:  660662 667351 663219 671973 674458 665334 670901 664979 684465 668094 667861 655909 663826 666673 675292 666920  total = 177.830933 per ms 
01:58:58.758 16  switches: flows:  649461 641668 651983 645235 647667 647302 635245 650112 664285 650814 645552 646686 658036 645358 657856 658646  total = 172.971015 per ms 
01:59:58.861 16  switches: flows:  669512 662573 652918 665987 666404 656917 658960 661132 661159 662899 654613 666527 669218 661591 650072 661832  total = 176.074419 per ms 
02:00:58.962 16  switches: flows:  657605 643280 650847 652465 640056 640919 656172 655789 654234 632208 638834 655007 663559 650870 648165 643500  total = 172.767769 per ms 
02:01:59.064 16  switches: flows:  603805 605906 616254 607887 608482 612335 611687 604605 620437 611899 607048 604700 611652 606339 609118 609660  total = 162.254514 per ms 
02:02:59.165 16  switches: flows:  640577 633583 643561 643237 638216 646194 634412 633466 646990 652686 636893 651708 650795 638095 650206 642403  total = 171.095820 per ms 
02:03:59.287 16  switches: flows:  654217 649346 635053 639971 649133 638222 638118 642375 632048 640126 641708 646671 642740 638827 641432 636140  total = 170.759084 per ms 
02:04:59.390 16  switches: flows:  632571 635962 636370 637178 650400 633234 637658 635963 647255 631055 632577 654858 656560 642324 633683 639636  total = 170.329141 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162254.51/177830.93/172075.61/57512.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:04:59.402065" elapsed="0.000556"/>
</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-05-19T02:04:59.402845" elapsed="0.000580"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T02:04:59.404017" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T02:04:59.404198" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 162254.51/177830.93/172075.61/57512.29 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-05-19T02:04:59.403667" elapsed="0.000568"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T02:04:59.404892" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 162254.51/177830.93/172075.61/57512.29 | 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-05-19T02:04:59.404467" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.408365" 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-05-19T02:04:59.405255" elapsed="0.003170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.410848" level="INFO">162254.51/177830.93/172075.61/57512.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:04:59.408577" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T02:04:59.413265" 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-05-19T02:04:59.411071" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T02:04:59.415919" level="INFO">@{result_value_list} = [ 162254.51 | 177830.93 | 172075.61 | 57512.29 ]</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-05-19T02:04:59.413681" elapsed="0.002265"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.416429" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T02:04:59.416528" 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-05-19T02:04:59.416114" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.421709" level="INFO">min :: 162254.51</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-05-19T02:04:59.416973" elapsed="0.004794"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T02:04:59.416842" elapsed="0.004960"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.426621" level="INFO">max :: 177830.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:04:59.422023" elapsed="0.004657"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T02:04:59.421894" elapsed="0.004823"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.431485" level="INFO">avg :: 172075.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-05-19T02:04:59.426936" elapsed="0.004608"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T02:04:59.426808" elapsed="0.004772"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.439350" level="INFO">stdev :: 57512.29</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-05-19T02:04:59.431801" elapsed="0.007640"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T02:04:59.431670" elapsed="0.007827"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T02:04:59.416632" elapsed="0.022915"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.445567" level="INFO">${min} = 162254.51</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-05-19T02:04:59.439819" elapsed="0.005790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.451126" level="INFO">${max} = 177830.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T02:04:59.445876" elapsed="0.005279"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.455147" level="INFO">${average} = 172075.61</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-05-19T02:04:59.451370" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.459108" level="INFO">${stdev} = 57512.29</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-05-19T02:04:59.455333" elapsed="0.003803"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.459665" level="INFO">${date} = 2026-05-19 02:04:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T02:04:59.459299" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.460281" level="INFO">CBench Result: 2026-05-19 02:04:59,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,162254.51,177830.93,172075.61,57512.29</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-05-19T02:04:59.459849" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T02:04:59.461517" 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-05-19T02:04:59.460992" elapsed="0.000599"/>
</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-05-19T02:04:59.461764" elapsed="0.000550"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T02:04:59.460502" elapsed="0.001883"/>
</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-05-19T01:54:52.684107" elapsed="606.778339"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.462926" 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-05-19T02:04:59.462599" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-19T02:04:59.463554" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-05-19T02:04:59.463237" elapsed="0.000670"/>
</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-05-19T01:54:52.682384" elapsed="606.781563"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.465628" 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-05-19T02:04:59.464947" elapsed="0.000740"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.467007" 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-05-19T02:04:59.466668" elapsed="0.000399"/>
</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-05-19T02:04:59.467428" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T02:04:59.467199" elapsed="0.000289"/>
</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-05-19T02:04:59.470725" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T02:04:59.470474" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-05-19T02:04:59.470454" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T02:04:59.471167" 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-05-19T02:04:59.471289" 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-05-19T02:04:59.470939" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.471869" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.231 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.117" 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-05-19T02:04:59.471450" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T02:04:59.472486" 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-05-19T02:04:59.472083" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T02:04:59.473629" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T02:04:59.473745" 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-05-19T02:04:59.473101" elapsed="0.000674"/>
</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-05-19T02:04:59.473921" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T02:04:59.475150" level="INFO">Logging into '10.30.170.117:22' as 'jenkins'.</msg>
<msg time="2026-05-19T02:05:00.083573" 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 Tue May 19 02:04:59 UTC 2026

  System load:  0.28               Processes:             108
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.117
  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: Tue May 19 01:54:53 2026 from 10.30.171.148
[?2004h[jenkins@releng-48317-724-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-05-19T02:04:59.474772" elapsed="0.609036"/>
</kw>
<msg time="2026-05-19T02:05:00.083907" 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-05-19T02:04:59.474427" elapsed="0.609565"/>
</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-05-19T02:04:59.472713" elapsed="0.611428"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T02:05:00.084682" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.231 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T02:15:06.175756" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T02:15:06.176301" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T02:15:06.176396" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231: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-05-19T02:05:00.084370" elapsed="606.092078"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:15:06.176857" elapsed="0.000671"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.178591" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.231. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:05.274 16  switches: flows:  109118 109048 109463 109557 110206 109780 109168 110870 107295 107038 108998 107248 108739 107340 106256 108821  total = 28.982417 per ms 
02:07:05.374 16  switches: flows:  125179 126155 124940 124693 123190 122725 125495 125449 124660 122844 125640 123735 123327 122254 121167 124234  total = 33.039637 per ms 
02:08:05.475 16  switches: flows:  104256 101995 101645 102045 102054 101625 102245 102642 103188 100886 102155 101478 102360 101243 99230 101694  total = 27.133447 per ms 
02:09:05.576 16  switches: flows:  97277 95028 95652 96357 94729 96004 94223 95352 95769 93082 94789 92216 93710 94294 92549 92978  total = 25.191192 per ms 
02:10:05.676 16  switches: flows:  120438 122715 120848 120859 120738 121074 121239 121041 121067 118085 119409 118466 119260 116715 117753 120047  total = 31.942577 per ms 
02:11:05.777 16  switches: flows:  117733 116659 116273 116111 116073 116081 116191 118809 117183 114176 117539 116030 117099 119326 114752 115577  total = 31.041663 per ms 
02:12:05.877 16  switches: flows:  130243 128001 127347 127296 127091 126387 127289 128419 127754 125836 129730 126192 128260 125359 124623 124757  total = 33.853183 per ms 
02:13:05.977 16  switches: flows:  130135 126492 127533 127214 128154 127259 127071 129045 126659 124171 129065 126121 128739 123807 126100 125882  total = 33.834286 per ms 
02:14:06.077 16  switches: flows:  126691 124124 123957 125752 123909 125294 124124 126391 126140 123699 125107 124674 125330 123292 122672 122708  total = 33.175658 per ms 
02:15:06.178 16  switches: flows:  128699 127135 127938 127252 127603 128331 126387 129983 128774 125553 128832 125567 128359 126871 124990 126765  total = 33.927307 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25191.19/33927.31/31459.88/10908.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:15:06.177890" elapsed="0.000979"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T02:15:06.179329" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-05-19T02:15:06.179059" elapsed="0.000409"/>
</branch>
<status status="PASS" start="2026-05-19T02:15:06.178984" elapsed="0.000532"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T02:15:06.179696" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-19T02:15:06.179627" elapsed="0.000146"/>
</branch>
<status status="NOT RUN" start="2026-05-19T02:15:06.179596" elapsed="0.000219"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T02:15:06.179873" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T02:15:06.183979" elapsed="0.000565"/>
</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-05-19T02:15:06.184770" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:15:06.185245" elapsed="0.000153"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T02:15:06.180513" elapsed="0.004964"/>
</kw>
<msg time="2026-05-19T02:15:06.185669" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231: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-05-19T02:04:59.467832" elapsed="606.717877"/>
</kw>
<status status="PASS" start="2026-05-19T02:04:59.467516" elapsed="606.718267"/>
</branch>
<status status="PASS" start="2026-05-19T02:04:59.467173" elapsed="606.718646"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.186517" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.231:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.231. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:05.274 16  switches: flows:  109118 109048 109463 109557 110206 109780 109168 110870 107295 107038 108998 107248 108739 107340 106256 108821  total = 28.982417 per ms 
02:07:05.374 16  switches: flows:  125179 126155 124940 124693 123190 122725 125495 125449 124660 122844 125640 123735 123327 122254 121167 124234  total = 33.039637 per ms 
02:08:05.475 16  switches: flows:  104256 101995 101645 102045 102054 101625 102245 102642 103188 100886 102155 101478 102360 101243 99230 101694  total = 27.133447 per ms 
02:09:05.576 16  switches: flows:  97277 95028 95652 96357 94729 96004 94223 95352 95769 93082 94789 92216 93710 94294 92549 92978  total = 25.191192 per ms 
02:10:05.676 16  switches: flows:  120438 122715 120848 120859 120738 121074 121239 121041 121067 118085 119409 118466 119260 116715 117753 120047  total = 31.942577 per ms 
02:11:05.777 16  switches: flows:  117733 116659 116273 116111 116073 116081 116191 118809 117183 114176 117539 116030 117099 119326 114752 115577  total = 31.041663 per ms 
02:12:05.877 16  switches: flows:  130243 128001 127347 127296 127091 126387 127289 128419 127754 125836 129730 126192 128260 125359 124623 124757  total = 33.853183 per ms 
02:13:05.977 16  switches: flows:  130135 126492 127533 127214 128154 127259 127071 129045 126659 124171 129065 126121 128739 123807 126100 125882  total = 33.834286 per ms 
02:14:06.077 16  switches: flows:  126691 124124 123957 125752 123909 125294 124124 126391 126140 123699 125107 124674 125330 123292 122672 122708  total = 33.175658 per ms 
02:15:06.178 16  switches: flows:  128699 127135 127938 127252 127603 128331 126387 129983 128774 125553 128832 125567 128359 126871 124990 126765  total = 33.927307 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25191.19/33927.31/31459.88/10908.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:15:06.186063" elapsed="0.000598"/>
</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-05-19T02:15:06.186887" elapsed="0.000609"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T02:15:06.188149" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T02:15:06.188295" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25191.19/33927.31/31459.88/10908.92 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-05-19T02:15:06.187742" elapsed="0.000591"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T02:15:06.188980" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25191.19/33927.31/31459.88/10908.92 | 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-05-19T02:15:06.188568" elapsed="0.000453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.192859" 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-05-19T02:15:06.189278" elapsed="0.003665"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.196372" level="INFO">25191.19/33927.31/31459.88/10908.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:15:06.193185" elapsed="0.003245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T02:15:06.198901" 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-05-19T02:15:06.196586" elapsed="0.002344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T02:15:06.201539" level="INFO">@{result_value_list} = [ 25191.19 | 33927.31 | 31459.88 | 10908.92 ]</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-05-19T02:15:06.199152" elapsed="0.002415"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.202062" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T02:15:06.202163" 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-05-19T02:15:06.201723" elapsed="0.000465"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.207112" level="INFO">min :: 25191.19</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-05-19T02:15:06.202637" elapsed="0.004538"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T02:15:06.202469" elapsed="0.004743"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.211859" level="INFO">max :: 33927.31</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-05-19T02:15:06.207439" elapsed="0.004478"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T02:15:06.207303" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.216747" level="INFO">avg :: 31459.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:15:06.212200" elapsed="0.004606"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T02:15:06.212058" elapsed="0.004785"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.221710" level="INFO">stdev :: 10908.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:15:06.217090" elapsed="0.004679"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T02:15:06.216929" elapsed="0.004876"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T02:15:06.202271" elapsed="0.019565"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.225847" level="INFO">${min} = 25191.19</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-05-19T02:15:06.222007" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.235153" level="INFO">${max} = 33927.31</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-05-19T02:15:06.226051" elapsed="0.009188"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.241119" level="INFO">${average} = 31459.88</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-05-19T02:15:06.235624" elapsed="0.005537"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.247218" level="INFO">${stdev} = 10908.92</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-05-19T02:15:06.241400" elapsed="0.005858"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.247835" level="INFO">${date} = 2026-05-19 02:15:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T02:15:06.247474" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.248448" level="INFO">CBench Result: 2026-05-19 02:15:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25191.19,33927.31,31459.88,10908.92</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-05-19T02:15:06.248012" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T02:15:06.249753" 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-05-19T02:15:06.249217" elapsed="0.000606"/>
</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-05-19T02:15:06.249975" elapsed="0.000528"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T02:15:06.248691" elapsed="0.001881"/>
</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-05-19T02:04:59.466062" elapsed="606.784572"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.251121" 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-05-19T02:15:06.250787" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T02:15:06.252437" 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-05-19T02:15:06.251928" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-19T02:15:06.252707" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-05-19T02:15:06.252554" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-05-19T02:15:06.252527" elapsed="0.000280"/>
</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-05-19T02:15:06.252954" 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-05-19T02:15:06.253126" 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-05-19T02:15:06.253285" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-19T02:15:06.253490" 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-05-19T02:15:06.253639" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-19T02:15:06.253785" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-19T02:15:06.253927" elapsed="0.000019"/>
</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-05-19T02:15:06.254163" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-19T02:15:06.254008" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-19T02:15:06.253991" elapsed="0.000247"/>
</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-05-19T02:15:06.251581" elapsed="0.002709"/>
</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-05-19T02:04:59.464433" elapsed="606.789904"/>
</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-05-19T01:44:43.554513" elapsed="1822.700678"/>
</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>
