<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-23T01:45:09.677171" 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-23T01:45:10.242287" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:45:10.242150" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:10.242116" elapsed="0.000276"/>
</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-23T01:45:10.242552" elapsed="0.000526"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T01:45:10.243567" level="INFO">Logging into '10.30.170.235:8101' as 'karaf'.</msg>
<msg time="2026-07-23T01:45:11.111507" 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-23T01:45:10.243248" elapsed="0.868447"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T01:45:11.159803" 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-23T01:45:11.111988" elapsed="0.047890"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T01:45:11.161623" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T01:45:11.161732" 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-23T01:45:11.160062" 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-23T01:45:11.161917" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:45:11.162277" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:45:11.163000" 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-23T01:45:11.162660" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T01:45:11.163106" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.235
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-23T01:45:10.241746" elapsed="0.921540"/>
</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-23T01:45:10.238141" elapsed="0.925209"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T01:45:11.163937" 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-23T01:45:11.163556" elapsed="0.000437"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T01:45:11.164410" 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-23T01:45:11.164161" elapsed="0.000329"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T01:45:11.165057" 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-23T01:45:11.164646" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T01:45:11.165685" 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-23T01:45:11.165253" elapsed="0.000476"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T01:45:11.166254" 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-23T01:45:11.165879" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T01:45:11.166778" 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-23T01:45:11.166441" elapsed="0.000380"/>
</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-23T01:45:11.167121" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:45:11.166908" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:45:11.171727" 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-23T01:45:11.171296" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:45:11.172763" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T01:45:11.172844" 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-23T01:45:11.172305" elapsed="0.000563"/>
</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-23T01:45:11.173011" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T01:45:11.174383" level="INFO">Logging into '10.30.171.203:22' as 'jenkins'.</msg>
<msg time="2026-07-23T01:45:11.877524" 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 Thu Jul 23 01:45:11 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.203
  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-788-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-23T01:45:11.173897" elapsed="0.703793"/>
</kw>
<msg time="2026-07-23T01:45:11.877785" 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-23T01:45:11.173550" elapsed="0.704331"/>
</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-23T01:45:11.171961" elapsed="0.706048"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-23T01:45:11.885442" 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-23T01:45:11.878238" elapsed="0.009318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:45:11.887807" elapsed="0.000371"/>
</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-23T01:45:11.170779" elapsed="0.717485"/>
</kw>
<status status="PASS" start="2026-07-23T01:45:11.167405" elapsed="0.720910"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:11.166883" elapsed="0.721476"/>
</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-23T01:45:11.888600" elapsed="0.000757"/>
</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-23T01:45:11.898962" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:45:11.898697" elapsed="0.000381"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:11.898645" elapsed="0.000486"/>
</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-23T01:45:11.904335" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:45:11.904219" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:11.904199" elapsed="0.000208"/>
</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-23T01:45:11.904557" elapsed="0.000453"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T01:45:11.905441" level="INFO">Logging into '10.30.170.235:8101' as 'karaf'.</msg>
<msg time="2026-07-23T01:45:12.093001" 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-23T01:45:11.905168" elapsed="0.187967"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.189290" 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-23T01:45:12.093362" elapsed="0.096012"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.194749" 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-23T01:45:12.194935" 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-23T01:45:12.189571" elapsed="0.005396"/>
</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-23T01:45:12.195107" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:45:12.195437" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:45:12.196229" 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-23T01:45:12.195901" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T01:45:12.196337" elapsed="0.000050"/>
</return>
<msg time="2026-07-23T01:45:12.196555" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.235
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-23T01:45:11.903845" elapsed="0.292743"/>
</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-23T01:45:12.196735" elapsed="0.000512"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T01:45:12.197298" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-23T01:45:11.898011" elapsed="0.299419"/>
</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-23T01:45:12.201224" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:45:12.201088" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:12.201065" elapsed="0.000230"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T01:45:12.201425" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.202289" level="INFO">Logging into '10.30.170.235:8101' as 'karaf'.</msg>
<msg time="2026-07-23T01:45:12.362355" 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-23T01:45:12.202033" elapsed="0.160446"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.388164" 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-23T01:45:12.362681" elapsed="0.025542"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.390326" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T01:45:12.390432" 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-23T01:45:12.388370" elapsed="0.002103"/>
</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-23T01:45:12.390611" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:45:12.390929" elapsed="0.000168"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:45:12.391541" 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-23T01:45:12.391233" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T01:45:12.391641" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.235
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-23T01:45:12.200740" elapsed="0.191057"/>
</kw>
<status status="PASS" start="2026-07-23T01:45:10.236303" elapsed="2.155556"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:45:12.394008" 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-23T01:45:12.392792" elapsed="0.001281"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T01:45:12.395505" 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-23T01:45:12.395132" elapsed="0.000418"/>
</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-23T01:45:12.395870" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:45:12.395629" elapsed="0.000299"/>
</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-23T01:45:12.398872" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:45:12.398622" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:12.398603" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.399283" 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-23T01:45:12.399404" 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-23T01:45:12.399085" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:45:12.400006" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.203" 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-23T01:45:12.399586" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.400678" 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-23T01:45:12.400205" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:45:12.401701" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T01:45:12.401791" 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-23T01:45:12.401329" elapsed="0.000486"/>
</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-23T01:45:12.401958" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.403316" level="INFO">Logging into '10.30.171.203:22' as 'jenkins'.</msg>
<msg time="2026-07-23T01:45:12.736306" 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 Thu Jul 23 01:45:11 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.203
  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: Thu Jul 23 01:45:11 2026 from 10.30.170.208
