<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-02T01:55:42.958189" 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-05-02T01:55:43.539276" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-02T01:55:43.539116" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:43.539078" elapsed="0.000302"/>
</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-05-02T01:55:43.539526" elapsed="0.000509"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T01:55:43.540599" level="INFO">Logging into '10.30.171.152:8101' as 'karaf'.</msg>
<msg time="2026-05-02T01:55:44.189421" 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-05-02T01:55:43.540231" elapsed="0.649431"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T01:55:44.238634" 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-05-02T01:55:44.189998" elapsed="0.048712"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T01:55:44.240462" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T01:55:44.240580" 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-05-02T01:55:44.238885" elapsed="0.001725"/>
</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-05-02T01:55:44.240769" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:55:44.241158" elapsed="0.000248"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:55:44.241922" 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-05-02T01:55:44.241564" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T01:55:44.242032" elapsed="0.000088"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.152
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T01:55:43.538707" elapsed="0.703550"/>
</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-05-02T01:55:43.534974" elapsed="0.707360"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T01:55:44.242962" 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-05-02T01:55:44.242535" elapsed="0.000484"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T01:55:44.251576" 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-05-02T01:55:44.243191" elapsed="0.008553"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T01:55:44.254438" 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-05-02T01:55:44.253408" elapsed="0.001059"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T01:55:44.254991" 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-05-02T01:55:44.254643" elapsed="0.000391"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T01:55:44.255609" 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-05-02T01:55:44.255210" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T01:55:44.256118" 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-05-02T01:55:44.255796" elapsed="0.000365"/>
</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-05-02T01:55:44.256496" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T01:55:44.256262" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T01:55:44.261104" 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-05-02T01:55:44.260637" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T01:55:44.262630" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T01:55:44.262714" 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-05-02T01:55:44.261682" elapsed="0.001057"/>
</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-05-02T01:55:44.262883" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T01:55:44.264321" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-05-02T01:55:44.996621" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 01:55:44 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.179
  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-707-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-05-02T01:55:44.263754" elapsed="0.733055"/>
