<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-28T00:57:04.395739" 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-28T00:57:04.904510" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:57:04.904388" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:04.904361" elapsed="0.000238"/>
</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-28T00:57:04.904729" elapsed="0.000480"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T00:57:04.905629" level="INFO">Logging into '10.30.171.202:8101' as 'karaf'.</msg>
<msg time="2026-08-28T00:57:05.635121" 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-28T00:57:04.905365" elapsed="0.729944"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T00:57:05.684481" 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-28T00:57:05.635588" elapsed="0.049049"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T00:57:05.686464" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T00:57:05.686563" 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-28T00:57:05.684928" elapsed="0.001662"/>
</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-28T00:57:05.686730" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:57:05.687107" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:57:05.687773" 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-28T00:57:05.687460" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:57:05.687947" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.202
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-28T00:57:04.904046" elapsed="0.784092"/>
</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-28T00:57:04.900643" elapsed="0.787555"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T00:57:05.688749" 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-28T00:57:05.688369" elapsed="0.000437"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T00:57:05.689201" 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-28T00:57:05.688960" elapsed="0.000301"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T00:57:05.689757" 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-28T00:57:05.689399" elapsed="0.000382"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:57:05.690259" 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-28T00:57:05.689948" elapsed="0.000385"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T00:57:05.690801" 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-28T00:57:05.690464" elapsed="0.000361"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:57:05.691278" 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-28T00:57:05.690989" elapsed="0.000326"/>
</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-28T00:57:05.691588" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:57:05.691394" elapsed="0.000242"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:57:05.695716" 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-28T00:57:05.695329" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T00:57:05.696725" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T00:57:05.697116" 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-28T00:57:05.696283" elapsed="0.000866"/>
</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-28T00:57:05.697295" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T00:57:05.698593" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-08-28T00:57:06.211636" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 00:56:24 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-68-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-28T00:57:05.698106" elapsed="0.513673"/>
</kw>
<msg time="2026-08-28T00:57:06.211881" 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-28T00:57:05.697755" elapsed="0.514218"/>
</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-28T00:57:05.695958" elapsed="0.516142"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.222952" 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-28T00:57:06.212309" elapsed="0.013037"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:57:06.225528" elapsed="0.000276"/>
</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-28T00:57:05.694828" elapsed="0.531060"/>
</kw>
<status status="PASS" start="2026-08-28T00:57:05.691718" elapsed="0.534205"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:05.691370" elapsed="0.534588"/>
</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-28T00:57:06.226121" elapsed="0.000468"/>
</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-28T00:57:06.230752" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:57:06.230633" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:06.230609" elapsed="0.000212"/>
</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-28T00:57:06.234173" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:57:06.234070" elapsed="0.000146"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:06.234052" elapsed="0.000183"/>
</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-28T00:57:06.234354" elapsed="0.000392"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.235298" level="INFO">Logging into '10.30.171.202:8101' as 'karaf'.</msg>
<msg time="2026-08-28T00:57:06.474661" 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-28T00:57:06.235061" elapsed="0.239777"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.560887" 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-28T00:57:06.475150" elapsed="0.085897"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.565900" 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-28T00:57:06.566098" 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-28T00:57:06.561286" elapsed="0.004842"/>
</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-28T00:57:06.566255" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:57:06.566616" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:57:06.567352" 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-28T00:57:06.567029" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:57:06.567452" elapsed="0.000053"/>
</return>
<msg time="2026-08-28T00:57:06.567648" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.202
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-28T00:57:06.233732" elapsed="0.333945"/>
</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-28T00:57:06.567812" elapsed="0.000535"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:57:06.568392" elapsed="0.000029"/>
</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-28T00:57:06.230350" elapsed="0.338160"/>
</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-28T00:57:06.572162" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:57:06.572020" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:06.571998" elapsed="0.000229"/>
</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-28T00:57:06.572347" elapsed="0.000399"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.573150" level="INFO">Logging into '10.30.171.202:8101' as 'karaf'.</msg>
<msg time="2026-08-28T00:57:06.737099" 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-28T00:57:06.572905" elapsed="0.164281"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.758992" 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-28T00:57:06.737333" elapsed="0.021730"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.760727" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T00:57:06.760812" 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-28T00:57:06.759197" elapsed="0.001647"/>
</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-28T00:57:06.760985" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:57:06.761295" elapsed="0.000160"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:57:06.761824" 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-28T00:57:06.761584" elapsed="0.000303"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:57:06.761930" elapsed="0.000035"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.202
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-28T00:57:06.571707" elapsed="0.190359"/>
</kw>
<status status="PASS" start="2026-08-28T00:57:04.898891" elapsed="1.863231"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:57:06.764076" 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-28T00:57:06.763089" elapsed="0.001046"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:57:06.765483" 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-28T00:57:06.765174" elapsed="0.000348"/>
</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-28T00:57:06.765794" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:57:06.765588" elapsed="0.000257"/>
</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-28T00:57:06.768556" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:57:06.768334" elapsed="0.000271"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:06.768317" elapsed="0.000310"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.768936" 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-28T00:57:06.769058" 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-28T00:57:06.768744" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:57:06.769576" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.246" 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-28T00:57:06.769202" elapsed="0.000428"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.770203" 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-28T00:57:06.769754" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T00:57:06.771045" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T00:57:06.771127" 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-28T00:57:06.770733" elapsed="0.000415"/>
</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-28T00:57:06.771275" elapsed="0.000295"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T00:57:06.772358" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-08-28T00:57:07.147996" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 00:56:24 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 28 00:57:06 2026 from 10.30.171.134
[?2004h[jenkins@releng-00446-68-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-28T00:57:06.772039" elapsed="0.376075"/>
</kw>
<msg time="2026-08-28T00:57:07.148172" 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-28T00:57:06.771706" elapsed="0.376526"/>
</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-28T00:57:06.770407" elapsed="0.377904"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T00:57:07.148666" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T01:07:13.293575" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T01:07:13.294199" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T01:07:13.294294" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T00:57:07.148456" elapsed="606.145901"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:07:13.294834" elapsed="0.000701"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.296646" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:12.386 16  switches: flows:  89021 90565 89817 88938 88460 89536 87608 89316 90592 89052 88698 90394 88943 87396 88063 87589  total = 23.733133 per ms 
00:59:12.486 16  switches: flows:  93833 96957 96521 95140 95149 97749 95133 95967 95033 92472 95889 96997 95045 92743 95317 92925  total = 25.338870 per ms 
01:00:12.586 16  switches: flows:  95558 98568 98429 96390 97975 97503 95105 97322 98168 94311 96413 97948 93982 93109 97677 94050  total = 25.665621 per ms 
01:01:12.687 16  switches: flows:  96145 98951 97772 97373 98987 99789 97509 98845 97396 94504 97347 100105 96938 94369 98670 94766  total = 25.947794 per ms 
01:02:12.787 16  switches: flows:  95537 98782 96538 95188 97000 98317 96197 95956 97101 94089 95989 97932 94793 93570 97263 92275  total = 25.566111 per ms 
01:03:12.887 16  switches: flows:  97907 100097 96922 96280 98296 98740 98145 98031 95147 96936 98928 99046 98449 95491 98072 93284  total = 25.952801 per ms 
01:04:12.987 16  switches: flows:  101721 101442 100298 98768 100700 102166 100939 99741 99711 99306 99692 102377 98792 96369 99425 96671  total = 26.590918 per ms 
01:05:13.088 16  switches: flows:  103404 104930 102643 100783 102540 105934 103265 102264 103335 100178 101532 105797 102041 100047 103001 98498  total = 27.290945 per ms 
01:06:13.188 16  switches: flows:  99724 101898 98768 98261 99308 101354 98538 98739 100367 97568 98925 100728 97620 95296 99750 95912  total = 26.335312 per ms 
01:07:13.288 16  switches: flows:  97252 101667 98168 97185 98929 99667 97642 98838 98219 95805 97286 99450 97261 94943 97675 94610  total = 26.033176 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25338.87/27290.95/26080.17/8711.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:07:13.295939" elapsed="0.001028"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T01:07:13.297613" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-28T01:07:13.297158" elapsed="0.000600"/>
</branch>
<status status="PASS" start="2026-08-28T01:07:13.297104" elapsed="0.000722"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T01:07:13.298049" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-28T01:07:13.297976" elapsed="0.000153"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:07:13.297944" elapsed="0.000226"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T01:07:13.298234" elapsed="0.000026"/>
</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-28T01:07:13.303418" elapsed="0.000720"/>
</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-28T01:07:13.304432" elapsed="0.000330"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:07:13.305071" elapsed="0.000196"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T01:07:13.298893" elapsed="0.006477"/>
</kw>
<msg time="2026-08-28T01:07:13.305617" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T00:57:06.766208" elapsed="606.539461"/>
</kw>
<status status="PASS" start="2026-08-28T00:57:06.765885" elapsed="606.539880"/>
</branch>
<status status="PASS" start="2026-08-28T00:57:06.765569" elapsed="606.540267"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.306725" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:12.386 16  switches: flows:  89021 90565 89817 88938 88460 89536 87608 89316 90592 89052 88698 90394 88943 87396 88063 87589  total = 23.733133 per ms 
00:59:12.486 16  switches: flows:  93833 96957 96521 95140 95149 97749 95133 95967 95033 92472 95889 96997 95045 92743 95317 92925  total = 25.338870 per ms 
01:00:12.586 16  switches: flows:  95558 98568 98429 96390 97975 97503 95105 97322 98168 94311 96413 97948 93982 93109 97677 94050  total = 25.665621 per ms 
01:01:12.687 16  switches: flows:  96145 98951 97772 97373 98987 99789 97509 98845 97396 94504 97347 100105 96938 94369 98670 94766  total = 25.947794 per ms 
01:02:12.787 16  switches: flows:  95537 98782 96538 95188 97000 98317 96197 95956 97101 94089 95989 97932 94793 93570 97263 92275  total = 25.566111 per ms 
01:03:12.887 16  switches: flows:  97907 100097 96922 96280 98296 98740 98145 98031 95147 96936 98928 99046 98449 95491 98072 93284  total = 25.952801 per ms 
01:04:12.987 16  switches: flows:  101721 101442 100298 98768 100700 102166 100939 99741 99711 99306 99692 102377 98792 96369 99425 96671  total = 26.590918 per ms 
01:05:13.088 16  switches: flows:  103404 104930 102643 100783 102540 105934 103265 102264 103335 100178 101532 105797 102041 100047 103001 98498  total = 27.290945 per ms 
01:06:13.188 16  switches: flows:  99724 101898 98768 98261 99308 101354 98538 98739 100367 97568 98925 100728 97620 95296 99750 95912  total = 26.335312 per ms 
01:07:13.288 16  switches: flows:  97252 101667 98168 97185 98929 99667 97642 98838 98219 95805 97286 99450 97261 94943 97675 94610  total = 26.033176 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25338.87/27290.95/26080.17/8711.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:07:13.306144" elapsed="0.000778"/>
</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-28T01:07:13.307217" elapsed="0.000771"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T01:07:13.308810" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T01:07:13.309027" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25338.87/27290.95/26080.17/8711.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T01:07:13.308309" elapsed="0.000767"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:07:13.309936" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25338.87/27290.95/26080.17/8711.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:07:13.309383" elapsed="0.000609"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.314958" 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-28T01:07:13.310280" elapsed="0.004792"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.319971" level="INFO">25338.87/27290.95/26080.17/8711.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:07:13.315364" elapsed="0.004733"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:07:13.325086" 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-28T01:07:13.320398" elapsed="0.004745"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:07:13.330159" level="INFO">@{result_value_list} = [ 25338.87 | 27290.95 | 26080.17 | 8711.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:07:13.325516" elapsed="0.004699"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.331185" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T01:07:13.331359" 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-28T01:07:13.330521" elapsed="0.000885"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.339241" level="INFO">min :: 25338.87</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-28T01:07:13.332237" elapsed="0.007075"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T01:07:13.331945" elapsed="0.007410"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.345252" level="INFO">max :: 27290.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:07:13.339644" elapsed="0.005677"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T01:07:13.339483" elapsed="0.005880"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.351423" level="INFO">avg :: 26080.17</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-28T01:07:13.345634" elapsed="0.005872"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T01:07:13.345471" elapsed="0.006080"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.357642" level="INFO">stdev :: 8711.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:07:13.351851" elapsed="0.005862"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T01:07:13.351667" elapsed="0.006088"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T01:07:13.331535" elapsed="0.026275"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.362839" level="INFO">${min} = 25338.87</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-28T01:07:13.358035" elapsed="0.004857"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.369226" level="INFO">${max} = 27290.95</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:07:13.363082" elapsed="0.006178"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.374262" level="INFO">${average} = 26080.17</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-28T01:07:13.369451" elapsed="0.004845"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.379298" level="INFO">${stdev} = 8711.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:07:13.374484" elapsed="0.004847"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.380006" level="INFO">${date} = 2026-08-28 01:07:13</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-28T01:07:13.379528" elapsed="0.000510"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.380725" level="INFO">CBench Result: 2026-08-28 01:07:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25338.87,27290.95,26080.17,8711.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:07:13.380220" elapsed="0.000590"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T01:07:13.382136" 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-28T01:07:13.381610" elapsed="0.000609"/>
</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-28T01:07:13.382405" elapsed="0.000614"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T01:07:13.381025" elapsed="0.002073"/>
</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-28T00:57:06.764506" elapsed="606.618663"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.383743" 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-28T01:07:13.383352" elapsed="0.000480"/>
</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-28T01:07:13.384419" elapsed="0.000238"/>
</kw>
<status status="PASS" start="2026-08-28T01:07:13.384118" elapsed="0.000599"/>
</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-28T00:57:06.762255" elapsed="606.622496"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.386287" 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-28T01:07:13.385941" elapsed="0.000396"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.387904" 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-28T01:07:13.387572" elapsed="0.000371"/>
</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-28T01:07:13.388242" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:07:13.388009" elapsed="0.000286"/>
</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-28T01:07:13.390914" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:07:13.390668" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-08-28T01:07:13.390652" elapsed="0.000332"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T01:07:13.391285" 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-28T01:07:13.391389" 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-28T01:07:13.391100" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.391927" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.202 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.246" 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-28T01:07:13.391530" elapsed="0.000448"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T01:07:13.392448" 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-28T01:07:13.392100" elapsed="0.000371"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:07:13.393274" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T01:07:13.393352" 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-28T01:07:13.392995" elapsed="0.000379"/>
</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-28T01:07:13.393497" elapsed="0.000285"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T01:07:13.394561" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-08-28T01:07:14.010510" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 01:07:13 UTC 2026

  System load:  1.13               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 28 00:57:07 2026 from 10.30.171.134
[?2004h[jenkins@releng-00446-68-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-28T01:07:13.394249" elapsed="0.616441"/>
</kw>
<msg time="2026-08-28T01:07:14.010777" 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-28T01:07:13.393944" elapsed="0.616947"/>
</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-28T01:07:13.392645" elapsed="0.618356"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T01:07:14.011518" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.202 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T01:17:20.068376" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T01:17:20.068827" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T01:17:20.068947" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202: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-28T01:07:14.011218" elapsed="606.057799"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:17:20.069592" elapsed="0.000911"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.071618" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:19.142 16  switches: flows:  489035 491828 501096 481406 488193 481570 497059 480956 488773 481246 492208 505932 493432 499126 487810 494067  total = 130.895617 per ms 
01:09:19.242 16  switches: flows:  405231 413491 413839 414173 407680 406878 412238 408178 411283 410370 415650 407878 408730 411930 413451 408997  total = 109.316644 per ms 
01:10:19.343 16  switches: flows:  422401 430589 434255 431284 425935 429530 429648 434594 429162 431106 426899 433808 435532 429571 430116 431883  total = 114.579085 per ms 
01:11:19.445 16  switches: flows:  455082 452322 450689 445946 448955 446175 447406 452889 452194 455410 453531 447529 448304 449154 451353 447540  total = 119.873678 per ms 
01:12:19.554 16  switches: flows:  434185 434375 439474 435046 441901 436997 430894 431370 436644 430755 438680 436303 433286 435992 436462 432948  total = 115.878051 per ms 
01:13:19.655 16  switches: flows:  430652 425844 434129 427683 422589 431686 430313 431840 429021 429595 429629 430206 432090 426730 431138 428608  total = 114.336927 per ms 
01:14:19.757 16  switches: flows:  459732 452426 448194 455200 457077 453344 453232 456021 456203 455152 454823 456708 462854 457806 460534 453029  total = 121.335336 per ms 
01:15:19.857 16  switches: flows:  439881 443970 446680 444369 446337 441412 445674 444198 448416 438493 444355 441149 439876 444844 444337 438236  total = 118.005807 per ms 
01:16:19.958 16  switches: flows:  461181 469075 463262 460723 458092 470401 468317 464904 466144 464784 464686 461279 463497 466299 468372 468108  total = 123.777215 per ms 
01:17:20.059 16  switches: flows:  455675 459030 460489 457726 460582 459485 452530 459251 452758 462988 454147 456171 458305 459027 458018 454214  total = 121.802798 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 109316.64/123777.21/117656.17/39453.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:17:20.070975" elapsed="0.000941"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T01:17:20.072383" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-08-28T01:17:20.072098" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-08-28T01:17:20.072052" elapsed="0.000511"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T01:17:20.072746" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-28T01:17:20.072674" elapsed="0.000150"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:17:20.072643" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T01:17:20.072972" elapsed="0.000027"/>
</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-28T01:17:20.078075" elapsed="0.000654"/>
</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-28T01:17:20.079061" elapsed="0.000320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:17:20.079635" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T01:17:20.073567" elapsed="0.006412"/>
</kw>
<msg time="2026-08-28T01:17:20.080229" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202: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-28T01:07:13.388598" elapsed="606.691683"/>
</kw>
<status status="PASS" start="2026-08-28T01:07:13.388318" elapsed="606.692056"/>
</branch>
<status status="PASS" start="2026-08-28T01:07:13.387991" elapsed="606.692428"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.081341" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:19.142 16  switches: flows:  489035 491828 501096 481406 488193 481570 497059 480956 488773 481246 492208 505932 493432 499126 487810 494067  total = 130.895617 per ms 
01:09:19.242 16  switches: flows:  405231 413491 413839 414173 407680 406878 412238 408178 411283 410370 415650 407878 408730 411930 413451 408997  total = 109.316644 per ms 
01:10:19.343 16  switches: flows:  422401 430589 434255 431284 425935 429530 429648 434594 429162 431106 426899 433808 435532 429571 430116 431883  total = 114.579085 per ms 
01:11:19.445 16  switches: flows:  455082 452322 450689 445946 448955 446175 447406 452889 452194 455410 453531 447529 448304 449154 451353 447540  total = 119.873678 per ms 
01:12:19.554 16  switches: flows:  434185 434375 439474 435046 441901 436997 430894 431370 436644 430755 438680 436303 433286 435992 436462 432948  total = 115.878051 per ms 
01:13:19.655 16  switches: flows:  430652 425844 434129 427683 422589 431686 430313 431840 429021 429595 429629 430206 432090 426730 431138 428608  total = 114.336927 per ms 
01:14:19.757 16  switches: flows:  459732 452426 448194 455200 457077 453344 453232 456021 456203 455152 454823 456708 462854 457806 460534 453029  total = 121.335336 per ms 
01:15:19.857 16  switches: flows:  439881 443970 446680 444369 446337 441412 445674 444198 448416 438493 444355 441149 439876 444844 444337 438236  total = 118.005807 per ms 
01:16:19.958 16  switches: flows:  461181 469075 463262 460723 458092 470401 468317 464904 466144 464784 464686 461279 463497 466299 468372 468108  total = 123.777215 per ms 
01:17:20.059 16  switches: flows:  455675 459030 460489 457726 460582 459485 452530 459251 452758 462988 454147 456171 458305 459027 458018 454214  total = 121.802798 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 109316.64/123777.21/117656.17/39453.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:17:20.080702" elapsed="0.000787"/>
</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-28T01:17:20.081774" elapsed="0.000777"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T01:17:20.083347" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T01:17:20.083533" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 109316.64/123777.21/117656.17/39453.78 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-28T01:17:20.082900" elapsed="0.000683"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:17:20.084505" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 109316.64/123777.21/117656.17/39453.78 | 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-28T01:17:20.083998" elapsed="0.000560"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.089588" 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-28T01:17:20.084844" elapsed="0.004856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.094614" level="INFO">109316.64/123777.21/117656.17/39453.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:17:20.090031" elapsed="0.004693"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:17:20.099678" 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-28T01:17:20.095077" elapsed="0.004655"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:17:20.105159" level="INFO">@{result_value_list} = [ 109316.64 | 123777.21 | 117656.17 | 39453.78 ]</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-28T01:17:20.100188" elapsed="0.005026"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.106288" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T01:17:20.106460" 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-28T01:17:20.105516" elapsed="0.000991"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.115138" level="INFO">min :: 109316.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-28T01:17:20.107313" elapsed="0.007910"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T01:17:20.107047" elapsed="0.008227"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.121518" level="INFO">max :: 123777.21</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-28T01:17:20.115610" elapsed="0.005981"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T01:17:20.115422" elapsed="0.006214"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.127815" level="INFO">avg :: 117656.17</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-28T01:17:20.121941" elapsed="0.005967"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T01:17:20.121749" elapsed="0.006216"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.134159" level="INFO">stdev :: 39453.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:17:20.128253" elapsed="0.005979"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T01:17:20.128080" elapsed="0.006197"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T01:17:20.106632" elapsed="0.027686"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.139523" level="INFO">${min} = 109316.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-28T01:17:20.134535" elapsed="0.005012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.143117" level="INFO">${max} = 123777.21</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-28T01:17:20.139682" elapsed="0.003459"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.146715" level="INFO">${average} = 117656.17</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-28T01:17:20.143278" elapsed="0.003460"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.150356" level="INFO">${stdev} = 39453.78</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-28T01:17:20.146886" elapsed="0.003494"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.150846" level="INFO">${date} = 2026-08-28 01:17:20</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-28T01:17:20.150524" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.151393" level="INFO">CBench Result: 2026-08-28 01:17:20,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,109316.64,123777.21,117656.17,39453.78</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-28T01:17:20.151027" elapsed="0.000415"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T01:17:20.152451" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T01:17:20.152055" elapsed="0.000455"/>
</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-28T01:17:20.152645" elapsed="0.000447"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T01:17:20.151599" elapsed="0.001551"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-28T01:07:13.386619" elapsed="606.766584"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.153623" 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-28T01:17:20.153338" elapsed="0.000334"/>
</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-28T01:17:20.154176" elapsed="0.000239"/>
</kw>
<status status="PASS" start="2026-08-28T01:17:20.153856" elapsed="0.000621"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T01:07:13.385313" elapsed="606.769198"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.155682" 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-28T01:17:20.155347" elapsed="0.000385"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.156921" 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-28T01:17:20.156614" elapsed="0.000357"/>
</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-28T01:17:20.157291" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:17:20.157089" elapsed="0.000253"/>
</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-28T01:17:20.160205" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:17:20.159978" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-08-28T01:17:20.159948" elapsed="0.000327"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T01:17:20.160579" 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-28T01:17:20.160682" 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-28T01:17:20.160396" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.161234" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.246" 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-28T01:17:20.160825" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T01:17:20.161768" 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-28T01:17:20.161413" elapsed="0.000379"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:17:20.162629" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T01:17:20.162706" 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-28T01:17:20.162336" elapsed="0.000391"/>
</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-28T01:17:20.162855" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T01:17:20.163941" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-08-28T01:17:20.799561" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 01:17:20 UTC 2026

  System load:  0.37               Processes:             103
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 28 01:07:13 2026 from 10.30.171.134
[?2004h[jenkins@releng-00446-68-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-28T01:17:20.163612" elapsed="0.636118"/>
</kw>
<msg time="2026-08-28T01:17:20.799809" 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-28T01:17:20.163307" elapsed="0.636589"/>
</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-28T01:17:20.162000" elapsed="0.638009"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T01:17:20.800473" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T01:27:26.857139" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T01:27:26.857671" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T01:27:26.857765" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T01:17:20.800206" elapsed="606.057622"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:27:26.858335" elapsed="0.000698"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.860162" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:25.943 16  switches: flows:  98474 99520 97629 98026 99471 96776 97727 96062 95966 96146 95688 97941 95242 93721 96750 94517  total = 25.827600 per ms 
01:19:26.044 16  switches: flows:  97114 96378 94437 94798 97995 97760 95433 93840 93369 95369 95101 98254 95475 94256 95344 95316  total = 25.461458 per ms 
01:20:26.144 16  switches: flows:  97003 96439 94261 95768 96880 97081 96457 94569 94037 95588 95699 96642 92689 93320 94958 94603  total = 25.390860 per ms 
01:21:26.244 16  switches: flows:  97331 97719 94730 95043 96456 97202 95475 95838 93701 98529 96295 96930 94403 93376 96102 95707  total = 25.537990 per ms 
01:22:26.344 16  switches: flows:  98043 98691 95700 96737 98035 99372 96694 96390 94212 98337 97500 97501 95565 93471 96249 95391  total = 25.755144 per ms 
01:23:26.445 16  switches: flows:  97292 96205 94050 95644 97713 98038 94890 96695 93375 95502 95689 97669 94070 94218 94876 94577  total = 25.465877 per ms 
01:24:26.545 16  switches: flows:  96574 97022 96339 97577 98996 98168 96641 96409 94679 96225 97482 96688 94685 93722 95165 95986  total = 25.663078 per ms 
01:25:26.646 16  switches: flows:  95068 96047 93137 95025 98209 95788 96579 95165 91984 96217 94324 96011 94721 93145 95103 96399  total = 25.339721 per ms 
01:26:26.747 16  switches: flows:  96220 95107 94016 93889 96819 97135 95414 95365 92704 94670 94424 96792 92506 94000 94601 95629  total = 25.279318 per ms 
01:27:26.848 16  switches: flows:  95217 96085 93368 94455 97123 95385 93730 94723 91427 94985 95120 97557 92621 91460 95223 94990  total = 25.182439 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25182.44/25755.14/25452.88/8486.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:27:26.859365" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T01:27:26.861033" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-28T01:27:26.860650" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-08-28T01:27:26.860598" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T01:27:26.861409" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-28T01:27:26.861339" elapsed="0.000148"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:27:26.861309" elapsed="0.000219"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T01:27:26.861604" elapsed="0.000026"/>
</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-28T01:27:26.867167" elapsed="0.000681"/>
</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-28T01:27:26.868173" elapsed="0.000315"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:27:26.868773" elapsed="0.000224"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T01:27:26.862250" elapsed="0.006855"/>
</kw>
<msg time="2026-08-28T01:27:26.869362" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T01:17:20.157654" elapsed="606.711761"/>
</kw>
<status status="PASS" start="2026-08-28T01:17:20.157366" elapsed="606.712145"/>
</branch>
<status status="PASS" start="2026-08-28T01:17:20.157067" elapsed="606.712511"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.870487" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:25.943 16  switches: flows:  98474 99520 97629 98026 99471 96776 97727 96062 95966 96146 95688 97941 95242 93721 96750 94517  total = 25.827600 per ms 
01:19:26.044 16  switches: flows:  97114 96378 94437 94798 97995 97760 95433 93840 93369 95369 95101 98254 95475 94256 95344 95316  total = 25.461458 per ms 
01:20:26.144 16  switches: flows:  97003 96439 94261 95768 96880 97081 96457 94569 94037 95588 95699 96642 92689 93320 94958 94603  total = 25.390860 per ms 
01:21:26.244 16  switches: flows:  97331 97719 94730 95043 96456 97202 95475 95838 93701 98529 96295 96930 94403 93376 96102 95707  total = 25.537990 per ms 
01:22:26.344 16  switches: flows:  98043 98691 95700 96737 98035 99372 96694 96390 94212 98337 97500 97501 95565 93471 96249 95391  total = 25.755144 per ms 
01:23:26.445 16  switches: flows:  97292 96205 94050 95644 97713 98038 94890 96695 93375 95502 95689 97669 94070 94218 94876 94577  total = 25.465877 per ms 
01:24:26.545 16  switches: flows:  96574 97022 96339 97577 98996 98168 96641 96409 94679 96225 97482 96688 94685 93722 95165 95986  total = 25.663078 per ms 
01:25:26.646 16  switches: flows:  95068 96047 93137 95025 98209 95788 96579 95165 91984 96217 94324 96011 94721 93145 95103 96399  total = 25.339721 per ms 
01:26:26.747 16  switches: flows:  96220 95107 94016 93889 96819 97135 95414 95365 92704 94670 94424 96792 92506 94000 94601 95629  total = 25.279318 per ms 
01:27:26.848 16  switches: flows:  95217 96085 93368 94455 97123 95385 93730 94723 91427 94985 95120 97557 92621 91460 95223 94990  total = 25.182439 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25182.44/25755.14/25452.88/8486.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:27:26.869903" elapsed="0.000754"/>
</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-28T01:27:26.870983" elapsed="0.000747"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T01:27:26.872510" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T01:27:26.872713" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25182.44/25755.14/25452.88/8486.01 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-28T01:27:26.872082" elapsed="0.000679"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:27:26.873629" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25182.44/25755.14/25452.88/8486.01 | 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-28T01:27:26.873105" elapsed="0.000579"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.878717" 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-28T01:27:26.873999" elapsed="0.004831"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.883761" level="INFO">25182.44/25755.14/25452.88/8486.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:27:26.879153" elapsed="0.004765"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:27:26.889515" 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-28T01:27:26.884268" elapsed="0.005327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:27:26.895177" level="INFO">@{result_value_list} = [ 25182.44 | 25755.14 | 25452.88 | 8486.01 ]</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-28T01:27:26.890048" elapsed="0.005187"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.896340" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T01:27:26.896526" 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-28T01:27:26.895586" elapsed="0.001013"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.906506" level="INFO">min :: 25182.44</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-28T01:27:26.897482" elapsed="0.009114"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T01:27:26.897204" elapsed="0.009437"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.912789" level="INFO">max :: 25755.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:27:26.906970" elapsed="0.005911"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T01:27:26.906770" elapsed="0.006158"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.919052" level="INFO">avg :: 25452.88</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-28T01:27:26.913211" elapsed="0.005913"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T01:27:26.913038" elapsed="0.006131"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.925314" level="INFO">stdev :: 8486.01</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-28T01:27:26.919445" elapsed="0.005944"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T01:27:26.919277" elapsed="0.006156"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T01:27:26.896777" elapsed="0.028695"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.930932" level="INFO">${min} = 25182.44</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-28T01:27:26.925722" elapsed="0.005246"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.935137" level="INFO">${max} = 25755.14</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-28T01:27:26.931173" elapsed="0.003988"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.938749" level="INFO">${average} = 25452.88</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-28T01:27:26.935298" elapsed="0.003475"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.942389" level="INFO">${stdev} = 8486.01</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-28T01:27:26.938927" elapsed="0.003486"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.942911" level="INFO">${date} = 2026-08-28 01:27:26</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-28T01:27:26.942571" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.943426" level="INFO">CBench Result: 2026-08-28 01:27:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25182.44,25755.14,25452.88,8486.01</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-28T01:27:26.943065" elapsed="0.000411"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T01:27:26.944571" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T01:27:26.944100" elapsed="0.000532"/>
</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-28T01:27:26.944770" elapsed="0.000440"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T01:27:26.943649" elapsed="0.001620"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-28T01:17:20.156126" elapsed="606.789195"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.945749" 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-28T01:27:26.945454" elapsed="0.000345"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T01:27:26.946943" 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-28T01:27:26.946472" elapsed="0.000495"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-28T01:27:26.947181" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-28T01:27:26.947041" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-28T01:27:26.947019" elapsed="0.000249"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.947400" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.947538" elapsed="0.000030"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.947695" elapsed="0.000018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.947831" elapsed="0.000017"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.948017" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.948147" elapsed="0.000018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.948275" elapsed="0.000017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-28T01:27:26.948467" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:27:26.948345" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:27:26.948331" elapsed="0.000201"/>
</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-28T01:27:26.946172" elapsed="0.002424"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T01:17:20.154899" elapsed="606.793739"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-28T00:57:04.397166" elapsed="1822.552019"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