[?2004h[jenkins@releng-48317-788-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-23T01:45:12.402936" elapsed="0.333611"/>
</kw>
<msg time="2026-07-23T01:45:12.736647" 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-23T01:45:12.402440" elapsed="0.334317"/>
</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-23T01:45:12.400951" elapsed="0.335940"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T01:45:12.737515" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T01:55:18.864740" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T01:55:18.865320" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T01:55:18.865436" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235: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-23T01:45:12.737142" elapsed="606.128386"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:55:18.866078" elapsed="0.000843"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.868191" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:17.967 16  switches: flows:  112158 114991 115715 113912 112056 111436 112197 114679 111008 112047 112117 112062 110796 111612 110332 111598  total = 29.978600 per ms 
01:47:18.067 16  switches: flows:  125578 128539 129759 128855 126482 127392 126837 128127 125301 124427 126757 125841 126660 125676 123836 124643  total = 33.688920 per ms 
01:48:18.168 16  switches: flows:  120221 122275 119763 119954 119411 120116 119133 119419 119686 117306 117250 116696 119029 118575 117050 118088  total = 31.679967 per ms 
01:49:18.268 16  switches: flows:  125695 127205 128059 128019 123431 125397 127081 126743 125945 123562 124121 123289 125454 123457 122729 123331  total = 33.336309 per ms 
01:50:18.370 16  switches: flows:  125602 129344 130364 129541 124979 127057 127244 126232 127748 126979 125944 123779 126944 126048 122941 125713  total = 33.717189 per ms 
01:51:18.470 16  switches: flows:  122144 123033 125446 125567 123513 120841 124244 124930 123859 122834 121183 119744 123293 122157 119599 122779  total = 32.698162 per ms 
01:52:18.570 16  switches: flows:  124494 126583 128514 127235 126331 124797 126882 124638 125983 127757 124669 121113 125397 124717 121888 124790  total = 33.374078 per ms 
01:53:18.670 16  switches: flows:  124787 128096 128482 128207 127017 124499 126246 126017 125925 127509 124189 124684 124840 125497 125152 125159  total = 33.549055 per ms 
01:54:18.771 16  switches: flows:  128066 129290 130485 128885 127866 125909 127898 128352 128833 127933 125980 125191 125610 127115 125533 126527  total = 33.934564 per ms 
01:55:18.871 16  switches: flows:  127785 128696 130879 130082 128204 126415 127743 128581 130262 128551 127982 126883 125014 126724 123703 125883  total = 33.999695 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31679.97/33999.70/33330.88/11131.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:55:18.867328" elapsed="0.001268"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T01:55:18.869123" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-07-23T01:55:18.868800" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-07-23T01:55:18.868744" elapsed="0.000592"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T01:55:18.869609" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:55:18.869518" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-07-23T01:55:18.869438" elapsed="0.000330"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T01:55:18.869856" elapsed="0.000033"/>
</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-23T01:55:18.874085" elapsed="0.000508"/>
</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-23T01:55:18.874820" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:55:18.875235" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T01:55:18.870600" elapsed="0.004874"/>
</kw>
<msg time="2026-07-23T01:55:18.875663" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235: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-23T01:45:12.396274" elapsed="606.479426"/>
</kw>
<status status="PASS" start="2026-07-23T01:45:12.395958" elapsed="606.479810"/>
</branch>
<status status="PASS" start="2026-07-23T01:45:12.395608" elapsed="606.480192"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.876397" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:17.967 16  switches: flows:  112158 114991 115715 113912 112056 111436 112197 114679 111008 112047 112117 112062 110796 111612 110332 111598  total = 29.978600 per ms 
01:47:18.067 16  switches: flows:  125578 128539 129759 128855 126482 127392 126837 128127 125301 124427 126757 125841 126660 125676 123836 124643  total = 33.688920 per ms 
01:48:18.168 16  switches: flows:  120221 122275 119763 119954 119411 120116 119133 119419 119686 117306 117250 116696 119029 118575 117050 118088  total = 31.679967 per ms 
01:49:18.268 16  switches: flows:  125695 127205 128059 128019 123431 125397 127081 126743 125945 123562 124121 123289 125454 123457 122729 123331  total = 33.336309 per ms 
01:50:18.370 16  switches: flows:  125602 129344 130364 129541 124979 127057 127244 126232 127748 126979 125944 123779 126944 126048 122941 125713  total = 33.717189 per ms 
01:51:18.470 16  switches: flows:  122144 123033 125446 125567 123513 120841 124244 124930 123859 122834 121183 119744 123293 122157 119599 122779  total = 32.698162 per ms 
01:52:18.570 16  switches: flows:  124494 126583 128514 127235 126331 124797 126882 124638 125983 127757 124669 121113 125397 124717 121888 124790  total = 33.374078 per ms 
01:53:18.670 16  switches: flows:  124787 128096 128482 128207 127017 124499 126246 126017 125925 127509 124189 124684 124840 125497 125152 125159  total = 33.549055 per ms 
01:54:18.771 16  switches: flows:  128066 129290 130485 128885 127866 125909 127898 128352 128833 127933 125980 125191 125610 127115 125533 126527  total = 33.934564 per ms 
01:55:18.871 16  switches: flows:  127785 128696 130879 130082 128204 126415 127743 128581 130262 128551 127982 126883 125014 126724 123703 125883  total = 33.999695 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31679.97/33999.70/33330.88/11131.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:55:18.875995" elapsed="0.000539"/>
</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-23T01:55:18.876744" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T01:55:18.877827" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T01:55:18.877953" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31679.97/33999.70/33330.88/11131.60 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-23T01:55:18.877511" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:55:18.878582" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31679.97/33999.70/33330.88/11131.60 | 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-23T01:55:18.878204" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.882185" 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-23T01:55:18.878831" elapsed="0.003453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.885282" level="INFO">31679.97/33999.70/33330.88/11131.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:55:18.882542" elapsed="0.002796"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:55:18.887753" 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-23T01:55:18.885515" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:55:18.890228" level="INFO">@{result_value_list} = [ 31679.97 | 33999.70 | 33330.88 | 11131.60 ]</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-23T01:55:18.887971" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.890785" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T01:55:18.890876" 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-23T01:55:18.890417" elapsed="0.000483"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.895687" level="INFO">min :: 31679.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-23T01:55:18.891301" elapsed="0.004444"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T01:55:18.891169" elapsed="0.004610"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.900641" level="INFO">max :: 33999.70</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-23T01:55:18.896001" elapsed="0.004697"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T01:55:18.895871" elapsed="0.004862"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.905410" level="INFO">avg :: 33330.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:55:18.900958" elapsed="0.004537"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T01:55:18.900821" elapsed="0.004711"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.910220" level="INFO">stdev :: 11131.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:55:18.905755" elapsed="0.004523"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T01:55:18.905626" elapsed="0.004687"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T01:55:18.890970" elapsed="0.019375"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.914586" level="INFO">${min} = 31679.97</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-23T01:55:18.910530" elapsed="0.004083"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.918853" level="INFO">${max} = 33999.70</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-23T01:55:18.914802" elapsed="0.004078"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.922834" level="INFO">${average} = 33330.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T01:55:18.919034" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.926862" level="INFO">${stdev} = 11131.60</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-23T01:55:18.923014" elapsed="0.003874"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.927411" level="INFO">${date} = 2026-07-23 01:55:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-23T01:55:18.927053" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.928023" level="INFO">CBench Result: 2026-07-23 01:55:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31679.97,33999.70,33330.88,11131.60</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-23T01:55:18.927610" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T01:55:18.929133" 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-23T01:55:18.928722" elapsed="0.000477"/>
</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-23T01:55:18.929352" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T01:55:18.928228" elapsed="0.001677"/>
</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-23T01:45:12.394502" elapsed="606.535464"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.930479" 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-23T01:55:18.930128" elapsed="0.000415"/>
</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-23T01:55:18.931106" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-07-23T01:55:18.930791" elapsed="0.000679"/>
</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-23T01:45:12.392003" elapsed="606.539511"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.932818" 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-23T01:55:18.932412" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.934133" 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-23T01:55:18.933799" elapsed="0.000377"/>
</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-23T01:55:18.934556" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:55:18.934294" elapsed="0.000323"/>
</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-23T01:55:18.937591" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:55:18.937320" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-07-23T01:55:18.937295" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:55:18.937986" 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-23T01:55:18.938105" 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-23T01:55:18.937800" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.938723" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.235 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.203" 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-23T01:55:18.938266" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:55:18.939320" 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-23T01:55:18.938922" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:55:18.940248" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T01:55:18.940337" 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-23T01:55:18.939946" elapsed="0.000415"/>
</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-23T01:55:18.940527" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T01:55:18.941717" level="INFO">Logging into '10.30.171.203:22' as 'jenkins'.</msg>
<msg time="2026-07-23T01:55:19.525168" 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 Thu Jul 23 01:55:19 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.203
  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: Thu Jul 23 01:45:12 2026 from 10.30.170.208
[?2004h[jenkins@releng-48317-788-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-23T01:55:18.941344" elapsed="0.584023"/>
</kw>
<msg time="2026-07-23T01:55:19.525479" 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-23T01:55:18.941004" elapsed="0.584570"/>
</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-23T01:55:18.939574" elapsed="0.586120"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T01:55:19.526224" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.235 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T02:05:25.577961" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T02:05:25.578385" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T02:05:25.578480" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.235: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-23T01:55:19.525918" elapsed="606.052603"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:05:25.578881" elapsed="0.000504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.580172" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:24.661 16  switches: flows:  507935 516130 504906 514150 506234 515793 500937 517491 496693 506189 509174 501009 499913 493692 500307 501434  total = 134.866450 per ms 
01:57:24.763 16  switches: flows:  540444 541512 534132 545307 535593 542707 540592 546596 544781 542062 532542 551208 541692 539374 544787 540422  total = 144.150794 per ms 
01:58:24.866 16  switches: flows:  579067 577393 566644 574241 580416 579168 574370 581766 575631 566375 575277 576510 573156 565726 572732 567562  total = 152.837818 per ms 
01:59:24.968 16  switches: flows:  580822 571102 577295 576814 582750 574519 584337 581122 582321 581808 576765 584746 580656 583160 582827 581503  total = 154.448117 per ms 
02:00:25.070 16  switches: flows:  528379 536105 541472 541929 537753 536715 531971 537680 533002 541749 534791 541126 531067 540544 544578 542993  total = 143.122811 per ms 
02:01:25.172 16  switches: flows:  556297 550545 554587 556741 553915 557125 557603 557570 554560 562338 563698 553854 554749 560941 559797 559124  total = 148.306897 per ms 
02:02:25.274 16  switches: flows:  566749 582894 571655 577584 579925 581343 576559 580914 571841 577175 573982 580446 575320 579480 578301 581083  total = 153.661439 per ms 
02:03:25.375 16  switches: flows:  564861 574342 555865 564106 562386 567227 560732 571502 561692 558127 570294 560372 567694 555056 567079 562673  total = 150.147323 per ms 
02:04:25.476 16  switches: flows:  570507 580675 575200 582867 578405 577154 573197 579694 574661 572387 573439 578563 578789 570159 580824 578210  total = 153.486817 per ms 
02:05:25.577 16  switches: flows:  574916 577397 574460 579944 571442 581290 571539 577840 583979 581927 574393 578270 585597 581620 583981 581248  total = 154.071268 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143122.81/154448.12/150470.36/50325.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:05:25.579672" elapsed="0.000736"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T02:05:25.580949" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-07-23T02:05:25.580661" elapsed="0.000399"/>
</branch>
<status status="PASS" start="2026-07-23T02:05:25.580525" elapsed="0.000571"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T02:05:25.581229" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-23T02:05:25.581177" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-07-23T02:05:25.581155" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T02:05:25.581355" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T02:05:25.585173" elapsed="0.000490"/>
</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-23T02:05:25.585888" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:05:25.586302" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T02:05:25.581967" elapsed="0.004573"/>
</kw>
<msg time="2026-07-23T02:05:25.586719" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.235: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-23T01:55:18.935012" elapsed="606.651743"/>
</kw>
<status status="PASS" start="2026-07-23T01:55:18.934643" elapsed="606.652179"/>
</branch>
<status status="PASS" start="2026-07-23T01:55:18.934274" elapsed="606.652580"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.587471" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:24.661 16  switches: flows:  507935 516130 504906 514150 506234 515793 500937 517491 496693 506189 509174 501009 499913 493692 500307 501434  total = 134.866450 per ms 
01:57:24.763 16  switches: flows:  540444 541512 534132 545307 535593 542707 540592 546596 544781 542062 532542 551208 541692 539374 544787 540422  total = 144.150794 per ms 
01:58:24.866 16  switches: flows:  579067 577393 566644 574241 580416 579168 574370 581766 575631 566375 575277 576510 573156 565726 572732 567562  total = 152.837818 per ms 
01:59:24.968 16  switches: flows:  580822 571102 577295 576814 582750 574519 584337 581122 582321 581808 576765 584746 580656 583160 582827 581503  total = 154.448117 per ms 
02:00:25.070 16  switches: flows:  528379 536105 541472 541929 537753 536715 531971 537680 533002 541749 534791 541126 531067 540544 544578 542993  total = 143.122811 per ms 
02:01:25.172 16  switches: flows:  556297 550545 554587 556741 553915 557125 557603 557570 554560 562338 563698 553854 554749 560941 559797 559124  total = 148.306897 per ms 
02:02:25.274 16  switches: flows:  566749 582894 571655 577584 579925 581343 576559 580914 571841 577175 573982 580446 575320 579480 578301 581083  total = 153.661439 per ms 
02:03:25.375 16  switches: flows:  564861 574342 555865 564106 562386 567227 560732 571502 561692 558127 570294 560372 567694 555056 567079 562673  total = 150.147323 per ms 
02:04:25.476 16  switches: flows:  570507 580675 575200 582867 578405 577154 573197 579694 574661 572387 573439 578563 578789 570159 580824 578210  total = 153.486817 per ms 
02:05:25.577 16  switches: flows:  574916 577397 574460 579944 571442 581290 571539 577840 583979 581927 574393 578270 585597 581620 583981 581248  total = 154.071268 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143122.81/154448.12/150470.36/50325.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:05:25.587049" elapsed="0.000528"/>
</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-23T02:05:25.587781" elapsed="0.000529"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T02:05:25.588868" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T02:05:25.588997" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143122.81/154448.12/150470.36/50325.29 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-23T02:05:25.588557" elapsed="0.000475"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T02:05:25.589624" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143122.81/154448.12/150470.36/50325.29 | 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-23T02:05:25.589247" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.593028" 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-23T02:05:25.589882" elapsed="0.003224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.595998" level="INFO">143122.81/154448.12/150470.36/50325.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:05:25.593309" elapsed="0.002745"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T02:05:25.598408" 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-23T02:05:25.596203" elapsed="0.002232"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T02:05:25.600877" level="INFO">@{result_value_list} = [ 143122.81 | 154448.12 | 150470.36 | 50325.29 ]</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-23T02:05:25.598659" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.601373" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T02:05:25.601476" 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-23T02:05:25.601060" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.606458" level="INFO">min :: 143122.81</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-23T02:05:25.601921" elapsed="0.004597"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T02:05:25.601790" elapsed="0.004764"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.611271" level="INFO">max :: 154448.12</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-23T02:05:25.606774" elapsed="0.004553"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T02:05:25.606646" elapsed="0.004716"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.615991" level="INFO">avg :: 150470.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-23T02:05:25.611594" elapsed="0.004452"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T02:05:25.611463" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.620792" level="INFO">stdev :: 50325.29</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-23T02:05:25.616297" elapsed="0.004552"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T02:05:25.616167" elapsed="0.004718"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T02:05:25.601576" elapsed="0.019339"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.625029" level="INFO">${min} = 143122.81</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-23T02:05:25.621076" elapsed="0.003980"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.628931" level="INFO">${max} = 154448.12</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-23T02:05:25.625211" elapsed="0.003746"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.632877" level="INFO">${average} = 150470.36</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-23T02:05:25.629112" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.636821" level="INFO">${stdev} = 50325.29</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-23T02:05:25.633057" elapsed="0.003791"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.637366" level="INFO">${date} = 2026-07-23 02:05:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-23T02:05:25.637008" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.638016" level="INFO">CBench Result: 2026-07-23 02:05:25,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143122.81,154448.12,150470.36,50325.29</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-23T02:05:25.637564" elapsed="0.000508"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T02:05:25.639135" 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-23T02:05:25.638722" elapsed="0.000480"/>
</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-23T02:05:25.639355" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T02:05:25.638221" elapsed="0.001690"/>
</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-23T01:55:18.933186" elapsed="606.706785"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.640459" 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-23T02:05:25.640122" elapsed="0.000395"/>
</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-23T02:05:25.641038" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-07-23T02:05:25.640734" elapsed="0.000641"/>
</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-23T01:55:18.931820" elapsed="606.709594"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.642646" 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-23T02:05:25.642253" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.644031" 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-23T02:05:25.643696" elapsed="0.000377"/>
</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-23T02:05:25.644408" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T02:05:25.644187" elapsed="0.000298"/>
</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-23T02:05:25.647543" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T02:05:25.647275" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-07-23T02:05:25.647256" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T02:05:25.647947" 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-23T02:05:25.648065" 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-23T02:05:25.647758" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.648665" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.203" 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-23T02:05:25.648225" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T02:05:25.649262" 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-23T02:05:25.648864" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T02:05:25.650218" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T02:05:25.650306" 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-23T02:05:25.649906" elapsed="0.000423"/>
</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-23T02:05:25.650491" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T02:05:25.651672" level="INFO">Logging into '10.30.171.203:22' as 'jenkins'.</msg>
<msg time="2026-07-23T02:05:26.245687" 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 Thu Jul 23 02:05:25 UTC 2026

  System load:  0.26               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.203
  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: Thu Jul 23 01:55:19 2026 from 10.30.170.208
[?2004h[jenkins@releng-48317-788-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-23T02:05:25.651303" elapsed="0.594610"/>
</kw>
<msg time="2026-07-23T02:05:26.246007" 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-23T02:05:25.650963" elapsed="0.595136"/>
</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-23T02:05:25.649507" elapsed="0.596717"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T02:05:26.246825" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T02:15:32.296385" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T02:15:32.296985" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T02:15:32.297091" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235: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-23T02:05:26.246480" elapsed="606.050667"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:15:32.297692" elapsed="0.000720"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.299624" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:31.384 16  switches: flows:  114441 113406 115255 113957 114202 116043 114375 113440 112161 115688 115260 114807 112079 120981 114446 115539  total = 30.601333 per ms 
02:07:31.486 16  switches: flows:  128094 125966 126816 127446 128954 125607 128030 125969 124830 127188 127462 129108 125241 124550 128531 127617  total = 33.800358 per ms 
02:08:31.587 16  switches: flows:  127439 125599 126496 126938 127256 127695 127986 126773 124980 126744 126865 127895 123753 124913 129299 126497  total = 33.729131 per ms 
02:09:31.688 16  switches: flows:  129080 127651 126768 126685 127490 127695 128961 126049 125175 127899 128499 129140 122870 126580 129398 128365  total = 33.915135 per ms 
02:10:31.789 16  switches: flows:  127985 126381 127444 127698 129789 126607 126723 128280 123048 127048 127682 127519 123092 124750 127916 128226  total = 33.780097 per ms 
02:11:31.890 16  switches: flows:  128531 127677 126915 127077 127974 125216 125457 126812 124576 128126 127456 127826 122340 125328 126493 127476  total = 33.698419 per ms 
02:12:31.991 16  switches: flows:  127411 126961 128300 126704 129865 126658 128340 128345 124511 127652 128677 127355 124362 125623 129341 127712  total = 33.907006 per ms 
02:13:32.092 16  switches: flows:  127662 126715 128659 126488 128015 126290 126237 128043 123300 127004 127418 126834 123448 125231 128420 127004  total = 33.723175 per ms 
02:14:32.193 16  switches: flows:  126097 124973 125545 125324 126580 125029 124743 123545 122900 125406 124918 126968 122819 122259 125957 122484  total = 33.203696 per ms 
02:15:32.294 16  switches: flows:  128511 128415 128386 128054 130109 129303 127859 128556 125848 128570 128241 127310 125420 125159 127677 127121  total = 34.018873 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33203.70/34018.87/33752.88/11253.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:15:32.298837" elapsed="0.001108"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T02:15:32.300476" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-23T02:15:32.300129" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-07-23T02:15:32.300078" elapsed="0.000615"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T02:15:32.300905" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-23T02:15:32.300820" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-23T02:15:32.300784" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T02:15:32.301113" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T02:15:32.306854" elapsed="0.000343"/>
</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-23T02:15:32.307347" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:15:32.307666" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T02:15:32.301850" elapsed="0.005970"/>
</kw>
<msg time="2026-07-23T02:15:32.307951" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235: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-23T02:05:25.644831" elapsed="606.663146"/>
</kw>
<status status="PASS" start="2026-07-23T02:05:25.644511" elapsed="606.663517"/>
</branch>
<status status="PASS" start="2026-07-23T02:05:25.644165" elapsed="606.663887"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.308499" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:31.384 16  switches: flows:  114441 113406 115255 113957 114202 116043 114375 113440 112161 115688 115260 114807 112079 120981 114446 115539  total = 30.601333 per ms 
02:07:31.486 16  switches: flows:  128094 125966 126816 127446 128954 125607 128030 125969 124830 127188 127462 129108 125241 124550 128531 127617  total = 33.800358 per ms 
02:08:31.587 16  switches: flows:  127439 125599 126496 126938 127256 127695 127986 126773 124980 126744 126865 127895 123753 124913 129299 126497  total = 33.729131 per ms 
02:09:31.688 16  switches: flows:  129080 127651 126768 126685 127490 127695 128961 126049 125175 127899 128499 129140 122870 126580 129398 128365  total = 33.915135 per ms 
02:10:31.789 16  switches: flows:  127985 126381 127444 127698 129789 126607 126723 128280 123048 127048 127682 127519 123092 124750 127916 128226  total = 33.780097 per ms 
02:11:31.890 16  switches: flows:  128531 127677 126915 127077 127974 125216 125457 126812 124576 128126 127456 127826 122340 125328 126493 127476  total = 33.698419 per ms 
02:12:31.991 16  switches: flows:  127411 126961 128300 126704 129865 126658 128340 128345 124511 127652 128677 127355 124362 125623 129341 127712  total = 33.907006 per ms 
02:13:32.092 16  switches: flows:  127662 126715 128659 126488 128015 126290 126237 128043 123300 127004 127418 126834 123448 125231 128420 127004  total = 33.723175 per ms 
02:14:32.193 16  switches: flows:  126097 124973 125545 125324 126580 125029 124743 123545 122900 125406 124918 126968 122819 122259 125957 122484  total = 33.203696 per ms 
02:15:32.294 16  switches: flows:  128511 128415 128386 128054 130109 129303 127859 128556 125848 128570 128241 127310 125420 125159 127677 127121  total = 34.018873 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33203.70/34018.87/33752.88/11253.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:15:32.308194" elapsed="0.000380"/>
</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-23T02:15:32.308723" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T02:15:32.309510" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T02:15:32.309601" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33203.70/34018.87/33752.88/11253.08 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-23T02:15:32.309274" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T02:15:32.310034" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33203.70/34018.87/33752.88/11253.08 | 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-23T02:15:32.309780" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.312444" 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-23T02:15:32.310207" elapsed="0.002308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.314895" level="INFO">33203.70/34018.87/33752.88/11253.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:15:32.312663" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T02:15:32.317341" 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-23T02:15:32.315102" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T02:15:32.319796" level="INFO">@{result_value_list} = [ 33203.70 | 34018.87 | 33752.88 | 11253.08 ]</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-23T02:15:32.317576" elapsed="0.002247"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.320282" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T02:15:32.320371" 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-23T02:15:32.319976" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.325101" level="INFO">min :: 33203.70</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-23T02:15:32.320791" elapsed="0.004366"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T02:15:32.320662" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.329753" level="INFO">max :: 34018.87</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-23T02:15:32.325422" elapsed="0.004386"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T02:15:32.325294" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.334398" level="INFO">avg :: 33752.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:15:32.330054" elapsed="0.004428"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T02:15:32.329925" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.339250" level="INFO">stdev :: 11253.08</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-23T02:15:32.334732" elapsed="0.004573"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T02:15:32.334603" elapsed="0.004737"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T02:15:32.320479" elapsed="0.018891"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.343299" level="INFO">${min} = 33203.70</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-23T02:15:32.339543" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.347201" level="INFO">${max} = 34018.87</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-23T02:15:32.343502" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.351128" level="INFO">${average} = 33752.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T02:15:32.347381" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.355069" level="INFO">${stdev} = 11253.08</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-23T02:15:32.351310" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.355630" level="INFO">${date} = 2026-07-23 02:15: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-23T02:15:32.355255" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.356210" level="INFO">CBench Result: 2026-07-23 02:15:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33203.70,34018.87,33752.88,11253.08</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-23T02:15:32.355803" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T02:15:32.357393" 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-23T02:15:32.356908" elapsed="0.000569"/>
</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-23T02:15:32.357631" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T02:15:32.356414" elapsed="0.001742"/>
</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-23T02:05:25.643027" elapsed="606.715188"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.358692" 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-23T02:15:32.358362" elapsed="0.000387"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T02:15:32.359947" 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-23T02:15:32.359473" elapsed="0.000501"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-23T02:15:32.360200" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-07-23T02:15:32.360051" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-23T02:15:32.360032" elapsed="0.000256"/>
</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-23T02:15:32.360434" elapsed="0.000037"/>
</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-23T02:15:32.360609" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-23T02:15:32.360772" 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-23T02:15:32.360967" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-23T02:15:32.361120" elapsed="0.000047"/>
</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-23T02:15:32.361299" elapsed="0.000028"/>
</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-23T02:15:32.361469" elapsed="0.000021"/>
</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-23T02:15:32.361698" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-23T02:15:32.361559" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-23T02:15:32.361542" elapsed="0.000232"/>
</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-23T02:15:32.359121" elapsed="0.002704"/>
</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-23T02:05:25.641739" elapsed="606.720133"/>
</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-23T01:45:09.678752" elapsed="1822.683681"/>
</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>
