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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-30T01:51:48.839449" elapsed="0.637432"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T01:51:49.527202" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-30T01:51:49.477217" elapsed="0.050057"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T01:51:49.529185" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T01:51:49.529310" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-30T01:51:49.527446" elapsed="0.001895"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-30T01:51:49.529504" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:51:49.529885" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:51:49.530614" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:51:49.530257" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T01:51:49.530747" elapsed="0.000071"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.132
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T01:51:48.837979" elapsed="0.692970"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-30T01:51:48.834300" elapsed="0.696715"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T01:51:49.531633" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T01:51:49.531216" elapsed="0.000490"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T01:51:49.532186" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T01:51:49.531867" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T01:51:49.532849" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-30T01:51:49.532401" elapsed="0.000476"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T01:51:49.533404" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T01:51:49.533064" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T01:51:49.534006" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-30T01:51:49.533596" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T01:51:49.534509" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T01:51:49.534195" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-30T01:51:49.534884" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T01:51:49.534642" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T01:51:49.539651" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T01:51:49.539225" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T01:51:49.540796" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T01:51:49.540881" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T01:51:49.540317" elapsed="0.000589"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T01:51:49.541059" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T01:51:49.542445" level="INFO">Logging into '10.30.171.90:22' as 'jenkins'.</msg>
<msg time="2026-06-30T01:51:50.234571" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 01:51:49 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.90
  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-765-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T01:51:49.541942" elapsed="0.692865"/>
