<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-05T01:52:13.837619" 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-05T01:52:14.403017" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-05T01:52:14.402862" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:14.402833" elapsed="0.000283"/>
</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-05T01:52:14.403264" elapsed="0.000509"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T01:52:14.404273" level="INFO">Logging into '10.30.171.102:8101' as 'karaf'.</msg>
<msg time="2026-07-05T01:52:15.253673" 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-05T01:52:14.403969" elapsed="0.849849"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T01:52:15.302054" 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-05T01:52:15.254077" elapsed="0.048046"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T01:52:15.309328" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T01:52:15.309440" 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-05T01:52:15.302286" elapsed="0.007183"/>
</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-05T01:52:15.309629" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T01:52:15.310006" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:52:15.310683" 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-05T01:52:15.310364" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T01:52:15.310788" elapsed="0.000052"/>
</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.102
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-05T01:52:14.402481" elapsed="0.908498"/>
</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-05T01:52:14.398872" elapsed="0.912172"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T01:52:15.311597" 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-05T01:52:15.311229" elapsed="0.000424"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T01:52:15.312079" 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-05T01:52:15.311805" elapsed="0.000329"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T01:52:15.312682" 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-05T01:52:15.312302" elapsed="0.000407"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T01:52:15.313230" 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-05T01:52:15.312876" elapsed="0.000396"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T01:52:15.313792" 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-05T01:52:15.313417" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T01:52:15.314308" 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-05T01:52:15.313998" elapsed="0.000352"/>
</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-05T01:52:15.314677" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T01:52:15.314458" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T01:52:15.319200" 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-05T01:52:15.318780" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T01:52:15.320609" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T01:52:15.320707" 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-05T01:52:15.319777" elapsed="0.000957"/>
</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-05T01:52:15.320925" elapsed="0.000385"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T01:52:15.322357" level="INFO">Logging into '10.30.171.11:22' as 'jenkins'.</msg>
<msg time="2026-07-05T01:52:16.071990" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 01:52:15 UTC 2026

  System load:  0.06               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.11
  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-770-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-05T01:52:15.321826" elapsed="0.750324"/>
