<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-23T02:01:40.051943" 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-23T02:01:40.617587" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:01:40.617454" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:40.617424" elapsed="0.000263"/>
</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-23T02:01:40.617833" elapsed="0.000524"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-23T02:01:40.618831" level="INFO">Logging into '10.30.171.142:8101' as 'karaf'.</msg>
<msg time="2026-05-23T02:01:41.305720" 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-23T02:01:40.618535" elapsed="0.687414"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-23T02:01:41.355778" 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-23T02:01:41.306285" elapsed="0.049586"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-23T02:01:41.357817" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-23T02:01:41.357935" 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-23T02:01:41.356066" elapsed="0.001900"/>
</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-23T02:01:41.358183" elapsed="0.000283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:01:41.358666" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:01:41.359535" 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-23T02:01:41.359090" elapsed="0.000509"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T02:01:41.359660" elapsed="0.000075"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.142
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-23T02:01:40.617057" elapsed="0.742821"/>
</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-23T02:01:40.613309" elapsed="0.746646"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T02:01:41.360653" 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-23T02:01:41.360196" elapsed="0.000542"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T02:01:41.361383" 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-23T02:01:41.360902" elapsed="0.000544"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-23T02:01:41.362053" 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-23T02:01:41.361610" elapsed="0.000473"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T02:01:41.362653" 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-23T02:01:41.362276" elapsed="0.000431"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-23T02:01:41.363275" 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-23T02:01:41.362862" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T02:01:41.363788" 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-23T02:01:41.363468" elapsed="0.000364"/>
</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-23T02:01:41.364178" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:01:41.363924" elapsed="0.000343"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:01:41.369057" 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-23T02:01:41.368632" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:01:41.370205" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T02:01:41.370309" 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-23T02:01:41.369732" elapsed="0.000603"/>
</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-23T02:01:41.370485" elapsed="0.000390"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T02:01:41.371985" level="INFO">Logging into '10.30.171.159:22' as 'jenkins'.</msg>
<msg time="2026-05-23T02:01:42.062292" 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 Sat May 23 02:01:41 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.159
  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-727-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-23T02:01:41.371464" elapsed="0.690973"/>
</kw>
<msg time="2026-05-23T02:01:42.062524" 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-23T02:01:41.371039" elapsed="0.691572"/>
</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-23T02:01:41.369333" elapsed="0.693395"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.070391" 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-23T02:01:42.062930" elapsed="0.009170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:01:42.072333" elapsed="0.000290"/>
</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-23T02:01:41.368052" elapsed="0.704640"/>
</kw>
<status status="PASS" start="2026-05-23T02:01:41.364356" elapsed="0.708374"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:41.363896" elapsed="0.708868"/>
</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-23T02:01:42.072924" elapsed="0.000563"/>
</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-23T02:01:42.079601" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:01:42.079419" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:42.079375" elapsed="0.000335"/>
</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-23T02:01:42.084117" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:01:42.084000" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:42.083981" elapsed="0.000206"/>
</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-23T02:01:42.084342" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.085213" level="INFO">Logging into '10.30.171.142:8101' as 'karaf'.</msg>
<msg time="2026-05-23T02:01:42.264255" 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-23T02:01:42.084945" elapsed="0.179475"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.365302" 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-23T02:01:42.264669" elapsed="0.100765"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.370185" 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-23T02:01:42.370416" 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-23T02:01:42.365695" elapsed="0.004755"/>
</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-23T02:01:42.370595" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:01:42.371013" elapsed="0.000256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:01:42.371726" 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-23T02:01:42.371413" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T02:01:42.371832" elapsed="0.000049"/>
</return>
<msg time="2026-05-23T02:01:42.372028" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.142
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-23T02:01:42.083639" elapsed="0.288421"/>
</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-23T02:01:42.372206" elapsed="0.000522"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T02:01:42.372780" elapsed="0.000055"/>
</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-23T02:01:42.078953" elapsed="0.293983"/>
</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-23T02:01:42.377309" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:01:42.377108" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:42.377076" elapsed="0.000333"/>
</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-23T02:01:42.377589" elapsed="0.000866"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.379068" level="INFO">Logging into '10.30.171.142:8101' as 'karaf'.</msg>
<msg time="2026-05-23T02:01:42.550174" 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-23T02:01:42.378668" elapsed="0.171688"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.574435" 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-23T02:01:42.550617" elapsed="0.023881"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.576302" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-23T02:01:42.576408" 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-23T02:01:42.574647" elapsed="0.001791"/>
</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-23T02:01:42.576574" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:01:42.576906" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:01:42.577598" 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-23T02:01:42.577269" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T02:01:42.577702" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.142
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-23T02:01:42.376658" elapsed="0.201217"/>
</kw>
<status status="PASS" start="2026-05-23T02:01:40.611343" elapsed="1.966597"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:01:42.580138" 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-23T02:01:42.579024" elapsed="0.001280"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T02:01:42.581744" 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-23T02:01:42.581394" elapsed="0.000393"/>
</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-23T02:01:42.582105" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:01:42.581866" elapsed="0.000297"/>
</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-23T02:01:42.585120" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:01:42.584870" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:42.584850" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.585550" 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-23T02:01:42.585672" 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-23T02:01:42.585349" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:01:42.586277" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.159" 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-23T02:01:42.585833" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.586944" 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-23T02:01:42.586477" elapsed="0.000494"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:01:42.587917" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T02:01:42.588008" 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-23T02:01:42.587572" elapsed="0.000467"/>
</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-23T02:01:42.588183" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.589403" level="INFO">Logging into '10.30.171.159:22' as 'jenkins'.</msg>
<msg time="2026-05-23T02:01:42.917941" 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 Sat May 23 02:01:41 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.159
  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: Sat May 23 02:01:41 2026 from 10.30.170.147
