<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-10T01:49:02.471178" 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-10T01:49:03.031703" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-10T01:49:03.031566" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:03.031535" elapsed="0.000268"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-10T01:49:03.031945" elapsed="0.000525"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T01:49:03.032944" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-05-10T01:49:03.797121" 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-10T01:49:03.032642" elapsed="0.764677"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T01:49:03.847851" 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-10T01:49:03.797614" elapsed="0.050406"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T01:49:03.849941" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T01:49:03.850054" 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-10T01:49:03.848313" elapsed="0.001771"/>
</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-10T01:49:03.850241" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:49:03.850698" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:49:03.851391" 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-10T01:49:03.851059" elapsed="0.000462"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T01:49:03.851576" elapsed="0.000055"/>
</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.28
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-10T01:49:03.031176" elapsed="0.820579"/>
</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-10T01:49:03.027548" elapsed="0.824270"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T01:49:03.852402" 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-10T01:49:03.852000" elapsed="0.000488"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T01:49:03.852887" 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-10T01:49:03.852642" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T01:49:03.853539" 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-10T01:49:03.853100" elapsed="0.000467"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T01:49:03.854060" 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-10T01:49:03.853731" elapsed="0.000371"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T01:49:03.854668" 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-10T01:49:03.854247" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T01:49:03.855164" 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-10T01:49:03.854852" elapsed="0.000353"/>
</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-10T01:49:03.855548" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T01:49:03.855301" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T01:49:03.859884" 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-10T01:49:03.859464" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T01:49:03.861261" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T01:49:03.861355" 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-10T01:49:03.860496" elapsed="0.000884"/>
</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-10T01:49:03.861563" elapsed="0.000361"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T01:49:03.863035" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-05-10T01:49:04.582575" 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 Sun May 10 01:49:04 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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-715-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-10T01:49:03.862441" elapsed="0.720312"/>
</kw>
<msg time="2026-05-10T01:49:04.582845" 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-10T01:49:03.862077" elapsed="0.720862"/>
</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-10T01:49:03.860122" elapsed="0.722937"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-10T01:49:04.591038" 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-10T01:49:04.583275" elapsed="0.009545"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:49:04.593064" elapsed="0.000405"/>
</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-10T01:49:03.858934" elapsed="0.734622"/>
</kw>
<status status="PASS" start="2026-05-10T01:49:03.855686" elapsed="0.737922"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:03.855267" elapsed="0.738386"/>
</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-10T01:49:04.593862" elapsed="0.000687"/>
</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-10T01:49:04.600741" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-10T01:49:04.600568" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:04.600533" elapsed="0.000331"/>
</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-10T01:49:04.605376" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-10T01:49:04.605236" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:04.605209" elapsed="0.000269"/>
</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-10T01:49:04.605636" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T01:49:04.606587" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-05-10T01:49:04.792291" 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-10T01:49:04.606301" elapsed="0.186166"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T01:49:04.889261" 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-10T01:49:04.792714" elapsed="0.096650"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T01:49:04.894784" 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-10T01:49:04.894992" 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-10T01:49:04.889614" elapsed="0.005410"/>
</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-10T01:49:04.895165" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:49:04.895563" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:49:04.896263" 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-10T01:49:04.895896" elapsed="0.000428"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T01:49:04.896377" elapsed="0.000081"/>
</return>
<msg time="2026-05-10T01:49:04.896610" 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.28
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-10T01:49:04.604836" elapsed="0.291806"/>
</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-10T01:49:04.896784" elapsed="0.000504"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T01:49:04.897338" elapsed="0.000032"/>
</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-10T01:49:04.600113" elapsed="0.297373"/>
</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-10T01:49:04.901328" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-10T01:49:04.901139" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:04.901105" elapsed="0.000354"/>
</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-10T01:49:04.901652" elapsed="0.000641"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T01:49:04.903161" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-05-10T01:49:05.058170" 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-10T01:49:04.902534" elapsed="0.155727"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T01:49:05.082150" 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-10T01:49:05.058441" elapsed="0.023776"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T01:49:05.083976" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T01:49:05.084074" 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-10T01:49:05.082380" elapsed="0.001722"/>
</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-10T01:49:05.084235" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:49:05.084578" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:49:05.085197" 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-10T01:49:05.084900" elapsed="0.000347"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T01:49:05.085299" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.28
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-10T01:49:04.900722" elapsed="0.184767"/>
</kw>
<status status="PASS" start="2026-05-10T01:49:03.025829" elapsed="2.059723"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:49:05.087636" 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-10T01:49:05.086410" elapsed="0.001291"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T01:49:05.089123" 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-10T01:49:05.088774" elapsed="0.000391"/>
</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-10T01:49:05.089505" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-10T01:49:05.089244" elapsed="0.000319"/>
</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-10T01:49:05.092483" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T01:49:05.092208" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:05.092188" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T01:49:05.092892" 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-10T01:49:05.093013" 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-10T01:49:05.092695" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:49:05.093603" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-10T01:49:05.093171" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T01:49:05.094260" 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-10T01:49:05.093800" elapsed="0.000486"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T01:49:05.095193" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T01:49:05.095282" 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-10T01:49:05.094872" elapsed="0.000434"/>
</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-10T01:49:05.095461" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T01:49:05.096688" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-05-10T01:49:05.421349" 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 Sun May 10 01:49:04 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Sun May 10 01:49:04 2026 from 10.30.171.97
[?2004h[jenkins@releng-48317-715-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-10T01:49:05.096282" elapsed="0.325279"/>
</kw>
<msg time="2026-05-10T01:49:05.421649" 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-10T01:49:05.095941" elapsed="0.325804"/>
</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-10T01:49:05.094501" elapsed="0.327374"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T01:49:05.422718" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T01:59:11.534029" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T01:59:11.534673" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T01:59:11.534785" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-10T01:49:05.422109" elapsed="606.112736"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:59:11.535299" elapsed="0.000845"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.537308" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:50:10.627 16  switches: flows:  99222 98764 98459 97124 96578 96548 96548 95473 93956 95104 95378 95477 93681 94507 94109 92703  total = 25.560517 per ms 
01:51:10.729 16  switches: flows:  109764 108938 108039 106866 106893 106536 106339 105345 102502 104447 103215 105948 103694 103845 102789 104033  total = 28.106287 per ms 
01:52:10.830 16  switches: flows:  110412 109378 109322 106363 109165 106927 105751 106381 102393 104500 104175 105394 103408 105174 104028 103016  total = 28.216018 per ms 
01:53:10.931 16  switches: flows:  111736 109810 108573 107344 109775 109343 108792 108303 103853 105756 104999 105506 105384 104776 104881 104457  total = 28.507217 per ms 
01:54:11.031 16  switches: flows:  108545 107704 106408 105560 105763 107396 105242 104878 101034 102600 103548 103289 102424 101643 103621 102940  total = 27.830142 per ms 
01:55:11.131 16  switches: flows:  111270 110425 107790 107179 108463 109447 107079 106765 104514 104245 105964 105103 105266 102997 105818 105387  total = 28.414436 per ms 
01:56:11.231 16  switches: flows:  110852 109738 107066 107471 109996 110128 107635 108430 103925 103677 105781 106566 106919 104130 106702 106018  total = 28.536280 per ms 
01:57:11.332 16  switches: flows:  112386 110309 107704 108067 109204 110254 107753 107842 105626 105388 106360 106966 105306 103633 106076 106155  total = 28.602662 per ms 
01:58:11.432 16  switches: flows:  105864 107013 105676 104860 105340 106142 103252 104529 101134 102146 101926 101584 99307 100054 99713 99434  total = 27.420463 per ms 
01:59:11.532 16  switches: flows:  110577 110819 112722 109332 113508 111910 110460 110787 106568 108407 107763 107444 107248 106140 105321 106098  total = 29.036589 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27420.46/29036.59/28296.68/9442.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:59:11.536545" elapsed="0.001089"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T01:59:11.538137" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-05-10T01:59:11.537828" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-05-10T01:59:11.537768" elapsed="0.000609"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T01:59:11.538640" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-10T01:59:11.538554" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-05-10T01:59:11.538517" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T01:59:11.538856" 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-10T01:59:11.543968" elapsed="0.000358"/>
</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-10T01:59:11.544493" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:59:11.544804" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T01:59:11.539628" elapsed="0.005332"/>
</kw>
<msg time="2026-05-10T01:59:11.545093" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-10T01:49:05.089912" elapsed="606.455208"/>
</kw>
<status status="PASS" start="2026-05-10T01:49:05.089592" elapsed="606.455578"/>
</branch>
<status status="PASS" start="2026-05-10T01:49:05.089222" elapsed="606.455973"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.545666" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:50:10.627 16  switches: flows:  99222 98764 98459 97124 96578 96548 96548 95473 93956 95104 95378 95477 93681 94507 94109 92703  total = 25.560517 per ms 
01:51:10.729 16  switches: flows:  109764 108938 108039 106866 106893 106536 106339 105345 102502 104447 103215 105948 103694 103845 102789 104033  total = 28.106287 per ms 
01:52:10.830 16  switches: flows:  110412 109378 109322 106363 109165 106927 105751 106381 102393 104500 104175 105394 103408 105174 104028 103016  total = 28.216018 per ms 
01:53:10.931 16  switches: flows:  111736 109810 108573 107344 109775 109343 108792 108303 103853 105756 104999 105506 105384 104776 104881 104457  total = 28.507217 per ms 
01:54:11.031 16  switches: flows:  108545 107704 106408 105560 105763 107396 105242 104878 101034 102600 103548 103289 102424 101643 103621 102940  total = 27.830142 per ms 
01:55:11.131 16  switches: flows:  111270 110425 107790 107179 108463 109447 107079 106765 104514 104245 105964 105103 105266 102997 105818 105387  total = 28.414436 per ms 
01:56:11.231 16  switches: flows:  110852 109738 107066 107471 109996 110128 107635 108430 103925 103677 105781 106566 106919 104130 106702 106018  total = 28.536280 per ms 
01:57:11.332 16  switches: flows:  112386 110309 107704 108067 109204 110254 107753 107842 105626 105388 106360 106966 105306 103633 106076 106155  total = 28.602662 per ms 
01:58:11.432 16  switches: flows:  105864 107013 105676 104860 105340 106142 103252 104529 101134 102146 101926 101584 99307 100054 99713 99434  total = 27.420463 per ms 
01:59:11.532 16  switches: flows:  110577 110819 112722 109332 113508 111910 110460 110787 106568 108407 107763 107444 107248 106140 105321 106098  total = 29.036589 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27420.46/29036.59/28296.68/9442.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:59:11.545342" elapsed="0.000398"/>
</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-10T01:59:11.545889" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T01:59:11.546702" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T01:59:11.546794" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27420.46/29036.59/28296.68/9442.73 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-10T01:59:11.546469" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T01:59:11.547236" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27420.46/29036.59/28296.68/9442.73 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-10T01:59:11.546971" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.549633" 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-10T01:59:11.547407" elapsed="0.002281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.552029" level="INFO">27420.46/29036.59/28296.68/9442.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:59:11.549831" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T01:59:11.554440" 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-10T01:59:11.552238" elapsed="0.002232"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T01:59:11.556902" level="INFO">@{result_value_list} = [ 27420.46 | 29036.59 | 28296.68 | 9442.73 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-10T01:59:11.554681" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.557405" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T01:59:11.557510" 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-10T01:59:11.557082" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.562215" level="INFO">min :: 27420.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:59:11.557948" elapsed="0.004326"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T01:59:11.557815" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.566882" level="INFO">max :: 29036.59</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-10T01:59:11.562610" elapsed="0.004331"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T01:59:11.562474" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.571461" level="INFO">avg :: 28296.68</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-10T01:59:11.567209" elapsed="0.004310"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T01:59:11.567074" elapsed="0.004481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.576059" level="INFO">stdev :: 9442.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:59:11.571795" elapsed="0.004321"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T01:59:11.571650" elapsed="0.004501"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T01:59:11.557610" elapsed="0.018582"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.580449" level="INFO">${min} = 27420.46</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-10T01:59:11.576403" elapsed="0.004076"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.584300" level="INFO">${max} = 29036.59</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-10T01:59:11.580637" elapsed="0.003690"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.588356" level="INFO">${average} = 28296.68</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-10T01:59:11.584497" elapsed="0.003886"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.593216" level="INFO">${stdev} = 9442.73</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-10T01:59:11.588551" elapsed="0.004692"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.593788" level="INFO">${date} = 2026-05-10 01:59:11</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-10T01:59:11.593404" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.594385" level="INFO">CBench Result: 2026-05-10 01:59:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27420.46,29036.59,28296.68,9442.73</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:59:11.593959" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T01:59:11.595561" 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-10T01:59:11.595108" elapsed="0.000520"/>
</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-10T01:59:11.595777" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T01:59:11.594622" elapsed="0.001689"/>
</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-10T01:49:05.088107" elapsed="606.508267"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.596858" 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-10T01:59:11.596540" elapsed="0.000376"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-10T01:59:11.597445" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-05-10T01:59:11.597129" 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-10T01:49:05.085741" elapsed="606.512081"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.599261" 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-10T01:59:11.598873" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.600568" 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-10T01:59:11.600227" elapsed="0.000384"/>
</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-10T01:59:11.600970" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-10T01:59:11.600745" elapsed="0.000284"/>
</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-10T01:59:11.603924" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T01:59:11.603669" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-10T01:59:11.603649" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T01:59:11.604344" 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-10T01:59:11.604479" 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-10T01:59:11.604134" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.605052" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-10T01:59:11.604639" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T01:59:11.605658" 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-10T01:59:11.605248" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T01:59:11.606617" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T01:59:11.606705" 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-10T01:59:11.606279" elapsed="0.000450"/>
</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-10T01:59:11.606869" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T01:59:11.608068" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-05-10T01:59:12.207687" 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 Sun May 10 01:59:11 UTC 2026

  System load:  0.92               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Sun May 10 01:49:05 2026 from 10.30.171.97
[?2004h[jenkins@releng-48317-715-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-10T01:59:11.607708" elapsed="0.600192"/>
</kw>
<msg time="2026-05-10T01:59:12.207995" 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-10T01:59:11.607342" elapsed="0.600751"/>
</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-10T01:59:11.605883" elapsed="0.602335"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T01:59:12.208825" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T02:09:18.282476" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T02:09:18.291952" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T02:09:18.292035" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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-10T01:59:12.208478" elapsed="606.084023"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:09:18.296578" elapsed="0.002347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.301368" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:00:17.349 16  switches: flows:  447473 458428 448289 441966 469539 466118 468690 457890 435719 466902 450331 446178 457690 430254 447507 472428  total = 121.090033 per ms 
02:01:17.451 16  switches: flows:  427571 430813 441314 422897 424210 437718 430747 428228 448166 432750 425442 439128 442917 434657 434663 435590  total = 115.417545 per ms 
02:02:17.553 16  switches: flows:  556242 560991 563371 558997 565349 564394 566322 558880 563502 562604 563689 559083 562926 559323 560876 563501  total = 149.581389 per ms 
02:03:17.656 16  switches: flows:  545791 550433 548006 550773 538278 549666 547363 549783 543678 544509 545986 546897 552198 547965 546770 552064  total = 145.758397 per ms 
02:04:17.759 16  switches: flows:  546250 544002 550579 552687 543491 550277 552454 555162 546520 542148 547362 548029 547196 545028 546911 539938  total = 145.717505 per ms 
02:05:17.862 16  switches: flows:  565237 563084 568421 553559 559619 572743 561768 566203 564374 549248 557512 562964 558521 554451 556732 561715  total = 149.347153 per ms 
02:06:17.965 16  switches: flows:  464920 466024 475174 460493 476864 474448 455448 479171 474193 464430 457820 469942 472786 471184 470187 465031  total = 124.754218 per ms 
02:07:18.067 16  switches: flows:  539636 554268 553287 549456 563481 548841 550340 511695 557397 555188 553297 548006 547357 554975 547970 556765  total = 146.286567 per ms 
02:08:18.168 16  switches: flows:  551120 549281 551581 551051 549570 548298 554665 553354 557036 556927 553921 555903 548030 554095 553573 554676  total = 147.138092 per ms 
02:09:18.270 16  switches: flows:  567609 565721 562301 558057 563638 551773 565233 562453 554904 554756 565211 561155 558938 565886 559424 561755  total = 149.393235 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115417.55/149581.39/141488.23/48602.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:09:18.299619" elapsed="0.002394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T02:09:18.302730" elapsed="0.000043"/>
</return>
<status status="PASS" start="2026-05-10T02:09:18.302550" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-05-10T02:09:18.302090" elapsed="0.000747"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T02:09:18.302934" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-10T02:09:18.302896" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-05-10T02:09:18.302880" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T02:09:18.303026" elapsed="0.000014"/>
</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-10T02:09:18.306091" elapsed="0.000814"/>
</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-10T02:09:18.307057" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:09:18.307365" elapsed="0.000126"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T02:09:18.303407" elapsed="0.004138"/>
</kw>
<msg time="2026-05-10T02:09:18.307681" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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-10T01:59:11.601377" elapsed="606.706331"/>
</kw>
<status status="PASS" start="2026-05-10T01:59:11.601055" elapsed="606.706702"/>
</branch>
<status status="PASS" start="2026-05-10T01:59:11.600722" elapsed="606.707059"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.308237" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:00:17.349 16  switches: flows:  447473 458428 448289 441966 469539 466118 468690 457890 435719 466902 450331 446178 457690 430254 447507 472428  total = 121.090033 per ms 
02:01:17.451 16  switches: flows:  427571 430813 441314 422897 424210 437718 430747 428228 448166 432750 425442 439128 442917 434657 434663 435590  total = 115.417545 per ms 
02:02:17.553 16  switches: flows:  556242 560991 563371 558997 565349 564394 566322 558880 563502 562604 563689 559083 562926 559323 560876 563501  total = 149.581389 per ms 
02:03:17.656 16  switches: flows:  545791 550433 548006 550773 538278 549666 547363 549783 543678 544509 545986 546897 552198 547965 546770 552064  total = 145.758397 per ms 
02:04:17.759 16  switches: flows:  546250 544002 550579 552687 543491 550277 552454 555162 546520 542148 547362 548029 547196 545028 546911 539938  total = 145.717505 per ms 
02:05:17.862 16  switches: flows:  565237 563084 568421 553559 559619 572743 561768 566203 564374 549248 557512 562964 558521 554451 556732 561715  total = 149.347153 per ms 
02:06:17.965 16  switches: flows:  464920 466024 475174 460493 476864 474448 455448 479171 474193 464430 457820 469942 472786 471184 470187 465031  total = 124.754218 per ms 
02:07:18.067 16  switches: flows:  539636 554268 553287 549456 563481 548841 550340 511695 557397 555188 553297 548006 547357 554975 547970 556765  total = 146.286567 per ms 
02:08:18.168 16  switches: flows:  551120 549281 551581 551051 549570 548298 554665 553354 557036 556927 553921 555903 548030 554095 553573 554676  total = 147.138092 per ms 
02:09:18.270 16  switches: flows:  567609 565721 562301 558057 563638 551773 565233 562453 554904 554756 565211 561155 558938 565886 559424 561755  total = 149.393235 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115417.55/149581.39/141488.23/48602.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:09:18.307935" elapsed="0.000375"/>
</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-10T02:09:18.308482" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T02:09:18.309219" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T02:09:18.309332" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 115417.55/149581.39/141488.23/48602.06 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-10T02:09:18.309003" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T02:09:18.309773" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 115417.55/149581.39/141488.23/48602.06 | 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-10T02:09:18.309523" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.312151" 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-10T02:09:18.309941" elapsed="0.002266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.314558" level="INFO">115417.55/149581.39/141488.23/48602.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:09:18.312349" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T02:09:18.316938" 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-10T02:09:18.314759" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T02:09:18.319351" level="INFO">@{result_value_list} = [ 115417.55 | 149581.39 | 141488.23 | 48602.06 ]</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-10T02:09:18.317161" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.319849" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T02:09:18.319936" 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-10T02:09:18.319546" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.325028" level="INFO">min :: 115417.55</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-10T02:09:18.320346" elapsed="0.004739"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T02:09:18.320220" elapsed="0.004900"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.330106" level="INFO">max :: 149581.39</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-10T02:09:18.325336" elapsed="0.004826"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T02:09:18.325211" elapsed="0.004986"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.334650" level="INFO">avg :: 141488.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:09:18.330410" elapsed="0.004295"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T02:09:18.330285" elapsed="0.004454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.339162" level="INFO">stdev :: 48602.06</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-10T02:09:18.334951" elapsed="0.004266"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T02:09:18.334825" elapsed="0.004426"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T02:09:18.320029" elapsed="0.019253"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.343063" level="INFO">${min} = 115417.55</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-10T02:09:18.339451" elapsed="0.003638"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.346890" level="INFO">${max} = 149581.39</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-10T02:09:18.343239" elapsed="0.003678"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.350698" level="INFO">${average} = 141488.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-10T02:09:18.347064" elapsed="0.003660"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.354567" level="INFO">${stdev} = 48602.06</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-10T02:09:18.350871" elapsed="0.003724"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.355100" level="INFO">${date} = 2026-05-10 02:09:18</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-10T02:09:18.354751" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.356137" level="INFO">CBench Result: 2026-05-10 02:09:18,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,115417.55,149581.39,141488.23,48602.06</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-10T02:09:18.355733" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T02:09:18.357679" 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-10T02:09:18.356818" elapsed="0.000928"/>
</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-10T02:09:18.357896" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T02:09:18.356338" elapsed="0.002077"/>
</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-10T01:59:11.599655" elapsed="606.758838"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.358949" 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-10T02:09:18.358638" elapsed="0.000367"/>
</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-10T02:09:18.359526" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-10T02:09:18.359208" elapsed="0.000651"/>
</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-10T01:59:11.598126" elapsed="606.761771"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.364795" 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-10T02:09:18.363615" elapsed="0.001331"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.367391" 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-10T02:09:18.366893" elapsed="0.000583"/>
</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-10T02:09:18.368055" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-10T02:09:18.367709" elapsed="0.000430"/>
</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-10T02:09:18.372363" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-10T02:09:18.372012" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-05-10T02:09:18.371983" elapsed="0.000541"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T02:09:18.372986" 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-10T02:09:18.373166" 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-10T02:09:18.372715" elapsed="0.000488"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.374103" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-10T02:09:18.373393" elapsed="0.000793"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T02:09:18.374901" 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-10T02:09:18.374385" elapsed="0.000543"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T02:09:18.375854" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T02:09:18.375943" 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-10T02:09:18.375522" elapsed="0.000445"/>
</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-10T02:09:18.376109" elapsed="0.000550"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T02:09:18.377543" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-05-10T02:09:19.008533" 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 Sun May 10 02:09:18 UTC 2026

  System load:  0.3                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Sun May 10 01:59:12 2026 from 10.30.171.97
[?2004h[jenkins@releng-48317-715-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-10T02:09:18.377163" elapsed="0.631596"/>
</kw>
<msg time="2026-05-10T02:09:19.008856" 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-10T02:09:18.376815" elapsed="0.632136"/>
</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-10T02:09:18.375132" elapsed="0.633945"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T02:09:19.009682" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T02:19:25.046825" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T02:19:25.047493" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T02:19:25.047616" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-10T02:09:19.009317" elapsed="606.038372"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:19:25.048211" elapsed="0.000798"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.050329" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:24.145 16  switches: flows:  109596 112440 110055 110141 110753 109912 110447 109278 107385 104246 108667 106178 110081 108659 108010 105559  total = 29.023450 per ms 
02:11:24.245 16  switches: flows:  100762 102220 100307 100866 99205 100751 100579 100953 99407 95952 100334 96934 99098 98084 97925 96654  total = 26.456162 per ms 
02:12:24.346 16  switches: flows:  105705 109807 107045 107383 106427 105376 109205 106206 105268 101751 105255 104588 106537 103689 103615 102758  total = 28.129921 per ms 
02:13:24.446 16  switches: flows:  108562 110526 108065 109006 107006 107154 111776 108933 107748 102821 108737 104753 107756 104440 106300 104279  total = 28.583325 per ms 
02:14:24.546 16  switches: flows:  108968 111883 107336 110026 107758 110059 111137 109901 109017 102597 108116 105254 108635 104812 106121 103871  total = 28.710241 per ms 
02:15:24.647 16  switches: flows:  108254 111745 107808 110323 107102 107872 111906 109908 108330 103323 107837 105614 107367 104937 106261 104820  total = 28.675574 per ms 
02:16:24.747 16  switches: flows:  108344 110202 106676 109441 106116 108691 110497 108735 107151 101900 107574 104872 108174 105177 104569 104546  total = 28.496852 per ms 
02:17:24.847 16  switches: flows:  106901 110207 105981 108327 105833 107712 109634 108642 106776 101244 106683 104989 107031 104268 104235 103932  total = 28.325938 per ms 
02:18:24.947 16  switches: flows:  109921 111202 108848 111814 108921 109514 111481 110601 109484 103560 108449 107650 109589 106616 107046 106269  total = 28.967736 per ms 
02:19:25.048 16  switches: flows:  109726 112159 108671 109970 108668 108542 111234 109626 109989 103719 108907 107885 109453 105555 106027 107020  total = 28.904256 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26456.16/28967.74/28361.11/9480.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:19:25.049476" elapsed="0.001231"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T02:19:25.051298" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-05-10T02:19:25.050923" elapsed="0.000581"/>
</branch>
<status status="PASS" start="2026-05-10T02:19:25.050854" elapsed="0.000714"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T02:19:25.051877" elapsed="0.000041"/>
</return>
<status status="NOT RUN" start="2026-05-10T02:19:25.051759" elapsed="0.000241"/>
</branch>
<status status="NOT RUN" start="2026-05-10T02:19:25.051705" elapsed="0.000356"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T02:19:25.052144" elapsed="0.000039"/>
</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-10T02:19:25.057159" elapsed="0.000395"/>
</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-10T02:19:25.057707" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:19:25.058025" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T02:19:25.052911" elapsed="0.005273"/>
</kw>
<msg time="2026-05-10T02:19:25.058320" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-10T02:09:18.368706" elapsed="606.689641"/>
</kw>
<status status="PASS" start="2026-05-10T02:09:18.368220" elapsed="606.690177"/>
</branch>
<status status="PASS" start="2026-05-10T02:09:18.367673" elapsed="606.690765"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.058905" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:24.145 16  switches: flows:  109596 112440 110055 110141 110753 109912 110447 109278 107385 104246 108667 106178 110081 108659 108010 105559  total = 29.023450 per ms 
02:11:24.245 16  switches: flows:  100762 102220 100307 100866 99205 100751 100579 100953 99407 95952 100334 96934 99098 98084 97925 96654  total = 26.456162 per ms 
02:12:24.346 16  switches: flows:  105705 109807 107045 107383 106427 105376 109205 106206 105268 101751 105255 104588 106537 103689 103615 102758  total = 28.129921 per ms 
02:13:24.446 16  switches: flows:  108562 110526 108065 109006 107006 107154 111776 108933 107748 102821 108737 104753 107756 104440 106300 104279  total = 28.583325 per ms 
02:14:24.546 16  switches: flows:  108968 111883 107336 110026 107758 110059 111137 109901 109017 102597 108116 105254 108635 104812 106121 103871  total = 28.710241 per ms 
02:15:24.647 16  switches: flows:  108254 111745 107808 110323 107102 107872 111906 109908 108330 103323 107837 105614 107367 104937 106261 104820  total = 28.675574 per ms 
02:16:24.747 16  switches: flows:  108344 110202 106676 109441 106116 108691 110497 108735 107151 101900 107574 104872 108174 105177 104569 104546  total = 28.496852 per ms 
02:17:24.847 16  switches: flows:  106901 110207 105981 108327 105833 107712 109634 108642 106776 101244 106683 104989 107031 104268 104235 103932  total = 28.325938 per ms 
02:18:24.947 16  switches: flows:  109921 111202 108848 111814 108921 109514 111481 110601 109484 103560 108449 107650 109589 106616 107046 106269  total = 28.967736 per ms 
02:19:25.048 16  switches: flows:  109726 112159 108671 109970 108668 108542 111234 109626 109989 103719 108907 107885 109453 105555 106027 107020  total = 28.904256 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26456.16/28967.74/28361.11/9480.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:19:25.058599" elapsed="0.000379"/>
</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-10T02:19:25.059126" elapsed="0.000422"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T02:19:25.059938" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T02:19:25.060030" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26456.16/28967.74/28361.11/9480.90 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-10T02:19:25.059709" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T02:19:25.060490" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26456.16/28967.74/28361.11/9480.90 | 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-10T02:19:25.060210" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.062910" 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-10T02:19:25.060671" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.065643" level="INFO">26456.16/28967.74/28361.11/9480.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:19:25.063117" elapsed="0.002583"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T02:19:25.068054" 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-10T02:19:25.065854" elapsed="0.002228"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T02:19:25.070527" level="INFO">@{result_value_list} = [ 26456.16 | 28967.74 | 28361.11 | 9480.90 ]</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-10T02:19:25.068308" elapsed="0.002247"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.071040" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T02:19:25.071129" 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-10T02:19:25.070712" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.075889" level="INFO">min :: 26456.16</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-10T02:19:25.071619" elapsed="0.004328"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T02:19:25.071489" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.080621" level="INFO">max :: 28967.74</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-10T02:19:25.076202" elapsed="0.004487"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T02:19:25.076075" elapsed="0.004655"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.085537" level="INFO">avg :: 28361.11</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-10T02:19:25.080982" elapsed="0.004614"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T02:19:25.080829" elapsed="0.004805"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.090535" level="INFO">stdev :: 9480.90</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-10T02:19:25.085877" elapsed="0.004727"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T02:19:25.085722" elapsed="0.004918"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T02:19:25.071266" elapsed="0.019408"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.094863" level="INFO">${min} = 26456.16</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-10T02:19:25.090878" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.099214" level="INFO">${max} = 28967.74</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-10T02:19:25.095063" elapsed="0.004207"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.103152" level="INFO">${average} = 28361.11</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-10T02:19:25.099448" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.107142" level="INFO">${stdev} = 9480.90</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-10T02:19:25.103382" elapsed="0.003789"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.107743" level="INFO">${date} = 2026-05-10 02:19:25</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-10T02:19:25.107361" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.108361" level="INFO">CBench Result: 2026-05-10 02:19:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26456.16,28967.74,28361.11,9480.90</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-10T02:19:25.107924" elapsed="0.000510"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T02:19:25.109646" 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-10T02:19:25.109090" elapsed="0.000627"/>
</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-10T02:19:25.109872" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T02:19:25.108597" elapsed="0.001843"/>
</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-10T02:09:18.365887" elapsed="606.744615"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.110975" 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-10T02:19:25.110652" elapsed="0.000390"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T02:19:25.112333" 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-10T02:19:25.111819" elapsed="0.000542"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-10T02:19:25.112624" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-05-10T02:19:25.112465" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-05-10T02:19:25.112440" elapsed="0.000284"/>
</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-10T02:19:25.112874" elapsed="0.000022"/>
</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-10T02:19:25.113032" elapsed="0.000021"/>
</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-10T02:19:25.113207" elapsed="0.000022"/>
</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-10T02:19:25.113437" elapsed="0.000023"/>
</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-10T02:19:25.113592" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-10T02:19:25.113738" 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-10T02:19:25.113886" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-10T02:19:25.114116" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-10T02:19:25.113970" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-05-10T02:19:25.113953" elapsed="0.000244"/>
</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-10T02:19:25.111475" elapsed="0.002774"/>
</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-10T02:09:18.361346" elapsed="606.752953"/>
</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-10T01:49:02.472754" elapsed="1822.643003"/>
</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>
