<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-26T02:41:59.764556" 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-07-26T02:42:00.335681" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-26T02:42:00.335533" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:00.335502" elapsed="0.000279"/>
</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-07-26T02:42:00.335925" elapsed="0.000537"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-26T02:42:00.336935" level="INFO">Logging into '10.30.170.6:8101' as 'karaf'.</msg>
<msg time="2026-07-26T02:42:01.078679" 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-07-26T02:42:00.336634" elapsed="0.742239"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-26T02:42:01.126991" 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-07-26T02:42:01.079180" elapsed="0.047971"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-26T02:42:01.129075" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-26T02:42:01.129191" 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-07-26T02:42:01.127450" 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-07-26T02:42:01.129383" elapsed="0.000271"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T02:42:01.129811" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:42:01.130607" 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-07-26T02:42:01.130235" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T02:42:01.130719" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.6
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-26T02:42:00.335127" elapsed="0.795806"/>
</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-07-26T02:42:00.331490" elapsed="0.799511"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T02:42:01.131662" 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-07-26T02:42:01.131192" elapsed="0.000529"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T02:42:01.132187" 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-07-26T02:42:01.131877" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-26T02:42:01.132893" 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-07-26T02:42:01.132437" elapsed="0.000485"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T02:42:01.133453" 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-07-26T02:42:01.133092" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-26T02:42:01.134025" 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-07-26T02:42:01.133646" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T02:42:01.134624" 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-07-26T02:42:01.134212" elapsed="0.000456"/>
</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-07-26T02:42:01.134984" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-26T02:42:01.134761" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T02:42:01.140585" 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-07-26T02:42:01.140140" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T02:42:01.141973" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T02:42:01.142059" 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-07-26T02:42:01.141266" elapsed="0.000818"/>
</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-07-26T02:42:01.142233" elapsed="0.000377"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T02:42:01.143650" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-07-26T02:42:01.860302" 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 Jul 26 02:42:01 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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-791-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-07-26T02:42:01.143119" elapsed="0.717377"/>
</kw>
<msg time="2026-07-26T02:42:01.860594" 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-07-26T02:42:01.142766" elapsed="0.717926"/>
</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-07-26T02:42:01.140901" elapsed="0.719923"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-26T02:42:01.868867" 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-07-26T02:42:01.861056" elapsed="0.009885"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T02:42:01.871337" elapsed="0.000684"/>
</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-07-26T02:42:01.139599" elapsed="0.732557"/>
</kw>
<status status="PASS" start="2026-07-26T02:42:01.135286" elapsed="0.736952"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:01.134731" elapsed="0.737575"/>
</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-07-26T02:42:01.872673" elapsed="0.001118"/>
</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-07-26T02:42:01.881408" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-26T02:42:01.881202" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:01.881166" elapsed="0.000361"/>
</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-07-26T02:42:01.886152" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-26T02:42:01.886033" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:01.886013" elapsed="0.000211"/>
</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-07-26T02:42:01.886376" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-26T02:42:01.887313" level="INFO">Logging into '10.30.170.6:8101' as 'karaf'.</msg>
<msg time="2026-07-26T02:42:02.079775" 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-07-26T02:42:01.887040" elapsed="0.192875"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.174982" 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-07-26T02:42:02.080152" elapsed="0.095001"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.179759" 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-07-26T02:42:02.179967" 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-07-26T02:42:02.175442" elapsed="0.004557"/>
</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-07-26T02:42:02.180144" elapsed="0.000289"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T02:42:02.180593" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:42:02.181287" 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-07-26T02:42:02.180964" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T02:42:02.181418" elapsed="0.000057"/>
</return>
<msg time="2026-07-26T02:42:02.181631" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.6
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-26T02:42:01.885652" elapsed="0.296011"/>
</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-07-26T02:42:02.181810" elapsed="0.000503"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T02:42:02.182364" elapsed="0.000051"/>
</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-07-26T02:42:01.880735" elapsed="0.301785"/>
</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-07-26T02:42:02.186314" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-26T02:42:02.186179" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:02.186155" elapsed="0.000230"/>
</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-07-26T02:42:02.186535" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.187411" level="INFO">Logging into '10.30.170.6:8101' as 'karaf'.</msg>
<msg time="2026-07-26T02:42:02.349860" 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-07-26T02:42:02.187130" elapsed="0.162882"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.391746" 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-07-26T02:42:02.350272" elapsed="0.041537"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.393850" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-26T02:42:02.393963" 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-07-26T02:42:02.391961" elapsed="0.002031"/>
</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-07-26T02:42:02.394130" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T02:42:02.394488" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:42:02.395164" 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-07-26T02:42:02.394826" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T02:42:02.395267" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.6
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-26T02:42:02.185846" elapsed="0.209627"/>
</kw>
<status status="PASS" start="2026-07-26T02:42:00.329479" elapsed="2.066059"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:42:02.397844" 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-07-26T02:42:02.396404" elapsed="0.001513"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T02:42:02.399458" 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-07-26T02:42:02.399071" elapsed="0.000432"/>
</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-07-26T02:42:02.399833" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T02:42:02.399586" elapsed="0.000305"/>
</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-07-26T02:42:02.402866" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-26T02:42:02.402615" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:02.402595" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.403308" 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-07-26T02:42:02.403450" 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-07-26T02:42:02.403084" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:42:02.404041" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.6 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" 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-07-26T02:42:02.403615" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.404733" 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-07-26T02:42:02.404240" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T02:42:02.405726" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T02:42:02.405817" 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-07-26T02:42:02.405347" elapsed="0.000495"/>
</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-07-26T02:42:02.405983" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.407187" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-07-26T02:42:02.733277" 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 Jul 26 02:42:01 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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 Jul 26 02:42:01 2026 from 10.30.171.190
[?2004h[jenkins@releng-48317-791-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-07-26T02:42:02.406830" elapsed="0.326676"/>
</kw>
<msg time="2026-07-26T02:42:02.733602" 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-07-26T02:42:02.406483" elapsed="0.327214"/>
</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-07-26T02:42:02.404968" elapsed="0.328862"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-26T02:42:02.734371" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.6 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-26T02:52:08.850163" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-26T02:52:08.850890" level="INFO">${stdout} = </msg>
<msg time="2026-07-26T02:52:08.851009" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6: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-07-26T02:42:02.734057" elapsed="606.117012"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T02:52:08.851568" elapsed="0.000714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.853445" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.6. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:07.948 16  switches: flows:  117503 119675 116730 117906 117636 117612 115052 114831 112957 114644 111011 113466 112300 114252 113878 114232  total = 30.728083 per ms 
02:44:08.049 16  switches: flows:  142928 145495 145371 144892 144606 145774 141599 138810 137632 136868 136636 135107 135864 138147 135149 138630  total = 37.329283 per ms 
02:45:08.149 16  switches: flows:  147962 148485 147980 144480 148284 144706 145468 141553 141718 140582 140192 137464 139926 141991 138756 141183  total = 38.115179 per ms 
02:46:08.250 16  switches: flows:  146797 147070 146743 143956 147085 142039 146716 140595 140173 140684 139185 140239 138683 142607 137981 140861  total = 37.960159 per ms 
02:47:08.350 16  switches: flows:  146201 146580 148504 140987 148188 144941 142080 141080 139366 140237 139413 140921 140877 143341 135758 140032  total = 37.911822 per ms 
02:48:08.450 16  switches: flows:  147259 146471 148308 143133 148704 144792 145332 145091 140596 140867 140598 143018 142574 144201 139009 142954  total = 38.317816 per ms 
02:49:08.551 16  switches: flows:  146282 147727 150160 142659 147873 146289 142963 142841 142409 140837 143853 141953 141319 143083 138801 140006  total = 38.253083 per ms 
02:50:08.652 16  switches: flows:  145163 147351 149029 142258 147018 146167 143253 145079 142730 138970 142052 140573 140343 141240 141557 139733  total = 38.144931 per ms 
02:51:08.752 16  switches: flows:  149118 152684 153435 147366 150597 149701 146063 147949 147596 145558 145596 145418 147101 143356 146276 142331  total = 39.270173 per ms 
02:52:08.852 16  switches: flows:  146796 151570 150974 146048 147049 150527 146322 147826 147126 144173 144954 146902 146290 142794 145364 142103  total = 39.048312 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37329.28/39270.17/38261.20/12765.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T02:52:08.852677" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-26T02:52:08.854323" elapsed="0.000109"/>
</return>
<status status="PASS" start="2026-07-26T02:52:08.853986" elapsed="0.000533"/>
</branch>
<status status="PASS" start="2026-07-26T02:52:08.853929" elapsed="0.000648"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-26T02:52:08.854855" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-07-26T02:52:08.854709" elapsed="0.000246"/>
</branch>
<status status="NOT RUN" start="2026-07-26T02:52:08.854673" elapsed="0.000330"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-26T02:52:08.855078" 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-07-26T02:52:08.860830" elapsed="0.000885"/>
</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-07-26T02:52:08.862056" elapsed="0.000423"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T02:52:08.862843" elapsed="0.000250"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-26T02:52:08.855817" elapsed="0.007396"/>
</kw>
<msg time="2026-07-26T02:52:08.863369" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6: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-07-26T02:42:02.400245" elapsed="606.463167"/>
</kw>
<status status="PASS" start="2026-07-26T02:42:02.399920" elapsed="606.463543"/>
</branch>
<status status="PASS" start="2026-07-26T02:42:02.399560" elapsed="606.463926"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.863931" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.6. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:07.948 16  switches: flows:  117503 119675 116730 117906 117636 117612 115052 114831 112957 114644 111011 113466 112300 114252 113878 114232  total = 30.728083 per ms 
02:44:08.049 16  switches: flows:  142928 145495 145371 144892 144606 145774 141599 138810 137632 136868 136636 135107 135864 138147 135149 138630  total = 37.329283 per ms 
02:45:08.149 16  switches: flows:  147962 148485 147980 144480 148284 144706 145468 141553 141718 140582 140192 137464 139926 141991 138756 141183  total = 38.115179 per ms 
02:46:08.250 16  switches: flows:  146797 147070 146743 143956 147085 142039 146716 140595 140173 140684 139185 140239 138683 142607 137981 140861  total = 37.960159 per ms 
02:47:08.350 16  switches: flows:  146201 146580 148504 140987 148188 144941 142080 141080 139366 140237 139413 140921 140877 143341 135758 140032  total = 37.911822 per ms 
02:48:08.450 16  switches: flows:  147259 146471 148308 143133 148704 144792 145332 145091 140596 140867 140598 143018 142574 144201 139009 142954  total = 38.317816 per ms 
02:49:08.551 16  switches: flows:  146282 147727 150160 142659 147873 146289 142963 142841 142409 140837 143853 141953 141319 143083 138801 140006  total = 38.253083 per ms 
02:50:08.652 16  switches: flows:  145163 147351 149029 142258 147018 146167 143253 145079 142730 138970 142052 140573 140343 141240 141557 139733  total = 38.144931 per ms 
02:51:08.752 16  switches: flows:  149118 152684 153435 147366 150597 149701 146063 147949 147596 145558 145596 145418 147101 143356 146276 142331  total = 39.270173 per ms 
02:52:08.852 16  switches: flows:  146796 151570 150974 146048 147049 150527 146322 147826 147126 144173 144954 146902 146290 142794 145364 142103  total = 39.048312 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37329.28/39270.17/38261.20/12765.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T02:52:08.863630" elapsed="0.000377"/>
</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-07-26T02:52:08.864156" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-26T02:52:08.864943" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-26T02:52:08.865058" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37329.28/39270.17/38261.20/12765.74 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-07-26T02:52:08.864703" elapsed="0.000394"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T02:52:08.865578" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37329.28/39270.17/38261.20/12765.74 | 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-07-26T02:52:08.865265" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.868075" 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-07-26T02:52:08.865755" elapsed="0.002391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.870679" level="INFO">37329.28/39270.17/38261.20/12765.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T02:52:08.868339" elapsed="0.002398"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T02:52:08.873253" 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-07-26T02:52:08.870949" elapsed="0.002333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T02:52:08.875738" level="INFO">@{result_value_list} = [ 37329.28 | 39270.17 | 38261.20 | 12765.74 ]</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-07-26T02:52:08.873511" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.876245" level="INFO">Length is 4.</msg>
<msg time="2026-07-26T02:52:08.876336" 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-07-26T02:52:08.875921" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.881083" level="INFO">min :: 37329.28</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-07-26T02:52:08.876791" elapsed="0.004350"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-26T02:52:08.876657" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.885815" level="INFO">max :: 39270.17</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-07-26T02:52:08.881469" elapsed="0.004405"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-26T02:52:08.881324" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.890495" level="INFO">avg :: 38261.20</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-07-26T02:52:08.886131" elapsed="0.004423"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-26T02:52:08.886001" elapsed="0.004588"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.895335" level="INFO">stdev :: 12765.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-07-26T02:52:08.890856" elapsed="0.004553"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-26T02:52:08.890682" elapsed="0.004763"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-26T02:52:08.876449" elapsed="0.019050"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.899581" level="INFO">${min} = 37329.28</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-07-26T02:52:08.895661" elapsed="0.003948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.903903" level="INFO">${max} = 39270.17</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-07-26T02:52:08.899764" elapsed="0.004184"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.908082" level="INFO">${average} = 38261.20</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-07-26T02:52:08.904115" elapsed="0.003994"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.912113" level="INFO">${stdev} = 12765.74</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-07-26T02:52:08.908265" elapsed="0.003875"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.912688" level="INFO">${date} = 2026-07-26 02:52:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-26T02:52:08.912304" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.913289" level="INFO">CBench Result: 2026-07-26 02:52:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37329.28,39270.17,38261.20,12765.74</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-07-26T02:52:08.912875" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T02:52:08.914444" 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-07-26T02:52:08.914013" elapsed="0.000501"/>
</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-07-26T02:52:08.914668" elapsed="0.000528"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-26T02:52:08.913524" elapsed="0.001743"/>
</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-07-26T02:42:02.398371" elapsed="606.516958"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.915825" 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-07-26T02:52:08.915497" elapsed="0.000385"/>
</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-07-26T02:52:08.916459" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-07-26T02:52:08.916125" elapsed="0.000685"/>
</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-07-26T02:42:02.395694" elapsed="606.521154"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.918225" 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-07-26T02:52:08.917834" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.919704" 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-07-26T02:52:08.919347" elapsed="0.000401"/>
</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-07-26T02:52:08.920156" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-07-26T02:52:08.919868" elapsed="0.000368"/>
</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-07-26T02:52:08.923204" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T02:52:08.922938" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-26T02:52:08.922913" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-26T02:52:08.923650" 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-07-26T02:52:08.923771" 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-07-26T02:52:08.923434" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.924352" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.6 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" 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-07-26T02:52:08.923932" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T02:52:08.924984" 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-07-26T02:52:08.924565" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T02:52:08.925924" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T02:52:08.926013" 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-07-26T02:52:08.925606" elapsed="0.000431"/>
</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-07-26T02:52:08.926175" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T02:52:08.927619" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-07-26T02:52:09.536213" 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 Jul 26 02:52:09 UTC 2026

  System load:  0.99               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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 Jul 26 02:42:02 2026 from 10.30.171.190
[?2004h[jenkins@releng-48317-791-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-07-26T02:52:08.927081" elapsed="0.609425"/>
</kw>
<msg time="2026-07-26T02:52:09.536624" 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-07-26T02:52:08.926667" elapsed="0.610079"/>
</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-07-26T02:52:08.925214" elapsed="0.611694"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-26T02:52:09.537637" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.6 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-26T03:02:15.595758" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-26T03:02:15.596226" level="INFO">${stdout} = </msg>
<msg time="2026-07-26T03:02:15.596294" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-07-26T02:52:09.537208" elapsed="606.059122"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:02:15.596689" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.597937" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.6. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:14.669 16  switches: flows:  556288 550690 553847 552172 554909 562440 545212 540059 544506 543249 550359 544326 536789 555111 545696 551180  total = 146.447217 per ms 
02:54:14.772 16  switches: flows:  576914 574806 581986 584950 571398 574477 578756 579024 575182 572563 578595 578877 573291 577985 576379 572701  total = 153.538035 per ms 
02:55:14.872 16  switches: flows:  553857 547296 557653 564208 559768 557229 563647 567377 556238 552602 553432 562227 562332 557318 554759 558525  total = 148.558855 per ms 
02:56:14.988 16  switches: flows:  582695 573088 581027 576787 570628 580486 584223 569002 582217 577166 576130 571781 576934 579966 576941 567991  total = 153.489784 per ms 
02:57:15.090 16  switches: flows:  594931 592211 582067 594524 591132 597519 592497 594420 591287 596874 588827 597339 597740 595504 586245 587913  total = 157.752164 per ms 
02:58:15.192 16  switches: flows:  623558 632058 636882 622533 629452 635602 622036 627663 627188 634232 630704 629550 634536 617269 634831 621845  total = 167.382600 per ms 
02:59:15.294 16  switches: flows:  605310 597530 607558 607158 604955 603132 596844 602246 604275 607314 611373 599174 604711 596758 596503 598544  total = 160.451973 per ms 
03:00:15.396 16  switches: flows:  582722 580765 583302 587533 588736 581839 588744 592443 578577 582980 595482 589641 596490 587154 584989 591872  total = 156.290852 per ms 
03:01:15.497 16  switches: flows:  611363 610092 616638 620738 607243 619613 620017 611357 615698 618300 608369 606461 613244 617289 617510 614999  total = 163.541010 per ms 
03:02:15.598 16  switches: flows:  608460 605260 604164 611505 608113 607082 602907 595039 607174 607951 613136 613024 608502 603286 601754 603416  total = 161.408126 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148558.85/167382.60/158045.93/52964.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:02:15.597448" elapsed="0.000721"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-26T03:02:15.598541" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-07-26T03:02:15.598299" elapsed="0.000353"/>
</branch>
<status status="PASS" start="2026-07-26T03:02:15.598264" elapsed="0.000423"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-26T03:02:15.598821" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:02:15.598769" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-26T03:02:15.598747" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-26T03:02:15.598949" elapsed="0.000019"/>
</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-07-26T03:02:15.602550" elapsed="0.000467"/>
</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-07-26T03:02:15.603225" elapsed="0.000263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:02:15.603813" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-26T03:02:15.599419" elapsed="0.004639"/>
</kw>
<msg time="2026-07-26T03:02:15.604201" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-07-26T02:52:08.920620" elapsed="606.683611"/>
</kw>
<status status="PASS" start="2026-07-26T02:52:08.920270" elapsed="606.684011"/>
</branch>
<status status="PASS" start="2026-07-26T02:52:08.919844" elapsed="606.684460"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.604761" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.6. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:14.669 16  switches: flows:  556288 550690 553847 552172 554909 562440 545212 540059 544506 543249 550359 544326 536789 555111 545696 551180  total = 146.447217 per ms 
02:54:14.772 16  switches: flows:  576914 574806 581986 584950 571398 574477 578756 579024 575182 572563 578595 578877 573291 577985 576379 572701  total = 153.538035 per ms 
02:55:14.872 16  switches: flows:  553857 547296 557653 564208 559768 557229 563647 567377 556238 552602 553432 562227 562332 557318 554759 558525  total = 148.558855 per ms 
02:56:14.988 16  switches: flows:  582695 573088 581027 576787 570628 580486 584223 569002 582217 577166 576130 571781 576934 579966 576941 567991  total = 153.489784 per ms 
02:57:15.090 16  switches: flows:  594931 592211 582067 594524 591132 597519 592497 594420 591287 596874 588827 597339 597740 595504 586245 587913  total = 157.752164 per ms 
02:58:15.192 16  switches: flows:  623558 632058 636882 622533 629452 635602 622036 627663 627188 634232 630704 629550 634536 617269 634831 621845  total = 167.382600 per ms 
02:59:15.294 16  switches: flows:  605310 597530 607558 607158 604955 603132 596844 602246 604275 607314 611373 599174 604711 596758 596503 598544  total = 160.451973 per ms 
03:00:15.396 16  switches: flows:  582722 580765 583302 587533 588736 581839 588744 592443 578577 582980 595482 589641 596490 587154 584989 591872  total = 156.290852 per ms 
03:01:15.497 16  switches: flows:  611363 610092 616638 620738 607243 619613 620017 611357 615698 618300 608369 606461 613244 617289 617510 614999  total = 163.541010 per ms 
03:02:15.598 16  switches: flows:  608460 605260 604164 611505 608113 607082 602907 595039 607174 607951 613136 613024 608502 603286 601754 603416  total = 161.408126 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148558.85/167382.60/158045.93/52964.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:02:15.604464" elapsed="0.000371"/>
</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-07-26T03:02:15.604984" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-26T03:02:15.605758" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-26T03:02:15.605849" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 148558.85/167382.60/158045.93/52964.59 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-07-26T03:02:15.605535" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:02:15.606288" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 148558.85/167382.60/158045.93/52964.59 | 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-07-26T03:02:15.606027" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.608763" 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-07-26T03:02:15.606473" elapsed="0.002347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.611172" level="INFO">148558.85/167382.60/158045.93/52964.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:02:15.608965" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:02:15.613645" 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-07-26T03:02:15.611378" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:02:15.616342" level="INFO">@{result_value_list} = [ 148558.85 | 167382.60 | 158045.93 | 52964.59 ]</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-07-26T03:02:15.613862" elapsed="0.002512"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.616905" level="INFO">Length is 4.</msg>
<msg time="2026-07-26T03:02:15.616995" 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-07-26T03:02:15.616569" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.622161" level="INFO">min :: 148558.85</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-07-26T03:02:15.617441" elapsed="0.004778"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-26T03:02:15.617292" elapsed="0.004962"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.626808" level="INFO">max :: 167382.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:02:15.622492" elapsed="0.004373"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-26T03:02:15.622346" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.631605" level="INFO">avg :: 158045.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:02:15.627121" elapsed="0.004543"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-26T03:02:15.626988" elapsed="0.004711"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.636684" level="INFO">stdev :: 52964.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-07-26T03:02:15.631963" elapsed="0.004780"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-26T03:02:15.631828" elapsed="0.004951"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-26T03:02:15.617089" elapsed="0.019723"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.641185" level="INFO">${min} = 148558.85</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-07-26T03:02:15.637077" elapsed="0.004142"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.645542" level="INFO">${max} = 167382.60</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-07-26T03:02:15.641434" elapsed="0.004136"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.649571" level="INFO">${average} = 158045.93</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-07-26T03:02:15.645726" elapsed="0.003873"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.653582" level="INFO">${stdev} = 52964.59</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-07-26T03:02:15.649754" elapsed="0.003855"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.654148" level="INFO">${date} = 2026-07-26 03:02:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-26T03:02:15.653775" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.654762" level="INFO">CBench Result: 2026-07-26 03:02:15,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,148558.85,167382.60,158045.93,52964.59</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-07-26T03:02:15.654323" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T03:02:15.655994" 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-07-26T03:02:15.655515" elapsed="0.000550"/>
</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-07-26T03:02:15.656221" elapsed="0.000605"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-26T03:02:15.655000" elapsed="0.001897"/>
</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-07-26T02:52:08.918702" elapsed="606.738257"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.657472" 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-07-26T03:02:15.657111" elapsed="0.000420"/>
</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-07-26T03:02:15.658117" elapsed="0.000329"/>
</kw>
<status status="PASS" start="2026-07-26T03:02:15.657767" elapsed="0.000754"/>
</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-07-26T02:52:08.917152" elapsed="606.741410"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.660266" 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-07-26T03:02:15.659835" elapsed="0.000499"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.662115" 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-07-26T03:02:15.661522" elapsed="0.000641"/>
</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-07-26T03:02:15.662575" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:02:15.662317" elapsed="0.000318"/>
</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-07-26T03:02:15.665966" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:02:15.665686" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-07-26T03:02:15.665662" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:02:15.666466" 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-07-26T03:02:15.666646" 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-07-26T03:02:15.666206" elapsed="0.000471"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.667278" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.6 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" 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-07-26T03:02:15.666818" elapsed="0.000522"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:02:15.667977" 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-07-26T03:02:15.667503" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:02:15.669063" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T03:02:15.669180" 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-07-26T03:02:15.668656" elapsed="0.000557"/>
</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-07-26T03:02:15.669419" elapsed="0.000415"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T03:02:15.670770" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-07-26T03:02:16.261175" 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 Jul 26 03:02:15 UTC 2026

  System load:  0.39               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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 Jul 26 02:52:09 2026 from 10.30.171.190
[?2004h[jenkins@releng-48317-791-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-07-26T03:02:15.670402" elapsed="0.591012"/>
</kw>
<msg time="2026-07-26T03:02:16.261508" 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-07-26T03:02:15.669992" elapsed="0.591600"/>
</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-07-26T03:02:15.668239" elapsed="0.593489"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-26T03:02:16.262287" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.6 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-26T03:12:22.363421" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-26T03:12:22.364043" level="INFO">${stdout} = </msg>
<msg time="2026-07-26T03:12:22.364153" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6: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-07-26T03:02:16.261967" elapsed="606.102243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:12:22.364711" elapsed="0.000809"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.366288" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.6. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:21.461 16  switches: flows:  151257 144705 148069 148220 147582 147875 147946 145830 143617 144358 140846 139603 139639 146368 138373 139101  total = 38.556483 per ms 
03:04:21.563 16  switches: flows:  145694 142956 143184 143055 143155 141855 144158 143648 137949 139034 135946 135937 136151 139795 137971 138838  total = 37.426061 per ms 
03:05:21.664 16  switches: flows:  146381 144775 145780 144805 145466 141868 145524 144650 139110 138441 139745 136820 138053 140761 137147 138309  total = 37.730898 per ms 
03:06:21.765 16  switches: flows:  150412 148196 148926 146414 147409 147284 146830 147123 144078 142621 142357 138760 139183 144188 140846 141368  total = 38.535605 per ms 
03:07:21.865 16  switches: flows:  148757 149198 146216 146459 147233 144437 146271 146415 143324 141924 140970 141299 141895 142759 139152 140417  total = 38.381389 per ms 
03:08:21.966 16  switches: flows:  149503 148604 150141 150009 148444 146878 149859 147928 142617 143224 142347 143455 142321 146051 141965 140526  total = 38.833046 per ms 
03:09:22.067 16  switches: flows:  149468 148508 150708 148796 147645 145013 149770 146081 142454 143571 142107 141682 140213 144979 141890 139592  total = 38.643430 per ms 
03:10:22.168 16  switches: flows:  148705 148055 149262 147716 149656 144648 147953 148630 141889 144806 142129 141718 142689 143582 140311 142541  total = 38.673522 per ms 
03:11:22.269 16  switches: flows:  148466 148545 147849 145379 147469 145237 148291 146577 140854 142339 139736 139026 140373 144434 142235 141053  total = 38.400314 per ms 
03:12:22.370 16  switches: flows:  147913 149582 149210 147237 147800 144903 147057 146132 140628 143191 140219 140940 139708 143750 139933 140190  total = 38.409042 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37426.06/38833.05/38337.03/12786.40 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:12:22.365806" elapsed="0.000723"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-26T03:12:22.366880" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-07-26T03:12:22.366661" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-26T03:12:22.366626" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-26T03:12:22.367152" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:12:22.367099" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-26T03:12:22.367077" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-26T03:12:22.367281" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:12:22.371358" elapsed="0.000614"/>
</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-07-26T03:12:22.372217" elapsed="0.000296"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:12:22.372710" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-26T03:12:22.367752" elapsed="0.005206"/>
</kw>
<msg time="2026-07-26T03:12:22.373166" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6: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-07-26T03:02:15.663032" elapsed="606.710174"/>
</kw>
<status status="PASS" start="2026-07-26T03:02:15.662663" elapsed="606.710675"/>
</branch>
<status status="PASS" start="2026-07-26T03:02:15.662291" elapsed="606.711087"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.373950" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.6:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.6. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:21.461 16  switches: flows:  151257 144705 148069 148220 147582 147875 147946 145830 143617 144358 140846 139603 139639 146368 138373 139101  total = 38.556483 per ms 
03:04:21.563 16  switches: flows:  145694 142956 143184 143055 143155 141855 144158 143648 137949 139034 135946 135937 136151 139795 137971 138838  total = 37.426061 per ms 
03:05:21.664 16  switches: flows:  146381 144775 145780 144805 145466 141868 145524 144650 139110 138441 139745 136820 138053 140761 137147 138309  total = 37.730898 per ms 
03:06:21.765 16  switches: flows:  150412 148196 148926 146414 147409 147284 146830 147123 144078 142621 142357 138760 139183 144188 140846 141368  total = 38.535605 per ms 
03:07:21.865 16  switches: flows:  148757 149198 146216 146459 147233 144437 146271 146415 143324 141924 140970 141299 141895 142759 139152 140417  total = 38.381389 per ms 
03:08:21.966 16  switches: flows:  149503 148604 150141 150009 148444 146878 149859 147928 142617 143224 142347 143455 142321 146051 141965 140526  total = 38.833046 per ms 
03:09:22.067 16  switches: flows:  149468 148508 150708 148796 147645 145013 149770 146081 142454 143571 142107 141682 140213 144979 141890 139592  total = 38.643430 per ms 
03:10:22.168 16  switches: flows:  148705 148055 149262 147716 149656 144648 147953 148630 141889 144806 142129 141718 142689 143582 140311 142541  total = 38.673522 per ms 
03:11:22.269 16  switches: flows:  148466 148545 147849 145379 147469 145237 148291 146577 140854 142339 139736 139026 140373 144434 142235 141053  total = 38.400314 per ms 
03:12:22.370 16  switches: flows:  147913 149582 149210 147237 147800 144903 147057 146132 140628 143191 140219 140940 139708 143750 139933 140190  total = 38.409042 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37426.06/38833.05/38337.03/12786.40 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:12:22.373628" elapsed="0.000406"/>
</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-07-26T03:12:22.374208" elapsed="0.000450"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-26T03:12:22.375076" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-26T03:12:22.375173" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37426.06/38833.05/38337.03/12786.40 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-07-26T03:12:22.374837" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:12:22.375666" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37426.06/38833.05/38337.03/12786.40 | 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-07-26T03:12:22.375364" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.378216" 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-07-26T03:12:22.375850" elapsed="0.002423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.380637" level="INFO">37426.06/38833.05/38337.03/12786.40</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:12:22.378437" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:12:22.383071" 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-07-26T03:12:22.380843" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:12:22.385577" level="INFO">@{result_value_list} = [ 37426.06 | 38833.05 | 38337.03 | 12786.40 ]</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-07-26T03:12:22.383290" elapsed="0.002315"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.386082" level="INFO">Length is 4.</msg>
<msg time="2026-07-26T03:12:22.386172" 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-07-26T03:12:22.385770" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.390967" level="INFO">min :: 37426.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-07-26T03:12:22.386592" elapsed="0.004433"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-26T03:12:22.386462" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.395616" level="INFO">max :: 38833.05</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-07-26T03:12:22.391274" elapsed="0.004400"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-26T03:12:22.391147" elapsed="0.004562"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.400301" level="INFO">avg :: 38337.03</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-07-26T03:12:22.395922" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-26T03:12:22.395793" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.404932" level="INFO">stdev :: 12786.40</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-07-26T03:12:22.400622" elapsed="0.004366"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-26T03:12:22.400493" elapsed="0.004529"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-26T03:12:22.386259" elapsed="0.018794"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.409070" level="INFO">${min} = 37426.06</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-07-26T03:12:22.405261" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.413820" level="INFO">${max} = 38833.05</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-07-26T03:12:22.409252" elapsed="0.004597"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.418004" level="INFO">${average} = 38337.03</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-07-26T03:12:22.414038" elapsed="0.003994"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.422012" level="INFO">${stdev} = 12786.40</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-07-26T03:12:22.418187" elapsed="0.003852"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.422571" level="INFO">${date} = 2026-07-26 03:12:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-26T03:12:22.422201" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.423152" level="INFO">CBench Result: 2026-07-26 03:12:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37426.06,38833.05,38337.03,12786.40</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-07-26T03:12:22.422743" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T03:12:22.424388" 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-07-26T03:12:22.423867" elapsed="0.000612"/>
</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-07-26T03:12:22.424633" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-26T03:12:22.423368" elapsed="0.001791"/>
</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-07-26T03:02:15.660696" elapsed="606.764521"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.425704" 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-07-26T03:12:22.425364" elapsed="0.000433"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-26T03:12:22.427030" 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-07-26T03:12:22.426535" elapsed="0.000522"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-26T03:12:22.427280" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-07-26T03:12:22.427133" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-07-26T03:12:22.427113" elapsed="0.000254"/>
</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-07-26T03:12:22.427526" 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-07-26T03:12:22.427683" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-26T03:12:22.427840" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-26T03:12:22.428042" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-26T03:12:22.428192" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-26T03:12:22.428335" elapsed="0.000027"/>
</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-07-26T03:12:22.428551" elapsed="0.000022"/>
</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-07-26T03:12:22.428780" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:12:22.428642" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-26T03:12:22.428625" elapsed="0.000229"/>
</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-07-26T03:12:22.426185" elapsed="0.002719"/>
</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-07-26T03:02:15.659187" elapsed="606.769763"/>
</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-07-26T02:41:59.766194" elapsed="1822.663511"/>
</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>
