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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-04T01:45:21.600393" elapsed="1.039595"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-04T01:45:22.692014" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-04T01:45:22.640309" elapsed="0.051779"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-04T01:45:22.693801" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-04T01:45:22.693912" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-04T01:45:22.692258" elapsed="0.001684"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-04T01:45:22.694099" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T01:45:22.694487" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:45:22.695212" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:45:22.694865" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T01:45:22.695344" elapsed="0.000059"/>
</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.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-04T01:45:21.598846" elapsed="1.096726"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-04T01:45:21.595046" elapsed="1.100603"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T01:45:22.696233" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-04T01:45:22.695853" elapsed="0.000436"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T01:45:22.696706" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-04T01:45:22.696461" elapsed="0.000300"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-04T01:45:22.697306" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-04T01:45:22.696915" elapsed="0.000439"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T01:45:22.697883" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-04T01:45:22.697523" elapsed="0.000404"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-04T01:45:22.698473" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-04T01:45:22.698072" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T01:45:22.698974" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-04T01:45:22.698659" elapsed="0.000358"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-04T01:45:22.699316" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-07-04T01:45:22.699102" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T01:45:22.704032" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T01:45:22.703594" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T01:45:22.705084" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T01:45:22.705167" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T01:45:22.704632" elapsed="0.000559"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T01:45:22.705355" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T01:45:22.706728" level="INFO">Logging into '10.30.171.230:22' as 'jenkins'.</msg>
<msg time="2026-07-04T01:45:23.401428" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 01:45:22 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.230
  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-769-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-04T01:45:22.706206" elapsed="0.695377"/>