[?2004h[jenkins@releng-48317-727-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-23T02:01:42.589031" elapsed="0.329244"/>
</kw>
<msg time="2026-05-23T02:01:42.918430" 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-23T02:01:42.588686" elapsed="0.329901"/>
</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-23T02:01:42.587174" elapsed="0.331640"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-23T02:01:42.920207" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-23T02:11:49.033551" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-23T02:11:49.034108" level="INFO">${stdout} = </msg>
<msg time="2026-05-23T02:11:49.034214" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142: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-23T02:01:42.919252" elapsed="606.115071"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:11:49.034781" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.036707" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:48.124 16  switches: flows:  123676 120305 123880 123431 120072 117392 121608 121097 119605 116284 123230 119700 117054 114134 117966 117742  total = 31.952933 per ms 
02:03:48.224 16  switches: flows:  129870 129425 128359 130350 127896 127425 130456 129241 126280 124943 128891 125082 127454 123677 125197 125257  total = 33.940080 per ms 
02:04:48.324 16  switches: flows:  131615 129694 130023 132559 129013 128863 130419 129573 127770 127758 130280 125613 126872 123708 124862 125995  total = 34.186572 per ms 
02:05:48.425 16  switches: flows:  128526 126680 125089 127811 123331 124483 124360 124814 124033 122642 124398 121735 123785 117817 121127 121105  total = 32.973912 per ms 
02:06:48.525 16  switches: flows:  93835 93534 94419 95268 91597 91703 92669 92863 92823 89569 90931 91690 91410 89025 90529 90229  total = 24.493776 per ms 
02:07:48.627 16  switches: flows:  113528 114167 114818 113128 113397 109088 113010 111014 113254 110399 111030 111278 110683 108434 109394 111399  total = 29.750033 per ms 
02:08:48.727 16  switches: flows:  129061 133314 131642 129374 127453 127129 129806 127143 130303 124706 129114 128417 127380 125835 126118 127866  total = 34.187240 per ms 
02:09:48.828 16  switches: flows:  131053 134071 131016 130472 128125 127353 130461 128488 131562 125543 129441 128351 128146 124371 126435 128295  total = 34.329082 per ms 
02:10:48.928 16  switches: flows:  130564 132807 133827 130630 129878 129327 129368 127130 130476 126380 130394 127622 127382 124237 126136 128100  total = 34.346983 per ms 
02:11:49.028 16  switches: flows:  130699 132280 133867 132049 129730 127733 130153 128696 130194 127903 129920 127736 128477 125501 127030 128286  total = 34.446702 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24493.78/34446.70/32517.15/11291.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:11:49.035912" elapsed="0.001079"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-23T02:11:49.037508" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-05-23T02:11:49.037174" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-05-23T02:11:49.037118" elapsed="0.000612"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-23T02:11:49.037938" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:11:49.037856" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-23T02:11:49.037822" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-23T02:11:49.038149" elapsed="0.000030"/>
</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-23T02:11:49.043935" elapsed="0.000695"/>
</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-23T02:11:49.044778" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:11:49.045078" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-23T02:11:49.038844" elapsed="0.006400"/>
</kw>
<msg time="2026-05-23T02:11:49.045375" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142: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-23T02:01:42.582526" elapsed="606.462876"/>
</kw>
<status status="PASS" start="2026-05-23T02:01:42.582190" elapsed="606.463261"/>
</branch>
<status status="PASS" start="2026-05-23T02:01:42.581843" elapsed="606.463632"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.045903" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:48.124 16  switches: flows:  123676 120305 123880 123431 120072 117392 121608 121097 119605 116284 123230 119700 117054 114134 117966 117742  total = 31.952933 per ms 
02:03:48.224 16  switches: flows:  129870 129425 128359 130350 127896 127425 130456 129241 126280 124943 128891 125082 127454 123677 125197 125257  total = 33.940080 per ms 
02:04:48.324 16  switches: flows:  131615 129694 130023 132559 129013 128863 130419 129573 127770 127758 130280 125613 126872 123708 124862 125995  total = 34.186572 per ms 
02:05:48.425 16  switches: flows:  128526 126680 125089 127811 123331 124483 124360 124814 124033 122642 124398 121735 123785 117817 121127 121105  total = 32.973912 per ms 
02:06:48.525 16  switches: flows:  93835 93534 94419 95268 91597 91703 92669 92863 92823 89569 90931 91690 91410 89025 90529 90229  total = 24.493776 per ms 
02:07:48.627 16  switches: flows:  113528 114167 114818 113128 113397 109088 113010 111014 113254 110399 111030 111278 110683 108434 109394 111399  total = 29.750033 per ms 
02:08:48.727 16  switches: flows:  129061 133314 131642 129374 127453 127129 129806 127143 130303 124706 129114 128417 127380 125835 126118 127866  total = 34.187240 per ms 
02:09:48.828 16  switches: flows:  131053 134071 131016 130472 128125 127353 130461 128488 131562 125543 129441 128351 128146 124371 126435 128295  total = 34.329082 per ms 
02:10:48.928 16  switches: flows:  130564 132807 133827 130630 129878 129327 129368 127130 130476 126380 130394 127622 127382 124237 126136 128100  total = 34.346983 per ms 
02:11:49.028 16  switches: flows:  130699 132280 133867 132049 129730 127733 130153 128696 130194 127903 129920 127736 128477 125501 127030 128286  total = 34.446702 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24493.78/34446.70/32517.15/11291.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:11:49.045615" elapsed="0.000362"/>
</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-23T02:11:49.046124" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-23T02:11:49.046889" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-23T02:11:49.046981" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24493.78/34446.70/32517.15/11291.89 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-23T02:11:49.046659" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:11:49.047436" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24493.78/34446.70/32517.15/11291.89 | 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-23T02:11:49.047162" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.049844" 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-23T02:11:49.047608" elapsed="0.002292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.052280" level="INFO">24493.78/34446.70/32517.15/11291.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:11:49.050045" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:11:49.054680" 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-23T02:11:49.052485" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:11:49.057128" level="INFO">@{result_value_list} = [ 24493.78 | 34446.70 | 32517.15 | 11291.89 ]</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-23T02:11:49.054902" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.057639" level="INFO">Length is 4.</msg>
<msg time="2026-05-23T02:11:49.057727" 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-23T02:11:49.057334" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.062489" level="INFO">min :: 24493.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:11:49.058152" elapsed="0.004395"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-23T02:11:49.058020" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.067168" level="INFO">max :: 34446.70</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-23T02:11:49.062808" elapsed="0.004430"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-23T02:11:49.062676" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.071741" level="INFO">avg :: 32517.15</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-23T02:11:49.067494" elapsed="0.004331"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-23T02:11:49.067364" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.076501" level="INFO">stdev :: 11291.89</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-23T02:11:49.072079" elapsed="0.004481"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-23T02:11:49.071951" elapsed="0.004644"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-23T02:11:49.057821" elapsed="0.018808"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.080771" level="INFO">${min} = 24493.78</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-23T02:11:49.076789" elapsed="0.004009"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.084666" level="INFO">${max} = 34446.70</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-23T02:11:49.080955" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.088706" level="INFO">${average} = 32517.15</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-23T02:11:49.084844" elapsed="0.003889"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.092678" level="INFO">${stdev} = 11291.89</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-23T02:11:49.088888" elapsed="0.003817"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.093233" level="INFO">${date} = 2026-05-23 02:11:49</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-23T02:11:49.092865" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.093818" level="INFO">CBench Result: 2026-05-23 02:11:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24493.78,34446.70,32517.15,11291.89</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-23T02:11:49.093411" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T02:11:49.095001" 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-23T02:11:49.094548" elapsed="0.000519"/>
</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-23T02:11:49.095234" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-23T02:11:49.094047" elapsed="0.001738"/>
</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-23T02:01:42.580731" elapsed="606.515117"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.096331" 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-23T02:11:49.096000" elapsed="0.000388"/>
</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-23T02:11:49.096906" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-05-23T02:11:49.096602" elapsed="0.000657"/>
</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-23T02:01:42.578096" elapsed="606.519202"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.098738" 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-23T02:11:49.098342" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.100102" 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-23T02:11:49.099730" elapsed="0.000415"/>
</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-23T02:11:49.100525" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:11:49.100293" elapsed="0.000290"/>
</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-23T02:11:49.103491" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:11:49.103243" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-23T02:11:49.103201" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:11:49.103945" 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-23T02:11:49.104067" 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-23T02:11:49.103709" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.104666" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.142 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.159" 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-23T02:11:49.104241" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:11:49.105278" 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-23T02:11:49.104863" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:11:49.106197" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T02:11:49.106302" 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-23T02:11:49.105877" elapsed="0.000449"/>
</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-23T02:11:49.106469" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T02:11:49.107684" level="INFO">Logging into '10.30.171.159:22' as 'jenkins'.</msg>
<msg time="2026-05-23T02:11:49.698467" 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 Sat May 23 02:11:49 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.159
  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: Sat May 23 02:01:42 2026 from 10.30.170.147
[?2004h[jenkins@releng-48317-727-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-23T02:11:49.107320" elapsed="0.591355"/>
</kw>
<msg time="2026-05-23T02:11:49.698769" 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-23T02:11:49.106948" elapsed="0.591919"/>
</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-23T02:11:49.105507" elapsed="0.593482"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-23T02:11:49.699591" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.142 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-23T02:21:56.240366" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-23T02:21:56.240931" level="INFO">${stdout} = </msg>
<msg time="2026-05-23T02:21:56.241039" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.142: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-23T02:11:49.699246" elapsed="606.541856"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:21:56.241595" elapsed="0.001288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.244107" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:54.819 16  switches: flows:  590756 597433 592152 598933 590117 565164 586796 593485 571213 584549 580522 577346 586365 590255 580502 591146  total = 156.278900 per ms 
02:13:54.921 16  switches: flows:  656159 661157 658995 662157 650985 659411 656063 656023 646747 662805 661661 648230 657923 652578 646417 657477  total = 174.618758 per ms 
02:14:55.023 16  switches: flows:  630577 634810 626858 625437 631000 633163 636912 626750 625521 622619 634861 635570 623453 627116 624812 628046  total = 167.508047 per ms 
02:15:55.125 16  switches: flows:  576902 576521 575153 578361 586369 585861 584872 578913 580797 584699 582753 581138 576738 581666 573551 581162  total = 154.498144 per ms 
02:16:55.227 16  switches: flows:  635454 631984 643135 639507 639317 620197 635815 623035 643256 638528 633671 627791 632033 636995 636334 622680  total = 168.710359 per ms 
02:17:55.328 16  switches: flows:  629370 618679 616613 619891 624074 616617 618408 618477 623508 630617 631323 622793 619124 632253 619913 619962  total = 165.748008 per ms 
02:18:55.429 16  switches: flows:  626622 613848 624755 617962 619080 622682 616903 631969 623204 626364 617955 622283 622396 619955 626280 614242  total = 165.496976 per ms 
02:19:55.531 16  switches: flows:  635716 642754 635521 635571 632321 642838 636669 634148 638673 633311 634196 636319 631392 635824 637364 635522  total = 169.347748 per ms 
02:20:55.633 16  switches: flows:  584917 579997 585829 584692 578035 576061 581541 583748 580831 578000 584969 587133 589119 587692 583541 573777  total = 155.069555 per ms 
02:21:56.232 16  switches: flows:  614774 618640 614824 615523 609888 606946 610065 615785 618113 602105 622761 623977 608370 610053 616158 609484  total = 162.011675 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154498.14/174618.76/164778.81/55278.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:21:56.243291" elapsed="0.001144"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-23T02:21:56.245038" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-05-23T02:21:56.244618" elapsed="0.000588"/>
</branch>
<status status="PASS" start="2026-05-23T02:21:56.244567" elapsed="0.000728"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-23T02:21:56.245506" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:21:56.245424" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-05-23T02:21:56.245390" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-23T02:21:56.245707" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-23T02:21:56.250048" elapsed="0.000352"/>
</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-23T02:21:56.250548" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:21:56.250843" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-23T02:21:56.246462" elapsed="0.004535"/>
</kw>
<msg time="2026-05-23T02:21:56.251127" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.142: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-23T02:11:49.100929" elapsed="607.150224"/>
</kw>
<status status="PASS" start="2026-05-23T02:11:49.100613" elapsed="607.150589"/>
</branch>
<status status="PASS" start="2026-05-23T02:11:49.100270" elapsed="607.150969"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.251672" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:54.819 16  switches: flows:  590756 597433 592152 598933 590117 565164 586796 593485 571213 584549 580522 577346 586365 590255 580502 591146  total = 156.278900 per ms 
02:13:54.921 16  switches: flows:  656159 661157 658995 662157 650985 659411 656063 656023 646747 662805 661661 648230 657923 652578 646417 657477  total = 174.618758 per ms 
02:14:55.023 16  switches: flows:  630577 634810 626858 625437 631000 633163 636912 626750 625521 622619 634861 635570 623453 627116 624812 628046  total = 167.508047 per ms 
02:15:55.125 16  switches: flows:  576902 576521 575153 578361 586369 585861 584872 578913 580797 584699 582753 581138 576738 581666 573551 581162  total = 154.498144 per ms 
02:16:55.227 16  switches: flows:  635454 631984 643135 639507 639317 620197 635815 623035 643256 638528 633671 627791 632033 636995 636334 622680  total = 168.710359 per ms 
02:17:55.328 16  switches: flows:  629370 618679 616613 619891 624074 616617 618408 618477 623508 630617 631323 622793 619124 632253 619913 619962  total = 165.748008 per ms 
02:18:55.429 16  switches: flows:  626622 613848 624755 617962 619080 622682 616903 631969 623204 626364 617955 622283 622396 619955 626280 614242  total = 165.496976 per ms 
02:19:55.531 16  switches: flows:  635716 642754 635521 635571 632321 642838 636669 634148 638673 633311 634196 636319 631392 635824 637364 635522  total = 169.347748 per ms 
02:20:55.633 16  switches: flows:  584917 579997 585829 584692 578035 576061 581541 583748 580831 578000 584969 587133 589119 587692 583541 573777  total = 155.069555 per ms 
02:21:56.232 16  switches: flows:  614774 618640 614824 615523 609888 606946 610065 615785 618113 602105 622761 623977 608370 610053 616158 609484  total = 162.011675 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154498.14/174618.76/164778.81/55278.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:21:56.251383" elapsed="0.000362"/>
</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-23T02:21:56.251894" elapsed="0.000393"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-23T02:21:56.252675" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-23T02:21:56.252767" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154498.14/174618.76/164778.81/55278.82 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-23T02:21:56.252449" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:21:56.253204" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154498.14/174618.76/164778.81/55278.82 | 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-23T02:21:56.252952" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.255622" 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-23T02:21:56.253393" elapsed="0.002285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.258745" level="INFO">154498.14/174618.76/164778.81/55278.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:21:56.255827" elapsed="0.002978"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:21:56.261635" 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-23T02:21:56.258957" elapsed="0.002705"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:21:56.264090" level="INFO">@{result_value_list} = [ 154498.14 | 174618.76 | 164778.81 | 55278.82 ]</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-23T02:21:56.261866" elapsed="0.002252"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.264623" level="INFO">Length is 4.</msg>
<msg time="2026-05-23T02:21:56.264726" 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-23T02:21:56.264313" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.269670" level="INFO">min :: 154498.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:21:56.265145" elapsed="0.004594"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-23T02:21:56.265016" elapsed="0.004760"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.274581" level="INFO">max :: 174618.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:21:56.269997" elapsed="0.004642"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-23T02:21:56.269868" elapsed="0.004808"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.279490" level="INFO">avg :: 164778.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:21:56.274979" elapsed="0.004570"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-23T02:21:56.274777" elapsed="0.004807"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.284490" level="INFO">stdev :: 55278.82</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-23T02:21:56.279811" elapsed="0.004738"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-23T02:21:56.279673" elapsed="0.004912"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-23T02:21:56.264823" elapsed="0.019793"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.288950" level="INFO">${min} = 154498.14</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-23T02:21:56.284783" elapsed="0.004198"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.292984" level="INFO">${max} = 174618.76</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-23T02:21:56.289175" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.296960" level="INFO">${average} = 164778.81</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-23T02:21:56.293164" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.300933" level="INFO">${stdev} = 55278.82</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-23T02:21:56.297139" elapsed="0.003821"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.301504" level="INFO">${date} = 2026-05-23 02:21:56</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-23T02:21:56.301120" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.302103" level="INFO">CBench Result: 2026-05-23 02:21:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154498.14,174618.76,164778.81,55278.82</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-23T02:21:56.301679" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T02:21:56.303242" 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-23T02:21:56.302814" elapsed="0.000496"/>
</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-23T02:21:56.303463" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-23T02:21:56.302327" elapsed="0.001672"/>
</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-23T02:11:49.099127" elapsed="607.204934"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.304566" 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-23T02:21:56.304243" elapsed="0.000379"/>
</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-23T02:21:56.305143" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-05-23T02:21:56.304840" elapsed="0.000663"/>
</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-23T02:11:49.097718" elapsed="607.207825"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.307185" 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-23T02:21:56.306778" elapsed="0.000484"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.308881" 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-23T02:21:56.308540" elapsed="0.000385"/>
</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-23T02:21:56.309274" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:21:56.309036" elapsed="0.000298"/>
</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-23T02:21:56.312293" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:21:56.312005" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-05-23T02:21:56.311986" elapsed="0.000390"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:21:56.312701" 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-23T02:21:56.312831" 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-23T02:21:56.312508" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.313448" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.159" 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-23T02:21:56.313000" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T02:21:56.314056" 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-23T02:21:56.313651" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:21:56.315204" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T02:21:56.315388" 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-23T02:21:56.314687" elapsed="0.000731"/>
</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-23T02:21:56.315564" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T02:21:56.316831" level="INFO">Logging into '10.30.171.159:22' as 'jenkins'.</msg>
<msg time="2026-05-23T02:21:56.932673" 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 Sat May 23 02:21:56 UTC 2026

  System load:  0.15               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.159
  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: Sat May 23 02:11:49 2026 from 10.30.170.147
[?2004h[jenkins@releng-48317-727-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-23T02:21:56.316462" elapsed="0.616412"/>
</kw>
<msg time="2026-05-23T02:21:56.932960" 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-23T02:21:56.316070" elapsed="0.616969"/>
</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-23T02:21:56.314310" elapsed="0.618838"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-23T02:21:56.933702" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-23T02:32:02.977359" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-23T02:32:02.977878" level="INFO">${stdout} = </msg>
<msg time="2026-05-23T02:32:02.977984" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142: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-23T02:21:56.933375" elapsed="606.044666"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:32:02.978516" elapsed="0.000795"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:02.980484" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:02.069 16  switches: flows:  122807 126989 124638 121772 123446 119648 123141 120208 121344 120251 120043 121642 122167 123295 121734 120027  total = 32.552533 per ms 
02:24:02.170 16  switches: flows:  117782 117697 118665 113773 114769 112246 116527 115249 115240 112876 114079 116153 115445 115574 115585 114100  total = 30.711423 per ms 
02:25:02.270 16  switches: flows:  120037 122058 122992 119008 119026 117361 117471 118042 116276 117487 118439 122021 119573 120183 120239 119664  total = 31.778254 per ms 
02:26:02.370 16  switches: flows:  115399 116544 117467 113592 112983 112286 112002 112514 111873 112326 112555 114308 114352 115125 114770 115496  total = 30.342571 per ms 
02:27:02.470 16  switches: flows:  122373 124629 124467 120641 120907 120270 119653 121420 121023 119918 120115 123492 120890 122829 122890 123297  total = 32.426129 per ms 
02:28:02.570 16  switches: flows:  123022 125373 127232 122117 121839 122127 121038 122458 120708 120321 120421 124051 122785 124772 122606 123742  total = 32.688977 per ms 
02:29:02.671 16  switches: flows:  124201 125923 125283 121556 121544 121540 122435 124034 121181 122276 120485 125052 122510 124230 125268 124219  total = 32.807504 per ms 
02:30:02.771 16  switches: flows:  121130 122034 123733 118735 118671 119872 118982 119502 117997 117328 117763 121175 120129 120791 121127 120228  total = 31.933314 per ms 
02:31:02.871 16  switches: flows:  127004 127569 129002 124105 124569 124309 123466 124402 123839 122438 123538 126286 126063 124779 124721 125795  total = 33.309151 per ms 
02:32:02.971 16  switches: flows:  127420 128754 128219 125452 125175 124164 124638 124067 123477 123377 122354 127933 126430 125393 126401 125931  total = 33.430641 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30342.57/33430.64/32158.66/10767.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:32:02.979684" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-23T02:32:02.981320" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-05-23T02:32:02.980971" elapsed="0.000520"/>
</branch>
<status status="PASS" start="2026-05-23T02:32:02.980919" elapsed="0.000647"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-23T02:32:02.981782" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-23T02:32:02.981697" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-05-23T02:32:02.981660" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-23T02:32:02.981994" elapsed="0.000030"/>
</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-23T02:32:02.986690" elapsed="0.000333"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-23T02:32:02.987179" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T02:32:02.987491" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-23T02:32:02.982709" elapsed="0.004935"/>
</kw>
<msg time="2026-05-23T02:32:02.987774" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142: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-23T02:21:56.309673" elapsed="606.678128"/>
</kw>
<status status="PASS" start="2026-05-23T02:21:56.309359" elapsed="606.678491"/>
</branch>
<status status="PASS" start="2026-05-23T02:21:56.309015" elapsed="606.678857"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:02.988336" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:02.069 16  switches: flows:  122807 126989 124638 121772 123446 119648 123141 120208 121344 120251 120043 121642 122167 123295 121734 120027  total = 32.552533 per ms 
02:24:02.170 16  switches: flows:  117782 117697 118665 113773 114769 112246 116527 115249 115240 112876 114079 116153 115445 115574 115585 114100  total = 30.711423 per ms 
02:25:02.270 16  switches: flows:  120037 122058 122992 119008 119026 117361 117471 118042 116276 117487 118439 122021 119573 120183 120239 119664  total = 31.778254 per ms 
02:26:02.370 16  switches: flows:  115399 116544 117467 113592 112983 112286 112002 112514 111873 112326 112555 114308 114352 115125 114770 115496  total = 30.342571 per ms 
02:27:02.470 16  switches: flows:  122373 124629 124467 120641 120907 120270 119653 121420 121023 119918 120115 123492 120890 122829 122890 123297  total = 32.426129 per ms 
02:28:02.570 16  switches: flows:  123022 125373 127232 122117 121839 122127 121038 122458 120708 120321 120421 124051 122785 124772 122606 123742  total = 32.688977 per ms 
02:29:02.671 16  switches: flows:  124201 125923 125283 121556 121544 121540 122435 124034 121181 122276 120485 125052 122510 124230 125268 124219  total = 32.807504 per ms 
02:30:02.771 16  switches: flows:  121130 122034 123733 118735 118671 119872 118982 119502 117997 117328 117763 121175 120129 120791 121127 120228  total = 31.933314 per ms 
02:31:02.871 16  switches: flows:  127004 127569 129002 124105 124569 124309 123466 124402 123839 122438 123538 126286 126063 124779 124721 125795  total = 33.309151 per ms 
02:32:02.971 16  switches: flows:  127420 128754 128219 125452 125175 124164 124638 124067 123477 123377 122354 127933 126430 125393 126401 125931  total = 33.430641 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30342.57/33430.64/32158.66/10767.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:32:02.988019" elapsed="0.000391"/>
</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-23T02:32:02.988561" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-23T02:32:02.989343" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-23T02:32:02.989436" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30342.57/33430.64/32158.66/10767.66 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-23T02:32:02.989101" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:32:02.989910" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30342.57/33430.64/32158.66/10767.66 | 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-23T02:32:02.989652" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:02.992349" 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-23T02:32:02.990082" elapsed="0.002324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:02.994978" level="INFO">30342.57/33430.64/32158.66/10767.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T02:32:02.992554" elapsed="0.002482"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:32:02.997425" 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-23T02:32:02.995194" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T02:32:02.999887" level="INFO">@{result_value_list} = [ 30342.57 | 33430.64 | 32158.66 | 10767.66 ]</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-23T02:32:02.997654" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.000392" level="INFO">Length is 4.</msg>
<msg time="2026-05-23T02:32:03.000479" 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-23T02:32:03.000070" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.005232" level="INFO">min :: 30342.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-23T02:32:03.000878" elapsed="0.004414"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-23T02:32:03.000751" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.009908" level="INFO">max :: 33430.64</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-23T02:32:03.005562" elapsed="0.004416"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-23T02:32:03.005414" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.014577" level="INFO">avg :: 32158.66</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-23T02:32:03.010255" elapsed="0.004380"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-23T02:32:03.010113" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.019617" level="INFO">stdev :: 10767.66</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-23T02:32:03.014882" elapsed="0.004792"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-23T02:32:03.014755" elapsed="0.004955"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-23T02:32:03.000568" elapsed="0.019173"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.023650" level="INFO">${min} = 30342.57</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-23T02:32:03.019900" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.027579" level="INFO">${max} = 33430.64</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-23T02:32:03.023831" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.031502" level="INFO">${average} = 32158.66</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-23T02:32:03.027760" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.035452" level="INFO">${stdev} = 10767.66</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-23T02:32:03.031684" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.035997" level="INFO">${date} = 2026-05-23 02:32:03</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-23T02:32:03.035641" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.036596" level="INFO">CBench Result: 2026-05-23 02:32:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30342.57,33430.64,32158.66,10767.66</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-23T02:32:03.036170" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T02:32:03.037741" 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-23T02:32:03.037268" elapsed="0.000543"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-23T02:32:03.037965" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-23T02:32:03.036790" elapsed="0.001728"/>
</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-23T02:21:56.307919" elapsed="606.730658"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.039040" 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-23T02:32:03.038726" elapsed="0.000371"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-23T02:32:03.040329" 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-23T02:32:03.039827" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-23T02:32:03.040575" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-23T02:32:03.040430" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-05-23T02:32:03.040411" elapsed="0.000247"/>
</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-23T02:32:03.040800" 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-23T02:32:03.040956" elapsed="0.000019"/>
</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-23T02:32:03.041113" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-23T02:32:03.041324" elapsed="0.000022"/>
</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-23T02:32:03.041476" 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-23T02:32:03.041651" elapsed="0.000021"/>
</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-23T02:32:03.041797" 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-23T02:32:03.042015" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-23T02:32:03.041878" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-05-23T02:32:03.041862" elapsed="0.000228"/>
</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-23T02:32:03.039493" elapsed="0.002647"/>
</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-23T02:21:56.306083" elapsed="606.736103"/>
</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-23T02:01:40.053489" elapsed="1822.989376"/>
</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>