</kw>
<msg time="2026-05-02T01:55:44.996913" 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-05-02T01:55:44.263407" elapsed="0.733623"/>
</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-05-02T01:55:44.261341" elapsed="0.735876"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.007210" 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-05-02T01:55:44.997498" elapsed="0.011741"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:55:45.009649" elapsed="0.000650"/>
</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-05-02T01:55:44.260094" elapsed="0.750347"/>
</kw>
<status status="PASS" start="2026-05-02T01:55:44.256675" elapsed="0.753875"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:44.256228" elapsed="0.754388"/>
</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-05-02T01:55:45.010949" elapsed="0.001006"/>
</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-05-02T01:55:45.020256" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-02T01:55:45.020113" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:45.020082" elapsed="0.000257"/>
</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-05-02T01:55:45.023951" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-02T01:55:45.023830" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:45.023810" elapsed="0.000212"/>
</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-05-02T01:55:45.024186" elapsed="0.000477"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.025101" level="INFO">Logging into '10.30.171.152:8101' as 'karaf'.</msg>
<msg time="2026-05-02T01:55:45.254634" 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-05-02T01:55:45.024811" elapsed="0.230018"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.350179" 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-05-02T01:55:45.255142" elapsed="0.095228"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.356904" 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-05-02T01:55:45.357145" 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-05-02T01:55:45.350681" elapsed="0.006496"/>
</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-05-02T01:55:45.357327" elapsed="0.000288"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:55:45.357766" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:55:45.358507" 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-05-02T01:55:45.358177" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T01:55:45.358615" elapsed="0.000063"/>
</return>
<msg time="2026-05-02T01:55:45.358836" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.152
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T01:55:45.023461" elapsed="0.335406"/>
</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-05-02T01:55:45.359015" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T01:55:45.359625" 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-05-02T01:55:45.019737" elapsed="0.340018"/>
</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-05-02T01:55:45.363618" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-02T01:55:45.363474" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:45.363447" elapsed="0.000244"/>
</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-05-02T01:55:45.363822" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.364721" level="INFO">Logging into '10.30.171.152:8101' as 'karaf'.</msg>
<msg time="2026-05-02T01:55:45.523026" 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-05-02T01:55:45.364460" elapsed="0.158669"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.545242" 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-05-02T01:55:45.523291" elapsed="0.022009"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.547079" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T01:55:45.547173" 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-05-02T01:55:45.545443" elapsed="0.001760"/>
</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-05-02T01:55:45.547338" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:55:45.547653" elapsed="0.000162"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:55:45.548241" 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-05-02T01:55:45.547956" elapsed="0.000335"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T01:55:45.548339" elapsed="0.000040"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.152
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T01:55:45.363129" elapsed="0.185350"/>
</kw>
<status status="PASS" start="2026-05-02T01:55:43.533169" elapsed="2.015368"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:55:45.551227" 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-05-02T01:55:45.549407" elapsed="0.001897"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T01:55:45.552771" 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-05-02T01:55:45.552412" elapsed="0.000402"/>
</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-05-02T01:55:45.553137" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T01:55:45.552893" elapsed="0.000304"/>
</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-05-02T01:55:45.556200" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T01:55:45.555934" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:45.555914" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.556620" 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-05-02T01:55:45.556742" 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-05-02T01:55:45.556418" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:55:45.557343" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.152 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.179" 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-05-02T01:55:45.556906" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.558038" 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-05-02T01:55:45.557545" elapsed="0.000534"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T01:55:45.558974" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T01:55:45.559078" 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-05-02T01:55:45.558664" elapsed="0.000440"/>
</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-05-02T01:55:45.559249" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.560451" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-05-02T01:55:45.906240" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 01:55:44 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 01:55:44 2026 from 10.30.171.145
[?2004h[jenkins@releng-48317-707-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-05-02T01:55:45.560095" elapsed="0.346259"/>
</kw>
<msg time="2026-05-02T01:55:45.906418" 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-05-02T01:55:45.559733" elapsed="0.346755"/>
</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-05-02T01:55:45.558284" elapsed="0.348295"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T01:55:45.907159" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.152 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T02:05:52.005346" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T02:05:52.006594" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T02:05:52.006716" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152: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-05-02T01:55:45.906741" elapsed="606.100048"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T02:05:52.007300" elapsed="0.000858"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.009381" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.152. 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:51.095 16  switches: flows:  113742 113168 110838 112633 111051 112371 110221 112569 110856 111834 107416 110865 109400 109668 108642 110084  total = 29.589300 per ms 
01:57:51.195 16  switches: flows:  126934 124664 126051 125838 124789 127539 123035 123910 123112 121837 120563 123220 122689 123339 121552 122612  total = 32.973043 per ms 
01:58:51.295 16  switches: flows:  124365 121760 125563 120910 121450 124462 120122 123938 120735 121130 119300 122395 119734 119252 120348 119818  total = 32.367352 per ms 
01:59:51.396 16  switches: flows:  125319 120825 126127 121684 123171 124995 120960 124654 120828 123233 119762 122884 121754 120502 120620 120310  total = 32.572728 per ms 
02:00:51.496 16  switches: flows:  121049 117503 120520 118772 117060 120366 116722 120276 115916 116303 117423 116052 117115 116572 115003 116628  total = 31.335710 per ms 
02:01:51.596 16  switches: flows:  126125 126249 125467 126649 121817 124657 123963 123602 123002 123310 122349 122830 124352 121823 119749 122645  total = 32.921521 per ms 
02:02:51.696 16  switches: flows:  125807 124721 123595 125662 123046 125342 124085 123401 122714 124507 122719 122395 124434 123787 120339 124366  total = 32.960278 per ms 
02:03:51.797 16  switches: flows:  126312 125650 123182 126620 124508 124602 124769 125239 122576 124429 123081 123883 124898 123252 121157 124248  total = 33.084860 per ms 
02:04:51.897 16  switches: flows:  127355 125941 123212 125740 124949 124543 124960 126634 123406 122745 123426 122271 125532 122763 121380 124515  total = 33.100944 per ms 
02:05:51.997 16  switches: flows:  126547 126217 123815 125919 123615 127489 125195 124633 124788 124138 124254 122497 124231 124286 123077 124367  total = 33.195720 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31335.71/33195.72/32723.57/10921.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:05:52.008552" elapsed="0.001122"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T02:05:52.010256" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-05-02T02:05:52.009892" elapsed="0.000531"/>
</branch>
<status status="PASS" start="2026-05-02T02:05:52.009830" elapsed="0.000655"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T02:05:52.010717" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-02T02:05:52.010627" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-05-02T02:05:52.010590" elapsed="0.000275"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T02:05:52.010943" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T02:05:52.016531" elapsed="0.000353"/>
</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-05-02T02:05:52.017036" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T02:05:52.017367" 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-05-02T02:05:52.011728" elapsed="0.005791"/>
</kw>
<msg time="2026-05-02T02:05:52.017652" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152: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-05-02T01:55:45.553558" elapsed="606.464120"/>
</kw>
<status status="PASS" start="2026-05-02T01:55:45.553226" elapsed="606.464502"/>
</branch>
<status status="PASS" start="2026-05-02T01:55:45.552868" elapsed="606.464883"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.018205" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.152. 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:51.095 16  switches: flows:  113742 113168 110838 112633 111051 112371 110221 112569 110856 111834 107416 110865 109400 109668 108642 110084  total = 29.589300 per ms 
01:57:51.195 16  switches: flows:  126934 124664 126051 125838 124789 127539 123035 123910 123112 121837 120563 123220 122689 123339 121552 122612  total = 32.973043 per ms 
01:58:51.295 16  switches: flows:  124365 121760 125563 120910 121450 124462 120122 123938 120735 121130 119300 122395 119734 119252 120348 119818  total = 32.367352 per ms 
01:59:51.396 16  switches: flows:  125319 120825 126127 121684 123171 124995 120960 124654 120828 123233 119762 122884 121754 120502 120620 120310  total = 32.572728 per ms 
02:00:51.496 16  switches: flows:  121049 117503 120520 118772 117060 120366 116722 120276 115916 116303 117423 116052 117115 116572 115003 116628  total = 31.335710 per ms 
02:01:51.596 16  switches: flows:  126125 126249 125467 126649 121817 124657 123963 123602 123002 123310 122349 122830 124352 121823 119749 122645  total = 32.921521 per ms 
02:02:51.696 16  switches: flows:  125807 124721 123595 125662 123046 125342 124085 123401 122714 124507 122719 122395 124434 123787 120339 124366  total = 32.960278 per ms 
02:03:51.797 16  switches: flows:  126312 125650 123182 126620 124508 124602 124769 125239 122576 124429 123081 123883 124898 123252 121157 124248  total = 33.084860 per ms 
02:04:51.897 16  switches: flows:  127355 125941 123212 125740 124949 124543 124960 126634 123406 122745 123426 122271 125532 122763 121380 124515  total = 33.100944 per ms 
02:05:51.997 16  switches: flows:  126547 126217 123815 125919 123615 127489 125195 124633 124788 124138 124254 122497 124231 124286 123077 124367  total = 33.195720 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31335.71/33195.72/32723.57/10921.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:05:52.017898" elapsed="0.000382"/>
</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-05-02T02:05:52.018434" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T02:05:52.019216" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T02:05:52.019312" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31335.71/33195.72/32723.57/10921.75 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-05-02T02:05:52.018970" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:05:52.019767" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31335.71/33195.72/32723.57/10921.75 | 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-05-02T02:05:52.019492" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.022201" 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-05-02T02:05:52.019940" elapsed="0.002323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.024662" level="INFO">31335.71/33195.72/32723.57/10921.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:05:52.022444" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:05:52.027093" 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-05-02T02:05:52.024874" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:05:52.029567" level="INFO">@{result_value_list} = [ 31335.71 | 33195.72 | 32723.57 | 10921.75 ]</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-05-02T02:05:52.027324" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.030052" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T02:05:52.030158" 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-05-02T02:05:52.029749" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.035692" level="INFO">min :: 31335.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:05:52.031390" elapsed="0.004359"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T02:05:52.031224" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.040348" level="INFO">max :: 33195.72</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-05-02T02:05:52.036004" elapsed="0.004412"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T02:05:52.035876" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.045030" level="INFO">avg :: 32723.57</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-05-02T02:05:52.040672" elapsed="0.004441"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T02:05:52.040544" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.049922" level="INFO">stdev :: 10921.75</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-05-02T02:05:52.045369" elapsed="0.004609"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T02:05:52.045241" elapsed="0.004772"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T02:05:52.030255" elapsed="0.019791"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.054196" level="INFO">${min} = 31335.71</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-05-02T02:05:52.050232" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.058124" level="INFO">${max} = 33195.72</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-05-02T02:05:52.054378" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.062479" level="INFO">${average} = 32723.57</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-05-02T02:05:52.058304" elapsed="0.004202"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.066479" level="INFO">${stdev} = 10921.75</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-05-02T02:05:52.062672" elapsed="0.003834"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.067026" level="INFO">${date} = 2026-05-02 02:05:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T02:05:52.066672" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.067642" level="INFO">CBench Result: 2026-05-02 02:05:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31335.71,33195.72,32723.57,10921.75</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-05-02T02:05:52.067219" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T02:05:52.068768" 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-05-02T02:05:52.068350" elapsed="0.000486"/>
</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-05-02T02:05:52.068996" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T02:05:52.067853" elapsed="0.001684"/>
</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-05-02T01:55:45.551745" elapsed="606.517853"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.070081" 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-05-02T02:05:52.069750" elapsed="0.000389"/>
</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-05-02T02:05:52.070665" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-05-02T02:05:52.070366" elapsed="0.000637"/>
</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-05-02T01:55:45.548727" elapsed="606.522322"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.072601" 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-05-02T02:05:52.071973" elapsed="0.000685"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.073917" 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-05-02T02:05:52.073575" elapsed="0.000384"/>
</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-05-02T02:05:52.074340" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-05-02T02:05:52.074099" elapsed="0.000312"/>
</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-05-02T02:05:52.077574" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T02:05:52.077323" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-02T02:05:52.077304" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T02:05:52.077980" 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-05-02T02:05:52.078115" 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-05-02T02:05:52.077785" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.078698" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.152 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.179" 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-05-02T02:05:52.078280" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T02:05:52.079313" 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-05-02T02:05:52.078895" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T02:05:52.080269" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T02:05:52.080357" 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-05-02T02:05:52.079932" elapsed="0.000449"/>
</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-05-02T02:05:52.080520" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T02:05:52.081714" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-05-02T02:05:52.690832" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 02:05:52 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 01:55:45 2026 from 10.30.171.145
[?2004h[jenkins@releng-48317-707-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-05-02T02:05:52.081354" elapsed="0.609839"/>
</kw>
<msg time="2026-05-02T02:05:52.691304" 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-05-02T02:05:52.080992" elapsed="0.610410"/>
</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-05-02T02:05:52.079556" elapsed="0.611970"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T02:05:52.692123" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.152 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T02:15:58.793682" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T02:15:58.794286" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T02:15:58.794396" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.152: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-05-02T02:05:52.691770" elapsed="606.102694"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T02:15:58.794937" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.796816" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.152:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.152. 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:57.811 16  switches: flows:  535438 551566 546135 544763 553828 546626 553792 542432 534648 547284 530635 532178 536671 537772 535247 544848  total = 144.564383 per ms 
02:07:57.913 16  switches: flows:  471989 443187 463172 474436 485239 523621 485613 466365 466122 457024 399631 455247 408551 466816 396828 458255  total = 121.829494 per ms 
02:08:58.015 16  switches: flows:  538432 544082 545487 540408 542456 546480 534569 553256 544364 551007 546768 539115 550188 547231 543628 538634  total = 144.857506 per ms 
02:09:58.164 16  switches: flows:  559424 554729 564039 560158 563930 566910 550589 554763 571521 559894 553449 569742 556227 550226 555348 560980  total = 148.835274 per ms 
02:10:58.267 16  switches: flows:  572890 579113 577233 581097 579961 584555 590429 570837 575995 575361 580739 576596 576275 566028 577573 575040  total = 153.734745 per ms 
02:11:58.370 16  switches: flows:  563536 575061 577970 582649 572602 574153 566853 565517 571978 572433 578193 588216 564750 581325 610293 585427  total = 153.588829 per ms 
02:12:58.472 16  switches: flows:  593862 589348 588818 588949 595558 594205 592108 592113 602914 595483 594399 598585 585201 591985 601056 604346  total = 158.216566 per ms 
02:13:58.573 16  switches: flows:  553871 549176 549087 558198 548047 548135 546231 542081 552166 548856 545388 550554 552033 554001 561140 540829  total = 146.415962 per ms 
02:14:58.676 16  switches: flows:  565947 563251 564572 553264 540347 563800 554942 566996 565684 565397 555452 563990 571809 532371 574412 563951  total = 149.181567 per ms 
02:15:58.778 16  switches: flows:  588983 596885 592200 588996 593859 589701 591853 587615 581667 578346 588694 579960 586329 587640 589118 593013  total = 156.649722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 121829.49/158216.57/148145.52/50431.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:15:58.796039" elapsed="0.001116"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T02:15:58.797661" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-02T02:15:58.797347" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-05-02T02:15:58.797295" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T02:15:58.798110" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-02T02:15:58.797994" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-05-02T02:15:58.797959" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T02:15:58.798325" 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-05-02T02:15:58.802300" elapsed="0.000331"/>
</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-05-02T02:15:58.802778" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T02:15:58.803092" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T02:15:58.798997" elapsed="0.004250"/>
</kw>
<msg time="2026-05-02T02:15:58.803374" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.152: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-05-02T02:05:52.074988" elapsed="606.728412"/>
</kw>
<status status="PASS" start="2026-05-02T02:05:52.074443" elapsed="606.729006"/>
</branch>
<status status="PASS" start="2026-05-02T02:05:52.074075" elapsed="606.729397"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.803894" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.152:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.152. 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:57.811 16  switches: flows:  535438 551566 546135 544763 553828 546626 553792 542432 534648 547284 530635 532178 536671 537772 535247 544848  total = 144.564383 per ms 
02:07:57.913 16  switches: flows:  471989 443187 463172 474436 485239 523621 485613 466365 466122 457024 399631 455247 408551 466816 396828 458255  total = 121.829494 per ms 
02:08:58.015 16  switches: flows:  538432 544082 545487 540408 542456 546480 534569 553256 544364 551007 546768 539115 550188 547231 543628 538634  total = 144.857506 per ms 
02:09:58.164 16  switches: flows:  559424 554729 564039 560158 563930 566910 550589 554763 571521 559894 553449 569742 556227 550226 555348 560980  total = 148.835274 per ms 
02:10:58.267 16  switches: flows:  572890 579113 577233 581097 579961 584555 590429 570837 575995 575361 580739 576596 576275 566028 577573 575040  total = 153.734745 per ms 
02:11:58.370 16  switches: flows:  563536 575061 577970 582649 572602 574153 566853 565517 571978 572433 578193 588216 564750 581325 610293 585427  total = 153.588829 per ms 
02:12:58.472 16  switches: flows:  593862 589348 588818 588949 595558 594205 592108 592113 602914 595483 594399 598585 585201 591985 601056 604346  total = 158.216566 per ms 
02:13:58.573 16  switches: flows:  553871 549176 549087 558198 548047 548135 546231 542081 552166 548856 545388 550554 552033 554001 561140 540829  total = 146.415962 per ms 
02:14:58.676 16  switches: flows:  565947 563251 564572 553264 540347 563800 554942 566996 565684 565397 555452 563990 571809 532371 574412 563951  total = 149.181567 per ms 
02:15:58.778 16  switches: flows:  588983 596885 592200 588996 593859 589701 591853 587615 581667 578346 588694 579960 586329 587640 589118 593013  total = 156.649722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 121829.49/158216.57/148145.52/50431.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:15:58.803611" elapsed="0.000355"/>
</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-05-02T02:15:58.804129" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T02:15:58.804883" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T02:15:58.804971" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 121829.49/158216.57/148145.52/50431.03 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-05-02T02:15:58.804669" elapsed="0.000327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:15:58.805415" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 121829.49/158216.57/148145.52/50431.03 | 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-05-02T02:15:58.805165" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.807821" 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-05-02T02:15:58.805587" elapsed="0.002290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.810267" level="INFO">121829.49/158216.57/148145.52/50431.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:15:58.808023" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:15:58.812714" 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-05-02T02:15:58.810472" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:15:58.815248" level="INFO">@{result_value_list} = [ 121829.49 | 158216.57 | 148145.52 | 50431.03 ]</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-05-02T02:15:58.812943" elapsed="0.002333"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.815744" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T02:15:58.815831" 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-05-02T02:15:58.815432" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.820666" level="INFO">min :: 121829.49</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-05-02T02:15:58.816277" elapsed="0.004446"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T02:15:58.816147" elapsed="0.004610"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.825572" level="INFO">max :: 158216.57</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-05-02T02:15:58.820973" elapsed="0.004656"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T02:15:58.820847" elapsed="0.004818"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.830327" level="INFO">avg :: 148145.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:15:58.825881" elapsed="0.004503"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T02:15:58.825754" elapsed="0.004664"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.835174" level="INFO">stdev :: 50431.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:15:58.830635" elapsed="0.004595"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T02:15:58.830507" elapsed="0.004758"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T02:15:58.815929" elapsed="0.019367"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.839236" level="INFO">${min} = 121829.49</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-05-02T02:15:58.835465" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.843167" level="INFO">${max} = 158216.57</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-05-02T02:15:58.839415" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.847136" level="INFO">${average} = 148145.52</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-05-02T02:15:58.843345" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.851050" level="INFO">${stdev} = 50431.03</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-05-02T02:15:58.847315" elapsed="0.003776"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.851600" level="INFO">${date} = 2026-05-02 02:15:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T02:15:58.851251" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.852194" level="INFO">CBench Result: 2026-05-02 02:15:58,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,121829.49,158216.57,148145.52,50431.03</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-05-02T02:15:58.851772" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T02:15:58.853340" 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-05-02T02:15:58.852913" elapsed="0.000494"/>
</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-05-02T02:15:58.853568" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T02:15:58.852423" elapsed="0.001681"/>
</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-05-02T02:05:52.072976" elapsed="606.781189"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.854631" 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-05-02T02:15:58.854317" elapsed="0.000370"/>
</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-05-02T02:15:58.855217" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-02T02:15:58.854898" elapsed="0.000653"/>
</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-05-02T02:05:52.071378" elapsed="606.784211"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.857145" 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-05-02T02:15:58.856747" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.858832" 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-05-02T02:15:58.858277" elapsed="0.000598"/>
</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-05-02T02:15:58.859227" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T02:15:58.858988" elapsed="0.000297"/>
</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-05-02T02:15:58.862209" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T02:15:58.861943" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-05-02T02:15:58.861924" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T02:15:58.862616" 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-05-02T02:15:58.862734" 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-05-02T02:15:58.862422" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.863335" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.152 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.179" 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-05-02T02:15:58.862900" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T02:15:58.863923" 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-05-02T02:15:58.863533" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T02:15:58.865196" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T02:15:58.865294" 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-05-02T02:15:58.864689" elapsed="0.000630"/>
</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-05-02T02:15:58.865463" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T02:15:58.866654" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-05-02T02:15:59.439294" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 02:15:59 UTC 2026

  System load:  0.26               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.179
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 02:05:52 2026 from 10.30.171.145
[?2004h[jenkins@releng-48317-707-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-05-02T02:15:58.866301" elapsed="0.573192"/>
</kw>
<msg time="2026-05-02T02:15:59.439581" 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-05-02T02:15:58.865940" elapsed="0.573722"/>
</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-05-02T02:15:58.864168" elapsed="0.575610"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T02:15:59.440321" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.152 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T02:26:05.495986" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T02:26:05.496538" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T02:26:05.496647" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152: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-05-02T02:15:59.440000" elapsed="606.056715"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T02:26:05.497214" elapsed="0.000771"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.499193" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.152. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:04.584 16  switches: flows:  102647 101402 102117 102040 104294 102809 102925 102414 102831 101087 99775 101945 103184 101177 102313 101253  total = 27.236883 per ms 
02:18:04.684 16  switches: flows:  114963 111720 113461 111143 115129 113850 114207 111953 112435 113700 110711 111735 112402 112061 112520 112297  total = 30.021324 per ms 
02:19:04.784 16  switches: flows:  123713 118437 121801 118764 121724 120928 123794 118837 120582 122144 119591 120507 120471 119295 119241 121295  total = 32.131778 per ms 
02:20:04.885 16  switches: flows:  119762 115968 115963 115485 118047 117222 118559 114811 118018 115799 116031 115346 114620 115598 115487 116213  total = 30.997101 per ms 
02:21:04.985 16  switches: flows:  120064 119793 117260 119287 121763 116648 120907 116142 117852 117755 118767 116638 116987 117634 118497 119466  total = 31.538320 per ms 
02:22:05.085 16  switches: flows:  114525 112013 113202 110918 114681 112849 111629 112519 111725 112127 112197 109970 112263 112206 109799 112241  total = 29.864525 per ms 
02:23:05.185 16  switches: flows:  114184 111599 113733 110816 112371 112840 111849 113122 109750 113325 109792 111856 112256 111215 110934 111434  total = 29.801512 per ms 
02:24:05.286 16  switches: flows:  118478 114345 115782 117083 114930 115985 116898 113608 114060 116278 115882 113094 115633 115049 113450 116183  total = 30.727614 per ms 
02:25:05.386 16  switches: flows:  118047 114203 115665 114891 114126 113998 117465 113684 115240 118466 117000 114443 115120 115698 113165 115335  total = 30.724497 per ms 
02:26:05.486 16  switches: flows:  116142 114792 115879 115749 114156 114023 116618 112851 113064 116432 115400 117288 114932 115491 112343 114906  total = 30.616624 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29801.51/32131.78/30713.70/10263.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:26:05.498423" elapsed="0.001087"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T02:26:05.500024" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-05-02T02:26:05.499692" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-05-02T02:26:05.499639" elapsed="0.000632"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T02:26:05.500479" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-02T02:26:05.500397" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-05-02T02:26:05.500363" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T02:26:05.500680" elapsed="0.000028"/>
</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-05-02T02:26:05.505365" elapsed="0.000488"/>
</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-05-02T02:26:05.506092" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T02:26:05.506545" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T02:26:05.501398" elapsed="0.005369"/>
</kw>
<msg time="2026-05-02T02:26:05.506956" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152: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-05-02T02:15:58.859628" elapsed="606.647367"/>
</kw>
<status status="PASS" start="2026-05-02T02:15:58.859310" elapsed="606.647779"/>
</branch>
<status status="PASS" start="2026-05-02T02:15:58.858967" elapsed="606.648159"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.507772" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.152:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.152. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:04.584 16  switches: flows:  102647 101402 102117 102040 104294 102809 102925 102414 102831 101087 99775 101945 103184 101177 102313 101253  total = 27.236883 per ms 
02:18:04.684 16  switches: flows:  114963 111720 113461 111143 115129 113850 114207 111953 112435 113700 110711 111735 112402 112061 112520 112297  total = 30.021324 per ms 
02:19:04.784 16  switches: flows:  123713 118437 121801 118764 121724 120928 123794 118837 120582 122144 119591 120507 120471 119295 119241 121295  total = 32.131778 per ms 
02:20:04.885 16  switches: flows:  119762 115968 115963 115485 118047 117222 118559 114811 118018 115799 116031 115346 114620 115598 115487 116213  total = 30.997101 per ms 
02:21:04.985 16  switches: flows:  120064 119793 117260 119287 121763 116648 120907 116142 117852 117755 118767 116638 116987 117634 118497 119466  total = 31.538320 per ms 
02:22:05.085 16  switches: flows:  114525 112013 113202 110918 114681 112849 111629 112519 111725 112127 112197 109970 112263 112206 109799 112241  total = 29.864525 per ms 
02:23:05.185 16  switches: flows:  114184 111599 113733 110816 112371 112840 111849 113122 109750 113325 109792 111856 112256 111215 110934 111434  total = 29.801512 per ms 
02:24:05.286 16  switches: flows:  118478 114345 115782 117083 114930 115985 116898 113608 114060 116278 115882 113094 115633 115049 113450 116183  total = 30.727614 per ms 
02:25:05.386 16  switches: flows:  118047 114203 115665 114891 114126 113998 117465 113684 115240 118466 117000 114443 115120 115698 113165 115335  total = 30.724497 per ms 
02:26:05.486 16  switches: flows:  116142 114792 115879 115749 114156 114023 116618 112851 113064 116432 115400 117288 114932 115491 112343 114906  total = 30.616624 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29801.51/32131.78/30713.70/10263.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:26:05.507348" elapsed="0.000534"/>
</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-05-02T02:26:05.508130" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T02:26:05.509229" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T02:26:05.509364" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29801.51/32131.78/30713.70/10263.99 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T02:26:05.508891" elapsed="0.000510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:26:05.509996" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29801.51/32131.78/30713.70/10263.99 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T02:26:05.509628" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.513676" 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-05-02T02:26:05.510290" elapsed="0.003470"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.516898" level="INFO">29801.51/32131.78/30713.70/10263.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:26:05.513979" elapsed="0.002977"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:26:05.519557" 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-05-02T02:26:05.517132" elapsed="0.002452"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T02:26:05.522037" level="INFO">@{result_value_list} = [ 29801.51 | 32131.78 | 30713.70 | 10263.99 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T02:26:05.519800" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.522600" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T02:26:05.522687" 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-05-02T02:26:05.522278" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.527534" level="INFO">min :: 29801.51</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-05-02T02:26:05.523143" elapsed="0.004450"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T02:26:05.522990" elapsed="0.004639"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.532183" level="INFO">max :: 32131.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:26:05.527846" elapsed="0.004395"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T02:26:05.527717" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.536812" level="INFO">avg :: 30713.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-05-02T02:26:05.532492" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T02:26:05.532359" elapsed="0.004546"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.541716" level="INFO">stdev :: 10263.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:26:05.537142" elapsed="0.004634"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T02:26:05.536994" elapsed="0.004817"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T02:26:05.522777" elapsed="0.019065"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.546415" level="INFO">${min} = 29801.51</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-05-02T02:26:05.542033" elapsed="0.004412"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.550372" level="INFO">${max} = 32131.78</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-05-02T02:26:05.546607" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.554331" level="INFO">${average} = 30713.70</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-05-02T02:26:05.550556" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.558270" level="INFO">${stdev} = 10263.99</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T02:26:05.554515" elapsed="0.003782"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.558816" level="INFO">${date} = 2026-05-02 02:26:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T02:26:05.558457" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.559419" level="INFO">CBench Result: 2026-05-02 02:26:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29801.51,32131.78,30713.70,10263.99</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T02:26:05.558988" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T02:26:05.560672" 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-05-02T02:26:05.560144" elapsed="0.000597"/>
</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-05-02T02:26:05.560903" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T02:26:05.559640" elapsed="0.001828"/>
</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-05-02T02:15:58.857516" elapsed="606.704012"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.561990" 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-05-02T02:26:05.561679" elapsed="0.000369"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T02:26:05.563347" 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-05-02T02:26:05.562839" elapsed="0.000535"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-02T02:26:05.563614" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-05-02T02:26:05.563458" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-05-02T02:26:05.563435" elapsed="0.000278"/>
</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-05-02T02:26:05.563865" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-02T02:26:05.564025" 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-05-02T02:26:05.564204" elapsed="0.000021"/>
</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-05-02T02:26:05.564415" 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-05-02T02:26:05.564565" elapsed="0.000021"/>
</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-05-02T02:26:05.564711" elapsed="0.000019"/>
</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-05-02T02:26:05.564855" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-02T02:26:05.565088" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-02T02:26:05.564937" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-05-02T02:26:05.564920" elapsed="0.000250"/>
</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-05-02T02:26:05.562491" elapsed="0.002731"/>
</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-05-02T02:15:58.856139" elapsed="606.709129"/>
</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-05-02T01:55:42.959753" elapsed="1822.606079"/>
</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>