</kw>
<msg time="2026-06-30T01:51:50.234933" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T01:51:49.541574" elapsed="0.693469"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T01:51:49.539909" elapsed="0.695272"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.242863" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-30T01:51:50.235433" elapsed="0.009131"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:51:50.244884" elapsed="0.000507"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-30T01:51:49.538666" elapsed="0.706835"/>
</kw>
<status status="PASS" start="2026-06-30T01:51:49.535206" elapsed="0.710353"/>
</branch>
<status status="PASS" start="2026-06-30T01:51:49.534615" elapsed="0.710994"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T01:51:50.245872" elapsed="0.000812"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-30T01:51:50.253822" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-30T01:51:50.253608" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-06-30T01:51:50.253568" elapsed="0.000374"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-30T01:51:50.259482" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-30T01:51:50.259300" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-06-30T01:51:50.259271" elapsed="0.000321"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T01:51:50.259810" elapsed="0.000662"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.261115" level="INFO">Logging into '10.30.171.132:8101' as 'karaf'.</msg>
<msg time="2026-06-30T01:51:50.457025" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-30T01:51:50.260727" elapsed="0.196484"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.550539" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-30T01:51:50.457505" elapsed="0.093252"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.556502" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T01:51:50.556859" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-30T01:51:50.551096" elapsed="0.005809"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-30T01:51:50.557106" elapsed="0.000282"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:51:50.557596" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:51:50.558581" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:51:50.558145" elapsed="0.000492"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T01:51:50.558715" elapsed="0.000074"/>
</return>
<msg time="2026-06-30T01:51:50.558954" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.132
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T01:51:50.258763" elapsed="0.300224"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T01:51:50.559140" elapsed="0.000713"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T01:51:50.559906" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-30T01:51:50.252997" elapsed="0.307048"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-30T01:51:50.563994" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-30T01:51:50.563852" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-06-30T01:51:50.563826" elapsed="0.000242"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T01:51:50.564203" elapsed="0.000695"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.565320" level="INFO">Logging into '10.30.171.132:8101' as 'karaf'.</msg>
<msg time="2026-06-30T01:51:50.753750" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-30T01:51:50.565055" elapsed="0.188801"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.778611" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-30T01:51:50.754032" elapsed="0.024635"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.780442" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T01:51:50.780537" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-30T01:51:50.778838" elapsed="0.001728"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-30T01:51:50.780715" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:51:50.781030" elapsed="0.000175"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:51:50.781639" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:51:50.781339" elapsed="0.000368"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T01:51:50.781759" elapsed="0.000043"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.132
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T01:51:50.563486" elapsed="0.218425"/>
</kw>
<status status="PASS" start="2026-06-30T01:51:48.832380" elapsed="1.949592"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:51:50.783893" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:51:50.782865" elapsed="0.001093"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T01:51:50.785387" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T01:51:50.785039" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-30T01:51:50.785767" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-30T01:51:50.785510" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-30T01:51:50.788808" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T01:51:50.788537" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-06-30T01:51:50.788517" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.789222" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-30T01:51:50.789022" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:51:50.790261" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.90" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:51:50.789785" elapsed="0.000537"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.790953" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T01:51:50.790462" elapsed="0.000518"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T01:51:50.791908" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T01:51:50.791999" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T01:51:50.791560" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T01:51:50.792165" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T01:51:50.793367" level="INFO">Logging into '10.30.171.90:22' as 'jenkins'.</msg>
<msg time="2026-06-30T01:51:51.122456" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 01:51:49 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.90
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 01:51:50 2026 from 10.30.170.150
[?2004h[jenkins@releng-48317-765-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T01:51:50.793012" elapsed="0.329554"/>
</kw>
<msg time="2026-06-30T01:51:51.122637" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T01:51:50.792648" elapsed="0.330091"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T01:51:50.791185" elapsed="0.331649"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T01:51:51.123230" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T02:01:57.231065" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T02:01:57.231539" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T02:01:57.231645" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-30T01:51:51.123001" elapsed="606.108744"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:01:57.232187" elapsed="0.000713"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.234020" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:52:56.330 16  switches: flows:  102984 102250 104308 101428 102019 102058 102093 100448 102691 102577 98971 97668 98324 98006 96469 100551  total = 26.880750 per ms 
01:53:56.430 16  switches: flows:  114582 113156 115187 114367 115774 115226 116587 114673 113188 112891 112832 109042 111629 108764 109851 112866  total = 30.126541 per ms 
01:54:56.531 16  switches: flows:  98460 97582 97289 96435 97993 95278 96749 96729 93992 94084 94444 92815 93709 93997 94757 94428  total = 25.436483 per ms 
01:55:56.632 16  switches: flows:  116298 115404 115236 113851 114946 112123 112560 114846 110396 111180 108810 109652 112426 112458 111622 110189  total = 29.983021 per ms 
01:56:56.733 16  switches: flows:  127973 127286 128195 126210 128081 126110 125916 127880 121682 122650 120957 122947 124179 124403 125752 121683  total = 33.308793 per ms 
01:57:56.834 16  switches: flows:  122282 121911 124062 121421 120659 118334 117585 120670 114888 117405 114544 117449 116561 118338 118510 114472  total = 31.598768 per ms 
01:58:56.934 16  switches: flows:  120706 120023 122849 122608 120186 119184 118221 121745 115643 116065 115179 117292 116085 120321 118970 117539  total = 31.657405 per ms 
01:59:57.034 16  switches: flows:  124527 123077 124954 123538 123482 122174 122345 123062 117573 119227 118740 119272 121914 120816 120551 118891  total = 32.348380 per ms 
02:00:57.134 16  switches: flows:  124290 123774 124967 121676 124704 121796 121425 124606 120910 120834 119519 118845 121285 119628 119218 119096  total = 32.388825 per ms 
02:01:57.235 16  switches: flows:  118187 117563 118496 116942 119657 116897 117240 119702 113758 116105 114627 114173 114243 114660 114319 115026  total = 30.974833 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25436.48/33308.79/30869.23/10516.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.233273" elapsed="0.001029"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T02:01:57.234847" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-30T02:01:57.234511" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-06-30T02:01:57.234453" elapsed="0.000603"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T02:01:57.235270" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-30T02:01:57.235187" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-06-30T02:01:57.235151" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T02:01:57.235485" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:01:57.240531" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:01:57.241225" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:01:57.241641" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T02:01:57.236197" elapsed="0.005687"/>
</kw>
<msg time="2026-06-30T02:01:57.242062" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-30T01:51:50.786193" elapsed="606.455907"/>
</kw>
<status status="PASS" start="2026-06-30T01:51:50.785855" elapsed="606.456313"/>
</branch>
<status status="PASS" start="2026-06-30T01:51:50.785486" elapsed="606.456716"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.242853" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:52:56.330 16  switches: flows:  102984 102250 104308 101428 102019 102058 102093 100448 102691 102577 98971 97668 98324 98006 96469 100551  total = 26.880750 per ms 
01:53:56.430 16  switches: flows:  114582 113156 115187 114367 115774 115226 116587 114673 113188 112891 112832 109042 111629 108764 109851 112866  total = 30.126541 per ms 
01:54:56.531 16  switches: flows:  98460 97582 97289 96435 97993 95278 96749 96729 93992 94084 94444 92815 93709 93997 94757 94428  total = 25.436483 per ms 
01:55:56.632 16  switches: flows:  116298 115404 115236 113851 114946 112123 112560 114846 110396 111180 108810 109652 112426 112458 111622 110189  total = 29.983021 per ms 
01:56:56.733 16  switches: flows:  127973 127286 128195 126210 128081 126110 125916 127880 121682 122650 120957 122947 124179 124403 125752 121683  total = 33.308793 per ms 
01:57:56.834 16  switches: flows:  122282 121911 124062 121421 120659 118334 117585 120670 114888 117405 114544 117449 116561 118338 118510 114472  total = 31.598768 per ms 
01:58:56.934 16  switches: flows:  120706 120023 122849 122608 120186 119184 118221 121745 115643 116065 115179 117292 116085 120321 118970 117539  total = 31.657405 per ms 
01:59:57.034 16  switches: flows:  124527 123077 124954 123538 123482 122174 122345 123062 117573 119227 118740 119272 121914 120816 120551 118891  total = 32.348380 per ms 
02:00:57.134 16  switches: flows:  124290 123774 124967 121676 124704 121796 121425 124606 120910 120834 119519 118845 121285 119628 119218 119096  total = 32.388825 per ms 
02:01:57.235 16  switches: flows:  118187 117563 118496 116942 119657 116897 117240 119702 113758 116105 114627 114173 114243 114660 114319 115026  total = 30.974833 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25436.48/33308.79/30869.23/10516.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.242424" elapsed="0.000531"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T02:01:57.243162" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T02:01:57.244225" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T02:01:57.244355" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25436.48/33308.79/30869.23/10516.52 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T02:01:57.243912" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:01:57.245036" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25436.48/33308.79/30869.23/10516.52 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:01:57.244606" elapsed="0.000470"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.248444" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.245283" elapsed="0.003241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.251805" level="INFO">25436.48/33308.79/30869.23/10516.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.248749" elapsed="0.003113"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:01:57.254257" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:01:57.252013" elapsed="0.002272"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:01:57.256733" level="INFO">@{result_value_list} = [ 25436.48 | 33308.79 | 30869.23 | 10516.52 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:01:57.254484" elapsed="0.002277"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.257221" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T02:01:57.257310" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T02:01:57.256915" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.262106" level="INFO">min :: 25436.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.257733" elapsed="0.004429"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T02:01:57.257586" elapsed="0.004611"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.266822" level="INFO">max :: 33308.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.262437" elapsed="0.004442"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T02:01:57.262288" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.271551" level="INFO">avg :: 30869.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.267131" elapsed="0.004476"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T02:01:57.267004" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.276353" level="INFO">stdev :: 10516.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.271879" elapsed="0.004531"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T02:01:57.271751" elapsed="0.004694"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T02:01:57.257402" elapsed="0.019076"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.280597" level="INFO">${min} = 25436.48</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:01:57.276636" elapsed="0.003988"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.284771" level="INFO">${max} = 33308.79</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:01:57.280794" elapsed="0.004005"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.288740" level="INFO">${average} = 30869.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:01:57.284953" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.292722" level="INFO">${stdev} = 10516.52</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:01:57.288921" elapsed="0.003828"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.293257" level="INFO">${date} = 2026-06-30 02:01:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T02:01:57.292910" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.293856" level="INFO">CBench Result: 2026-06-30 02:01:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25436.48,33308.79,30869.23,10516.52</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.293432" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T02:01:57.294952" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T02:01:57.294547" elapsed="0.000471"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T02:01:57.295170" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T02:01:57.294050" elapsed="0.001657"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-30T01:51:50.784389" elapsed="606.511381"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.296242" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-30T02:01:57.295920" elapsed="0.000379"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-30T02:01:57.296826" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-06-30T02:01:57.296508" elapsed="0.000657"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-30T01:51:50.782146" elapsed="606.515057"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.298483" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.298077" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.299897" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T02:01:57.299550" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-30T02:01:57.300271" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:01:57.300051" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-30T02:01:57.303224" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:01:57.302979" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-06-30T02:01:57.302960" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T02:01:57.303622" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-30T02:01:57.303433" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.304331" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.132 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.90" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:01:57.303917" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T02:01:57.304930" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:01:57.304525" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T02:01:57.305844" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T02:01:57.305931" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T02:01:57.305526" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:01:57.306094" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T02:01:57.307395" level="INFO">Logging into '10.30.171.90:22' as 'jenkins'.</msg>
<msg time="2026-06-30T02:01:57.854743" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 02:01:57 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 01:51:51 2026 from 10.30.170.150
[?2004h[jenkins@releng-48317-765-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T02:01:57.307047" elapsed="0.547922"/>
</kw>
<msg time="2026-06-30T02:01:57.855069" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:01:57.306572" elapsed="0.548598"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T02:01:57.305156" elapsed="0.550138"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T02:01:57.855886" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.132 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T02:12:06.204110" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T02:12:06.204648" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T02:12:06.204764" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-30T02:01:57.855535" elapsed="608.349270"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:12:06.205184" elapsed="0.000590"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.206581" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:03.560 16  switches: flows:  492355 499178 492460 491380 502906 491347 494988 481591 484948 478927 494741 494528 483441 492254 482614 497884  total = 130.925700 per ms 
02:04:03.661 16  switches: flows:  500322 496830 497954 489789 501332 499334 513902 510747 522098 507149 512322 501973 497024 501977 503432 506071  total = 134.145776 per ms 
02:05:04.058 16  switches: flows:  578401 580302 576245 580911 585538 577300 568063 579178 570872 581235 583427 576842 578019 570850 578736 580629  total = 153.097047 per ms 
02:06:04.160 16  switches: flows:  535937 542905 540476 539024 542849 531844 384210 533508 543000 538168 531990 534147 527795 539664 547561 534482  total = 140.555070 per ms 
02:07:05.489 16  switches: flows:  561863 562220 568494 566696 562807 557889 544958 564972 557457 571786 558623 563052 560072 568890 562638 567938  total = 146.755411 per ms 
02:08:05.591 16  switches: flows:  564506 567127 564654 565836 563349 564980 568659 564889 561973 563544 564222 562815 566173 569524 561274 570383  total = 150.477874 per ms 
02:09:05.719 16  switches: flows:  568430 554193 564002 560222 563815 567427 560251 571439 571884 564028 566695 561169 553123 563937 567077 559460  total = 149.965635 per ms 
02:10:05.820 16  switches: flows:  550143 552629 545905 549967 546955 543583 547597 544449 543659 546241 539828 543438 544520 546338 544934 538704  total = 145.238001 per ms 
02:11:05.921 16  switches: flows:  588353 592710 582902 589724 587150 588476 592449 584490 589008 589914 593719 584189 592694 588485 584080 589988  total = 156.708560 per ms 
02:12:06.203 16  switches: flows:  474725 466241 470433 463740 475046 482578 471198 469279 469751 470651 466800 476046 472115 466211 459185 472298  total = 124.855522 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124855.52/156708.56/144644.32/49130.97 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.206042" elapsed="0.001045"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T02:12:06.207448" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-06-30T02:12:06.207228" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-06-30T02:12:06.207188" elapsed="0.000449"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T02:12:06.207835" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-30T02:12:06.207776" elapsed="0.000117"/>
</branch>
<status status="NOT RUN" start="2026-06-30T02:12:06.207748" elapsed="0.000175"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T02:12:06.207966" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:12:06.211851" elapsed="0.000371"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:12:06.212376" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:12:06.212727" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T02:12:06.208442" elapsed="0.004452"/>
</kw>
<msg time="2026-06-30T02:12:06.213028" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-30T02:01:57.300667" elapsed="608.912388"/>
</kw>
<status status="PASS" start="2026-06-30T02:01:57.300354" elapsed="608.912752"/>
</branch>
<status status="PASS" start="2026-06-30T02:01:57.300030" elapsed="608.913103"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.213583" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:03.560 16  switches: flows:  492355 499178 492460 491380 502906 491347 494988 481591 484948 478927 494741 494528 483441 492254 482614 497884  total = 130.925700 per ms 
02:04:03.661 16  switches: flows:  500322 496830 497954 489789 501332 499334 513902 510747 522098 507149 512322 501973 497024 501977 503432 506071  total = 134.145776 per ms 
02:05:04.058 16  switches: flows:  578401 580302 576245 580911 585538 577300 568063 579178 570872 581235 583427 576842 578019 570850 578736 580629  total = 153.097047 per ms 
02:06:04.160 16  switches: flows:  535937 542905 540476 539024 542849 531844 384210 533508 543000 538168 531990 534147 527795 539664 547561 534482  total = 140.555070 per ms 
02:07:05.489 16  switches: flows:  561863 562220 568494 566696 562807 557889 544958 564972 557457 571786 558623 563052 560072 568890 562638 567938  total = 146.755411 per ms 
02:08:05.591 16  switches: flows:  564506 567127 564654 565836 563349 564980 568659 564889 561973 563544 564222 562815 566173 569524 561274 570383  total = 150.477874 per ms 
02:09:05.719 16  switches: flows:  568430 554193 564002 560222 563815 567427 560251 571439 571884 564028 566695 561169 553123 563937 567077 559460  total = 149.965635 per ms 
02:10:05.820 16  switches: flows:  550143 552629 545905 549967 546955 543583 547597 544449 543659 546241 539828 543438 544520 546338 544934 538704  total = 145.238001 per ms 
02:11:05.921 16  switches: flows:  588353 592710 582902 589724 587150 588476 592449 584490 589008 589914 593719 584189 592694 588485 584080 589988  total = 156.708560 per ms 
02:12:06.203 16  switches: flows:  474725 466241 470433 463740 475046 482578 471198 469279 469751 470651 466800 476046 472115 466211 459185 472298  total = 124.855522 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124855.52/156708.56/144644.32/49130.97 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.213283" elapsed="0.000391"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T02:12:06.213848" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T02:12:06.214662" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T02:12:06.214793" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124855.52/156708.56/144644.32/49130.97 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T02:12:06.214408" elapsed="0.000410"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:12:06.215242" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124855.52/156708.56/144644.32/49130.97 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:12:06.214978" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.217770" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.215416" elapsed="0.002414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.220271" level="INFO">124855.52/156708.56/144644.32/49130.97</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.217982" elapsed="0.002347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:12:06.222835" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:12:06.220481" elapsed="0.002381"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:12:06.225380" level="INFO">@{result_value_list} = [ 124855.52 | 156708.56 | 144644.32 | 49130.97 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:12:06.223062" elapsed="0.002347"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.225908" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T02:12:06.225999" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T02:12:06.225568" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.231117" level="INFO">min :: 124855.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.226435" elapsed="0.004742"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T02:12:06.226299" elapsed="0.004915"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.236006" level="INFO">max :: 156708.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.231438" elapsed="0.004627"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T02:12:06.231307" elapsed="0.004794"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.240971" level="INFO">avg :: 144644.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.236323" elapsed="0.004706"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T02:12:06.236193" elapsed="0.004871"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.246027" level="INFO">stdev :: 49130.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.241308" elapsed="0.004781"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T02:12:06.241164" elapsed="0.004961"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T02:12:06.226096" elapsed="0.020062"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.250195" level="INFO">${min} = 124855.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:12:06.246319" elapsed="0.003904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.254590" level="INFO">${max} = 156708.56</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:12:06.250379" elapsed="0.004245"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.258684" level="INFO">${average} = 144644.32</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:12:06.254828" elapsed="0.003901"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.262775" level="INFO">${stdev} = 49130.97</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:12:06.258927" elapsed="0.003877"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.263381" level="INFO">${date} = 2026-06-30 02:12:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T02:12:06.263010" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.264012" level="INFO">CBench Result: 2026-06-30 02:12:06,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124855.52,156708.56,144644.32,49130.97</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.263565" elapsed="0.000506"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T02:12:06.265159" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T02:12:06.264726" 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-06-30T02:12:06.265382" elapsed="0.000517"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T02:12:06.264216" elapsed="0.001759"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-30T02:01:57.298961" elapsed="608.967076"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.266518" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-30T02:12:06.266192" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-30T02:12:06.267170" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-06-30T02:12:06.266824" elapsed="0.000685"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-30T02:01:57.297498" elapsed="608.970050"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.269317" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:12:06.268924" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T02:12:06.271029" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T02:12:06.270608" elapsed="0.000472"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-30T02:12:06.271436" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:12:06.271203" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-30T02:12:06.274642" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:12:06.274377" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-06-30T02:12:06.274357" elapsed="0.000386"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T02:12:06.275117" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Tue Jun 30 02:12:06 UTC 2026

  System load:  0.41               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.90
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 02:01:57 2026 from 10.30.170.150
[?2004h[jenkins@releng-48317-765-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T02:12:06.278531" elapsed="0.639963"/>
</kw>
<msg time="2026-06-30T02:12:06.918588" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:12:06.278181" elapsed="0.640529"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T02:12:06.276722" elapsed="0.642109"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T02:12:06.919393" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T02:22:13.290106" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T02:22:13.290602" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T02:22:13.290682" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-30T02:12:06.919069" elapsed="606.371681"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:22:13.291095" elapsed="0.000558"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.292884" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:12.387 16  switches: flows:  106541 110851 108845 111564 110474 107344 107383 0 104550 107282 124744 104745 108176 104894 104663 104978  total = 27.117233 per ms 
02:14:12.487 16  switches: flows:  118988 120050 117327 118397 119115 116496 120237 0 119177 116777 138780 114752 116408 114774 118186 114642  total = 29.685544 per ms 
02:15:12.588 16  switches: flows:  123566 123981 121532 123946 123253 119235 119892 0 119725 119937 143028 120421 117433 117838 123343 120926  total = 30.583211 per ms 
02:16:12.688 16  switches: flows:  102116 104189 101687 103441 102135 101342 101423 0 98957 100508 119747 100232 99436 98304 101140 100883  total = 25.549691 per ms 
02:17:12.788 16  switches: flows:  121923 125679 123706 123853 122267 121206 120556 0 120751 120889 142349 120031 122326 119301 120623 119734  total = 30.702000 per ms 
02:18:12.888 16  switches: flows:  124263 125934 121542 125690 125614 121363 121951 0 124850 121221 148854 121852 123874 121467 122298 122166  total = 31.163636 per ms 
02:19:12.989 16  switches: flows:  115748 118557 114228 116336 115122 114570 113935 0 113965 111998 136527 113339 115131 112852 113232 113564  total = 28.936742 per ms 
02:20:13.089 16  switches: flows:  124232 128294 124712 123232 122022 124022 125710 0 125701 124849 148240 121206 122050 120105 124422 122676  total = 31.305612 per ms 
02:21:13.190 16  switches: flows:  120459 128668 123005 123584 120836 122118 125426 0 121898 123892 146153 118655 120402 118575 122955 119385  total = 30.881792 per ms 
02:22:13.290 16  switches: flows:  111759 113924 111470 111419 113376 110042 111841 0 110149 111794 131320 109000 109799 108420 111950 108989  total = 28.040724 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25549.69/31305.61/29649.88/10041.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.292084" elapsed="0.001114"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T02:22:13.293735" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-06-30T02:22:13.293385" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-06-30T02:22:13.293332" elapsed="0.000638"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T02:22:13.294193" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-30T02:22:13.294106" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-06-30T02:22:13.294069" elapsed="0.000317"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T02:22:13.294482" elapsed="0.000042"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:22:13.300216" elapsed="0.000345"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:22:13.300726" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:22:13.301032" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T02:22:13.295290" elapsed="0.005895"/>
</kw>
<msg time="2026-06-30T02:22:13.301316" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-30T02:12:06.271872" elapsed="607.029470"/>
</kw>
<status status="PASS" start="2026-06-30T02:12:06.271520" elapsed="607.029873"/>
</branch>
<status status="PASS" start="2026-06-30T02:12:06.271181" elapsed="607.030236"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.301873" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:12.387 16  switches: flows:  106541 110851 108845 111564 110474 107344 107383 0 104550 107282 124744 104745 108176 104894 104663 104978  total = 27.117233 per ms 
02:14:12.487 16  switches: flows:  118988 120050 117327 118397 119115 116496 120237 0 119177 116777 138780 114752 116408 114774 118186 114642  total = 29.685544 per ms 
02:15:12.588 16  switches: flows:  123566 123981 121532 123946 123253 119235 119892 0 119725 119937 143028 120421 117433 117838 123343 120926  total = 30.583211 per ms 
02:16:12.688 16  switches: flows:  102116 104189 101687 103441 102135 101342 101423 0 98957 100508 119747 100232 99436 98304 101140 100883  total = 25.549691 per ms 
02:17:12.788 16  switches: flows:  121923 125679 123706 123853 122267 121206 120556 0 120751 120889 142349 120031 122326 119301 120623 119734  total = 30.702000 per ms 
02:18:12.888 16  switches: flows:  124263 125934 121542 125690 125614 121363 121951 0 124850 121221 148854 121852 123874 121467 122298 122166  total = 31.163636 per ms 
02:19:12.989 16  switches: flows:  115748 118557 114228 116336 115122 114570 113935 0 113965 111998 136527 113339 115131 112852 113232 113564  total = 28.936742 per ms 
02:20:13.089 16  switches: flows:  124232 128294 124712 123232 122022 124022 125710 0 125701 124849 148240 121206 122050 120105 124422 122676  total = 31.305612 per ms 
02:21:13.190 16  switches: flows:  120459 128668 123005 123584 120836 122118 125426 0 121898 123892 146153 118655 120402 118575 122955 119385  total = 30.881792 per ms 
02:22:13.290 16  switches: flows:  111759 113924 111470 111419 113376 110042 111841 0 110149 111794 131320 109000 109799 108420 111950 108989  total = 28.040724 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25549.69/31305.61/29649.88/10041.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.301565" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T02:22:13.302095" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T02:22:13.302908" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T02:22:13.302999" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25549.69/31305.61/29649.88/10041.88 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T02:22:13.302662" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:22:13.303429" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25549.69/31305.61/29649.88/10041.88 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:22:13.303179" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.307663" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.303600" elapsed="0.004155"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.311172" level="INFO">25549.69/31305.61/29649.88/10041.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.307932" elapsed="0.003297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:22:13.313876" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:22:13.311386" elapsed="0.002517"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T02:22:13.316493" level="INFO">@{result_value_list} = [ 25549.69 | 31305.61 | 29649.88 | 10041.88 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T02:22:13.314128" elapsed="0.002396"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.317025" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T02:22:13.317114" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T02:22:13.316698" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.321936" level="INFO">min :: 25549.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.317540" elapsed="0.004453"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T02:22:13.317409" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.326947" level="INFO">max :: 31305.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.322249" elapsed="0.004763"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T02:22:13.322116" elapsed="0.004931"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.331976" level="INFO">avg :: 29649.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.327262" elapsed="0.004771"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T02:22:13.327133" elapsed="0.004936"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.336708" level="INFO">stdev :: 10041.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.332287" elapsed="0.004483"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T02:22:13.332154" elapsed="0.004650"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T02:22:13.317208" elapsed="0.019626"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.340886" level="INFO">${min} = 25549.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:22:13.336996" elapsed="0.003917"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.344910" level="INFO">${max} = 31305.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:22:13.341071" elapsed="0.003866"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.348999" level="INFO">${average} = 29649.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:22:13.345091" elapsed="0.003935"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.352987" level="INFO">${stdev} = 10041.88</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T02:22:13.349181" elapsed="0.003832"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.353524" level="INFO">${date} = 2026-06-30 02:22:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T02:22:13.353175" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.354130" level="INFO">CBench Result: 2026-06-30 02:22:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25549.69,31305.61,29649.88,10041.88</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:22:13.353717" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T02:22:13.355395" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T02:22:13.354917" elapsed="0.000552"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T02:22:13.355624" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T02:22:13.354369" elapsed="0.001812"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-30T02:12:06.269734" elapsed="607.086507"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.356723" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-30T02:22:13.356394" elapsed="0.000389"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T02:22:13.358061" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-30T02:22:13.357528" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-30T02:22:13.358355" elapsed="0.000044"/>
</return>
<status status="PASS" start="2026-06-30T02:22:13.358168" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-06-30T02:22:13.358148" elapsed="0.000320"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.358633" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.358812" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.358972" 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-06-30T02:22:13.359166" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.359319" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.359466" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.359615" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-30T02:22:13.359858" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:22:13.359716" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-06-30T02:22:13.359697" elapsed="0.000236"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-30T02:22:13.357189" elapsed="0.002796"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-30T02:12:06.268276" elapsed="607.091756"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-30T01:51:48.262626" elapsed="1825.098094"/>
</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>
