<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-06T03:25:01.004420" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T03:25:01.629943" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:25:01.629756" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:01.629723" elapsed="0.000369"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:25:01.630242" elapsed="0.000574"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T03:25:01.631346" level="INFO">Logging into '10.30.170.86:8101' as 'karaf'.</msg>
<msg time="2026-08-06T03:25:02.374232" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-06T03:25:01.631022" elapsed="0.743409"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T03:25:02.435384" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-06T03:25:02.374720" elapsed="0.060741"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T03:25:02.437946" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T03:25:02.438067" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-06T03:25:02.435677" elapsed="0.002421"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-06T03:25:02.438259" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:25:02.438632" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:25:02.439395" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:25:02.439045" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:25:02.439506" elapsed="0.000059"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.86
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-06T03:25:01.629320" elapsed="0.810372"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-06T03:25:01.625387" elapsed="0.814370"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T03:25:02.440343" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-06T03:25:02.439970" elapsed="0.000431"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T03:25:02.440821" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-06T03:25:02.440553" elapsed="0.000333"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:25:02.441444" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T03:25:02.441045" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:25:02.442042" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T03:25:02.441640" elapsed="0.000446"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:25:02.442612" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T03:25:02.442233" elapsed="0.000408"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:25:02.443182" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T03:25:02.442856" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-06T03:25:02.443533" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:25:02.443312" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:25:02.448171" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:25:02.447743" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:25:02.449264" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:25:02.449348" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T03:25:02.448817" elapsed="0.000556"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:25:02.449516" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:25:02.450948" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:25:03.187145" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:25:02 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.89
  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-48-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T03:25:02.450376" elapsed="0.736934"/>
