<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-10T02:54:51.970682" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-08-10T02:54:52.520489" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:54:52.520349" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:52.520315" elapsed="0.000282"/>
</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-08-10T02:54:52.520740" elapsed="0.000527"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T02:54:52.521734" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-08-10T02:54:53.178062" 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-08-10T02:54:52.521438" elapsed="0.656826"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T02:54:53.227212" 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-08-10T02:54:53.178579" elapsed="0.048707"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T02:54:53.229167" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T02:54:53.229282" 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-08-10T02:54:53.227453" elapsed="0.001859"/>
</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-08-10T02:54:53.229470" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:54:53.229872" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:54:53.230579" 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-08-10T02:54:53.230242" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:54:53.230687" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T02:54:52.519971" elapsed="0.710923"/>
</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-08-10T02:54:52.516334" elapsed="0.714623"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T02:54:53.231544" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-08-10T02:54:53.231145" elapsed="0.000456"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T02:54:53.232071" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-08-10T02:54:53.231802" elapsed="0.000335"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T02:54:53.232712" 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-08-10T02:54:53.232293" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:54:53.233268" 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-08-10T02:54:53.232935" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T02:54:53.233894" 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-08-10T02:54:53.233457" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:54:53.234402" 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-08-10T02:54:53.234087" elapsed="0.000358"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-10T02:54:53.234771" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:54:53.234533" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:54:53.239443" 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-08-10T02:54:53.239039" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T02:54:53.240518" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T02:54:53.240603" 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-08-10T02:54:53.240042" elapsed="0.000587"/>
</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-08-10T02:54:53.240788" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T02:54:53.242163" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-08-10T02:54:54.071796" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 02:54:53 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-00446-52-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-08-10T02:54:53.241638" elapsed="0.830333"/>
</kw>
<msg time="2026-08-10T02:54:54.072068" 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-08-10T02:54:53.241291" elapsed="0.830878"/>
</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-08-10T02:54:53.239676" elapsed="0.832626"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.080855" 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-08-10T02:54:54.072537" elapsed="0.009944"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:54:54.082744" elapsed="0.000416"/>
</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-08-10T02:54:53.238495" elapsed="0.844757"/>
</kw>
<status status="PASS" start="2026-08-10T02:54:53.235155" elapsed="0.848151"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:53.234507" elapsed="0.848845"/>
</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-08-10T02:54:54.083571" elapsed="0.000698"/>
</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-08-10T02:54:54.090716" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:54:54.090593" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:54.090569" elapsed="0.000241"/>
</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-08-10T02:54:54.094524" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:54:54.094411" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:54.094392" elapsed="0.000201"/>
</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-08-10T02:54:54.094722" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.095585" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-08-10T02:54:54.287023" 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-08-10T02:54:54.095323" elapsed="0.191820"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.380661" 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-08-10T02:54:54.287343" elapsed="0.093406"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.396653" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-08-10T02:54:54.397039" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-08-10T02:54:54.380928" elapsed="0.016184"/>
</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-08-10T02:54:54.397490" elapsed="0.000441"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:54:54.398257" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:54:54.398995" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-08-10T02:54:54.398675" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:54:54.399097" elapsed="0.000049"/>
</return>
<msg time="2026-08-10T02:54:54.399290" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T02:54:54.094054" elapsed="0.305268"/>
</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-08-10T02:54:54.399467" elapsed="0.000565"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:54:54.400085" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-10T02:54:54.090253" elapsed="0.309967"/>
</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-08-10T02:54:54.403959" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:54:54.403831" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:54.403799" elapsed="0.000230"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T02:54:54.404158" elapsed="0.000427"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.405017" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-08-10T02:54:54.574546" 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-08-10T02:54:54.404733" elapsed="0.169921"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.599872" 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-08-10T02:54:54.574844" elapsed="0.025089"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.601709" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T02:54:54.601818" 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-08-10T02:54:54.600081" elapsed="0.001766"/>
</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-08-10T02:54:54.601982" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:54:54.602309" elapsed="0.000173"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:54:54.602903" 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-08-10T02:54:54.602616" elapsed="0.000337"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:54:54.602999" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T02:54:54.403488" elapsed="0.199650"/>
</kw>
<status status="PASS" start="2026-08-10T02:54:52.514377" elapsed="2.088821"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:54:54.605516" 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-08-10T02:54:54.604448" elapsed="0.001134"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:54:54.606988" 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-08-10T02:54:54.606618" elapsed="0.000413"/>
</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-08-10T02:54:54.607330" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:54:54.607104" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-10T02:54:54.610376" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:54:54.610124" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:54.610104" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.610793" 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-08-10T02:54:54.610917" 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-08-10T02:54:54.610588" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:54:54.611498" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.239" 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-08-10T02:54:54.611078" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.612177" 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-08-10T02:54:54.611698" elapsed="0.000506"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T02:54:54.613103" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T02:54:54.613210" 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-08-10T02:54:54.612790" elapsed="0.000444"/>
</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-08-10T02:54:54.613376" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.614573" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-08-10T02:54:54.933513" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 02:54:53 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 10 02:54:53 2026 from 10.30.170.15
[?2004h[jenkins@releng-00446-52-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-08-10T02:54:54.614219" elapsed="0.319413"/>
</kw>
<msg time="2026-08-10T02:54:54.933698" 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-08-10T02:54:54.613874" elapsed="0.319909"/>
</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-08-10T02:54:54.612404" elapsed="0.321487"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T02:54:54.934314" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T03:05:01.037582" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T03:05:01.038158" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T03:05:01.038299" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-08-10T02:54:54.934061" elapsed="606.104305"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:05:01.038978" elapsed="0.001100"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.041582" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:00.128 16  switches: flows:  124359 126743 126636 124612 126577 127014 125996 124653 121415 125450 125604 123682 119594 125479 125359 123112  total = 33.271417 per ms 
02:57:00.230 16  switches: flows:  141762 139489 137439 137410 141047 137142 140025 136980 137137 136913 135261 136831 134682 136784 137711 136080  total = 36.650341 per ms 
02:58:00.331 16  switches: flows:  128834 130630 130351 128297 130821 132493 130655 126863 128971 128514 128862 125985 128657 125331 126775 128606  total = 34.286845 per ms 
02:59:00.431 16  switches: flows:  138340 138435 138153 139917 138364 143571 140848 137234 138657 137115 138807 133894 139548 134023 135196 138007  total = 36.773773 per ms 
03:00:00.532 16  switches: flows:  139942 141138 140854 140919 141353 146303 143583 141469 142333 139362 141386 135091 141382 136216 137299 142489  total = 37.456078 per ms 
03:01:00.633 16  switches: flows:  140161 137993 140282 142596 141318 144723 141319 138541 141623 139876 139393 135458 138386 135841 136226 141969  total = 37.199562 per ms 
03:02:00.733 16  switches: flows:  137046 137830 138898 139943 139827 142831 141603 136737 137428 138679 136207 134445 135417 134349 135887 138779  total = 36.703826 per ms 
03:03:00.833 16  switches: flows:  136878 138597 138312 141020 141693 143244 142656 138852 137624 139493 138624 136660 135062 134528 135799 138673  total = 36.900303 per ms 
03:04:00.934 16  switches: flows:  138774 138649 141579 140034 137662 141426 142714 137352 139539 138546 136252 134876 139035 133767 135272 138331  total = 36.835242 per ms 
03:05:01.034 16  switches: flows:  139550 138943 143419 140155 139615 140862 143642 138171 139249 140123 134559 135117 139224 134899 135275 139004  total = 36.968378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34286.84/37456.08/36641.59/12244.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.040688" elapsed="0.001264"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T03:05:01.042330" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-08-10T03:05:01.042093" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-08-10T03:05:01.042051" elapsed="0.000432"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T03:05:01.042663" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-10T03:05:01.042595" elapsed="0.000137"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:05:01.042565" elapsed="0.000221"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T03:05:01.042837" elapsed="0.000021"/>
</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-08-10T03:05:01.046625" elapsed="0.000495"/>
</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-08-10T03:05:01.047326" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:05:01.047743" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T03:05:01.043337" elapsed="0.004663"/>
</kw>
<msg time="2026-08-10T03:05:01.048241" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-08-10T02:54:54.607742" elapsed="606.440555"/>
</kw>
<status status="PASS" start="2026-08-10T02:54:54.607418" elapsed="606.440980"/>
</branch>
<status status="PASS" start="2026-08-10T02:54:54.607082" elapsed="606.441419"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.049367" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:00.128 16  switches: flows:  124359 126743 126636 124612 126577 127014 125996 124653 121415 125450 125604 123682 119594 125479 125359 123112  total = 33.271417 per ms 
02:57:00.230 16  switches: flows:  141762 139489 137439 137410 141047 137142 140025 136980 137137 136913 135261 136831 134682 136784 137711 136080  total = 36.650341 per ms 
02:58:00.331 16  switches: flows:  128834 130630 130351 128297 130821 132493 130655 126863 128971 128514 128862 125985 128657 125331 126775 128606  total = 34.286845 per ms 
02:59:00.431 16  switches: flows:  138340 138435 138153 139917 138364 143571 140848 137234 138657 137115 138807 133894 139548 134023 135196 138007  total = 36.773773 per ms 
03:00:00.532 16  switches: flows:  139942 141138 140854 140919 141353 146303 143583 141469 142333 139362 141386 135091 141382 136216 137299 142489  total = 37.456078 per ms 
03:01:00.633 16  switches: flows:  140161 137993 140282 142596 141318 144723 141319 138541 141623 139876 139393 135458 138386 135841 136226 141969  total = 37.199562 per ms 
03:02:00.733 16  switches: flows:  137046 137830 138898 139943 139827 142831 141603 136737 137428 138679 136207 134445 135417 134349 135887 138779  total = 36.703826 per ms 
03:03:00.833 16  switches: flows:  136878 138597 138312 141020 141693 143244 142656 138852 137624 139493 138624 136660 135062 134528 135799 138673  total = 36.900303 per ms 
03:04:00.934 16  switches: flows:  138774 138649 141579 140034 137662 141426 142714 137352 139539 138546 136252 134876 139035 133767 135272 138331  total = 36.835242 per ms 
03:05:01.034 16  switches: flows:  139550 138943 143419 140155 139615 140862 143642 138171 139249 140123 134559 135117 139224 134899 135275 139004  total = 36.968378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34286.84/37456.08/36641.59/12244.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.048823" elapsed="0.000655"/>
</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-08-10T03:05:01.049694" elapsed="0.000479"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T03:05:01.050581" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T03:05:01.050675" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34286.84/37456.08/36641.59/12244.54 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-08-10T03:05:01.050341" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:05:01.051163" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34286.84/37456.08/36641.59/12244.54 | 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-08-10T03:05:01.050875" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.053763" 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-08-10T03:05:01.051341" elapsed="0.002485"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.056419" level="INFO">34286.84/37456.08/36641.59/12244.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.053984" elapsed="0.002533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:05:01.059019" 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-08-10T03:05:01.056673" elapsed="0.002375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:05:01.061641" level="INFO">@{result_value_list} = [ 34286.84 | 37456.08 | 36641.59 | 12244.54 ]</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-08-10T03:05:01.059262" elapsed="0.002408"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.062175" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T03:05:01.062268" 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-08-10T03:05:01.061844" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.067333" level="INFO">min :: 34286.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.062724" elapsed="0.004668"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T03:05:01.062586" elapsed="0.004841"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.072712" level="INFO">max :: 37456.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.067654" elapsed="0.005141"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T03:05:01.067522" elapsed="0.005311"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.077871" level="INFO">avg :: 36641.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.073061" elapsed="0.004870"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T03:05:01.072926" elapsed="0.005040"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.083472" level="INFO">stdev :: 12244.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:01.078251" elapsed="0.005281"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T03:05:01.078069" elapsed="0.005502"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T03:05:01.062370" elapsed="0.021242"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.088121" level="INFO">${min} = 34286.84</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-08-10T03:05:01.083815" elapsed="0.004339"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.092455" level="INFO">${max} = 37456.08</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-08-10T03:05:01.088312" elapsed="0.004172"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.096655" level="INFO">${average} = 36641.59</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-08-10T03:05:01.092669" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.101361" level="INFO">${stdev} = 12244.54</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-08-10T03:05:01.096867" elapsed="0.004522"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.101948" level="INFO">${date} = 2026-08-10 03:05:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T03:05:01.101553" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.102569" level="INFO">CBench Result: 2026-08-10 03:05:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34286.84,37456.08,36641.59,12244.54</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-08-10T03:05:01.102132" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T03:05:01.103786" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-08-10T03:05:01.103320" elapsed="0.000552"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T03:05:01.104032" elapsed="0.000532"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T03:05:01.102806" elapsed="0.001829"/>
</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-08-10T02:54:54.606004" elapsed="606.498693"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.105228" 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-08-10T03:05:01.104867" elapsed="0.000420"/>
</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-08-10T03:05:01.105855" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-08-10T03:05:01.105531" elapsed="0.000681"/>
</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-08-10T02:54:54.603349" elapsed="606.502901"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.107606" 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-08-10T03:05:01.107186" elapsed="0.000501"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.109165" 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-08-10T03:05:01.108813" elapsed="0.000398"/>
</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-08-10T03:05:01.109597" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:05:01.109338" elapsed="0.000343"/>
</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-08-10T03:05:01.113056" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:05:01.112779" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-08-10T03:05:01.112742" elapsed="0.000410"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T03:05:01.113524" 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-08-10T03:05:01.113655" 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-08-10T03:05:01.113303" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.114373" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.239" 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-08-10T03:05:01.113861" elapsed="0.000575"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T03:05:01.115076" 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-08-10T03:05:01.114599" elapsed="0.000505"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:05:01.116056" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T03:05:01.116167" 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-08-10T03:05:01.115696" elapsed="0.000498"/>
</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-08-10T03:05:01.116358" elapsed="0.000382"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T03:05:01.117721" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-08-10T03:05:01.705852" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 03:05:01 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 10 02:54:54 2026 from 10.30.170.15
[?2004h[jenkins@releng-00446-52-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-08-10T03:05:01.117317" elapsed="0.588738"/>
</kw>
<msg time="2026-08-10T03:05:01.706143" 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-08-10T03:05:01.116915" elapsed="0.589320"/>
</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-08-10T03:05:01.115319" elapsed="0.591039"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T03:05:01.706918" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T03:15:07.775968" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T03:15:07.776580" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T03:15:07.776721" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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-08-10T03:05:01.706591" elapsed="606.070261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:15:07.777497" elapsed="0.000903"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.780132" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:06.841 16  switches: flows:  559104 565860 558252 564090 574401 549328 560015 551535 544668 556369 551782 556323 550363 558383 553741 551188  total = 148.423367 per ms 
03:07:06.942 16  switches: flows:  579436 578480 575608 572230 577201 576225 577957 572956 577619 579054 576462 578130 572324 581240 575570 562399  total = 153.290257 per ms 
03:08:07.042 16  switches: flows:  535553 528295 539962 545301 533479 548041 528428 547294 548783 541680 536209 531777 537665 535088 532837 532928  total = 143.149323 per ms 
03:09:07.144 16  switches: flows:  552384 536610 547183 540648 550404 545021 555857 548201 543230 534573 549594 539643 546441 552340 551923 555441  total = 145.580839 per ms 
03:10:07.246 16  switches: flows:  584346 585411 582197 586064 581458 586700 586964 582774 579337 590431 585241 587231 586564 586980 581616 579752  total = 155.622710 per ms 
03:11:07.347 16  switches: flows:  597957 595954 596382 593628 597781 593922 595977 597028 596900 597993 597755 601072 596933 594892 595514 598615  total = 158.871374 per ms 
03:12:07.449 16  switches: flows:  609607 613093 616141 618423 618274 618801 613898 612639 618996 617121 621798 616348 615981 623653 621053 621320  total = 164.341680 per ms 
03:13:07.582 16  switches: flows:  619356 616224 618035 627822 615856 623540 617263 633059 619823 622790 624826 629005 617616 621911 622798 629707  total = 165.625237 per ms 
03:14:07.684 16  switches: flows:  633232 629918 635622 643385 639679 633392 630008 636371 633493 628438 639508 633297 637843 631923 632012 630154  total = 168.854129 per ms 
03:15:07.786 16  switches: flows:  611322 612998 604600 612308 609556 604655 607187 609759 613347 613357 604284 610307 600908 614124 614618 610739  total = 162.295614 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143149.32/168854.13/157514.57/53173.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:07.779001" elapsed="0.001569"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T03:15:07.781556" elapsed="0.000132"/>
</return>
<status status="PASS" start="2026-08-10T03:15:07.780882" elapsed="0.000976"/>
</branch>
<status status="PASS" start="2026-08-10T03:15:07.780805" elapsed="0.001147"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T03:15:07.782227" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-10T03:15:07.782151" elapsed="0.000153"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:15:07.782098" elapsed="0.000242"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T03:15:07.782394" elapsed="0.000025"/>
</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-08-10T03:15:07.786772" elapsed="0.000583"/>
</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-08-10T03:15:07.787630" elapsed="0.000349"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:15:07.788237" elapsed="0.000206"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T03:15:07.782939" elapsed="0.005607"/>
</kw>
<msg time="2026-08-10T03:15:07.788818" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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-08-10T03:05:01.110201" elapsed="606.678670"/>
</kw>
<status status="PASS" start="2026-08-10T03:05:01.109721" elapsed="606.679242"/>
</branch>
<status status="PASS" start="2026-08-10T03:05:01.109315" elapsed="606.679687"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.789659" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:06.841 16  switches: flows:  559104 565860 558252 564090 574401 549328 560015 551535 544668 556369 551782 556323 550363 558383 553741 551188  total = 148.423367 per ms 
03:07:06.942 16  switches: flows:  579436 578480 575608 572230 577201 576225 577957 572956 577619 579054 576462 578130 572324 581240 575570 562399  total = 153.290257 per ms 
03:08:07.042 16  switches: flows:  535553 528295 539962 545301 533479 548041 528428 547294 548783 541680 536209 531777 537665 535088 532837 532928  total = 143.149323 per ms 
03:09:07.144 16  switches: flows:  552384 536610 547183 540648 550404 545021 555857 548201 543230 534573 549594 539643 546441 552340 551923 555441  total = 145.580839 per ms 
03:10:07.246 16  switches: flows:  584346 585411 582197 586064 581458 586700 586964 582774 579337 590431 585241 587231 586564 586980 581616 579752  total = 155.622710 per ms 
03:11:07.347 16  switches: flows:  597957 595954 596382 593628 597781 593922 595977 597028 596900 597993 597755 601072 596933 594892 595514 598615  total = 158.871374 per ms 
03:12:07.449 16  switches: flows:  609607 613093 616141 618423 618274 618801 613898 612639 618996 617121 621798 616348 615981 623653 621053 621320  total = 164.341680 per ms 
03:13:07.582 16  switches: flows:  619356 616224 618035 627822 615856 623540 617263 633059 619823 622790 624826 629005 617616 621911 622798 629707  total = 165.625237 per ms 
03:14:07.684 16  switches: flows:  633232 629918 635622 643385 639679 633392 630008 636371 633493 628438 639508 633297 637843 631923 632012 630154  total = 168.854129 per ms 
03:15:07.786 16  switches: flows:  611322 612998 604600 612308 609556 604655 607187 609759 613347 613357 604284 610307 600908 614124 614618 610739  total = 162.295614 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143149.32/168854.13/157514.57/53173.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:07.789207" elapsed="0.000582"/>
</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-08-10T03:15:07.790015" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T03:15:07.791156" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T03:15:07.791312" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143149.32/168854.13/157514.57/53173.42 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-08-10T03:15:07.790810" elapsed="0.000553"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:15:07.792168" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143149.32/168854.13/157514.57/53173.42 | 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-08-10T03:15:07.791659" elapsed="0.000551"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.795495" 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-08-10T03:15:07.792420" elapsed="0.003137"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.798032" level="INFO">143149.32/168854.13/157514.57/53173.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:07.795709" elapsed="0.002382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:15:07.800851" 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-08-10T03:15:07.798244" elapsed="0.002645"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:15:07.803431" level="INFO">@{result_value_list} = [ 143149.32 | 168854.13 | 157514.57 | 53173.42 ]</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-08-10T03:15:07.801126" elapsed="0.002334"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.803984" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T03:15:07.804079" 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-08-10T03:15:07.803620" elapsed="0.000484"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.809438" level="INFO">min :: 143149.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:07.804522" elapsed="0.004982"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T03:15:07.804387" elapsed="0.005153"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.814657" level="INFO">max :: 168854.13</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-08-10T03:15:07.809790" elapsed="0.004929"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T03:15:07.809636" elapsed="0.005136"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.819902" level="INFO">avg :: 157514.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-08-10T03:15:07.815018" elapsed="0.004949"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T03:15:07.814876" elapsed="0.005128"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.825009" level="INFO">stdev :: 53173.42</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-08-10T03:15:07.820280" elapsed="0.004791"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T03:15:07.820102" elapsed="0.005005"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T03:15:07.804181" elapsed="0.020960"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.829189" level="INFO">${min} = 143149.32</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-08-10T03:15:07.825307" elapsed="0.003912"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.833610" level="INFO">${max} = 168854.13</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-08-10T03:15:07.829410" elapsed="0.004229"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.837649" level="INFO">${average} = 157514.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-08-10T03:15:07.833817" elapsed="0.003860"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.841693" level="INFO">${stdev} = 53173.42</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-08-10T03:15:07.837854" elapsed="0.003867"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.842290" level="INFO">${date} = 2026-08-10 03:15:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T03:15:07.841905" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.842907" level="INFO">CBench Result: 2026-08-10 03:15:07,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143149.32,168854.13,157514.57,53173.42</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-08-10T03:15:07.842470" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T03:15:07.844134" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-08-10T03:15:07.843658" elapsed="0.000548"/>
</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-08-10T03:15:07.844363" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T03:15:07.843161" elapsed="0.001770"/>
</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-08-10T03:05:01.108166" elapsed="606.736828"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.845516" 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-08-10T03:15:07.845157" elapsed="0.000418"/>
</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-08-10T03:15:07.846115" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-08-10T03:15:07.845804" elapsed="0.000668"/>
</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-08-10T03:05:01.106573" elapsed="606.739938"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.847880" 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-08-10T03:15:07.847375" elapsed="0.000573"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.849222" 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-08-10T03:15:07.848880" elapsed="0.000387"/>
</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-08-10T03:15:07.849651" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:15:07.849420" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:07.852846" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:15:07.852574" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-08-10T03:15:07.852554" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T03:15:07.853271" 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-08-10T03:15:07.853441" 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-08-10T03:15:07.853064" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.854052" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.239" 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-08-10T03:15:07.853608" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T03:15:07.854675" 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-08-10T03:15:07.854260" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:15:07.855636" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T03:15:07.855727" 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-08-10T03:15:07.855309" elapsed="0.000457"/>
</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-08-10T03:15:07.855913" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T03:15:07.857126" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-08-10T03:15:08.494136" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 03:15:08 UTC 2026

  System load:  0.4                Processes:             105
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 10 03:05:01 2026 from 10.30.170.15
[?2004h[jenkins@releng-00446-52-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-08-10T03:15:07.856767" elapsed="0.637587"/>
</kw>
<msg time="2026-08-10T03:15:08.494448" 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-08-10T03:15:07.856402" elapsed="0.638134"/>
</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-08-10T03:15:07.854923" elapsed="0.639732"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T03:15:08.495211" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T03:25:14.538063" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T03:25:14.538651" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T03:25:14.538788" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-08-10T03:15:08.494902" elapsed="606.043954"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:25:14.539405" elapsed="0.000833"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.541383" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:13.640 16  switches: flows:  137768 141288 138260 136901 135179 138510 138112 138573 134651 135434 133073 136319 146746 131592 132759 135289  total = 36.507567 per ms 
03:17:13.740 16  switches: flows:  131041 134632 132924 131506 128526 137113 133403 136362 131842 128128 128818 131658 131604 127800 127816 127486  total = 34.952630 per ms 
03:18:13.841 16  switches: flows:  138167 144379 141951 138478 138112 142059 142220 142169 138537 134840 140351 139757 138925 133246 137128 134095  total = 37.011750 per ms 
03:19:13.941 16  switches: flows:  142686 147992 141382 139849 140664 145761 144800 147973 141625 140455 141182 142617 143277 137041 139320 137819  total = 37.844156 per ms 
03:20:14.041 16  switches: flows:  139909 144578 140419 138083 141341 145512 140092 145772 142202 135868 140645 141486 142899 136598 135951 134728  total = 37.372320 per ms 
03:21:14.142 16  switches: flows:  141611 147377 142024 140751 139200 144612 145065 146828 142438 139349 140277 143194 140286 137688 138643 137042  total = 37.710104 per ms 
03:22:14.242 16  switches: flows:  143700 145985 143190 141650 142870 145642 143807 149591 143016 139909 142664 143939 144329 139540 139286 139925  total = 38.087099 per ms 
03:23:14.342 16  switches: flows:  141739 147438 142854 140928 140989 145118 146778 145913 143878 138694 142423 143534 141528 138017 139207 136984  total = 37.870494 per ms 
03:24:14.442 16  switches: flows:  141532 150122 142977 142843 142689 146204 145033 148106 145499 139936 142494 146394 143496 139063 136957 139372  total = 38.148305 per ms 
03:25:14.543 16  switches: flows:  140317 148578 143567 140462 140364 145429 145778 146879 142727 139435 142557 143682 141748 138559 139750 136909  total = 37.882457 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34952.63/38148.30/37431.03/12512.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:25:14.540613" elapsed="0.001168"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T03:25:14.542316" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-10T03:25:14.541996" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-08-10T03:25:14.541939" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T03:25:14.542737" elapsed="0.000059"/>
</return>
<status status="NOT RUN" start="2026-08-10T03:25:14.542654" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:25:14.542619" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T03:25:14.542976" 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-08-10T03:25:14.547742" elapsed="0.000352"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T03:25:14.548242" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:25:14.548538" 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-08-10T03:25:14.543682" elapsed="0.005010"/>
</kw>
<msg time="2026-08-10T03:25:14.548840" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-08-10T03:15:07.850084" elapsed="606.698784"/>
</kw>
<status status="PASS" start="2026-08-10T03:15:07.849738" elapsed="606.699180"/>
</branch>
<status status="PASS" start="2026-08-10T03:15:07.849396" elapsed="606.699546"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.549375" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:13.640 16  switches: flows:  137768 141288 138260 136901 135179 138510 138112 138573 134651 135434 133073 136319 146746 131592 132759 135289  total = 36.507567 per ms 
03:17:13.740 16  switches: flows:  131041 134632 132924 131506 128526 137113 133403 136362 131842 128128 128818 131658 131604 127800 127816 127486  total = 34.952630 per ms 
03:18:13.841 16  switches: flows:  138167 144379 141951 138478 138112 142059 142220 142169 138537 134840 140351 139757 138925 133246 137128 134095  total = 37.011750 per ms 
03:19:13.941 16  switches: flows:  142686 147992 141382 139849 140664 145761 144800 147973 141625 140455 141182 142617 143277 137041 139320 137819  total = 37.844156 per ms 
03:20:14.041 16  switches: flows:  139909 144578 140419 138083 141341 145512 140092 145772 142202 135868 140645 141486 142899 136598 135951 134728  total = 37.372320 per ms 
03:21:14.142 16  switches: flows:  141611 147377 142024 140751 139200 144612 145065 146828 142438 139349 140277 143194 140286 137688 138643 137042  total = 37.710104 per ms 
03:22:14.242 16  switches: flows:  143700 145985 143190 141650 142870 145642 143807 149591 143016 139909 142664 143939 144329 139540 139286 139925  total = 38.087099 per ms 
03:23:14.342 16  switches: flows:  141739 147438 142854 140928 140989 145118 146778 145913 143878 138694 142423 143534 141528 138017 139207 136984  total = 37.870494 per ms 
03:24:14.442 16  switches: flows:  141532 150122 142977 142843 142689 146204 145033 148106 145499 139936 142494 146394 143496 139063 136957 139372  total = 38.148305 per ms 
03:25:14.543 16  switches: flows:  140317 148578 143567 140462 140364 145429 145778 146879 142727 139435 142557 143682 141748 138559 139750 136909  total = 37.882457 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34952.63/38148.30/37431.03/12512.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:25:14.549083" elapsed="0.000368"/>
</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-08-10T03:25:14.549598" elapsed="0.000408"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T03:25:14.550401" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T03:25:14.550491" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34952.63/38148.30/37431.03/12512.19 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-08-10T03:25:14.550175" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:25:14.550936" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34952.63/38148.30/37431.03/12512.19 | 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-08-10T03:25:14.550670" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.553366" 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-08-10T03:25:14.551107" elapsed="0.002316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.555806" level="INFO">34952.63/38148.30/37431.03/12512.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:25:14.553568" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:25:14.558233" 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-08-10T03:25:14.556012" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:25:14.560671" level="INFO">@{result_value_list} = [ 34952.63 | 38148.30 | 37431.03 | 12512.19 ]</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-08-10T03:25:14.558458" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.561170" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T03:25:14.561258" 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-08-10T03:25:14.560866" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.566061" level="INFO">min :: 34952.63</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-08-10T03:25:14.561678" elapsed="0.004440"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T03:25:14.561536" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.570691" level="INFO">max :: 38148.30</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-08-10T03:25:14.566367" elapsed="0.004381"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T03:25:14.566240" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.575368" level="INFO">avg :: 37431.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-08-10T03:25:14.571014" elapsed="0.004412"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T03:25:14.570887" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.579997" level="INFO">stdev :: 12512.19</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-08-10T03:25:14.575672" elapsed="0.004382"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T03:25:14.575543" elapsed="0.004545"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T03:25:14.561352" elapsed="0.018766"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.584322" level="INFO">${min} = 34952.63</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-08-10T03:25:14.580277" elapsed="0.004073"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.588258" level="INFO">${max} = 38148.30</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-08-10T03:25:14.584507" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.592249" level="INFO">${average} = 37431.03</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-08-10T03:25:14.588438" elapsed="0.003838"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.596225" level="INFO">${stdev} = 12512.19</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-08-10T03:25:14.592431" elapsed="0.003821"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.596770" level="INFO">${date} = 2026-08-10 03:25:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T03:25:14.596409" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.597362" level="INFO">CBench Result: 2026-08-10 03:25:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34952.63,38148.30,37431.03,12512.19</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-08-10T03:25:14.596954" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T03:25:14.598550" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-08-10T03:25:14.598064" elapsed="0.000554"/>
</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-08-10T03:25:14.598784" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T03:25:14.597572" elapsed="0.001739"/>
</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-08-10T03:15:07.848300" elapsed="606.751068"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.599850" 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-08-10T03:25:14.599526" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T03:25:14.601129" 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-08-10T03:25:14.600626" elapsed="0.000530"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-10T03:25:14.601381" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-08-10T03:25:14.601232" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-08-10T03:25:14.601212" elapsed="0.000271"/>
</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-08-10T03:25:14.601627" 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-08-10T03:25:14.601803" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-10T03:25:14.601963" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-10T03:25:14.602156" 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-08-10T03:25:14.602307" elapsed="0.000026"/>
</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-08-10T03:25:14.602461" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-10T03:25:14.602610" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-10T03:25:14.602847" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:25:14.602694" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:25:14.602677" elapsed="0.000246"/>
</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-08-10T03:25:14.600289" elapsed="0.002686"/>
</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-08-10T03:15:07.846851" elapsed="606.756169"/>
</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-08-10T02:54:51.972233" elapsed="1822.631361"/>
</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>