</kw>
<msg time="2026-07-05T01:52:16.072243" 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-05T01:52:15.321473" elapsed="0.750861"/>
</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-05T01:52:15.319431" elapsed="0.753029"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.082971" 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-05T01:52:16.072667" elapsed="0.012519"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T01:52:16.085567" elapsed="0.000599"/>
</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-05T01:52:15.318269" elapsed="0.768031"/>
</kw>
<status status="PASS" start="2026-07-05T01:52:15.314816" elapsed="0.771563"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:15.314431" elapsed="0.772013"/>
</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-05T01:52:16.086776" elapsed="0.001035"/>
</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-05T01:52:16.094860" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-05T01:52:16.094740" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:16.094715" elapsed="0.000238"/>
</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-05T01:52:16.098492" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-05T01:52:16.098378" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:16.098358" elapsed="0.000204"/>
</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-05T01:52:16.098693" elapsed="0.000446"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.099546" level="INFO">Logging into '10.30.171.102:8101' as 'karaf'.</msg>
<msg time="2026-07-05T01:52:16.287076" 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-05T01:52:16.099286" elapsed="0.187920"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.382764" 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-05T01:52:16.287420" elapsed="0.095428"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.390469" 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-05T01:52:16.390660" 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-05T01:52:16.383030" elapsed="0.007662"/>
</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-05T01:52:16.390835" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T01:52:16.391185" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:52:16.391868" 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-05T01:52:16.391540" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T01:52:16.391998" elapsed="0.000052"/>
</return>
<msg time="2026-07-05T01:52:16.392198" 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.102
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-05T01:52:16.098022" elapsed="0.294208"/>
</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-05T01:52:16.392377" elapsed="0.000554"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T01:52:16.392983" elapsed="0.000033"/>
</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-05T01:52:16.094433" elapsed="0.298682"/>
</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-05T01:52:16.396848" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-05T01:52:16.396714" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:16.396689" elapsed="0.000246"/>
</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-05T01:52:16.397067" elapsed="0.000438"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.398145" level="INFO">Logging into '10.30.171.102:8101' as 'karaf'.</msg>
<msg time="2026-07-05T01:52:16.552413" 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-05T01:52:16.397652" elapsed="0.154849"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.571604" 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-05T01:52:16.552658" elapsed="0.019002"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.573382" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T01:52:16.573473" 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-05T01:52:16.571801" elapsed="0.001700"/>
</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-05T01:52:16.573634" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T01:52:16.573954" elapsed="0.000158"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:52:16.574505" 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-05T01:52:16.574244" elapsed="0.000315"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T01:52:16.574605" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.102
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-05T01:52:16.396387" elapsed="0.178357"/>
</kw>
<status status="PASS" start="2026-07-05T01:52:14.397131" elapsed="2.177672"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:52:16.576961" 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-05T01:52:16.575945" elapsed="0.001081"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T01:52:16.578403" 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-05T01:52:16.578061" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-05T01:52:16.578749" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T01:52:16.578521" elapsed="0.000286"/>
</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-05T01:52:16.581749" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-07-05T01:52:16.581496" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:16.581476" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.582182" 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-05T01:52:16.582302" 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-05T01:52:16.581988" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:52:16.582876" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.11" 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-05T01:52:16.582462" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.583552" 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-05T01:52:16.583090" elapsed="0.000489"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T01:52:16.584491" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T01:52:16.584582" 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-05T01:52:16.584178" elapsed="0.000428"/>
</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-05T01:52:16.584749" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T01:52:16.585965" level="INFO">Logging into '10.30.171.11:22' as 'jenkins'.</msg>
<msg time="2026-07-05T01:52:17.005170" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 01:52:15 UTC 2026

  System load:  0.06               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.11
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul  5 01:52:15 2026 from 10.30.170.52
[?2004h[jenkins@releng-48317-770-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-05T01:52:16.585596" elapsed="0.419748"/>
</kw>
<msg time="2026-07-05T01:52:17.005427" 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-05T01:52:16.585252" elapsed="0.420264"/>
</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-05T01:52:16.583782" elapsed="0.421851"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T01:52:17.006173" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T02:02:23.126973" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T02:02:23.127572" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T02:02:23.127688" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-05T01:52:17.005850" elapsed="606.121901"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:02:23.128257" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.130323" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:22.215 16  switches: flows:  112691 108897 111673 110710 110492 110811 113298 110553 107243 106806 109328 108129 106050 107309 107966 108750  total = 29.178433 per ms 
01:54:22.316 16  switches: flows:  117065 117416 116968 116614 115777 116495 116049 113249 111810 113117 112750 111768 110218 110091 112112 112540  total = 30.349356 per ms 
01:55:22.417 16  switches: flows:  121449 119800 117925 118770 118949 119302 120352 118901 117757 115743 118163 114271 114335 115016 116502 117075  total = 31.352831 per ms 
01:56:22.517 16  switches: flows:  123524 120537 120342 121839 121636 122374 122299 120184 118492 116150 120674 115700 115767 114817 116257 116705  total = 31.735310 per ms 
01:57:22.617 16  switches: flows:  124311 122447 120647 120965 122511 121739 122507 121212 118017 116782 120427 115870 117715 115720 116994 116704  total = 31.856303 per ms 
01:58:22.717 16  switches: flows:  124442 120622 118921 119850 122000 123306 122343 120042 117774 116873 119673 116813 116647 116330 116046 115203  total = 31.728420 per ms 
01:59:22.818 16  switches: flows:  123279 120912 120218 120820 122012 121245 120847 119825 115943 115998 119130 115842 116511 114439 114769 114338  total = 31.549412 per ms 
02:00:22.918 16  switches: flows:  122368 118665 117652 119400 119067 118379 118489 118794 114399 114194 116661 114305 114646 114788 116594 115552  total = 31.180493 per ms 
02:01:23.018 16  switches: flows:  122310 119780 120931 122777 122121 120180 119373 119749 120130 116715 119388 117591 117355 118974 119258 118278  total = 31.861973 per ms 
02:02:23.119 16  switches: flows:  122578 122422 121036 122812 123397 122600 120817 119936 120659 118432 120558 116871 117274 119333 119196 119296  total = 32.066709 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30349.36/32066.71/31520.09/10517.97 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:02:23.129498" elapsed="0.001450"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T02:02:23.131497" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-07-05T02:02:23.131159" elapsed="0.000525"/>
</branch>
<status status="PASS" start="2026-07-05T02:02:23.131096" elapsed="0.000647"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T02:02:23.131878" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:02:23.131826" elapsed="0.000136"/>
</branch>
<status status="NOT RUN" start="2026-07-05T02:02:23.131804" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T02:02:23.132039" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T02:02:23.135715" elapsed="0.000588"/>
</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-05T02:02:23.136513" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:02:23.136967" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T02:02:23.132489" elapsed="0.004697"/>
</kw>
<msg time="2026-07-05T02:02:23.137369" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-05T01:52:16.579175" elapsed="606.558232"/>
</kw>
<status status="PASS" start="2026-07-05T01:52:16.578834" elapsed="606.558640"/>
</branch>
<status status="PASS" start="2026-07-05T01:52:16.578500" elapsed="606.559009"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.138159" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:22.215 16  switches: flows:  112691 108897 111673 110710 110492 110811 113298 110553 107243 106806 109328 108129 106050 107309 107966 108750  total = 29.178433 per ms 
01:54:22.316 16  switches: flows:  117065 117416 116968 116614 115777 116495 116049 113249 111810 113117 112750 111768 110218 110091 112112 112540  total = 30.349356 per ms 
01:55:22.417 16  switches: flows:  121449 119800 117925 118770 118949 119302 120352 118901 117757 115743 118163 114271 114335 115016 116502 117075  total = 31.352831 per ms 
01:56:22.517 16  switches: flows:  123524 120537 120342 121839 121636 122374 122299 120184 118492 116150 120674 115700 115767 114817 116257 116705  total = 31.735310 per ms 
01:57:22.617 16  switches: flows:  124311 122447 120647 120965 122511 121739 122507 121212 118017 116782 120427 115870 117715 115720 116994 116704  total = 31.856303 per ms 
01:58:22.717 16  switches: flows:  124442 120622 118921 119850 122000 123306 122343 120042 117774 116873 119673 116813 116647 116330 116046 115203  total = 31.728420 per ms 
01:59:22.818 16  switches: flows:  123279 120912 120218 120820 122012 121245 120847 119825 115943 115998 119130 115842 116511 114439 114769 114338  total = 31.549412 per ms 
02:00:22.918 16  switches: flows:  122368 118665 117652 119400 119067 118379 118489 118794 114399 114194 116661 114305 114646 114788 116594 115552  total = 31.180493 per ms 
02:01:23.018 16  switches: flows:  122310 119780 120931 122777 122121 120180 119373 119749 120130 116715 119388 117591 117355 118974 119258 118278  total = 31.861973 per ms 
02:02:23.119 16  switches: flows:  122578 122422 121036 122812 123397 122600 120817 119936 120659 118432 120558 116871 117274 119333 119196 119296  total = 32.066709 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30349.36/32066.71/31520.09/10517.97 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:02:23.137718" elapsed="0.000543"/>
</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-05T02:02:23.138470" elapsed="0.000542"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T02:02:23.139550" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T02:02:23.139674" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30349.36/32066.71/31520.09/10517.97 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-05T02:02:23.139236" elapsed="0.000472"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:02:23.140294" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30349.36/32066.71/31520.09/10517.97 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T02:02:23.139940" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.143951" 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-05T02:02:23.140531" elapsed="0.003484"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.146469" level="INFO">30349.36/32066.71/31520.09/10517.97</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:02:23.144173" elapsed="0.002353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:02:23.148876" 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-05T02:02:23.146695" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:02:23.151382" level="INFO">@{result_value_list} = [ 30349.36 | 32066.71 | 31520.09 | 10517.97 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T02:02:23.149148" elapsed="0.002262"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.151934" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T02:02:23.152026" 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-05T02:02:23.151568" elapsed="0.000482"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.156759" level="INFO">min :: 30349.36</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-05T02:02:23.152460" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T02:02:23.152325" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.161402" level="INFO">max :: 32066.71</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-05T02:02:23.157126" elapsed="0.004337"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T02:02:23.156982" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.166225" level="INFO">avg :: 31520.09</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-05T02:02:23.161734" elapsed="0.004559"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T02:02:23.161594" elapsed="0.004739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.170993" level="INFO">stdev :: 10517.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:02:23.166581" elapsed="0.004475"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T02:02:23.166434" elapsed="0.004659"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T02:02:23.152124" elapsed="0.019006"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.176421" level="INFO">${min} = 30349.36</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-05T02:02:23.171314" elapsed="0.005143"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.180721" level="INFO">${max} = 32066.71</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-05T02:02:23.176662" elapsed="0.004088"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.184714" level="INFO">${average} = 31520.09</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-05T02:02:23.180940" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.188630" level="INFO">${stdev} = 10517.97</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T02:02:23.184919" elapsed="0.003738"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.189246" level="INFO">${date} = 2026-07-05 02:02:23</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-05T02:02:23.188826" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.189884" level="INFO">CBench Result: 2026-07-05 02:02:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30349.36,32066.71,31520.09,10517.97</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:02:23.189422" elapsed="0.000538"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T02:02:23.191151" 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-05T02:02:23.190623" elapsed="0.000596"/>
</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-05T02:02:23.191371" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T02:02:23.190133" elapsed="0.001803"/>
</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-05T01:52:16.577416" elapsed="606.614587"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.192491" 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-05T02:02:23.192165" elapsed="0.000382"/>
</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-05T02:02:23.193101" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-05T02:02:23.192776" elapsed="0.000663"/>
</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-05T01:52:16.574983" elapsed="606.618493"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.194798" 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-05T02:02:23.194389" elapsed="0.000472"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.196154" 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-05T02:02:23.195807" elapsed="0.000389"/>
</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-05T02:02:23.196576" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:02:23.196350" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-05T02:02:23.199634" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:02:23.199385" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-07-05T02:02:23.199366" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:02:23.200116" 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-05T02:02:23.200242" 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-05T02:02:23.199850" elapsed="0.000418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.200821" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.102 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.11" 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-05T02:02:23.200403" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:02:23.201445" 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-05T02:02:23.201034" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:02:23.202383" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T02:02:23.202471" 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-05T02:02:23.202063" elapsed="0.000432"/>
</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-05T02:02:23.202636" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T02:02:23.203863" level="INFO">Logging into '10.30.171.11:22' as 'jenkins'.</msg>
<msg time="2026-07-05T02:02:23.781604" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 02:02:23 UTC 2026

  System load:  1.01               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.11
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul  5 01:52:16 2026 from 10.30.170.52
[?2004h[jenkins@releng-48317-770-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-05T02:02:23.203515" elapsed="0.578346"/>
</kw>
<msg time="2026-07-05T02:02:23.781978" 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-05T02:02:23.203173" elapsed="0.578915"/>
</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-05T02:02:23.201673" elapsed="0.580538"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T02:02:23.782840" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.102 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T02:12:32.693491" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T02:12:32.694155" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T02:12:32.694284" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102: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-05T02:02:23.782468" elapsed="608.911879"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:12:32.694858" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.697236" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102: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.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:28.902 16  switches: flows:  546784 543460 542049 553938 548166 557097 534893 557677 537587 545898 554336 538925 540657 539384 546802 536587  total = 145.404000 per ms 
02:04:29.008 16  switches: flows:  515143 506123 520685 513475 529195 527259 509568 523899 518524 514646 512617 526555 522325 503310 518045 513280  total = 137.667634 per ms 
02:05:29.109 16  switches: flows:  607608 604858 610768 606761 597814 605569 602756 615014 602486 607504 613650 611471 607065 605026 597082 610190  total = 161.489046 per ms 
02:06:29.211 16  switches: flows:  573499 575744 576180 572665 574362 584929 570543 588214 575154 565910 567881 578111 572819 567414 568261 571609  total = 152.796835 per ms 
02:07:29.313 16  switches: flows:  479585 483484 480362 481285 491760 484334 472767 490302 484368 470562 492998 488958 487173 477485 483893 485636  total = 128.699411 per ms 
02:08:29.414 16  switches: flows:  545205 553337 541806 536760 537378 555493 548877 546903 541340 551255 560463 550012 556527 551147 543108 568391  total = 146.220932 per ms 
02:09:32.374 16  switches: flows:  401018 417849 460746 535598 453029 297037 443350 441291 307482 433259 410198 452078 518339 380024 283221 284013  total = 103.534097 per ms 
02:10:32.477 16  switches: flows:  507257 446905 438141 443591 451100 445944 443634 444906 489512 438231 498104 464881 464255 442286 502254 437058  total = 122.426514 per ms 
02:11:32.579 16  switches: flows:  514910 517571 517302 519184 514194 519276 521966 518144 517591 522265 521374 516944 520328 511285 518231 523702  total = 138.002969 per ms 
02:12:32.683 16  switches: flows:  498182 488186 489635 491854 496309 499043 493270 501264 505449 500140 419535 498989 478609 499956 487410 512394  total = 130.779468 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 103534.10/161489.05/135735.21/48057.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:12:32.696119" elapsed="0.001441"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T02:12:32.698125" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-05T02:12:32.697770" elapsed="0.000519"/>
</branch>
<status status="PASS" start="2026-07-05T02:12:32.697714" elapsed="0.000634"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T02:12:32.698609" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:12:32.698484" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-07-05T02:12:32.698447" elapsed="0.000314"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T02:12:32.698836" elapsed="0.000032"/>
</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-05T02:12:32.704337" elapsed="0.000352"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-05T02:12:32.704839" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:12:32.705197" elapsed="0.000124"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T02:12:32.699595" elapsed="0.005783"/>
</kw>
<msg time="2026-07-05T02:12:32.705507" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102: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-05T02:02:23.196998" elapsed="609.508536"/>
</kw>
<status status="PASS" start="2026-07-05T02:02:23.196661" elapsed="609.508921"/>
</branch>
<status status="PASS" start="2026-07-05T02:02:23.196323" elapsed="609.509283"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.706105" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102: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.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:28.902 16  switches: flows:  546784 543460 542049 553938 548166 557097 534893 557677 537587 545898 554336 538925 540657 539384 546802 536587  total = 145.404000 per ms 
02:04:29.008 16  switches: flows:  515143 506123 520685 513475 529195 527259 509568 523899 518524 514646 512617 526555 522325 503310 518045 513280  total = 137.667634 per ms 
02:05:29.109 16  switches: flows:  607608 604858 610768 606761 597814 605569 602756 615014 602486 607504 613650 611471 607065 605026 597082 610190  total = 161.489046 per ms 
02:06:29.211 16  switches: flows:  573499 575744 576180 572665 574362 584929 570543 588214 575154 565910 567881 578111 572819 567414 568261 571609  total = 152.796835 per ms 
02:07:29.313 16  switches: flows:  479585 483484 480362 481285 491760 484334 472767 490302 484368 470562 492998 488958 487173 477485 483893 485636  total = 128.699411 per ms 
02:08:29.414 16  switches: flows:  545205 553337 541806 536760 537378 555493 548877 546903 541340 551255 560463 550012 556527 551147 543108 568391  total = 146.220932 per ms 
02:09:32.374 16  switches: flows:  401018 417849 460746 535598 453029 297037 443350 441291 307482 433259 410198 452078 518339 380024 283221 284013  total = 103.534097 per ms 
02:10:32.477 16  switches: flows:  507257 446905 438141 443591 451100 445944 443634 444906 489512 438231 498104 464881 464255 442286 502254 437058  total = 122.426514 per ms 
02:11:32.579 16  switches: flows:  514910 517571 517302 519184 514194 519276 521966 518144 517591 522265 521374 516944 520328 511285 518231 523702  total = 138.002969 per ms 
02:12:32.683 16  switches: flows:  498182 488186 489635 491854 496309 499043 493270 501264 505449 500140 419535 498989 478609 499956 487410 512394  total = 130.779468 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 103534.10/161489.05/135735.21/48057.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:12:32.705751" elapsed="0.000443"/>
</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-05T02:12:32.706347" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T02:12:32.707207" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T02:12:32.707301" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 103534.10/161489.05/135735.21/48057.06 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-05T02:12:32.706939" elapsed="0.000387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:12:32.707757" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 103534.10/161489.05/135735.21/48057.06 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T02:12:32.707484" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.710369" 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-05T02:12:32.707970" elapsed="0.002480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.713019" level="INFO">103534.10/161489.05/135735.21/48057.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:12:32.710635" elapsed="0.002461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:12:32.715645" 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-05T02:12:32.713270" elapsed="0.002404"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:12:32.718144" level="INFO">@{result_value_list} = [ 103534.10 | 161489.05 | 135735.21 | 48057.06 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-05T02:12:32.715871" elapsed="0.002302"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.718693" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T02:12:32.718783" 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-05T02:12:32.718345" elapsed="0.000462"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.723802" level="INFO">min :: 103534.10</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-05T02:12:32.719246" elapsed="0.004615"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T02:12:32.719090" elapsed="0.004806"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.728694" level="INFO">max :: 161489.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:12:32.724133" elapsed="0.004621"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T02:12:32.724003" elapsed="0.004803"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.733709" level="INFO">avg :: 135735.21</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-05T02:12:32.729076" elapsed="0.004693"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T02:12:32.728937" elapsed="0.004867"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.738854" level="INFO">stdev :: 48057.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:12:32.734084" elapsed="0.004849"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T02:12:32.733916" elapsed="0.005055"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T02:12:32.718882" elapsed="0.020122"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.743216" level="INFO">${min} = 103534.10</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-05T02:12:32.739196" elapsed="0.004049"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.747368" level="INFO">${max} = 161489.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T02:12:32.743404" elapsed="0.003995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.751484" level="INFO">${average} = 135735.21</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-05T02:12:32.747561" elapsed="0.003961"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.755680" level="INFO">${stdev} = 48057.06</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T02:12:32.751695" elapsed="0.004015"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.756302" level="INFO">${date} = 2026-07-05 02:12:32</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-05T02:12:32.755876" elapsed="0.000453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.756974" level="INFO">CBench Result: 2026-07-05 02:12:32,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,103534.10,161489.05,135735.21,48057.06</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:12:32.756487" elapsed="0.000547"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T02:12:32.758153" 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-05T02:12:32.757716" elapsed="0.000508"/>
</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-05T02:12:32.758377" elapsed="0.000572"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T02:12:32.757196" elapsed="0.001821"/>
</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-05T02:02:23.195230" elapsed="609.563849"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.759592" 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-05T02:12:32.759243" elapsed="0.000424"/>
</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-05T02:12:32.760215" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-07-05T02:12:32.759882" elapsed="0.000731"/>
</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-05T02:02:23.193790" elapsed="609.566861"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.761986" 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-05T02:12:32.761536" elapsed="0.000523"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.764056" 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-05T02:12:32.763650" elapsed="0.000453"/>
</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-05T02:12:32.764472" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:12:32.764238" elapsed="0.000294"/>
</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-05T02:12:32.767656" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:12:32.767405" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-07-05T02:12:32.767385" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:12:32.768092" 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-05T02:12:32.768209" 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-05T02:12:32.767874" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.768793" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.11" 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-05T02:12:32.768370" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T02:12:32.769400" 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-05T02:12:32.769005" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:12:32.770324" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T02:12:32.770451" 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-05T02:12:32.770010" elapsed="0.000469"/>
</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-05T02:12:32.770621" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T02:12:32.771816" level="INFO">Logging into '10.30.171.11:22' as 'jenkins'.</msg>
<msg time="2026-07-05T02:12:33.462408" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 02:12:33 UTC 2026

  System load:  0.28               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.11
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul  5 02:02:23 2026 from 10.30.170.52
[?2004h[jenkins@releng-48317-770-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-05T02:12:32.771459" elapsed="0.691208"/>
</kw>
<msg time="2026-07-05T02:12:33.462777" 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-05T02:12:32.771116" elapsed="0.691756"/>
</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-05T02:12:32.769625" elapsed="0.693386"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T02:12:33.463593" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T02:22:39.631475" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T02:22:39.632111" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T02:22:39.632219" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-05T02:12:33.463239" elapsed="606.169037"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:22:39.632738" elapsed="0.000727"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.634613" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:38.708 16  switches: flows:  101326 97419 101011 100368 98995 99419 98515 100151 99732 98810 96222 97960 95879 96918 96954 96480  total = 26.269317 per ms 
02:14:38.809 16  switches: flows:  108329 106758 107054 107460 108557 107803 106126 108122 108828 104287 104476 107515 102613 104517 103022 103253  total = 28.264811 per ms 
02:15:38.910 16  switches: flows:  113653 110937 111999 114458 110605 114150 114338 111560 112231 113068 111212 111880 110849 112362 110580 111976  total = 29.881089 per ms 
02:16:39.011 16  switches: flows:  116275 112318 115569 115769 114677 111955 114971 114146 113202 113995 112741 113949 112289 112287 112231 111537  total = 30.248038 per ms 
02:17:39.112 16  switches: flows:  114732 111200 113678 115765 112457 113902 115566 113425 113270 113139 111090 109328 112479 113545 109674 109195  total = 29.990434 per ms 
02:18:39.214 16  switches: flows:  113919 109729 112955 115018 110637 113881 111993 112387 113122 112866 109276 109933 109994 111567 107784 108598  total = 29.677650 per ms 
02:19:39.317 16  switches: flows:  110873 106755 110511 112660 108411 109071 110822 111519 109494 108713 107344 107796 108298 108374 105880 106660  total = 29.003855 per ms 
02:20:39.418 16  switches: flows:  104731 103068 104541 106044 104837 105091 105422 104400 103282 105106 102504 103291 102612 101183 100380 104417  total = 27.635673 per ms 
02:21:39.519 16  switches: flows:  102702 101702 103386 101384 103542 103065 101226 102007 99774 101789 101224 99728 99608 99711 99312 102112  total = 26.992800 per ms 
02:22:39.620 16  switches: flows:  117642 112008 114336 113226 115963 115766 114279 115027 113788 112749 112249 111689 110679 112273 111657 111981  total = 30.204774 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26992.80/30248.04/29099.90/9765.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:22:39.633830" elapsed="0.001126"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T02:22:39.635480" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-07-05T02:22:39.635147" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-07-05T02:22:39.635091" elapsed="0.000614"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T02:22:39.635940" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-05T02:22:39.635830" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-07-05T02:22:39.635795" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T02:22:39.636148" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-05T02:22:39.641989" elapsed="0.000381"/>
</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-05T02:22:39.642526" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T02:22:39.642824" elapsed="0.000118"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T02:22:39.636845" elapsed="0.006152"/>
</kw>
<msg time="2026-07-05T02:22:39.643128" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-05T02:12:32.764892" elapsed="606.878263"/>
</kw>
<status status="PASS" start="2026-07-05T02:12:32.764562" elapsed="606.878643"/>
</branch>
<status status="PASS" start="2026-07-05T02:12:32.764212" elapsed="606.879021"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.643727" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:38.708 16  switches: flows:  101326 97419 101011 100368 98995 99419 98515 100151 99732 98810 96222 97960 95879 96918 96954 96480  total = 26.269317 per ms 
02:14:38.809 16  switches: flows:  108329 106758 107054 107460 108557 107803 106126 108122 108828 104287 104476 107515 102613 104517 103022 103253  total = 28.264811 per ms 
02:15:38.910 16  switches: flows:  113653 110937 111999 114458 110605 114150 114338 111560 112231 113068 111212 111880 110849 112362 110580 111976  total = 29.881089 per ms 
02:16:39.011 16  switches: flows:  116275 112318 115569 115769 114677 111955 114971 114146 113202 113995 112741 113949 112289 112287 112231 111537  total = 30.248038 per ms 
02:17:39.112 16  switches: flows:  114732 111200 113678 115765 112457 113902 115566 113425 113270 113139 111090 109328 112479 113545 109674 109195  total = 29.990434 per ms 
02:18:39.214 16  switches: flows:  113919 109729 112955 115018 110637 113881 111993 112387 113122 112866 109276 109933 109994 111567 107784 108598  total = 29.677650 per ms 
02:19:39.317 16  switches: flows:  110873 106755 110511 112660 108411 109071 110822 111519 109494 108713 107344 107796 108298 108374 105880 106660  total = 29.003855 per ms 
02:20:39.418 16  switches: flows:  104731 103068 104541 106044 104837 105091 105422 104400 103282 105106 102504 103291 102612 101183 100380 104417  total = 27.635673 per ms 
02:21:39.519 16  switches: flows:  102702 101702 103386 101384 103542 103065 101226 102007 99774 101789 101224 99728 99608 99711 99312 102112  total = 26.992800 per ms 
02:22:39.620 16  switches: flows:  117642 112008 114336 113226 115963 115766 114279 115027 113788 112749 112249 111689 110679 112273 111657 111981  total = 30.204774 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26992.80/30248.04/29099.90/9765.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:22:39.643410" elapsed="0.000392"/>
</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-05T02:22:39.643964" elapsed="0.000363"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T02:22:39.644715" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T02:22:39.644803" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26992.80/30248.04/29099.90/9765.99 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-05T02:22:39.644493" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:22:39.645244" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26992.80/30248.04/29099.90/9765.99 | 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-05T02:22:39.644994" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.647659" 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-05T02:22:39.645417" elapsed="0.002298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.650061" level="INFO">26992.80/30248.04/29099.90/9765.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:22:39.647861" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:22:39.652460" 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-05T02:22:39.650266" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T02:22:39.654981" level="INFO">@{result_value_list} = [ 26992.80 | 30248.04 | 29099.90 | 9765.99 ]</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-05T02:22:39.652719" elapsed="0.002289"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.655492" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T02:22:39.655580" 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-05T02:22:39.655163" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.660326" level="INFO">min :: 26992.80</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-05T02:22:39.656000" elapsed="0.004382"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T02:22:39.655858" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.664882" level="INFO">max :: 30248.04</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-05T02:22:39.660630" elapsed="0.004321"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T02:22:39.660504" elapsed="0.004481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.669658" level="INFO">avg :: 29099.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T02:22:39.665193" elapsed="0.004522"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T02:22:39.665068" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.674840" level="INFO">stdev :: 9765.99</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-05T02:22:39.669978" elapsed="0.004944"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T02:22:39.669832" elapsed="0.005129"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T02:22:39.655670" elapsed="0.019322"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.678880" level="INFO">${min} = 26992.80</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-05T02:22:39.675156" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.682749" level="INFO">${max} = 30248.04</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-05T02:22:39.679083" elapsed="0.003693"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.686742" level="INFO">${average} = 29099.90</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-05T02:22:39.682951" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.690637" level="INFO">${stdev} = 9765.99</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-05T02:22:39.686942" elapsed="0.003721"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.691191" level="INFO">${date} = 2026-07-05 02:22:39</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-05T02:22:39.690822" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.691790" level="INFO">CBench Result: 2026-07-05 02:22:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26992.80,30248.04,29099.90,9765.99</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-05T02:22:39.691379" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T02:22:39.692994" 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-05T02:22:39.692485" elapsed="0.000577"/>
</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-05T02:22:39.693213" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T02:22:39.692015" elapsed="0.001710"/>
</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-05T02:12:32.762466" elapsed="606.931318"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.694257" 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-05T02:22:39.693945" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T02:22:39.695544" 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-05T02:22:39.695043" elapsed="0.000528"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-05T02:22:39.695824" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-07-05T02:22:39.695648" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-07-05T02:22:39.695627" elapsed="0.000312"/>
</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-05T02:22:39.696081" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-05T02:22:39.696244" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-05T02:22:39.696409" 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-05T02:22:39.696600" elapsed="0.000020"/>
</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-05T02:22:39.696749" 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-05T02:22:39.696894" elapsed="0.000034"/>
</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-05T02:22:39.697053" 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-05T02:22:39.697269" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-05T02:22:39.697135" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-07-05T02:22:39.697118" elapsed="0.000225"/>
</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-05T02:22:39.694698" elapsed="0.002706"/>
</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-05T02:12:32.760961" elapsed="606.936501"/>
</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-05T01:52:13.839166" elapsed="1825.859171"/>
</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>