</kw>
<msg time="2026-08-06T03:25:03.187409" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:25:02.450031" elapsed="0.737476"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T03:25:02.448405" elapsed="0.739228"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.194845" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-06T03:25:03.187877" elapsed="0.008601"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:25:03.196945" elapsed="0.000710"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-06T03:25:02.447220" elapsed="0.750634"/>
</kw>
<status status="PASS" start="2026-08-06T03:25:02.443927" elapsed="0.754029"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:02.443286" elapsed="0.754744"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-06T03:25:03.198414" elapsed="0.001095"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T03:25:03.208290" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:25:03.208165" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:03.208140" elapsed="0.000229"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T03:25:03.211886" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:25:03.211759" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:03.211739" elapsed="0.000216"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:25:03.212087" elapsed="0.000434"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.212942" level="INFO">Logging into '10.30.170.86:8101' as 'karaf'.</msg>
<msg time="2026-08-06T03:25:03.416559" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-06T03:25:03.212666" elapsed="0.204080"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.513997" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-06T03:25:03.417123" elapsed="0.096959"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.518125" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T03:25:03.518322" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-06T03:25:03.514263" elapsed="0.004091"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-06T03:25:03.518493" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:25:03.518866" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:25:03.519510" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:25:03.519210" elapsed="0.000354"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:25:03.519612" elapsed="0.000050"/>
</return>
<msg time="2026-08-06T03:25:03.519828" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.86
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-06T03:25:03.211406" elapsed="0.308456"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-06T03:25:03.520007" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:25:03.520617" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-06T03:25:03.207853" elapsed="0.312896"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T03:25:03.524437" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:25:03.524311" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:03.524287" 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-08-06T03:25:03.524637" elapsed="0.000444"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.525477" level="INFO">Logging into '10.30.170.86:8101' as 'karaf'.</msg>
<msg time="2026-08-06T03:25:03.723323" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-06T03:25:03.525224" elapsed="0.198192"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.747933" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-06T03:25:03.723579" elapsed="0.024419"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.749996" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T03:25:03.750116" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-06T03:25:03.748145" elapsed="0.002002"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-06T03:25:03.750283" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:25:03.750614" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:25:03.751296" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:25:03.751021" elapsed="0.000325"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:25:03.751394" elapsed="0.000042"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.86
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-06T03:25:03.523992" elapsed="0.227549"/>
</kw>
<status status="PASS" start="2026-08-06T03:25:01.623518" elapsed="2.128084"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:25:03.753855" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:25:03.752705" elapsed="0.001220"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:25:03.755407" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T03:25:03.755004" elapsed="0.000447"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-06T03:25:03.755759" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:25:03.755526" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T03:25:03.758824" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:25:03.758555" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:03.758535" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.759247" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-06T03:25:03.759370" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-06T03:25:03.759041" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:25:03.760019" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.86 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.89" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:25:03.759577" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.760700" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:25:03.760233" elapsed="0.000495"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:25:03.761651" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:25:03.761744" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T03:25:03.761329" elapsed="0.000439"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:25:03.762006" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:25:03.763252" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:25:04.083859" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:25:02 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.89
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 03:25:03 2026 from 10.30.170.158
[?2004h[jenkins@releng-00446-48-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T03:25:03.762887" elapsed="0.321154"/>
</kw>
<msg time="2026-08-06T03:25:04.084139" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:25:03.762524" elapsed="0.321709"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T03:25:03.760945" elapsed="0.323414"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T03:25:04.084927" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.86 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T03:35:10.242143" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-06T03:35:10.242698" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T03:35:10.242842" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T03:25:04.084587" elapsed="606.158325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:35:10.243358" elapsed="0.000783"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.245368" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:09.332 16  switches: flows:  88285 90699 89385 89786 90897 90094 91679 90105 88863 90996 87858 88447 85814 90439 92163 87628  total = 23.885633 per ms 
03:27:09.433 16  switches: flows:  121043 124012 123916 124105 127198 122885 124552 124812 122129 124094 120403 121071 118377 123198 125197 120264  total = 32.732974 per ms 
03:28:09.533 16  switches: flows:  86873 85436 87172 84147 87005 86012 85177 84942 84802 84480 83767 83620 83691 83847 84477 81306  total = 22.574871 per ms 
03:29:09.633 16  switches: flows:  50919 51503 50633 50666 50421 51287 51237 51772 49551 50498 49443 50663 47968 50479 49279 50023  total = 13.416640 per ms 
03:30:09.733 16  switches: flows:  110463 109396 111122 109434 108785 108373 109443 107831 106671 107399 105946 107965 104382 105547 107298 104820  total = 28.700007 per ms 
03:31:09.834 16  switches: flows:  122794 122002 125210 121834 123986 123252 125473 121538 119228 123083 118161 120386 118564 121085 120183 119722  total = 32.387594 per ms 
03:32:09.934 16  switches: flows:  124159 125522 128751 125269 129590 126411 128275 125389 123820 124818 122693 124124 119908 126056 122871 124136  total = 33.307582 per ms 
03:33:10.034 16  switches: flows:  126037 125544 128630 123393 128642 125532 128096 124872 122707 124707 120266 125044 119657 125611 122489 123604  total = 33.191773 per ms 
03:34:10.134 16  switches: flows:  124553 123288 128720 124708 128884 123389 124646 124702 122406 123848 122016 123417 120438 125025 122165 122522  total = 33.023668 per ms 
03:35:10.235 16  switches: flows:  126850 125286 128901 123586 127319 126694 128152 125663 122886 125544 123135 125344 121647 125734 124333 124620  total = 33.372502 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 13416.64/33372.50/29189.73/11703.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.244568" elapsed="0.001098"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T03:35:10.246200" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-08-06T03:35:10.245894" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-08-06T03:35:10.245831" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T03:35:10.246664" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:35:10.246580" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-08-06T03:35:10.246543" elapsed="0.000317"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T03:35:10.246939" 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-08-06T03:35:10.251131" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:35:10.251859" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:35:10.252313" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T03:35:10.247691" elapsed="0.004848"/>
</kw>
<msg time="2026-08-06T03:35:10.252715" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T03:25:03.756196" elapsed="606.496556"/>
</kw>
<status status="PASS" start="2026-08-06T03:25:03.755866" elapsed="606.496977"/>
</branch>
<status status="PASS" start="2026-08-06T03:25:03.755504" elapsed="606.497372"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.253604" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:09.332 16  switches: flows:  88285 90699 89385 89786 90897 90094 91679 90105 88863 90996 87858 88447 85814 90439 92163 87628  total = 23.885633 per ms 
03:27:09.433 16  switches: flows:  121043 124012 123916 124105 127198 122885 124552 124812 122129 124094 120403 121071 118377 123198 125197 120264  total = 32.732974 per ms 
03:28:09.533 16  switches: flows:  86873 85436 87172 84147 87005 86012 85177 84942 84802 84480 83767 83620 83691 83847 84477 81306  total = 22.574871 per ms 
03:29:09.633 16  switches: flows:  50919 51503 50633 50666 50421 51287 51237 51772 49551 50498 49443 50663 47968 50479 49279 50023  total = 13.416640 per ms 
03:30:09.733 16  switches: flows:  110463 109396 111122 109434 108785 108373 109443 107831 106671 107399 105946 107965 104382 105547 107298 104820  total = 28.700007 per ms 
03:31:09.834 16  switches: flows:  122794 122002 125210 121834 123986 123252 125473 121538 119228 123083 118161 120386 118564 121085 120183 119722  total = 32.387594 per ms 
03:32:09.934 16  switches: flows:  124159 125522 128751 125269 129590 126411 128275 125389 123820 124818 122693 124124 119908 126056 122871 124136  total = 33.307582 per ms 
03:33:10.034 16  switches: flows:  126037 125544 128630 123393 128642 125532 128096 124872 122707 124707 120266 125044 119657 125611 122489 123604  total = 33.191773 per ms 
03:34:10.134 16  switches: flows:  124553 123288 128720 124708 128884 123389 124646 124702 122406 123848 122016 123417 120438 125025 122165 122522  total = 33.023668 per ms 
03:35:10.235 16  switches: flows:  126850 125286 128901 123586 127319 126694 128152 125663 122886 125544 123135 125344 121647 125734 124333 124620  total = 33.372502 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 13416.64/33372.50/29189.73/11703.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.253102" elapsed="0.000623"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-06T03:35:10.253949" elapsed="0.000511"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-06T03:35:10.255019" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-06T03:35:10.255158" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 13416.64/33372.50/29189.73/11703.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-06T03:35:10.254686" elapsed="0.000510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T03:35:10.255875" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 13416.64/33372.50/29189.73/11703.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T03:35:10.255433" elapsed="0.000482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.259473" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.256190" elapsed="0.003363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.262261" level="INFO">13416.64/33372.50/29189.73/11703.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.259761" elapsed="0.002557"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T03:35:10.264646" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T03:35:10.262465" elapsed="0.002208"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T03:35:10.267080" level="INFO">@{result_value_list} = [ 13416.64 | 33372.50 | 29189.73 | 11703.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T03:35:10.264875" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.267561" level="INFO">Length is 4.</msg>
<msg time="2026-08-06T03:35:10.267648" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T03:35:10.267259" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.272375" level="INFO">min :: 13416.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.268101" elapsed="0.004331"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-06T03:35:10.267965" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.276919" level="INFO">max :: 33372.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.272686" elapsed="0.004290"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-06T03:35:10.272559" elapsed="0.004451"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.282018" level="INFO">avg :: 29189.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.277221" elapsed="0.004877"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-06T03:35:10.277096" elapsed="0.005051"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.288344" level="INFO">stdev :: 11703.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.282455" elapsed="0.005967"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-06T03:35:10.282277" elapsed="0.006191"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-06T03:35:10.267741" elapsed="0.020770"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.293512" level="INFO">${min} = 13416.64</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T03:35:10.288740" elapsed="0.004799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.297722" level="INFO">${max} = 33372.50</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T03:35:10.293883" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.301581" level="INFO">${average} = 29189.73</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T03:35:10.297913" elapsed="0.003695"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.305456" level="INFO">${stdev} = 11703.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T03:35:10.301757" elapsed="0.003726"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.306024" level="INFO">${date} = 2026-08-06 03:35:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-06T03:35:10.305637" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.306592" level="INFO">CBench Result: 2026-08-06 03:35:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,13416.64,33372.50,29189.73,11703.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.306194" elapsed="0.000452"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T03:35:10.307711" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-06T03:35:10.307282" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-06T03:35:10.307953" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-06T03:35:10.306814" elapsed="0.001663"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-06T03:25:03.754355" elapsed="606.554182"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.309017" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-06T03:35:10.308686" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-06T03:35:10.309577" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-08-06T03:35:10.309284" elapsed="0.000643"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-06T03:25:03.751752" elapsed="606.558213"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.311316" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.310942" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.312792" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T03:35:10.312455" elapsed="0.000379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-06T03:35:10.313166" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:35:10.312948" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T03:35:10.316491" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:35:10.316237" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-08-06T03:35:10.316217" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:35:10.316928" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-06T03:35:10.317046" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-06T03:35:10.316707" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.317615" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.86 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.89" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:35:10.317203" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:35:10.318223" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:35:10.317823" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:35:10.319138" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:35:10.319226" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T03:35:10.318827" elapsed="0.000423"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:35:10.319387" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:35:10.320634" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:35:10.930731" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:35:10 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 03:25:04 2026 from 10.30.170.158
[?2004h[jenkins@releng-00446-48-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T03:35:10.320283" elapsed="0.610659"/>
</kw>
<msg time="2026-08-06T03:35:10.931051" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:35:10.319895" elapsed="0.611253"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T03:35:10.318446" elapsed="0.612825"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T03:35:10.931842" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.86 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T03:36:23.145842" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-06T03:36:23.146430" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T03:36:23.146553" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T03:35:10.931500" elapsed="72.215119"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:36:23.147125" elapsed="0.000762"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.149083" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:22.738 16  switches: flows:  255229 272629 215508 209354 236374 251439 217623 260512 245872 227478 252502 244345 246981 251456 254269 257126  total = 64.978283 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:36:23.148295" elapsed="0.000948"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T03:36:23.149983" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-08-06T03:36:23.149631" elapsed="0.000516"/>
</branch>
<status status="PASS" start="2026-08-06T03:36:23.149571" elapsed="0.000632"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T03:36:23.150431" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:36:23.150329" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-08-06T03:36:23.150294" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T03:36:23.150646" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:36:23.155533" elapsed="0.000363"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:36:23.156045" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:36:23.156346" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T03:36:23.151485" elapsed="0.005021"/>
</kw>
<msg time="2026-08-06T03:36:23.156635" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T03:35:10.313561" elapsed="72.843102"/>
</kw>
<status status="PASS" start="2026-08-06T03:35:10.313248" elapsed="72.843464"/>
</branch>
<status status="PASS" start="2026-08-06T03:35:10.312926" elapsed="72.843809"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.157187" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:22.738 16  switches: flows:  255229 272629 215508 209354 236374 251439 217623 260512 245872 227478 252502 244345 246981 251456 254269 257126  total = 64.978283 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:36:23.156890" elapsed="0.000361"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.157906" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:22.738 16  switches: flows:  255229 272629 215508 209354 236374 251439 217623 260512 245872 227478 252502 244345 246981 251456 254269 257126  total = 64.978283 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:36:23.157395" elapsed="0.000673">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:22.738 16  switches: flows:  255229 272629 215508 209354 236374 251439 217623 260512 245872 227478 252502 244345 246981 251456 254269 257126  total = 64.978283 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.158251" elapsed="0.000024"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.158434" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.158603" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.158760" elapsed="0.000023"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:36:23.158934" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:36:23.159094" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:36:23.159254" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.159564" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-06T03:36:23.159443" elapsed="0.000173"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-06T03:36:23.159369" elapsed="0.000275"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:36:23.159792" elapsed="0.000034"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:36:23.159967" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:36:23.160126" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:36:23.160284" elapsed="0.000019"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.160447" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.160601" elapsed="0.000019"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-06T03:36:23.160754" elapsed="0.000026"/>
</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="FAIL" start="2026-08-06T03:35:10.311680" elapsed="72.849243">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:22.738 16  switches: flows:  255229 272629 215508 209354 236374 251439 217623 260512 245872 227478 252502 244345 246981 251456 254269 257126  total = 64.978283 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.161085" elapsed="0.000021"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-06T03:36:23.161664" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-08-06T03:36:23.161365" elapsed="0.000689"/>
</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="FAIL" start="2026-08-06T03:35:10.310365" elapsed="72.851726">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:22.738 16  switches: flows:  255229 272629 215508 209354 236374 251439 217623 260512 245872 227478 252502 244345 246981 251456 254269 257126  total = 64.978283 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.163517" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:36:23.163126" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.165024" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T03:36:23.164464" elapsed="0.000607"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.165362" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:36:23.165144" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T03:36:23.168357" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:36:23.168106" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-06T03:36:23.168087" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:36:23.168747" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-06T03:36:23.168884" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-06T03:36:23.168567" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.169499" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.86 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.89" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:36:23.169080" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:36:23.170169" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:36:23.169691" elapsed="0.000505"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:36:23.171129" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:36:23.171218" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T03:36:23.170790" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:36:23.171400" elapsed="0.000396"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:36:23.172657" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:36:23.763573" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:36:23 UTC 2026

  System load:  1.42               Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.89
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 03:35:10 2026 from 10.30.170.158
[?2004h[jenkins@releng-00446-48-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T03:36:23.172291" elapsed="0.591462"/>
</kw>
<msg time="2026-08-06T03:36:23.763856" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:36:23.171950" elapsed="0.591986"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T03:36:23.170405" elapsed="0.593648"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T03:36:23.764587" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.86 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T03:41:14.185537" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-06T03:41:14.186313" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T03:41:14.186427" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T03:36:23.764275" elapsed="290.422214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:41:14.187091" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.189061" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:41:14.188484" elapsed="0.000674"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T03:41:14.189494" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-08-06T03:41:14.189282" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-08-06T03:41:14.189244" elapsed="0.000421"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T03:41:14.189856" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:41:14.189758" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-08-06T03:41:14.189729" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T03:41:14.190039" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:41:14.194037" elapsed="0.000615"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:41:14.194887" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:41:14.195305" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T03:41:14.190507" elapsed="0.005050"/>
</kw>
<msg time="2026-08-06T03:41:14.195739" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T03:36:23.165759" elapsed="291.030039"/>
</kw>
<status status="PASS" start="2026-08-06T03:36:23.165447" elapsed="291.030428"/>
</branch>
<status status="PASS" start="2026-08-06T03:36:23.165123" elapsed="291.030784"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.196539" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:41:14.196141" elapsed="0.000467"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.197225" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:41:14.196757" elapsed="0.000580">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.197532" elapsed="0.000028"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.197712" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.197886" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.198039" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:41:14.198192" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:41:14.198402" elapsed="0.000028"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:41:14.198585" elapsed="0.000021"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.198881" elapsed="0.000023"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-06T03:41:14.198743" elapsed="0.000194"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-06T03:41:14.198670" elapsed="0.000295"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:41:14.199110" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:41:14.199286" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:41:14.199474" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:41:14.199648" elapsed="0.000023"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.199857" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.200036" elapsed="0.000021"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-06T03:41:14.200200" elapsed="0.000024"/>
</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="FAIL" start="2026-08-06T03:36:23.163899" elapsed="291.036454">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-06T03:41:14.200519" elapsed="0.000026"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.201940" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T03:41:14.201315" elapsed="0.000655"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="NOT RUN" start="2026-08-06T03:41:14.202197" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:41:14.202048" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-08-06T03:41:14.202028" elapsed="0.000234"/>
</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="PASS" start="2026-08-06T03:41:14.202399" elapsed="0.000214"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.203523" level="FAIL">'6176' does not contain '-'</msg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:41:14.203168" elapsed="0.000425">'6176' does not contain '-'</status>
</kw>
<msg time="2026-08-06T03:41:14.203689" level="INFO">${match} = False</msg>
<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="PASS" start="2026-08-06T03:41:14.202800" elapsed="0.000914"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.204245" level="INFO">${bug_url} = https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-08-06T03:41:14.203877" elapsed="0.000395"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.204765" level="INFO">${msg} = This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-08-06T03:41:14.204428" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.205318" level="INFO">${newline} = 
</msg>
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T03:41:14.204961" elapsed="0.000385"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.205905" level="INFO">Set test message to:
This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="PASS" start="2026-08-06T03:41:14.205479" elapsed="0.000528"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.206386" level="INFO">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:41:14.206142" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<msg time="2026-08-06T03:41:14.207102" level="INFO">Set tag 'https://bugs.opendaylight.org/show_bug.cgi?id=6176'.</msg>
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="PASS" start="2026-08-06T03:41:14.206726" elapsed="0.000426"/>
</kw>
<status status="PASS" start="2026-08-06T03:41:14.206498" elapsed="0.000688"/>
</branch>
<status status="PASS" start="2026-08-06T03:41:14.206479" elapsed="0.000732"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-06T03:41:14.200980" elapsed="0.006277"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>https://bugs.opendaylight.org/show_bug.cgi?id=6176</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-08-06T03:36:23.162578" elapsed="291.044723">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.86:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.86. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:28.884 16  switches: flows:  118041 122805 121599 120504 117637 121603 120835 118407 117289 117967 117527 120266 118710 120268 118557 117482  total = 31.824950 per ms 
03:38:28.985 16  switches: flows:  119020 121620 120399 118630 119414 120350 120463 116970 118150 113914 114263 119806 116723 117927 120258 116799  total = 31.525800 per ms 
03:39:29.085 16  switches: flows:  115724 118614 118664 116092 119022 118965 114488 114512 115733 111453 111905 115886 115379 115080 115530 114860  total = 30.813650 per ms 
03:40:29.185 16  switches: flows:  70237 71430 71624 69977 70409 71585 70036 69775 69456 68880 68760 70444 68777 70720 70105 69492  total = 18.663950 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</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="FAIL" start="2026-08-06T03:25:01.008864" elapsed="973.199122"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="2" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="1" fail="2" skip="0">cbench</stat>
<stat pass="0" fail="1" skip="0">https://bugs.opendaylight.org/show_bug.cgi?id=6176</stat>
<stat pass="1" fail="1" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="1" fail="2" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
