<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-20T06:15:08.408660" 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-06-20T06:15:08.991718" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:15:08.991562" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:08.991531" elapsed="0.000290"/>
</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-06-20T06:15:08.991980" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-20T06:15:08.993006" level="INFO">Logging into '10.30.171.196:8101' as 'karaf'.</msg>
<msg time="2026-06-20T06:15:09.820796" 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-06-20T06:15:08.992673" elapsed="0.828479"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-20T06:15:09.869830" 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-06-20T06:15:09.821607" elapsed="0.048334"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-20T06:15:09.871963" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-20T06:15:09.872086" 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-06-20T06:15:09.870174" elapsed="0.001943"/>
</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-06-20T06:15:09.872280" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:15:09.872666" elapsed="0.000240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:15:09.873414" 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-06-20T06:15:09.873083" elapsed="0.000386"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T06:15:09.873523" elapsed="0.000051"/>
</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.196
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-20T06:15:08.991178" elapsed="0.882523"/>
</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-06-20T06:15:08.987545" elapsed="0.886419"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T06:15:09.874538" 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-06-20T06:15:09.874150" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T06:15:09.875026" 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-06-20T06:15:09.874752" elapsed="0.000333"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-20T06:15:09.875636" 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-06-20T06:15:09.875240" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T06:15:09.876221" 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-06-20T06:15:09.875834" elapsed="0.000431"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-20T06:15:09.876790" 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-06-20T06:15:09.876411" elapsed="0.000406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T06:15:09.877366" 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-06-20T06:15:09.877043" elapsed="0.000366"/>
</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-06-20T06:15:09.877719" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:15:09.877500" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:15:09.882185" 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-06-20T06:15:09.881741" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:15:09.883439" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T06:15:09.883527" 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-06-20T06:15:09.882774" elapsed="0.000778"/>
</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-06-20T06:15:09.883702" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T06:15:09.885146" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-20T06:15:10.550688" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 20 06:15:10 UTC 2026

  System load:  0.1                Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-1-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-06-20T06:15:09.884581" elapsed="0.666315"/>
</kw>
<msg time="2026-06-20T06:15:10.551031" 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-06-20T06:15:09.884231" elapsed="0.666906"/>
</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-06-20T06:15:09.882422" elapsed="0.668861"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-20T06:15:10.561816" 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-06-20T06:15:10.551539" elapsed="0.012323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:15:10.564315" elapsed="0.000697"/>
</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-06-20T06:15:09.881164" elapsed="0.684001"/>
</kw>
<status status="PASS" start="2026-06-20T06:15:09.877858" elapsed="0.687397"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:09.877473" elapsed="0.687851"/>
</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-06-20T06:15:10.565684" elapsed="0.001103"/>
</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-06-20T06:15:10.575110" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:15:10.574983" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:10.574956" elapsed="0.000233"/>
</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-06-20T06:15:10.578705" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:15:10.578591" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:10.578572" elapsed="0.000202"/>
</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-06-20T06:15:10.578904" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-20T06:15:10.579778" level="INFO">Logging into '10.30.171.196:8101' as 'karaf'.</msg>
<msg time="2026-06-20T06:15:10.782635" 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-06-20T06:15:10.579520" elapsed="0.203334"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-20T06:15:10.877819" 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-06-20T06:15:10.783275" elapsed="0.094630"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-20T06:15:10.900775" 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-06-20T06:15:10.900999" 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-06-20T06:15:10.878084" elapsed="0.022947"/>
</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-06-20T06:15:10.901175" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:15:10.901522" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:15:10.902230" 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-06-20T06:15:10.901896" elapsed="0.000390"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T06:15:10.902336" elapsed="0.000051"/>
</return>
<msg time="2026-06-20T06:15:10.902536" 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.196
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-20T06:15:10.578234" elapsed="0.324334"/>
</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-06-20T06:15:10.902719" elapsed="0.000569"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T06:15:10.903338" 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-06-20T06:15:10.574650" elapsed="0.328821"/>
</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-06-20T06:15:10.907190" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:15:10.907064" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:10.907040" elapsed="0.000221"/>
</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-06-20T06:15:10.907392" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-20T06:15:10.908257" level="INFO">Logging into '10.30.171.196:8101' as 'karaf'.</msg>
<msg time="2026-06-20T06:15:11.106900" 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-06-20T06:15:10.908000" elapsed="0.199021"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-20T06:15:11.153497" 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-06-20T06:15:11.107214" elapsed="0.046344"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-20T06:15:11.157474" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-20T06:15:11.157580" 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-06-20T06:15:11.153705" elapsed="0.003904"/>
</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-06-20T06:15:11.157751" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:15:11.158126" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:15:11.158734" 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-06-20T06:15:11.158441" elapsed="0.000343"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T06:15:11.158834" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.196
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-20T06:15:10.906710" elapsed="0.252309"/>
</kw>
<status status="PASS" start="2026-06-20T06:15:08.985469" elapsed="2.173615"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:15:11.161399" 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-06-20T06:15:11.160258" elapsed="0.001205"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T06:15:11.163126" 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-06-20T06:15:11.162755" elapsed="0.000414"/>
</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-06-20T06:15:11.163479" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:15:11.163247" elapsed="0.000290"/>
</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-06-20T06:15:11.166463" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:15:11.166217" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:11.166197" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:15:11.166880" 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-06-20T06:15:11.167018" 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-06-20T06:15:11.166674" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:15:11.167604" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.231" 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-06-20T06:15:11.167184" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:15:11.168287" 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-06-20T06:15:11.167804" elapsed="0.000509"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:15:11.169262" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T06:15:11.169353" 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-06-20T06:15:11.168929" elapsed="0.000448"/>
</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-06-20T06:15:11.169517" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T06:15:11.170717" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-20T06:15:11.487033" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 20 06:15:10 UTC 2026

  System load:  0.1                Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 20 06:15:10 2026 from 10.30.171.215
