<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-22T02:33:01.661562" 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-22T02:33:02.233147" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-22T02:33:02.232996" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:02.232965" elapsed="0.000313"/>
</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-22T02:33:02.233425" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T02:33:02.234557" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-08-22T02:33:02.938070" 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-22T02:33:02.234150" elapsed="0.704121"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T02:33:02.987633" 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-22T02:33:02.938548" elapsed="0.049158"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T02:33:02.989646" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T02:33:02.989760" 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-22T02:33:02.987875" elapsed="0.001914"/>
</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-22T02:33:02.989947" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:33:02.990336" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:33:02.991040" 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-22T02:33:02.990698" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T02:33:02.991147" elapsed="0.000079"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.28
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-22T02:33:02.232614" elapsed="0.758739"/>
</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-22T02:33:02.228982" elapsed="0.762434"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T02:33:02.991959" 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-22T02:33:02.991603" elapsed="0.000413"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T02:33:02.992436" 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-22T02:33:02.992167" elapsed="0.000334"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T02:33:02.993100" 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-22T02:33:02.992707" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T02:33:02.993678" 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-22T02:33:02.993321" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T02:33:02.994253" 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-22T02:33:02.993866" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T02:33:02.994747" 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-22T02:33:02.994439" elapsed="0.000350"/>
</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-22T02:33:02.995088" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:33:02.994876" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:33:02.999504" 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-22T02:33:02.999079" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.000804" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T02:33:03.000892" 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-22T02:33:03.000082" elapsed="0.000835"/>
</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-22T02:33:03.001064" elapsed="0.000372"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.002447" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-08-22T02:33:03.421475" 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 Sat Aug 22 02:32:22 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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-64-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-22T02:33:03.001934" elapsed="0.419652"/>
</kw>
<msg time="2026-08-22T02:33:03.421660" 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-22T02:33:03.001590" elapsed="0.420150"/>
</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-22T02:33:02.999736" elapsed="0.422109"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.428940" 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-22T02:33:03.422021" elapsed="0.008337"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:33:03.430598" elapsed="0.000368"/>
</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-22T02:33:02.998564" elapsed="0.432488"/>
</kw>
<status status="PASS" start="2026-08-22T02:33:02.995232" elapsed="0.435871"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:02.994849" elapsed="0.436297"/>
</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-22T02:33:03.431386" elapsed="0.000613"/>
</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-22T02:33:03.438134" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-22T02:33:03.437969" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:03.437937" elapsed="0.000327"/>
</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-22T02:33:03.442693" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T02:33:03.442571" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:03.442551" elapsed="0.000212"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T02:33:03.442894" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.443759" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-08-22T02:33:03.636983" 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-22T02:33:03.443500" elapsed="0.193574"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.732375" 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-22T02:33:03.637262" elapsed="0.095204"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.743807" 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-22T02:33:03.744030" 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-22T02:33:03.732634" elapsed="0.011428"/>
</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-22T02:33:03.744232" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:33:03.744610" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.745321" 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-22T02:33:03.744969" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T02:33:03.745429" elapsed="0.000080"/>
</return>
<msg time="2026-08-22T02:33:03.745665" 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.171.28
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-22T02:33:03.442207" elapsed="0.303489"/>
</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-22T02:33:03.745843" elapsed="0.000569"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T02:33:03.746464" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-22T02:33:03.437558" elapsed="0.309063"/>
</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-22T02:33:03.750544" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T02:33:03.750408" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:03.750382" elapsed="0.000248"/>
</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-22T02:33:03.750764" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.751670" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-08-22T02:33:03.915871" 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-22T02:33:03.751408" elapsed="0.164592"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.940027" 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-22T02:33:03.916244" elapsed="0.023846"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.942217" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T02:33:03.942330" 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-22T02:33:03.940256" elapsed="0.002103"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T02:33:03.942495" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:33:03.942832" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.943520" 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-22T02:33:03.943175" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T02:33:03.943623" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.28
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-22T02:33:03.750044" elapsed="0.193754"/>
</kw>
<status status="PASS" start="2026-08-22T02:33:02.227149" elapsed="1.716741"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.946374" 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-22T02:33:03.945094" elapsed="0.001348"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.948019" 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-22T02:33:03.947646" elapsed="0.000417"/>
</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-22T02:33:03.948427" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:33:03.948156" elapsed="0.000331"/>
</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-22T02:33:03.951603" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:33:03.951348" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:03.951328" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.952028" 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-22T02:33:03.952151" 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-22T02:33:03.951819" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.952756" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.224" 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-22T02:33:03.952332" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.953505" 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-22T02:33:03.953009" elapsed="0.000523"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T02:33:03.954464" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T02:33:03.954555" 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-22T02:33:03.954111" elapsed="0.000468"/>
</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-22T02:33:03.954722" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T02:33:03.955940" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-08-22T02:33:04.296149" 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 Sat Aug 22 02:32:22 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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: Sat Aug 22 02:33:03 2026 from 10.30.170.158
[?2004h[jenkins@releng-00446-64-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-22T02:33:03.955584" elapsed="0.340857"/>
</kw>
<msg time="2026-08-22T02:33:04.296551" 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-22T02:33:03.955232" elapsed="0.341440"/>
</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-22T02:33:03.953734" elapsed="0.343095"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T02:33:04.297555" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T02:43:10.405036" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T02:43:10.405725" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T02:43:10.405833" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T02:33:04.297124" elapsed="606.108776"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:43:10.406425" elapsed="0.000830"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.408455" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:34:09.487 16  switches: flows:  111561 109858 111241 110262 110318 110608 109665 108542 107897 107356 108016 106706 107349 106239 106903 103669  total = 28.936500 per ms 
02:35:09.588 16  switches: flows:  108660 106518 107471 109892 107543 108668 106564 107872 105040 105070 103554 105103 105611 104143 103201 103435  total = 28.258300 per ms 
02:36:09.688 16  switches: flows:  117816 116433 116064 118663 118032 118811 115241 116522 114772 115261 114816 116810 112745 113867 113117 112769  total = 30.810866 per ms 
02:37:09.788 16  switches: flows:  114153 113631 111236 114183 113345 112633 111406 112381 110405 109436 112649 107815 109548 110723 110342 108429  total = 29.655727 per ms 
02:38:09.889 16  switches: flows:  119235 119585 119240 120566 119902 117705 115816 118041 116546 115571 118076 114386 114739 116013 117064 114973  total = 31.238747 per ms 
02:39:09.989 16  switches: flows:  121801 120066 119898 123069 120479 119759 118095 119439 116352 116521 120040 116365 115826 117059 117627 116491  total = 31.595319 per ms 
02:40:10.090 16  switches: flows:  120929 118532 118896 122453 120534 119239 116434 116019 117455 117079 118317 114670 116768 117874 116824 115430  total = 31.405046 per ms 
02:41:10.190 16  switches: flows:  117302 117406 119037 120077 119712 117254 114861 115885 116539 115601 116283 113028 114361 116705 115624 114498  total = 31.017734 per ms 
02:42:10.290 16  switches: flows:  118979 118398 119497 121689 119109 119253 116302 117074 115695 117437 117586 114618 114666 118407 117763 116313  total = 31.327472 per ms 
02:43:10.391 16  switches: flows:  123278 119084 118518 125115 122990 120680 118453 118819 117578 117022 120469 117657 115837 119609 119745 119489  total = 31.852484 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28258.30/31852.48/30795.74/10321.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:43:10.407651" elapsed="0.001127"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T02:43:10.409328" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-22T02:43:10.408977" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-08-22T02:43:10.408909" elapsed="0.000647"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T02:43:10.409778" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-08-22T02:43:10.409693" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-08-22T02:43:10.409657" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T02:43:10.409993" 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-22T02:43:10.414725" elapsed="0.000532"/>
</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-22T02:43:10.415467" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:43:10.415877" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T02:43:10.411502" elapsed="0.004587"/>
</kw>
<msg time="2026-08-22T02:43:10.416300" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T02:33:03.948872" elapsed="606.467466"/>
</kw>
<status status="PASS" start="2026-08-22T02:33:03.948517" elapsed="606.467890"/>
</branch>
<status status="PASS" start="2026-08-22T02:33:03.948124" elapsed="606.468316"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.417062" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:34:09.487 16  switches: flows:  111561 109858 111241 110262 110318 110608 109665 108542 107897 107356 108016 106706 107349 106239 106903 103669  total = 28.936500 per ms 
02:35:09.588 16  switches: flows:  108660 106518 107471 109892 107543 108668 106564 107872 105040 105070 103554 105103 105611 104143 103201 103435  total = 28.258300 per ms 
02:36:09.688 16  switches: flows:  117816 116433 116064 118663 118032 118811 115241 116522 114772 115261 114816 116810 112745 113867 113117 112769  total = 30.810866 per ms 
02:37:09.788 16  switches: flows:  114153 113631 111236 114183 113345 112633 111406 112381 110405 109436 112649 107815 109548 110723 110342 108429  total = 29.655727 per ms 
02:38:09.889 16  switches: flows:  119235 119585 119240 120566 119902 117705 115816 118041 116546 115571 118076 114386 114739 116013 117064 114973  total = 31.238747 per ms 
02:39:09.989 16  switches: flows:  121801 120066 119898 123069 120479 119759 118095 119439 116352 116521 120040 116365 115826 117059 117627 116491  total = 31.595319 per ms 
02:40:10.090 16  switches: flows:  120929 118532 118896 122453 120534 119239 116434 116019 117455 117079 118317 114670 116768 117874 116824 115430  total = 31.405046 per ms 
02:41:10.190 16  switches: flows:  117302 117406 119037 120077 119712 117254 114861 115885 116539 115601 116283 113028 114361 116705 115624 114498  total = 31.017734 per ms 
02:42:10.290 16  switches: flows:  118979 118398 119497 121689 119109 119253 116302 117074 115695 117437 117586 114618 114666 118407 117763 116313  total = 31.327472 per ms 
02:43:10.391 16  switches: flows:  123278 119084 118518 125115 122990 120680 118453 118819 117578 117022 120469 117657 115837 119609 119745 119489  total = 31.852484 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28258.30/31852.48/30795.74/10321.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:43:10.416635" elapsed="0.000533"/>
</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-22T02:43:10.417402" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T02:43:10.418651" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T02:43:10.418847" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28258.30/31852.48/30795.74/10321.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T02:43:10.418331" elapsed="0.000556"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T02:43:10.419494" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28258.30/31852.48/30795.74/10321.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T02:43:10.419107" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.422031" 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-22T02:43:10.419736" elapsed="0.002353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.424484" level="INFO">28258.30/31852.48/30795.74/10321.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:43:10.422262" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T02:43:10.426938" 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-22T02:43:10.424699" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T02:43:10.429473" level="INFO">@{result_value_list} = [ 28258.30 | 31852.48 | 30795.74 | 10321.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T02:43:10.427171" elapsed="0.002332"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.429984" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T02:43:10.430075" 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-22T02:43:10.429659" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.434878" level="INFO">min :: 28258.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-22T02:43:10.430538" elapsed="0.004399"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T02:43:10.430403" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.439494" level="INFO">max :: 31852.48</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-22T02:43:10.435208" elapsed="0.004342"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T02:43:10.435064" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.444092" level="INFO">avg :: 30795.74</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-22T02:43:10.439800" elapsed="0.004356"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T02:43:10.439673" elapsed="0.004539"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.448847" level="INFO">stdev :: 10321.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:43:10.444444" elapsed="0.004463"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T02:43:10.444315" elapsed="0.004627"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T02:43:10.430166" elapsed="0.018810"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.453248" level="INFO">${min} = 28258.30</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-22T02:43:10.449137" elapsed="0.004141"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.458169" level="INFO">${max} = 31852.48</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-22T02:43:10.453436" elapsed="0.004787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.462129" level="INFO">${average} = 30795.74</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-22T02:43:10.458387" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.466050" level="INFO">${stdev} = 10321.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T02:43:10.462337" elapsed="0.003739"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.466605" level="INFO">${date} = 2026-08-22 02:43:10</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-22T02:43:10.466247" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.467257" level="INFO">CBench Result: 2026-08-22 02:43:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28258.30,31852.48,30795.74,10321.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:43:10.466819" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T02:43:10.468393" 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-22T02:43:10.467934" elapsed="0.000531"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T02:43:10.468617" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T02:43:10.467461" elapsed="0.001759"/>
</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-22T02:33:03.946933" elapsed="606.522363"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.469764" 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-22T02:43:10.469447" elapsed="0.000375"/>
</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-22T02:43:10.470362" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-08-22T02:43:10.470036" elapsed="0.000667"/>
</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-22T02:33:03.944050" elapsed="606.526689"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.472200" 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-22T02:43:10.471788" elapsed="0.000484"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.473520" 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-22T02:43:10.473174" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T02:43:10.473936" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:43:10.473690" elapsed="0.000320"/>
</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-22T02:43:10.477246" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:43:10.476965" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-08-22T02:43:10.476942" elapsed="0.000388"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:43:10.477689" 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-22T02:43:10.477808" 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-22T02:43:10.477481" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.478403" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.224" 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-22T02:43:10.477967" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:43:10.479017" 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-22T02:43:10.478599" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T02:43:10.479942" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T02:43:10.480031" 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-22T02:43:10.479629" elapsed="0.000426"/>
</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-22T02:43:10.480208" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T02:43:10.481426" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-08-22T02:43:11.105275" 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 Sat Aug 22 02:43:10 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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: Sat Aug 22 02:33:04 2026 from 10.30.170.158
[?2004h[jenkins@releng-00446-64-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-22T02:43:10.481058" elapsed="0.624485"/>
</kw>
<msg time="2026-08-22T02:43:11.105641" 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-22T02:43:10.480724" elapsed="0.625015"/>
</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-22T02:43:10.479256" elapsed="0.626613"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T02:43:11.106469" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T02:53:17.170462" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T02:53:17.171044" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T02:53:17.171151" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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-22T02:43:11.106111" elapsed="606.065134"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:53:17.171746" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.173711" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:44:16.216 16  switches: flows:  430872 468962 457565 446014 454797 469643 497241 459807 467101 453327 474172 434801 440278 456588 447986 442414  total = 121.692800 per ms 
02:45:16.317 16  switches: flows:  543803 539978 544074 543958 540039 541341 539102 538132 545256 542108 547035 545752 551660 541569 540361 548806  total = 144.639963 per ms 
02:46:16.419 16  switches: flows:  566145 572530 569559 564914 559648 563703 562910 563989 562551 561271 572801 562893 560173 567723 566194 560362  total = 150.367620 per ms 
02:47:16.521 16  switches: flows:  545062 550822 545040 543915 542062 548141 550613 542955 554300 543019 548572 544976 549922 551222 549246 546523  total = 145.693138 per ms 
02:48:16.623 16  switches: flows:  605899 611510 607179 605722 596835 607013 609115 603847 603516 605257 602913 604038 602315 601812 611682 600633  total = 161.047189 per ms 
02:49:16.724 16  switches: flows:  571969 569917 571319 564537 568840 571103 566828 555113 564300 566134 564840 570684 563710 571718 567101 562534  total = 150.924021 per ms 
02:50:16.826 16  switches: flows:  606654 606354 604725 602397 596829 602452 603015 600018 605850 608779 604063 600863 600480 599521 604440 606493  total = 160.612252 per ms 
02:51:16.928 16  switches: flows:  603552 601918 599606 599552 603818 604604 597428 607109 600591 602769 604930 605302 602232 608164 609419 607739  total = 160.707633 per ms 
02:52:17.051 16  switches: flows:  617273 618248 625318 617010 615897 611134 612782 612764 617417 618786 617460 618044 609732 613900 606587 611523  total = 163.730292 per ms 
02:53:17.152 16  switches: flows:  522045 495008 516003 498336 472946 504193 449912 490024 478744 447227 471953 579273 516999 570970 539766 478973  total = 133.647128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133647.13/163730.29/152374.36/51662.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:53:17.172931" elapsed="0.001088"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T02:53:17.174589" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-08-22T02:53:17.174274" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-08-22T02:53:17.174211" elapsed="0.000597"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T02:53:17.175013" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-22T02:53:17.174932" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-08-22T02:53:17.174899" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T02:53:17.175248" 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-22T02:53:17.179921" elapsed="0.000361"/>
</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-22T02:53:17.180431" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T02:53:17.180727" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T02:53:17.175920" elapsed="0.004960"/>
</kw>
<msg time="2026-08-22T02:53:17.181009" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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-22T02:43:10.474491" elapsed="606.706545"/>
</kw>
<status status="PASS" start="2026-08-22T02:43:10.474105" elapsed="606.706980"/>
</branch>
<status status="PASS" start="2026-08-22T02:43:10.473667" elapsed="606.707441"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.181568" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:44:16.216 16  switches: flows:  430872 468962 457565 446014 454797 469643 497241 459807 467101 453327 474172 434801 440278 456588 447986 442414  total = 121.692800 per ms 
02:45:16.317 16  switches: flows:  543803 539978 544074 543958 540039 541341 539102 538132 545256 542108 547035 545752 551660 541569 540361 548806  total = 144.639963 per ms 
02:46:16.419 16  switches: flows:  566145 572530 569559 564914 559648 563703 562910 563989 562551 561271 572801 562893 560173 567723 566194 560362  total = 150.367620 per ms 
02:47:16.521 16  switches: flows:  545062 550822 545040 543915 542062 548141 550613 542955 554300 543019 548572 544976 549922 551222 549246 546523  total = 145.693138 per ms 
02:48:16.623 16  switches: flows:  605899 611510 607179 605722 596835 607013 609115 603847 603516 605257 602913 604038 602315 601812 611682 600633  total = 161.047189 per ms 
02:49:16.724 16  switches: flows:  571969 569917 571319 564537 568840 571103 566828 555113 564300 566134 564840 570684 563710 571718 567101 562534  total = 150.924021 per ms 
02:50:16.826 16  switches: flows:  606654 606354 604725 602397 596829 602452 603015 600018 605850 608779 604063 600863 600480 599521 604440 606493  total = 160.612252 per ms 
02:51:16.928 16  switches: flows:  603552 601918 599606 599552 603818 604604 597428 607109 600591 602769 604930 605302 602232 608164 609419 607739  total = 160.707633 per ms 
02:52:17.051 16  switches: flows:  617273 618248 625318 617010 615897 611134 612782 612764 617417 618786 617460 618044 609732 613900 606587 611523  total = 163.730292 per ms 
02:53:17.152 16  switches: flows:  522045 495008 516003 498336 472946 504193 449912 490024 478744 447227 471953 579273 516999 570970 539766 478973  total = 133.647128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133647.13/163730.29/152374.36/51662.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:53:17.181264" elapsed="0.000378"/>
</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-22T02:53:17.181795" elapsed="0.000481"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T02:53:17.182669" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T02:53:17.182760" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 133647.13/163730.29/152374.36/51662.07 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-22T02:53:17.182441" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T02:53:17.183306" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 133647.13/163730.29/152374.36/51662.07 | 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-22T02:53:17.182945" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.185849" 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-22T02:53:17.183482" elapsed="0.002441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.188498" level="INFO">133647.13/163730.29/152374.36/51662.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:53:17.186122" elapsed="0.002449"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T02:53:17.190994" 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-22T02:53:17.188724" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T02:53:17.193506" level="INFO">@{result_value_list} = [ 133647.13 | 163730.29 | 152374.36 | 51662.07 ]</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-22T02:53:17.191229" elapsed="0.002305"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.193999" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T02:53:17.194114" 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-22T02:53:17.193688" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.199108" level="INFO">min :: 133647.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-22T02:53:17.194558" elapsed="0.004608"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T02:53:17.194426" elapsed="0.004796"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.203774" level="INFO">max :: 163730.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:53:17.199445" elapsed="0.004386"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T02:53:17.199317" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.208519" level="INFO">avg :: 152374.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T02:53:17.204083" elapsed="0.004494"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T02:53:17.203954" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.213346" level="INFO">stdev :: 51662.07</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-22T02:53:17.208832" elapsed="0.004570"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T02:53:17.208701" elapsed="0.004736"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T02:53:17.194226" elapsed="0.019243"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.217427" level="INFO">${min} = 133647.13</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-22T02:53:17.213637" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.221615" level="INFO">${max} = 163730.29</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-22T02:53:17.217609" elapsed="0.004032"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.225545" level="INFO">${average} = 152374.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T02:53:17.221797" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.229510" level="INFO">${stdev} = 51662.07</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-22T02:53:17.225723" elapsed="0.003815"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.230074" level="INFO">${date} = 2026-08-22 02:53:17</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-22T02:53:17.229698" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.230675" level="INFO">CBench Result: 2026-08-22 02:53:17,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,133647.13,163730.29,152374.36,51662.07</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-22T02:53:17.230264" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T02:53:17.231817" 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-22T02:53:17.231396" elapsed="0.000489"/>
</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-22T02:53:17.232034" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T02:53:17.230887" elapsed="0.001703"/>
</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-22T02:43:10.472590" elapsed="606.760061"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.233116" 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-22T02:53:17.232799" elapsed="0.000374"/>
</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-22T02:53:17.233705" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-08-22T02:53:17.233402" elapsed="0.000663"/>
</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-22T02:43:10.471132" elapsed="606.762972"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.235306" 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-22T02:53:17.234908" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.236573" 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-22T02:53:17.236246" elapsed="0.000369"/>
</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-22T02:53:17.236952" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:53:17.236732" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T02:53:17.240109" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T02:53:17.239861" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-08-22T02:53:17.239842" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:53:17.240539" 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-22T02:53:17.240656" 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-22T02:53:17.240338" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.241246" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.224" 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-22T02:53:17.240814" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T02:53:17.241831" 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-22T02:53:17.241439" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T02:53:17.242777" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T02:53:17.242865" 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-22T02:53:17.242468" elapsed="0.000420"/>
</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-22T02:53:17.243027" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T02:53:17.244403" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-08-22T02:53:17.905625" 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 Sat Aug 22 02:53:17 UTC 2026

  System load:  0.32               Processes:             106
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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: Sat Aug 22 02:43:11 2026 from 10.30.170.158
[?2004h[jenkins@releng-00446-64-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-22T02:53:17.243940" elapsed="0.661887"/>
</kw>
<msg time="2026-08-22T02:53:17.905925" 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-22T02:53:17.243512" elapsed="0.662493"/>
</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-22T02:53:17.242079" elapsed="0.664037"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T02:53:17.906644" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T03:03:23.969509" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T03:03:23.970225" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T03:03:23.970357" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T02:53:17.906349" elapsed="606.064080"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T03:03:23.970918" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:23.972847" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:23.045 16  switches: flows:  109957 109451 110308 109042 110167 108925 106470 108444 109851 107523 107135 108094 112366 108235 108270 106542  total = 29.013000 per ms 
02:55:23.145 16  switches: flows:  119053 118532 119537 118130 120463 117910 116128 117852 117240 116801 114280 115234 116860 117838 118060 116759  total = 31.292328 per ms 
02:56:23.246 16  switches: flows:  109398 107197 106985 105072 106174 107954 106252 105168 104085 104727 106204 105805 105628 104883 104804 104785  total = 28.204921 per ms 
02:57:23.346 16  switches: flows:  118002 116574 114124 114388 116367 116027 114284 113696 114075 112674 113833 115399 114316 111798 113329 114077  total = 30.498221 per ms 
02:58:23.447 16  switches: flows:  120749 121609 118246 118921 122180 121045 118038 118637 118455 115875 119498 119098 117228 117410 116165 116195  total = 31.603001 per ms 
02:59:23.547 16  switches: flows:  119130 120384 116734 114563 118658 117933 118873 116948 114571 114363 117032 118397 113494 115149 114367 114725  total = 31.036674 per ms 
03:00:23.648 16  switches: flows:  121677 123228 119623 118025 121763 120339 120285 117975 116308 116453 117546 119691 117253 115594 118059 116491  total = 31.618946 per ms 
03:01:23.748 16  switches: flows:  121450 122224 119675 118366 122200 120921 120347 119076 117337 115398 120236 120488 116871 116673 117310 117234  total = 31.710449 per ms 
03:02:23.849 16  switches: flows:  122620 123814 120798 118570 123248 122600 121659 120709 117685 117928 121153 121499 119150 117383 119053 118620  total = 32.054541 per ms 
03:03:23.949 16  switches: flows:  121885 122872 121105 118429 123396 121481 121298 119253 118188 116591 120486 120539 118364 116677 118753 117536  total = 31.894198 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28204.92/32054.54/31101.48/10427.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T03:03:23.972040" elapsed="0.001167"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T03:03:23.973717" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-08-22T03:03:23.973411" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-08-22T03:03:23.973350" elapsed="0.000588"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T03:03:23.974174" elapsed="0.000058"/>
</return>
<status status="NOT RUN" start="2026-08-22T03:03:23.974089" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-08-22T03:03:23.974051" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T03:03:23.974418" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T03:03:23.979323" elapsed="0.000347"/>
</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-22T03:03:23.979818" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T03:03:23.980111" elapsed="0.000117"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T03:03:23.975092" elapsed="0.005192"/>
</kw>
<msg time="2026-08-22T03:03:23.980416" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T02:53:17.237368" elapsed="606.743075"/>
</kw>
<status status="PASS" start="2026-08-22T02:53:17.237037" elapsed="606.743457"/>
</branch>
<status status="PASS" start="2026-08-22T02:53:17.236710" elapsed="606.743807"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:23.980984" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:23.045 16  switches: flows:  109957 109451 110308 109042 110167 108925 106470 108444 109851 107523 107135 108094 112366 108235 108270 106542  total = 29.013000 per ms 
02:55:23.145 16  switches: flows:  119053 118532 119537 118130 120463 117910 116128 117852 117240 116801 114280 115234 116860 117838 118060 116759  total = 31.292328 per ms 
02:56:23.246 16  switches: flows:  109398 107197 106985 105072 106174 107954 106252 105168 104085 104727 106204 105805 105628 104883 104804 104785  total = 28.204921 per ms 
02:57:23.346 16  switches: flows:  118002 116574 114124 114388 116367 116027 114284 113696 114075 112674 113833 115399 114316 111798 113329 114077  total = 30.498221 per ms 
02:58:23.447 16  switches: flows:  120749 121609 118246 118921 122180 121045 118038 118637 118455 115875 119498 119098 117228 117410 116165 116195  total = 31.603001 per ms 
02:59:23.547 16  switches: flows:  119130 120384 116734 114563 118658 117933 118873 116948 114571 114363 117032 118397 113494 115149 114367 114725  total = 31.036674 per ms 
03:00:23.648 16  switches: flows:  121677 123228 119623 118025 121763 120339 120285 117975 116308 116453 117546 119691 117253 115594 118059 116491  total = 31.618946 per ms 
03:01:23.748 16  switches: flows:  121450 122224 119675 118366 122200 120921 120347 119076 117337 115398 120236 120488 116871 116673 117310 117234  total = 31.710449 per ms 
03:02:23.849 16  switches: flows:  122620 123814 120798 118570 123248 122600 121659 120709 117685 117928 121153 121499 119150 117383 119053 118620  total = 32.054541 per ms 
03:03:23.949 16  switches: flows:  121885 122872 121105 118429 123396 121481 121298 119253 118188 116591 120486 120539 118364 116677 118753 117536  total = 31.894198 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28204.92/32054.54/31101.48/10427.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T03:03:23.980663" elapsed="0.000401"/>
</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-22T03:03:23.981255" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T03:03:23.982064" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T03:03:23.982160" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28204.92/32054.54/31101.48/10427.12 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-22T03:03:23.981821" elapsed="0.000378"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T03:03:23.982650" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28204.92/32054.54/31101.48/10427.12 | 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-22T03:03:23.982355" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:23.985221" 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-22T03:03:23.982854" elapsed="0.002429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:23.987669" level="INFO">28204.92/32054.54/31101.48/10427.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T03:03:23.985437" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T03:03:23.990103" 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-22T03:03:23.987876" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T03:03:23.992547" level="INFO">@{result_value_list} = [ 28204.92 | 32054.54 | 31101.48 | 10427.12 ]</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-22T03:03:23.990354" elapsed="0.002221"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T03:03:23.993035" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T03:03:23.993123" 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-22T03:03:23.992728" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:23.997991" level="INFO">min :: 28204.92</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-22T03:03:23.993555" elapsed="0.004496"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T03:03:23.993427" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.002732" level="INFO">max :: 32054.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-22T03:03:23.998346" elapsed="0.004446"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T03:03:23.998208" elapsed="0.004620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.007513" level="INFO">avg :: 31101.48</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-22T03:03:24.003042" elapsed="0.004530"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T03:03:24.002914" elapsed="0.004694"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.012175" level="INFO">stdev :: 10427.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T03:03:24.007829" elapsed="0.004421"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T03:03:24.007694" elapsed="0.004765"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T03:03:23.993238" elapsed="0.019260"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.016376" level="INFO">${min} = 28204.92</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-22T03:03:24.012663" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.020348" level="INFO">${max} = 32054.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T03:03:24.016559" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.024238" level="INFO">${average} = 31101.48</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-22T03:03:24.020531" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.028158" level="INFO">${stdev} = 10427.12</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-22T03:03:24.024419" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.028716" level="INFO">${date} = 2026-08-22 03:03:24</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-22T03:03:24.028363" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.029309" level="INFO">CBench Result: 2026-08-22 03:03:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28204.92,32054.54,31101.48,10427.12</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-22T03:03:24.028887" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T03:03:24.030480" 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-22T03:03:24.029982" elapsed="0.000566"/>
</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-22T03:03:24.030696" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T03:03:24.029506" elapsed="0.001758"/>
</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-22T02:53:17.235679" elapsed="606.795644"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.031779" 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-22T03:03:24.031470" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T03:03:24.033053" 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-22T03:03:24.032558" elapsed="0.000522"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T03:03:24.033321" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-08-22T03:03:24.033157" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-08-22T03:03:24.033137" elapsed="0.000272"/>
</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-22T03:03:24.033549" 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-22T03:03:24.033706" 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-22T03:03:24.033864" 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-22T03:03:24.034056" 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-22T03:03:24.034249" elapsed="0.000022"/>
</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-22T03:03:24.034396" 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-22T03:03:24.034541" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-22T03:03:24.034759" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-22T03:03:24.034624" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-22T03:03:24.034607" elapsed="0.000233"/>
</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-22T03:03:24.032220" elapsed="0.002670"/>
</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-22T02:53:17.234409" elapsed="606.800526"/>
</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-22T02:33:01.663159" elapsed="1822.372217"/>
</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>