</kw>
<msg time="2026-07-04T01:45:23.401676" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T01:45:22.705855" elapsed="0.695928"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-04T01:45:22.704264" elapsed="0.697664"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.413062" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-04T01:45:23.402156" elapsed="0.013466"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T01:45:23.415815" elapsed="0.000294"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-04T01:45:22.702996" elapsed="0.713188"/>
</kw>
<status status="PASS" start="2026-07-04T01:45:22.699716" elapsed="0.716507"/>
</branch>
<status status="PASS" start="2026-07-04T01:45:22.699077" elapsed="0.717184"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-04T01:45:23.416459" elapsed="0.000508"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-04T01:45:23.421473" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-04T01:45:23.421344" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-07-04T01:45:23.421306" elapsed="0.000244"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-04T01:45:23.425074" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-04T01:45:23.424962" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-07-04T01:45:23.424943" elapsed="0.000200"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T01:45:23.425272" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.426184" level="INFO">Logging into '10.30.171.85:8101' as 'karaf'.</msg>
<msg time="2026-07-04T01:45:23.612741" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-04T01:45:23.425924" elapsed="0.186913"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.701290" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-04T01:45:23.613003" elapsed="0.088394"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.705085" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-04T01:45:23.705275" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-04T01:45:23.701565" elapsed="0.003742"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-04T01:45:23.705462" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T01:45:23.705803" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:45:23.706443" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:45:23.706137" elapsed="0.000361"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T01:45:23.706544" elapsed="0.000043"/>
</return>
<msg time="2026-07-04T01:45:23.706730" 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.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-04T01:45:23.424604" elapsed="0.282159"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-04T01:45:23.706911" elapsed="0.000546"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T01:45:23.707509" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-04T01:45:23.421020" elapsed="0.286620"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-04T01:45:23.711296" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-04T01:45:23.711178" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-07-04T01:45:23.711157" elapsed="0.000226"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T01:45:23.711516" elapsed="0.000423"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.712362" level="INFO">Logging into '10.30.171.85:8101' as 'karaf'.</msg>
<msg time="2026-07-04T01:45:23.883699" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-04T01:45:23.712087" elapsed="0.171704"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.919382" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-04T01:45:23.883951" elapsed="0.035494"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.921232" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-04T01:45:23.921345" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-04T01:45:23.919595" elapsed="0.001781"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-04T01:45:23.921510" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T01:45:23.921832" elapsed="0.000158"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:45:23.922411" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:45:23.922125" elapsed="0.000341"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T01:45:23.922513" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-04T01:45:23.710866" elapsed="0.211787"/>
</kw>
<status status="PASS" start="2026-07-04T01:45:21.593117" elapsed="2.329596"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:45:23.924581" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:45:23.923561" elapsed="0.001084"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T01:45:23.926067" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-04T01:45:23.925717" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-04T01:45:23.926432" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-04T01:45:23.926183" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-04T01:45:23.929447" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T01:45:23.929183" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-07-04T01:45:23.929163" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.930028" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-04T01:45:23.929660" elapsed="0.000526"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:45:23.930777" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.230" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:45:23.930342" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.931457" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T01:45:23.930975" elapsed="0.000509"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T01:45:23.932406" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T01:45:23.932497" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T01:45:23.932069" elapsed="0.000452"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T01:45:23.932663" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T01:45:23.933874" level="INFO">Logging into '10.30.171.230:22' as 'jenkins'.</msg>
<msg time="2026-07-04T01:45:24.266182" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 01:45:22 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul  4 01:45:23 2026 from 10.30.170.83
[?2004h[jenkins@releng-48317-769-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-04T01:45:23.933518" elapsed="0.332890"/>
</kw>
<msg time="2026-07-04T01:45:24.266499" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T01:45:23.933155" elapsed="0.333438"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-04T01:45:23.931688" elapsed="0.335043"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-04T01:45:24.267338" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-04T01:55:30.383225" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-04T01:55:30.383876" level="INFO">${stdout} = </msg>
<msg time="2026-07-04T01:55:30.383990" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-04T01:45:24.266978" elapsed="606.117071"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T01:55:30.384545" elapsed="0.000707"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.386434" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:29.478 16  switches: flows:  114196 113576 114155 111056 116732 114778 110764 110445 114294 113014 112964 115849 111231 112536 113525 113354  total = 30.207817 per ms 
01:47:29.579 16  switches: flows:  125742 127449 124746 122621 128526 127006 123872 122885 128009 124675 125405 127312 123597 127346 125000 125437  total = 33.437947 per ms 
01:48:29.679 16  switches: flows:  105686 105544 104609 104556 104957 106436 104108 103258 106259 104617 106553 105750 103430 105585 105068 103679  total = 27.954895 per ms 
01:49:29.779 16  switches: flows:  125160 123104 124049 123830 123680 122737 123506 124021 126240 126213 125062 122391 123993 123151 122586 122203  total = 32.977048 per ms 
01:50:29.880 16  switches: flows:  123969 122664 123035 124477 122588 124094 122500 123110 125746 125190 125026 123432 123436 124504 123532 120656  total = 32.911041 per ms 
01:51:29.980 16  switches: flows:  125718 123967 124553 125537 123479 126633 123691 125098 127557 126900 126858 124621 125341 126409 125112 123670  total = 33.363313 per ms 
01:52:30.081 16  switches: flows:  126360 125838 126029 126039 125429 126599 125189 125562 129103 126545 127456 125679 126806 127175 125524 123210  total = 33.585638 per ms 
01:53:30.182 16  switches: flows:  123957 122638 123462 124368 122829 124246 121181 122213 124649 124768 124440 122097 124031 123011 122520 121588  total = 32.811787 per ms 
01:54:30.282 16  switches: flows:  124237 122382 123883 123227 123082 124646 121602 122525 125986 126287 126441 122357 124194 124354 122576 121584  total = 32.934423 per ms 
01:55:30.382 16  switches: flows:  123230 121928 122272 122829 123086 123838 121632 123715 125251 124092 124471 121811 124518 124207 123668 121308  total = 32.809506 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27954.89/33585.64/32531.73/10967.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.385658" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-04T01:55:30.387250" elapsed="0.000118"/>
</return>
<status status="PASS" start="2026-07-04T01:55:30.386947" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-07-04T01:55:30.386881" elapsed="0.000637"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-04T01:55:30.387730" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-04T01:55:30.387648" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-07-04T01:55:30.387612" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-04T01:55:30.387964" 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-07-04T01:55:30.393054" elapsed="0.000342"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T01:55:30.393543" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T01:55:30.393849" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-04T01:55:30.388661" elapsed="0.005339"/>
</kw>
<msg time="2026-07-04T01:55:30.394128" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-04T01:45:23.926839" elapsed="606.467315"/>
</kw>
<status status="PASS" start="2026-07-04T01:45:23.926519" elapsed="606.467685"/>
</branch>
<status status="PASS" start="2026-07-04T01:45:23.926162" elapsed="606.468066"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.394674" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:29.478 16  switches: flows:  114196 113576 114155 111056 116732 114778 110764 110445 114294 113014 112964 115849 111231 112536 113525 113354  total = 30.207817 per ms 
01:47:29.579 16  switches: flows:  125742 127449 124746 122621 128526 127006 123872 122885 128009 124675 125405 127312 123597 127346 125000 125437  total = 33.437947 per ms 
01:48:29.679 16  switches: flows:  105686 105544 104609 104556 104957 106436 104108 103258 106259 104617 106553 105750 103430 105585 105068 103679  total = 27.954895 per ms 
01:49:29.779 16  switches: flows:  125160 123104 124049 123830 123680 122737 123506 124021 126240 126213 125062 122391 123993 123151 122586 122203  total = 32.977048 per ms 
01:50:29.880 16  switches: flows:  123969 122664 123035 124477 122588 124094 122500 123110 125746 125190 125026 123432 123436 124504 123532 120656  total = 32.911041 per ms 
01:51:29.980 16  switches: flows:  125718 123967 124553 125537 123479 126633 123691 125098 127557 126900 126858 124621 125341 126409 125112 123670  total = 33.363313 per ms 
01:52:30.081 16  switches: flows:  126360 125838 126029 126039 125429 126599 125189 125562 129103 126545 127456 125679 126806 127175 125524 123210  total = 33.585638 per ms 
01:53:30.182 16  switches: flows:  123957 122638 123462 124368 122829 124246 121181 122213 124649 124768 124440 122097 124031 123011 122520 121588  total = 32.811787 per ms 
01:54:30.282 16  switches: flows:  124237 122382 123883 123227 123082 124646 121602 122525 125986 126287 126441 122357 124194 124354 122576 121584  total = 32.934423 per ms 
01:55:30.382 16  switches: flows:  123230 121928 122272 122829 123086 123838 121632 123715 125251 124092 124471 121811 124518 124207 123668 121308  total = 32.809506 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27954.89/33585.64/32531.73/10967.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.394379" elapsed="0.000369"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-04T01:55:30.394895" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-04T01:55:30.395662" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-04T01:55:30.395754" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27954.89/33585.64/32531.73/10967.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-04T01:55:30.395435" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T01:55:30.396205" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27954.89/33585.64/32531.73/10967.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T01:55:30.395944" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.398594" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.396393" elapsed="0.002258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.400994" level="INFO">27954.89/33585.64/32531.73/10967.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.398797" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T01:55:30.403417" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T01:55:30.401198" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T01:55:30.405844" level="INFO">@{result_value_list} = [ 27954.89 | 33585.64 | 32531.73 | 10967.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T01:55:30.403634" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.406341" level="INFO">Length is 4.</msg>
<msg time="2026-07-04T01:55:30.406432" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T01:55:30.406025" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.411087" level="INFO">min :: 27954.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.406840" elapsed="0.004303"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-04T01:55:30.406709" elapsed="0.004469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.415654" level="INFO">max :: 33585.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.411409" elapsed="0.004311"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-04T01:55:30.411268" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.420218" level="INFO">avg :: 32531.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.415992" elapsed="0.004282"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-04T01:55:30.415866" elapsed="0.004441"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.424770" level="INFO">stdev :: 10967.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.420539" elapsed="0.004287"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-04T01:55:30.420412" elapsed="0.004448"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-04T01:55:30.406527" elapsed="0.018365"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.428737" level="INFO">${min} = 27954.89</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T01:55:30.425047" elapsed="0.003716"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.432851" level="INFO">${max} = 33585.64</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T01:55:30.428916" elapsed="0.003961"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.436723" level="INFO">${average} = 32531.73</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T01:55:30.433027" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.440967" level="INFO">${stdev} = 10967.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T01:55:30.436899" elapsed="0.004099"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.441574" level="INFO">${date} = 2026-07-04 01:55:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-04T01:55:30.441160" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.442154" level="INFO">CBench Result: 2026-07-04 01:55:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27954.89,33585.64,32531.73,10967.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.441747" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T01:55:30.443228" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-04T01:55:30.442826" elapsed="0.000468"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-04T01:55:30.443459" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-04T01:55:30.442361" elapsed="0.001624"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-04T01:45:23.925078" elapsed="606.518967"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.444527" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-04T01:55:30.444195" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-04T01:55:30.445086" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-07-04T01:55:30.444792" elapsed="0.000642"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-04T01:45:23.922863" elapsed="606.522608"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.446865" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.446490" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.448185" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-04T01:55:30.447844" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-04T01:55:30.448613" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-04T01:55:30.448388" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-04T01:55:30.451520" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T01:55:30.451261" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-07-04T01:55:30.451243" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-04T01:55:30.451932" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-04T01:55:30.451727" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.452652" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.85 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.230" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T01:55:30.452219" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T01:55:30.453242" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T01:55:30.452847" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T01:55:30.454181" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T01:55:30.454269" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T01:55:30.453880" elapsed="0.000414"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T01:55:30.454448" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T01:55:30.455620" level="INFO">Logging into '10.30.171.230:22' as 'jenkins'.</msg>
<msg time="2026-07-04T01:55:31.033613" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 01:55:30 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.230
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul  4 01:45:24 2026 from 10.30.170.83
[?2004h[jenkins@releng-48317-769-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-04T01:55:30.455253" elapsed="0.578484"/>
</kw>
<msg time="2026-07-04T01:55:31.033803" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T01:55:30.454915" elapsed="0.578965"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-04T01:55:30.453497" elapsed="0.580476"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-04T01:55:31.034393" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.85 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-04T02:05:37.353455" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-04T02:05:37.354037" level="INFO">${stdout} = </msg>
<msg time="2026-07-04T02:05:37.354144" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85: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-07-04T01:55:31.034140" elapsed="606.320060"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T02:05:37.354702" elapsed="0.000697"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.356548" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:36.160 16  switches: flows:  508568 534293 529812 540747 518314 526827 518620 536386 521556 514198 497334 501743 519343 513813 523537 501623  total = 138.445233 per ms 
01:57:36.262 16  switches: flows:  579235 572981 584368 596373 578294 587705 575644 582445 582080 586096 570629 584766 585911 580419 583878 574371  total = 154.825501 per ms 
01:58:36.365 16  switches: flows:  565215 546786 565232 562899 573774 569735 570710 568175 562650 570330 572521 558733 547253 560914 565633 557416  total = 150.046679 per ms 
01:59:36.467 16  switches: flows:  547036 549407 552818 551648 559004 550232 562444 568866 566307 564047 534510 561697 548101 549645 546417 534261  total = 147.191533 per ms 
02:00:36.569 16  switches: flows:  566832 557205 556352 555774 547268 548436 567174 567263 549484 553189 554451 549449 558747 568036 539187 542430  total = 147.773467 per ms 
02:01:36.675 16  switches: flows:  550425 528836 547614 502316 540756 539699 528722 554446 537938 519392 540111 547126 544366 543058 520687 535931  total = 142.776449 per ms 
02:02:36.797 16  switches: flows:  574811 523485 565457 574601 571008 570246 562110 577251 574661 577923 562273 577205 566646 569960 574630 564611  total = 151.143337 per ms 
02:03:37.140 16  switches: flows:  607093 593266 599030 598936 607568 585263 599663 613641 583361 594234 594142 603007 602670 598754 588273 577749  total = 158.208536 per ms 
02:04:37.241 16  switches: flows:  540813 538711 541871 546443 536010 550499 548639 551777 554845 552018 543140 538702 550077 530309 535606 540804  total = 144.761013 per ms 
02:05:37.343 16  switches: flows:  584118 573415 573341 590103 588158 581397 581831 583148 569762 590190 581149 574770 574326 566020 573892 586730  total = 154.280015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142776.45/158208.54/150111.84/50261.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.355772" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-04T02:05:37.357418" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-04T02:05:37.357086" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-07-04T02:05:37.357033" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-04T02:05:37.357857" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-04T02:05:37.357777" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-04T02:05:37.357742" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-04T02:05:37.358063" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T02:05:37.362406" elapsed="0.000325"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T02:05:37.362876" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T02:05:37.363181" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-04T02:05:37.358761" elapsed="0.004589"/>
</kw>
<msg time="2026-07-04T02:05:37.363481" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85: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-07-04T01:55:30.449000" elapsed="606.914509"/>
</kw>
<status status="PASS" start="2026-07-04T01:55:30.448695" elapsed="606.914863"/>
</branch>
<status status="PASS" start="2026-07-04T01:55:30.448313" elapsed="606.915269"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.364008" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:36.160 16  switches: flows:  508568 534293 529812 540747 518314 526827 518620 536386 521556 514198 497334 501743 519343 513813 523537 501623  total = 138.445233 per ms 
01:57:36.262 16  switches: flows:  579235 572981 584368 596373 578294 587705 575644 582445 582080 586096 570629 584766 585911 580419 583878 574371  total = 154.825501 per ms 
01:58:36.365 16  switches: flows:  565215 546786 565232 562899 573774 569735 570710 568175 562650 570330 572521 558733 547253 560914 565633 557416  total = 150.046679 per ms 
01:59:36.467 16  switches: flows:  547036 549407 552818 551648 559004 550232 562444 568866 566307 564047 534510 561697 548101 549645 546417 534261  total = 147.191533 per ms 
02:00:36.569 16  switches: flows:  566832 557205 556352 555774 547268 548436 567174 567263 549484 553189 554451 549449 558747 568036 539187 542430  total = 147.773467 per ms 
02:01:36.675 16  switches: flows:  550425 528836 547614 502316 540756 539699 528722 554446 537938 519392 540111 547126 544366 543058 520687 535931  total = 142.776449 per ms 
02:02:36.797 16  switches: flows:  574811 523485 565457 574601 571008 570246 562110 577251 574661 577923 562273 577205 566646 569960 574630 564611  total = 151.143337 per ms 
02:03:37.140 16  switches: flows:  607093 593266 599030 598936 607568 585263 599663 613641 583361 594234 594142 603007 602670 598754 588273 577749  total = 158.208536 per ms 
02:04:37.241 16  switches: flows:  540813 538711 541871 546443 536010 550499 548639 551777 554845 552018 543140 538702 550077 530309 535606 540804  total = 144.761013 per ms 
02:05:37.343 16  switches: flows:  584118 573415 573341 590103 588158 581397 581831 583148 569762 590190 581149 574770 574326 566020 573892 586730  total = 154.280015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142776.45/158208.54/150111.84/50261.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.363721" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-04T02:05:37.364229" elapsed="0.000388"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-04T02:05:37.365007" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-04T02:05:37.365103" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142776.45/158208.54/150111.84/50261.78 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-04T02:05:37.364777" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T02:05:37.365551" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142776.45/158208.54/150111.84/50261.78 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T02:05:37.365281" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.367949" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.365723" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.370401" level="INFO">142776.45/158208.54/150111.84/50261.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.368154" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T02:05:37.372797" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T02:05:37.370612" elapsed="0.002213"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T02:05:37.375240" level="INFO">@{result_value_list} = [ 142776.45 | 158208.54 | 150111.84 | 50261.78 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T02:05:37.373044" elapsed="0.002224"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.375738" level="INFO">Length is 4.</msg>
<msg time="2026-07-04T02:05:37.375826" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T02:05:37.375436" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.380675" level="INFO">min :: 142776.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.376227" elapsed="0.004505"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-04T02:05:37.376101" elapsed="0.004666"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.385281" level="INFO">max :: 158208.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.380999" elapsed="0.004352"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-04T02:05:37.380857" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.389943" level="INFO">avg :: 150111.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.385604" elapsed="0.004404"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-04T02:05:37.385479" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.394663" level="INFO">stdev :: 50261.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.390256" elapsed="0.004463"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-04T02:05:37.390129" elapsed="0.004625"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-04T02:05:37.375917" elapsed="0.018868"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.398885" level="INFO">${min} = 142776.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:05:37.394941" elapsed="0.003972"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.402766" level="INFO">${max} = 158208.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:05:37.399078" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.406667" level="INFO">${average} = 150111.84</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:05:37.402945" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.410572" level="INFO">${stdev} = 50261.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:05:37.406845" elapsed="0.003754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.411102" level="INFO">${date} = 2026-07-04 02:05:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-04T02:05:37.410758" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.411708" level="INFO">CBench Result: 2026-07-04 02:05:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142776.45,158208.54,150111.84,50261.78</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.411280" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T02:05:37.412815" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-04T02:05:37.412396" elapsed="0.000485"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-04T02:05:37.413048" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-04T02:05:37.411913" elapsed="0.001677"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-04T01:55:30.447224" elapsed="606.966425"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.414106" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-04T02:05:37.413797" elapsed="0.000365"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-04T02:05:37.414680" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-07-04T02:05:37.414379" elapsed="0.000632"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-04T01:55:30.445913" elapsed="606.969135"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.416392" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.415991" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.417685" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-04T02:05:37.417352" elapsed="0.000376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-04T02:05:37.418060" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-04T02:05:37.417840" 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-07-04T02:05:37.421153" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T02:05:37.420903" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-04T02:05:37.420856" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-04T02:05:37.421577" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-04T02:05:37.421389" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.422265" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.230" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:05:37.421850" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T02:05:37.422860" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T02:05:37.422475" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T02:05:37.423766" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T02:05:37.423854" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T02:05:37.423464" elapsed="0.000414"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T02:05:37.424017" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T02:05:37.425214" level="INFO">Logging into '10.30.171.230:22' as 'jenkins'.</msg>
<msg time="2026-07-04T02:05:38.005820" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 02:05:37 UTC 2026

  System load:  0.5                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.230
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul  4 01:55:30 2026 from 10.30.170.83
[?2004h[jenkins@releng-48317-769-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-04T02:05:37.424849" elapsed="0.581144"/>
</kw>
<msg time="2026-07-04T02:05:38.006073" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T02:05:37.424509" elapsed="0.581642"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-04T02:05:37.423082" elapsed="0.583180"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-04T02:05:38.006809" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-04T02:15:44.069856" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-04T02:15:44.070662" level="INFO">${stdout} = </msg>
<msg time="2026-07-04T02:15:44.070813" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-04T02:05:38.006498" elapsed="606.064393"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T02:15:44.071539" elapsed="0.000982"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.073452" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:43.152 16  switches: flows:  116910 118689 117392 118334 118137 117140 117662 118070 115338 115233 116793 114046 117684 114397 117788 116217  total = 31.163833 per ms 
02:07:43.252 16  switches: flows:  124342 126669 124343 125782 126044 124744 124204 122069 122719 123091 123549 124653 124102 123690 123242 121546  total = 33.024705 per ms 
02:08:43.352 16  switches: flows:  107221 109970 106630 108093 108492 107098 107218 106088 106254 106321 108018 105987 105678 105334 106152 104638  total = 28.439060 per ms 
02:09:43.453 16  switches: flows:  106503 105544 105144 105067 105262 104303 97128 104357 104760 102220 104656 102553 103251 103352 96187 103115  total = 27.510589 per ms 
02:10:43.555 16  switches: flows:  125081 125112 124390 126126 124310 123469 127362 122393 124689 123218 125839 122515 125263 124788 123436 125487  total = 33.168231 per ms 
02:11:43.655 16  switches: flows:  126106 125320 126076 127430 126934 124397 126461 123797 125801 123451 125616 122952 127366 125959 123040 126428  total = 33.396446 per ms 
02:12:43.755 16  switches: flows:  126806 127604 125867 127247 126808 124555 127051 123895 126143 125926 127113 122629 127949 126492 122668 126249  total = 33.527397 per ms 
02:13:43.856 16  switches: flows:  124033 123583 123396 127082 122577 122467 125504 121704 124560 123286 125717 120707 125930 125085 121858 126042  total = 33.003678 per ms 
02:14:43.956 16  switches: flows:  122063 121150 121612 126532 120817 122491 123431 121369 122382 120624 123019 119298 123422 123691 119878 124080  total = 32.543265 per ms 
02:15:44.057 16  switches: flows:  125505 125872 125137 127310 125687 124981 125351 123702 124276 123587 125791 121714 125650 125597 122299 125747  total = 33.247823 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27510.59/33527.40/31984.58/10880.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.072887" elapsed="0.000821"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-04T02:15:44.074050" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-07-04T02:15:44.073835" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-07-04T02:15:44.073798" elapsed="0.000403"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-04T02:15:44.074353" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-04T02:15:44.074281" elapsed="0.000132"/>
</branch>
<status status="NOT RUN" start="2026-07-04T02:15:44.074258" elapsed="0.000185"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-04T02:15:44.074485" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T02:15:44.078517" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-04T02:15:44.079292" elapsed="0.000314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T02:15:44.079864" elapsed="0.000312"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-04T02:15:44.074952" elapsed="0.005318"/>
</kw>
<msg time="2026-07-04T02:15:44.080511" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-04T02:05:37.418482" elapsed="606.662077"/>
</kw>
<status status="PASS" start="2026-07-04T02:05:37.418143" elapsed="606.662489"/>
</branch>
<status status="PASS" start="2026-07-04T02:05:37.417819" elapsed="606.662847"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.081198" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:43.152 16  switches: flows:  116910 118689 117392 118334 118137 117140 117662 118070 115338 115233 116793 114046 117684 114397 117788 116217  total = 31.163833 per ms 
02:07:43.252 16  switches: flows:  124342 126669 124343 125782 126044 124744 124204 122069 122719 123091 123549 124653 124102 123690 123242 121546  total = 33.024705 per ms 
02:08:43.352 16  switches: flows:  107221 109970 106630 108093 108492 107098 107218 106088 106254 106321 108018 105987 105678 105334 106152 104638  total = 28.439060 per ms 
02:09:43.453 16  switches: flows:  106503 105544 105144 105067 105262 104303 97128 104357 104760 102220 104656 102553 103251 103352 96187 103115  total = 27.510589 per ms 
02:10:43.555 16  switches: flows:  125081 125112 124390 126126 124310 123469 127362 122393 124689 123218 125839 122515 125263 124788 123436 125487  total = 33.168231 per ms 
02:11:43.655 16  switches: flows:  126106 125320 126076 127430 126934 124397 126461 123797 125801 123451 125616 122952 127366 125959 123040 126428  total = 33.396446 per ms 
02:12:43.755 16  switches: flows:  126806 127604 125867 127247 126808 124555 127051 123895 126143 125926 127113 122629 127949 126492 122668 126249  total = 33.527397 per ms 
02:13:43.856 16  switches: flows:  124033 123583 123396 127082 122577 122467 125504 121704 124560 123286 125717 120707 125930 125085 121858 126042  total = 33.003678 per ms 
02:14:43.956 16  switches: flows:  122063 121150 121612 126532 120817 122491 123431 121369 122382 120624 123019 119298 123422 123691 119878 124080  total = 32.543265 per ms 
02:15:44.057 16  switches: flows:  125505 125872 125137 127310 125687 124981 125351 123702 124276 123587 125791 121714 125650 125597 122299 125747  total = 33.247823 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27510.59/33527.40/31984.58/10880.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.080868" elapsed="0.000407"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-04T02:15:44.081469" elapsed="0.000403"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-04T02:15:44.082292" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-04T02:15:44.082427" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27510.59/33527.40/31984.58/10880.17 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-04T02:15:44.082037" elapsed="0.000417"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T02:15:44.082933" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27510.59/33527.40/31984.58/10880.17 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T02:15:44.082614" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.085589" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.083137" elapsed="0.002510"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.088307" level="INFO">27510.59/33527.40/31984.58/10880.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.085816" elapsed="0.002565"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T02:15:44.090923" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T02:15:44.088535" elapsed="0.002420"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T02:15:44.093601" level="INFO">@{result_value_list} = [ 27510.59 | 33527.40 | 31984.58 | 10880.17 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-04T02:15:44.091149" elapsed="0.002488"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.094147" level="INFO">Length is 4.</msg>
<msg time="2026-07-04T02:15:44.094249" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-04T02:15:44.093808" elapsed="0.000476"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.099167" level="INFO">min :: 27510.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.094718" elapsed="0.004506"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-04T02:15:44.094586" elapsed="0.004673"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.103810" level="INFO">max :: 33527.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.099505" elapsed="0.004362"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-04T02:15:44.099362" elapsed="0.004539"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.108364" level="INFO">avg :: 31984.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.104112" elapsed="0.004318"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-04T02:15:44.103983" elapsed="0.004481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.112940" level="INFO">stdev :: 10880.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.108670" elapsed="0.004326"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-04T02:15:44.108547" elapsed="0.004484"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-04T02:15:44.094372" elapsed="0.018689"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.116939" level="INFO">${min} = 27510.59</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:15:44.113217" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.120909" level="INFO">${max} = 33527.40</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:15:44.117198" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.124966" level="INFO">${average} = 31984.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:15:44.121090" elapsed="0.003903"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.128867" level="INFO">${stdev} = 10880.17</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T02:15:44.125147" elapsed="0.003746"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.129442" level="INFO">${date} = 2026-07-04 02:15:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-04T02:15:44.129053" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.130036" level="INFO">CBench Result: 2026-07-04 02:15:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27510.59,33527.40,31984.58,10880.17</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T02:15:44.129620" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T02:15:44.131180" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-04T02:15:44.130717" elapsed="0.000531"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-04T02:15:44.131417" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-04T02:15:44.130234" elapsed="0.001718"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-04T02:05:37.416767" elapsed="606.715244"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.132482" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-04T02:15:44.132159" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-04T02:15:44.133733" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-04T02:15:44.133236" elapsed="0.000524"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-04T02:15:44.133981" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-07-04T02:15:44.133836" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-07-04T02:15:44.133817" elapsed="0.000249"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-04T02:15:44.134208" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-04T02:15:44.134386" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-04T02:15:44.134549" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-04T02:15:44.134742" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-04T02:15:44.134898" 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-07-04T02:15:44.135042" 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-07-04T02:15:44.135184" 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-07-04T02:15:44.135416" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-04T02:15:44.135265" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-07-04T02:15:44.135249" elapsed="0.000242"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-04T02:15:44.132905" elapsed="0.002636"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-04T02:05:37.415463" elapsed="606.720123"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-04T01:45:21.030285" elapsed="1823.105932"/>
</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>