[?2004h[jenkins@releng-00446-1-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-06-20T06:15:11.170359" elapsed="0.316887"/>
</kw>
<msg time="2026-06-20T06:15:11.487336" 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-06-20T06:15:11.170013" elapsed="0.317416"/>
</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-06-20T06:15:11.168512" elapsed="0.319044"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-20T06:15:11.488135" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-20T06:25:17.605215" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-20T06:25:17.605807" level="INFO">${stdout} = </msg>
<msg time="2026-06-20T06:25:17.605959" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-20T06:15:11.487784" elapsed="606.118268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:25:17.606546" elapsed="0.000982"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.608849" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:16:16.698 16  switches: flows:  112027 109078 111204 110538 108507 110558 111548 108369 106117 105705 107257 107251 106011 105541 105428 108394  total = 28.892217 per ms 
06:17:16.799 16  switches: flows:  128045 126667 125407 127778 125027 126006 126114 122490 118946 120126 120158 120770 120586 120102 118607 122899  total = 32.774063 per ms 
06:18:16.900 16  switches: flows:  128609 127077 125831 127194 126097 123639 125460 124247 120913 120083 121904 120958 120467 121374 120843 121620  total = 32.883636 per ms 
06:19:17.001 16  switches: flows:  124908 121788 118718 121406 119918 118402 118120 120820 116019 114817 115593 116325 113957 118212 117496 118625  total = 31.532781 per ms 
06:20:17.102 16  switches: flows:  129041 127166 123212 124202 126064 123011 123213 123406 119378 120489 120116 120100 121364 121079 120467 121244  total = 32.671290 per ms 
06:21:17.203 16  switches: flows:  131686 130986 127904 129690 128376 128078 127101 127292 122646 125137 124718 124783 124738 124563 124185 125653  total = 33.735946 per ms 
06:22:17.304 16  switches: flows:  132306 128496 125318 127391 129198 125492 126092 125364 121776 121977 124438 123015 121745 123041 123360 124451  total = 33.335326 per ms 
06:23:17.405 16  switches: flows:  133554 129643 127203 130517 128982 126787 126977 125596 122603 122634 124452 124765 123084 125289 124277 125441  total = 33.640586 per ms 
06:24:17.506 16  switches: flows:  132024 128643 127495 127722 126671 125863 124932 125310 121076 119681 123991 122205 122050 123433 122266 123329  total = 33.222711 per ms 
06:25:17.607 16  switches: flows:  130812 127677 125508 127286 126273 124608 126061 126695 120334 119712 122336 121713 120170 123379 121360 124204  total = 33.080233 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31532.78/33735.95/32986.29/11012.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:25:17.607982" elapsed="0.001212"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-20T06:25:17.609755" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-06-20T06:25:17.609419" elapsed="0.000548"/>
</branch>
<status status="PASS" start="2026-06-20T06:25:17.609354" elapsed="0.000699"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-20T06:25:17.610301" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:25:17.610205" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-06-20T06:25:17.610165" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-20T06:25:17.610538" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-20T06:25:17.614616" elapsed="0.000562"/>
</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-06-20T06:25:17.615412" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:25:17.615861" elapsed="0.000172"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-20T06:25:17.611431" elapsed="0.004679"/>
</kw>
<msg time="2026-06-20T06:25:17.616291" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-20T06:15:11.163886" elapsed="606.452443"/>
</kw>
<status status="PASS" start="2026-06-20T06:15:11.163566" elapsed="606.452831"/>
</branch>
<status status="PASS" start="2026-06-20T06:15:11.163224" elapsed="606.453206"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.617090" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:16:16.698 16  switches: flows:  112027 109078 111204 110538 108507 110558 111548 108369 106117 105705 107257 107251 106011 105541 105428 108394  total = 28.892217 per ms 
06:17:16.799 16  switches: flows:  128045 126667 125407 127778 125027 126006 126114 122490 118946 120126 120158 120770 120586 120102 118607 122899  total = 32.774063 per ms 
06:18:16.900 16  switches: flows:  128609 127077 125831 127194 126097 123639 125460 124247 120913 120083 121904 120958 120467 121374 120843 121620  total = 32.883636 per ms 
06:19:17.001 16  switches: flows:  124908 121788 118718 121406 119918 118402 118120 120820 116019 114817 115593 116325 113957 118212 117496 118625  total = 31.532781 per ms 
06:20:17.102 16  switches: flows:  129041 127166 123212 124202 126064 123011 123213 123406 119378 120489 120116 120100 121364 121079 120467 121244  total = 32.671290 per ms 
06:21:17.203 16  switches: flows:  131686 130986 127904 129690 128376 128078 127101 127292 122646 125137 124718 124783 124738 124563 124185 125653  total = 33.735946 per ms 
06:22:17.304 16  switches: flows:  132306 128496 125318 127391 129198 125492 126092 125364 121776 121977 124438 123015 121745 123041 123360 124451  total = 33.335326 per ms 
06:23:17.405 16  switches: flows:  133554 129643 127203 130517 128982 126787 126977 125596 122603 122634 124452 124765 123084 125289 124277 125441  total = 33.640586 per ms 
06:24:17.506 16  switches: flows:  132024 128643 127495 127722 126671 125863 124932 125310 121076 119681 123991 122205 122050 123433 122266 123329  total = 33.222711 per ms 
06:25:17.607 16  switches: flows:  130812 127677 125508 127286 126273 124608 126061 126695 120334 119712 122336 121713 120170 123379 121360 124204  total = 33.080233 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31532.78/33735.95/32986.29/11012.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:25:17.616622" elapsed="0.000575"/>
</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-06-20T06:25:17.617404" elapsed="0.000561"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-20T06:25:17.618538" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-20T06:25:17.618671" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31532.78/33735.95/32986.29/11012.82 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-06-20T06:25:17.618206" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:25:17.619641" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31532.78/33735.95/32986.29/11012.82 | 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-06-20T06:25:17.618927" elapsed="0.000759"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.622166" 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-06-20T06:25:17.619858" elapsed="0.002367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.624635" level="INFO">31532.78/33735.95/32986.29/11012.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:25:17.622394" elapsed="0.002298"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:25:17.627085" 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-06-20T06:25:17.624843" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:25:17.629596" level="INFO">@{result_value_list} = [ 31532.78 | 33735.95 | 32986.29 | 11012.82 ]</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-06-20T06:25:17.627344" elapsed="0.002281"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.630129" level="INFO">Length is 4.</msg>
<msg time="2026-06-20T06:25:17.630230" 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-06-20T06:25:17.629783" elapsed="0.000473"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.635049" level="INFO">min :: 31532.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:25:17.630664" elapsed="0.004442"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-20T06:25:17.630531" elapsed="0.004611"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.639768" level="INFO">max :: 33735.95</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-06-20T06:25:17.635407" elapsed="0.004421"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-20T06:25:17.635242" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.644464" level="INFO">avg :: 32986.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-06-20T06:25:17.640100" elapsed="0.004420"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-20T06:25:17.639972" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.649420" level="INFO">stdev :: 11012.82</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-06-20T06:25:17.644778" elapsed="0.004708"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-20T06:25:17.644653" elapsed="0.004870"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-20T06:25:17.630326" elapsed="0.019230"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.653732" level="INFO">${min} = 31532.78</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-06-20T06:25:17.649712" elapsed="0.004057"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.657944" level="INFO">${max} = 33735.95</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-06-20T06:25:17.653993" elapsed="0.003980"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.661864" level="INFO">${average} = 32986.29</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-06-20T06:25:17.658124" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.665813" level="INFO">${stdev} = 11012.82</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-06-20T06:25:17.662072" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.666398" level="INFO">${date} = 2026-06-20 06:25: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-06-20T06:25:17.666017" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.667013" level="INFO">CBench Result: 2026-06-20 06:25:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31532.78,33735.95,32986.29,11012.82</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-06-20T06:25:17.666576" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T06:25:17.668202" 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-06-20T06:25:17.667717" elapsed="0.000555"/>
</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-06-20T06:25:17.668426" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-20T06:25:17.667226" elapsed="0.001769"/>
</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-06-20T06:15:11.162123" elapsed="606.506933"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.669564" 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-06-20T06:25:17.669207" elapsed="0.000417"/>
</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-06-20T06:25:17.670180" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-06-20T06:25:17.669847" elapsed="0.000684"/>
</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-06-20T06:15:11.159267" elapsed="606.511312"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.672140" 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-06-20T06:25:17.671694" elapsed="0.000504"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.673549" 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-06-20T06:25:17.673195" elapsed="0.000407"/>
</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-06-20T06:25:17.673961" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:25:17.673716" elapsed="0.000306"/>
</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-06-20T06:25:17.677043" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:25:17.676763" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-06-20T06:25:17.676743" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:25:17.677458" 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-06-20T06:25:17.677578" 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-06-20T06:25:17.677263" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.678190" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.196 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.231" 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-06-20T06:25:17.677751" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:25:17.678811" 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-06-20T06:25:17.678402" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:25:17.679774" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T06:25:17.679881" 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-06-20T06:25:17.679448" elapsed="0.000460"/>
</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-06-20T06:25:17.680090" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T06:25:17.681337" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-20T06:25:18.257915" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 20 06:25:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 20 06:15:11 2026 from 10.30.171.215
[?2004h[jenkins@releng-00446-1-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-06-20T06:25:17.680960" elapsed="0.577249"/>
</kw>
<msg time="2026-06-20T06:25:18.258321" 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-06-20T06:25:17.680589" elapsed="0.577854"/>
</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-06-20T06:25:17.679069" elapsed="0.579525"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-20T06:25:18.259370" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.196 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-20T06:35:24.329036" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-20T06:35:24.329580" level="INFO">${stdout} = </msg>
<msg time="2026-06-20T06:35:24.329698" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.196: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-06-20T06:25:18.258958" elapsed="606.070798"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:35:24.330315" elapsed="0.000938"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.332537" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:26:23.391 16  switches: flows:  512164 523424 505296 525283 516909 526760 512226 518272 509850 512334 495068 506379 494479 521142 497347 505454  total = 136.373117 per ms 
06:27:23.492 16  switches: flows:  514581 519087 487730 516010 515018 505935 510025 521724 511768 515084 520015 498134 506104 525490 504652 501251  total = 135.981139 per ms 
06:28:23.602 16  switches: flows:  522639 526438 515891 527565 533919 530843 521704 517644 531010 523263 532210 523099 521579 522563 526946 525330  total = 139.788093 per ms 
06:29:23.704 16  switches: flows:  577760 580529 582887 582383 583468 577924 576037 576252 577197 577957 579891 586776 566205 575892 569568 573237  total = 153.806681 per ms 
06:30:23.812 16  switches: flows:  573413 566566 573375 578310 575556 577097 574723 588041 568239 578784 584590 578012 584044 586204 587437 581657  total = 154.004827 per ms 
06:31:23.913 16  switches: flows:  579857 582475 580438 586627 573832 581790 586414 580692 577924 580107 577316 583838 583493 589723 581338 582734  total = 154.882547 per ms 
06:32:24.015 16  switches: flows:  557344 558836 570273 566372 549597 551381 555024 538642 555648 561765 538754 554389 554725 566545 561686 556584  total = 148.043132 per ms 
06:33:24.122 16  switches: flows:  565345 551201 561485 571124 564864 568272 569133 559702 548996 562557 566466 558608 558695 559512 555432 571823  total = 149.620201 per ms 
06:34:24.225 16  switches: flows:  563529 564050 577816 564364 569056 577291 569921 562482 569512 567015 565537 573842 571842 560386 554142 570969  total = 151.107027 per ms 
06:35:24.328 16  switches: flows:  567904 570233 561390 563105 565823 563486 515080 558142 557906 558698 559814 559313 553994 564666 564494 567154  total = 148.932906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135981.14/154882.55/148462.95/49868.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:35:24.331665" elapsed="0.001194"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-20T06:35:24.333583" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-06-20T06:35:24.333249" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-06-20T06:35:24.333193" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-20T06:35:24.334099" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:35:24.333993" elapsed="0.000232"/>
</branch>
<status status="NOT RUN" start="2026-06-20T06:35:24.333949" elapsed="0.000332"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-20T06:35:24.334360" elapsed="0.000034"/>
</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-06-20T06:35:24.340716" elapsed="0.000848"/>
</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-06-20T06:35:24.341956" elapsed="0.000389"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:35:24.342660" elapsed="0.000353"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-20T06:35:24.335180" elapsed="0.007990"/>
</kw>
<msg time="2026-06-20T06:35:24.343488" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.196: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-06-20T06:25:17.674425" elapsed="606.669127"/>
</kw>
<status status="PASS" start="2026-06-20T06:25:17.674047" elapsed="606.669621"/>
</branch>
<status status="PASS" start="2026-06-20T06:25:17.673695" elapsed="606.670028"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.344230" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:26:23.391 16  switches: flows:  512164 523424 505296 525283 516909 526760 512226 518272 509850 512334 495068 506379 494479 521142 497347 505454  total = 136.373117 per ms 
06:27:23.492 16  switches: flows:  514581 519087 487730 516010 515018 505935 510025 521724 511768 515084 520015 498134 506104 525490 504652 501251  total = 135.981139 per ms 
06:28:23.602 16  switches: flows:  522639 526438 515891 527565 533919 530843 521704 517644 531010 523263 532210 523099 521579 522563 526946 525330  total = 139.788093 per ms 
06:29:23.704 16  switches: flows:  577760 580529 582887 582383 583468 577924 576037 576252 577197 577957 579891 586776 566205 575892 569568 573237  total = 153.806681 per ms 
06:30:23.812 16  switches: flows:  573413 566566 573375 578310 575556 577097 574723 588041 568239 578784 584590 578012 584044 586204 587437 581657  total = 154.004827 per ms 
06:31:23.913 16  switches: flows:  579857 582475 580438 586627 573832 581790 586414 580692 577924 580107 577316 583838 583493 589723 581338 582734  total = 154.882547 per ms 
06:32:24.015 16  switches: flows:  557344 558836 570273 566372 549597 551381 555024 538642 555648 561765 538754 554389 554725 566545 561686 556584  total = 148.043132 per ms 
06:33:24.122 16  switches: flows:  565345 551201 561485 571124 564864 568272 569133 559702 548996 562557 566466 558608 558695 559512 555432 571823  total = 149.620201 per ms 
06:34:24.225 16  switches: flows:  563529 564050 577816 564364 569056 577291 569921 562482 569512 567015 565537 573842 571842 560386 554142 570969  total = 151.107027 per ms 
06:35:24.328 16  switches: flows:  567904 570233 561390 563105 565823 563486 515080 558142 557906 558698 559814 559313 553994 564666 564494 567154  total = 148.932906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135981.14/154882.55/148462.95/49868.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:35:24.343910" elapsed="0.000394"/>
</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-06-20T06:35:24.344453" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-20T06:35:24.345235" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-20T06:35:24.345327" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135981.14/154882.55/148462.95/49868.16 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-06-20T06:35:24.345006" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:35:24.345821" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135981.14/154882.55/148462.95/49868.16 | 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-06-20T06:35:24.345543" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.348513" 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-06-20T06:35:24.346020" elapsed="0.002555"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.351098" level="INFO">135981.14/154882.55/148462.95/49868.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:35:24.348741" elapsed="0.002418"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:35:24.353571" 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-06-20T06:35:24.351311" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:35:24.356054" level="INFO">@{result_value_list} = [ 135981.14 | 154882.55 | 148462.95 | 49868.16 ]</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-06-20T06:35:24.353828" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.356558" level="INFO">Length is 4.</msg>
<msg time="2026-06-20T06:35:24.356656" 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-06-20T06:35:24.356236" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.361726" level="INFO">min :: 135981.14</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-06-20T06:35:24.357085" elapsed="0.004700"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-20T06:35:24.356954" elapsed="0.004871"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.366327" level="INFO">max :: 154882.55</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-06-20T06:35:24.362062" elapsed="0.004321"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-20T06:35:24.361931" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.370947" level="INFO">avg :: 148462.95</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-06-20T06:35:24.366632" elapsed="0.004376"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-20T06:35:24.366507" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.375719" level="INFO">stdev :: 49868.16</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-06-20T06:35:24.371262" elapsed="0.004515"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-20T06:35:24.371133" elapsed="0.004680"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-20T06:35:24.356747" elapsed="0.019098"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.379700" level="INFO">${min} = 135981.14</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-06-20T06:35:24.376021" elapsed="0.003707"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.383550" level="INFO">${max} = 154882.55</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-06-20T06:35:24.379886" elapsed="0.003691"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.387418" level="INFO">${average} = 148462.95</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-06-20T06:35:24.383728" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.391280" level="INFO">${stdev} = 49868.16</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-06-20T06:35:24.387595" elapsed="0.003712"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.391831" level="INFO">${date} = 2026-06-20 06:35: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-06-20T06:35:24.391466" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.392453" level="INFO">CBench Result: 2026-06-20 06:35:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135981.14,154882.55,148462.95,49868.16</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-06-20T06:35:24.392037" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T06:35:24.393622" 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-06-20T06:35:24.393169" elapsed="0.000519"/>
</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-06-20T06:35:24.393838" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-20T06:35:24.392674" elapsed="0.001716"/>
</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-06-20T06:25:17.672532" elapsed="606.721918"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.394973" 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-06-20T06:35:24.394599" elapsed="0.000433"/>
</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-06-20T06:35:24.395543" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-06-20T06:35:24.395241" elapsed="0.000654"/>
</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-06-20T06:25:17.671102" elapsed="606.724853"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.397487" 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-06-20T06:35:24.397101" elapsed="0.000442"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.399043" 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-06-20T06:35:24.398462" elapsed="0.000629"/>
</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-06-20T06:35:24.399449" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:35:24.399225" elapsed="0.000282"/>
</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-06-20T06:35:24.402560" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:35:24.402311" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-20T06:35:24.402291" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:35:24.402995" 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-06-20T06:35:24.403114" 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-06-20T06:35:24.402787" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.403688" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.231" 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-06-20T06:35:24.403272" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T06:35:24.404291" 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-06-20T06:35:24.403882" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:35:24.405216" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T06:35:24.405304" 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-06-20T06:35:24.404889" elapsed="0.000440"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-20T06:35:24.405471" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T06:35:24.406659" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-20T06:35:26.233065" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 20 06:35:24 UTC 2026

  System load:  0.22               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 20 06:25:18 2026 from 10.30.171.215
[?2004h[jenkins@releng-00446-1-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-06-20T06:35:24.406303" elapsed="1.826987"/>
</kw>
<msg time="2026-06-20T06:35:26.233383" 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-06-20T06:35:24.405960" elapsed="1.827514"/>
</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-06-20T06:35:24.404515" elapsed="1.829082"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-20T06:35:26.234174" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-20T06:45:32.299410" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-20T06:45:32.299996" level="INFO">${stdout} = </msg>
<msg time="2026-06-20T06:45:32.300103" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-20T06:35:26.233829" elapsed="606.066331"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:45:32.300649" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.302589" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:36:31.381 16  switches: flows:  114867 111575 114621 115728 113878 114579 114055 115954 115498 114075 113761 112198 112676 111859 112212 113863  total = 30.356650 per ms 
06:37:31.482 16  switches: flows:  115326 114804 117220 117355 118990 117915 117138 117969 117175 118108 117048 114879 113429 112096 115121 112751  total = 30.903806 per ms 
06:38:31.583 16  switches: flows:  128746 122652 125894 127130 127752 128217 126886 127218 126683 125651 122705 123453 122267 122522 123822 122650  total = 33.348456 per ms 
06:39:31.684 16  switches: flows:  126394 123410 124773 126818 125494 126010 124912 128894 124861 126042 122998 122737 121141 123003 122457 123505  total = 33.168776 per ms 
06:40:31.785 16  switches: flows:  128435 125285 126272 126931 126209 126655 126269 127704 126755 127701 123899 122738 120839 123718 123694 123740  total = 33.391651 per ms 
06:41:31.886 16  switches: flows:  126724 122356 125882 127040 124919 127028 124521 124873 124852 125233 124042 122114 121090 124226 123419 121614  total = 33.110152 per ms 
06:42:31.987 16  switches: flows:  126127 121770 126727 126820 126813 125246 123955 126709 124360 125414 123391 122144 123507 122662 124013 121649  total = 33.133142 per ms 
06:43:32.087 16  switches: flows:  124428 120702 123713 124294 124159 124025 120623 124619 123920 124097 121509 118309 120385 122225 120874 120354  total = 32.582861 per ms 
06:44:32.189 16  switches: flows:  126478 122763 126171 127125 127424 126351 123978 126128 126950 126601 124016 122295 122373 123605 123468 121851  total = 33.236895 per ms 
06:45:32.291 16  switches: flows:  128948 125212 127816 128641 128655 127139 126330 128374 126912 127807 125187 124122 123374 126524 125447 123155  total = 33.670374 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30903.81/33670.37/32949.57/11010.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:45:32.301799" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-20T06:45:32.303423" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-20T06:45:32.303105" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-06-20T06:45:32.303053" elapsed="0.000575"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-20T06:45:32.303853" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-20T06:45:32.303770" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-06-20T06:45:32.303733" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-20T06:45:32.304093" 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-06-20T06:45:32.310153" elapsed="0.000458"/>
</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-06-20T06:45:32.310757" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T06:45:32.311060" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-20T06:45:32.304884" elapsed="0.006328"/>
</kw>
<msg time="2026-06-20T06:45:32.311340" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-20T06:35:24.399853" elapsed="607.911513"/>
</kw>
<status status="PASS" start="2026-06-20T06:35:24.399533" elapsed="607.911882"/>
</branch>
<status status="PASS" start="2026-06-20T06:35:24.399200" elapsed="607.912238"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.311865" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:36:31.381 16  switches: flows:  114867 111575 114621 115728 113878 114579 114055 115954 115498 114075 113761 112198 112676 111859 112212 113863  total = 30.356650 per ms 
06:37:31.482 16  switches: flows:  115326 114804 117220 117355 118990 117915 117138 117969 117175 118108 117048 114879 113429 112096 115121 112751  total = 30.903806 per ms 
06:38:31.583 16  switches: flows:  128746 122652 125894 127130 127752 128217 126886 127218 126683 125651 122705 123453 122267 122522 123822 122650  total = 33.348456 per ms 
06:39:31.684 16  switches: flows:  126394 123410 124773 126818 125494 126010 124912 128894 124861 126042 122998 122737 121141 123003 122457 123505  total = 33.168776 per ms 
06:40:31.785 16  switches: flows:  128435 125285 126272 126931 126209 126655 126269 127704 126755 127701 123899 122738 120839 123718 123694 123740  total = 33.391651 per ms 
06:41:31.886 16  switches: flows:  126724 122356 125882 127040 124919 127028 124521 124873 124852 125233 124042 122114 121090 124226 123419 121614  total = 33.110152 per ms 
06:42:31.987 16  switches: flows:  126127 121770 126727 126820 126813 125246 123955 126709 124360 125414 123391 122144 123507 122662 124013 121649  total = 33.133142 per ms 
06:43:32.087 16  switches: flows:  124428 120702 123713 124294 124159 124025 120623 124619 123920 124097 121509 118309 120385 122225 120874 120354  total = 32.582861 per ms 
06:44:32.189 16  switches: flows:  126478 122763 126171 127125 127424 126351 123978 126128 126950 126601 124016 122295 122373 123605 123468 121851  total = 33.236895 per ms 
06:45:32.291 16  switches: flows:  128948 125212 127816 128641 128655 127139 126330 128374 126912 127807 125187 124122 123374 126524 125447 123155  total = 33.670374 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30903.81/33670.37/32949.57/11010.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:45:32.311582" elapsed="0.000372"/>
</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-06-20T06:45:32.312101" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-20T06:45:32.312847" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-20T06:45:32.312951" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30903.81/33670.37/32949.57/11010.39 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-06-20T06:45:32.312631" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:45:32.313378" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30903.81/33670.37/32949.57/11010.39 | 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-06-20T06:45:32.313128" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.315757" 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-06-20T06:45:32.313559" elapsed="0.002253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.318166" level="INFO">30903.81/33670.37/32949.57/11010.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:45:32.315969" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:45:32.320614" 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-06-20T06:45:32.318369" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T06:45:32.323108" level="INFO">@{result_value_list} = [ 30903.81 | 33670.37 | 32949.57 | 11010.39 ]</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-06-20T06:45:32.320832" elapsed="0.002304"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.323602" level="INFO">Length is 4.</msg>
<msg time="2026-06-20T06:45:32.323690" 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-06-20T06:45:32.323291" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.328408" level="INFO">min :: 30903.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:45:32.324110" elapsed="0.004354"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-20T06:45:32.323983" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.333968" level="INFO">max :: 33670.37</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-06-20T06:45:32.328709" elapsed="0.005343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-20T06:45:32.328585" elapsed="0.005516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.340001" level="INFO">avg :: 32949.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T06:45:32.334393" elapsed="0.005687"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-20T06:45:32.334216" elapsed="0.005912"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.344806" level="INFO">stdev :: 11010.39</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-06-20T06:45:32.340415" elapsed="0.004449"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-20T06:45:32.340246" elapsed="0.004654"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-20T06:45:32.323779" elapsed="0.021169"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.348968" level="INFO">${min} = 30903.81</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-20T06:45:32.345112" elapsed="0.003888"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.353820" level="INFO">${max} = 33670.37</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-06-20T06:45:32.349195" elapsed="0.004654"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.358195" level="INFO">${average} = 32949.57</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-20T06:45:32.354052" elapsed="0.004170"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.362118" level="INFO">${stdev} = 11010.39</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-06-20T06:45:32.358374" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.362659" level="INFO">${date} = 2026-06-20 06:45:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-20T06:45:32.362306" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.363247" level="INFO">CBench Result: 2026-06-20 06:45:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30903.81,33670.37,32949.57,11010.39</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-06-20T06:45:32.362829" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T06:45:32.364453" 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-06-20T06:45:32.363943" elapsed="0.000577"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-20T06:45:32.364672" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-20T06:45:32.363456" elapsed="0.001776"/>
</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-06-20T06:35:24.397871" elapsed="607.967419"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.365795" 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-06-20T06:45:32.365437" elapsed="0.000414"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-20T06:45:32.367106" 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-06-20T06:45:32.366594" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-20T06:45:32.367371" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-20T06:45:32.367215" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-20T06:45:32.367192" elapsed="0.000275"/>
</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-06-20T06:45:32.367610" elapsed="0.000021"/>
</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-06-20T06:45:32.367764" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-20T06:45:32.367934" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-20T06:45:32.368136" 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-06-20T06:45:32.368284" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-20T06:45:32.368432" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-20T06:45:32.368572" elapsed="0.000019"/>
</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-06-20T06:45:32.368787" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-20T06:45:32.368653" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-06-20T06:45:32.368636" elapsed="0.000225"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-20T06:45:32.366262" elapsed="0.002649"/>
</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-06-20T06:35:24.396497" elapsed="607.972477"/>
</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-06-20T06:15:08.410288" elapsed="1823.959406"/>
</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>
