<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-15T02:03:50.775296" 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-15T02:03:51.335260" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:03:51.335123" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:51.335093" elapsed="0.000268"/>
</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-15T02:03:51.335502" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-15T02:03:51.336491" level="INFO">Logging into '10.30.171.90:8101' as 'karaf'.</msg>
<msg time="2026-08-15T02:03:52.114864" 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-15T02:03:51.336178" elapsed="0.778916"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.164573" 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-15T02:03:52.115443" elapsed="0.049328"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.168699" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-15T02:03:52.168964" 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-15T02:03:52.165212" elapsed="0.003864"/>
</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-15T02:03:52.169424" elapsed="0.000476"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:03:52.170160" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.171004" 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-15T02:03:52.170613" elapsed="0.000447"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T02:03:52.171115" elapsed="0.000069"/>
</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.90
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-15T02:03:51.334744" elapsed="0.836573"/>
</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-15T02:03:51.331191" elapsed="0.840194"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T02:03:52.172022" 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-15T02:03:52.171585" elapsed="0.000504"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T02:03:52.172489" 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-15T02:03:52.172242" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.173156" 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-15T02:03:52.172741" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.173693" 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-15T02:03:52.173357" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.174277" 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-15T02:03:52.173902" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.174796" 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-15T02:03:52.174464" elapsed="0.000374"/>
</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-15T02:03:52.175150" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:03:52.174930" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.179547" 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-15T02:03:52.179122" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.180897" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T02:03:52.181021" 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-15T02:03:52.180146" elapsed="0.000902"/>
</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-15T02:03:52.181199" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.182615" level="INFO">Logging into '10.30.170.177:22' as 'jenkins'.</msg>
<msg time="2026-08-15T02:03:52.600337" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 02:03:22 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.177
  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-57-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-15T02:03:52.182071" elapsed="0.418469"/>
</kw>
<msg time="2026-08-15T02:03:52.600644" 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-15T02:03:52.181723" elapsed="0.419044"/>
</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-15T02:03:52.179801" elapsed="0.421121"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.610468" 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-15T02:03:52.601164" elapsed="0.010867"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:03:52.612301" elapsed="0.000466"/>
</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-15T02:03:52.178561" elapsed="0.434299"/>
</kw>
<status status="PASS" start="2026-08-15T02:03:52.175287" elapsed="0.437626"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:52.174902" elapsed="0.438069"/>
</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-15T02:03:52.613189" elapsed="0.000780"/>
</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-15T02:03:52.620862" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:03:52.620664" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:52.620628" elapsed="0.000359"/>
</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-15T02:03:52.626850" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:03:52.626608" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:52.626578" elapsed="0.000375"/>
</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-15T02:03:52.627144" elapsed="0.000799"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.628443" level="INFO">Logging into '10.30.171.90:8101' as 'karaf'.</msg>
<msg time="2026-08-15T02:03:52.788945" 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-15T02:03:52.628162" elapsed="0.160959"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.888653" 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-15T02:03:52.789396" elapsed="0.099497"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.894226" 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-15T02:03:52.894464" 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-15T02:03:52.889223" elapsed="0.005273"/>
</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-15T02:03:52.894638" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:03:52.895076" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:03:52.895797" 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-15T02:03:52.895441" elapsed="0.000413"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T02:03:52.895908" elapsed="0.000057"/>
</return>
<msg time="2026-08-15T02:03:52.896117" 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.90
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-15T02:03:52.625919" elapsed="0.270230"/>
</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-15T02:03:52.896295" elapsed="0.000612"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T02:03:52.896961" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-15T02:03:52.620210" elapsed="0.276885"/>
</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-15T02:03:52.900943" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:03:52.900806" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:52.900780" elapsed="0.000235"/>
</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-15T02:03:52.901151" elapsed="0.000479"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-15T02:03:52.902050" level="INFO">Logging into '10.30.171.90:8101' as 'karaf'.</msg>
<msg time="2026-08-15T02:03:53.068911" 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-15T02:03:52.901790" elapsed="0.167213"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-15T02:03:53.094019" 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-15T02:03:53.069163" elapsed="0.024918"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-15T02:03:53.096017" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-15T02:03:53.096116" 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-15T02:03:53.094229" elapsed="0.001916"/>
</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-15T02:03:53.096278" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:03:53.096604" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:03:53.097197" 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-15T02:03:53.096932" elapsed="0.000315"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T02:03:53.097292" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.90
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-15T02:03:52.900448" elapsed="0.196980"/>
</kw>
<status status="PASS" start="2026-08-15T02:03:51.329326" elapsed="1.768178"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:03:53.099679" 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-15T02:03:53.098626" elapsed="0.001140"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T02:03:53.101245" 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-15T02:03:53.100898" elapsed="0.000390"/>
</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-15T02:03:53.101615" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:03:53.101362" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-15T02:03:53.104737" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:03:53.104477" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:53.104458" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:03:53.105154" 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-15T02:03:53.105275" 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-15T02:03:53.104946" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:03:53.105898" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.90 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.177" 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-15T02:03:53.105434" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:03:53.106553" 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-15T02:03:53.106095" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:03:53.107479" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T02:03:53.107568" 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-15T02:03:53.107166" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-15T02:03:53.107746" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T02:03:53.108941" level="INFO">Logging into '10.30.170.177:22' as 'jenkins'.</msg>
<msg time="2026-08-15T02:03:53.427936" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 02:03:22 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 15 02:03:52 2026 from 10.30.170.52
[?2004h[jenkins@releng-00446-57-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-15T02:03:53.108574" elapsed="0.319674"/>
</kw>
<msg time="2026-08-15T02:03:53.428379" 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-15T02:03:53.108233" elapsed="0.320292"/>
</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-15T02:03:53.106798" elapsed="0.321941"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-15T02:03:53.429490" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.90 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-15T02:13:59.546414" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-15T02:13:59.547333" level="INFO">${stdout} = </msg>
<msg time="2026-08-15T02:13:59.547401" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-15T02:03:53.429045" elapsed="606.118394"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:13:59.547785" elapsed="0.000524"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.549091" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90: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.90. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:58.635 16  switches: flows:  114488 117516 117011 116232 115662 116584 116121 115495 112659 111017 111266 112065 112285 111217 110487 111443  total = 30.359133 per ms 
02:05:58.737 16  switches: flows:  124135 130365 126404 125551 127231 124231 124842 124346 122336 120933 121098 122886 119315 120854 121335 123331  total = 32.931577 per ms 
02:06:58.838 16  switches: flows:  122738 127344 122586 123893 125996 122034 122044 123264 120707 119266 120689 123025 118590 120793 119858 120085  total = 32.494296 per ms 
02:07:58.939 16  switches: flows:  121665 126277 122685 123162 126041 123842 122309 124334 122384 119474 119625 122185 117726 119607 120206 118923  total = 32.453254 per ms 
02:08:59.039 16  switches: flows:  126173 129298 124696 127238 128683 126646 124893 127417 125563 123516 124241 125066 120733 123658 123020 123345  total = 33.347410 per ms 
02:09:59.139 16  switches: flows:  127024 131905 128410 128477 131713 128577 126737 129348 126720 125400 125337 126810 122401 125362 124236 125919  total = 33.849749 per ms 
02:10:59.240 16  switches: flows:  127961 132766 130161 128187 132162 129359 127280 129637 127110 124603 126397 126873 123903 126586 125136 125414  total = 34.002072 per ms 
02:11:59.340 16  switches: flows:  127703 130670 128294 130843 131659 129421 128362 131662 127179 123986 125962 126426 125159 123671 124301 123048  total = 33.915745 per ms 
02:12:59.440 16  switches: flows:  92819 95230 96478 95657 95699 96510 94525 96161 91840 91863 91180 93238 92699 90129 89388 92036  total = 24.882623 per ms 
02:13:59.541 16  switches: flows:  125099 126210 128848 126831 125772 127787 126701 125907 121649 121080 119601 120675 123541 119460 118357 120754  total = 32.916276 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24882.62/34002.07/32310.33/11099.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:13:59.548575" elapsed="0.000766"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-15T02:13:59.549673" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-08-15T02:13:59.549467" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-08-15T02:13:59.549429" elapsed="0.000410"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-15T02:13:59.549975" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:13:59.549923" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-08-15T02:13:59.549900" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-15T02:13:59.550107" elapsed="0.000020"/>
</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-15T02:13:59.553618" elapsed="0.000487"/>
</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-15T02:13:59.554308" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:13:59.554738" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-15T02:13:59.550547" elapsed="0.004408"/>
</kw>
<msg time="2026-08-15T02:13:59.555134" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-15T02:03:53.102051" elapsed="606.453121"/>
</kw>
<status status="PASS" start="2026-08-15T02:03:53.101722" elapsed="606.453545"/>
</branch>
<status status="PASS" start="2026-08-15T02:03:53.101340" elapsed="606.453962"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.555950" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90: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.90. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:58.635 16  switches: flows:  114488 117516 117011 116232 115662 116584 116121 115495 112659 111017 111266 112065 112285 111217 110487 111443  total = 30.359133 per ms 
02:05:58.737 16  switches: flows:  124135 130365 126404 125551 127231 124231 124842 124346 122336 120933 121098 122886 119315 120854 121335 123331  total = 32.931577 per ms 
02:06:58.838 16  switches: flows:  122738 127344 122586 123893 125996 122034 122044 123264 120707 119266 120689 123025 118590 120793 119858 120085  total = 32.494296 per ms 
02:07:58.939 16  switches: flows:  121665 126277 122685 123162 126041 123842 122309 124334 122384 119474 119625 122185 117726 119607 120206 118923  total = 32.453254 per ms 
02:08:59.039 16  switches: flows:  126173 129298 124696 127238 128683 126646 124893 127417 125563 123516 124241 125066 120733 123658 123020 123345  total = 33.347410 per ms 
02:09:59.139 16  switches: flows:  127024 131905 128410 128477 131713 128577 126737 129348 126720 125400 125337 126810 122401 125362 124236 125919  total = 33.849749 per ms 
02:10:59.240 16  switches: flows:  127961 132766 130161 128187 132162 129359 127280 129637 127110 124603 126397 126873 123903 126586 125136 125414  total = 34.002072 per ms 
02:11:59.340 16  switches: flows:  127703 130670 128294 130843 131659 129421 128362 131662 127179 123986 125962 126426 125159 123671 124301 123048  total = 33.915745 per ms 
02:12:59.440 16  switches: flows:  92819 95230 96478 95657 95699 96510 94525 96161 91840 91863 91180 93238 92699 90129 89388 92036  total = 24.882623 per ms 
02:13:59.541 16  switches: flows:  125099 126210 128848 126831 125772 127787 126701 125907 121649 121080 119601 120675 123541 119460 118357 120754  total = 32.916276 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24882.62/34002.07/32310.33/11099.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:13:59.555506" elapsed="0.000547"/>
</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-15T02:13:59.556256" elapsed="0.000576"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-15T02:13:59.557333" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-15T02:13:59.557423" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24882.62/34002.07/32310.33/11099.65 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-15T02:13:59.557051" elapsed="0.000397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:13:59.557877" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24882.62/34002.07/32310.33/11099.65 | 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-15T02:13:59.557600" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.560267" 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-15T02:13:59.558043" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.562677" level="INFO">24882.62/34002.07/32310.33/11099.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:13:59.560490" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:13:59.565076" 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-15T02:13:59.562897" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:13:59.567515" level="INFO">@{result_value_list} = [ 24882.62 | 34002.07 | 32310.33 | 11099.65 ]</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-15T02:13:59.565328" elapsed="0.002214"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.568030" level="INFO">Length is 4.</msg>
<msg time="2026-08-15T02:13:59.568119" 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-15T02:13:59.567693" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.572851" level="INFO">min :: 24882.62</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-15T02:13:59.568581" elapsed="0.004327"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-15T02:13:59.568449" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.577374" level="INFO">max :: 34002.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:13:59.573156" elapsed="0.004284"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-15T02:13:59.573032" elapsed="0.004443"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.581922" level="INFO">avg :: 32310.33</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-15T02:13:59.577688" elapsed="0.004290"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-15T02:13:59.577561" elapsed="0.004451"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.586617" level="INFO">stdev :: 11099.65</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-15T02:13:59.582226" elapsed="0.004447"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-15T02:13:59.582101" elapsed="0.004714"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-15T02:13:59.568217" elapsed="0.018636"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.590721" level="INFO">${min} = 24882.62</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-15T02:13:59.587026" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.595010" level="INFO">${max} = 34002.07</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-15T02:13:59.590899" elapsed="0.004138"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.598966" level="INFO">${average} = 32310.33</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-15T02:13:59.595188" elapsed="0.003805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.602873" level="INFO">${stdev} = 11099.65</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-15T02:13:59.599144" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.603416" level="INFO">${date} = 2026-08-15 02:13:59</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-15T02:13:59.603058" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.604004" level="INFO">CBench Result: 2026-08-15 02:13:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24882.62,34002.07,32310.33,11099.65</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-15T02:13:59.603585" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T02:13:59.605185" 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-15T02:13:59.604737" elapsed="0.000513"/>
</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-15T02:13:59.605398" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-15T02:13:59.604243" elapsed="0.001706"/>
</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-15T02:03:53.100166" elapsed="606.505842"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.606476" 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-15T02:13:59.606157" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-15T02:13:59.607056" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-08-15T02:13:59.606760" elapsed="0.000628"/>
</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-15T02:03:53.097658" elapsed="606.509769"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.609076" 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-15T02:13:59.608682" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.610358" 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-15T02:13:59.610033" elapsed="0.000368"/>
</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-15T02:13:59.610760" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:13:59.610524" elapsed="0.000295"/>
</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-15T02:13:59.613807" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:13:59.613549" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-08-15T02:13:59.613530" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:13:59.614230" 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-15T02:13:59.614348" 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-15T02:13:59.614014" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.614946" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.90 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.177" 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-15T02:13:59.614504" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:13:59.615528" 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-15T02:13:59.615140" elapsed="0.000414"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:13:59.616477" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T02:13:59.616565" 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-15T02:13:59.616135" elapsed="0.000454"/>
</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-15T02:13:59.616744" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T02:13:59.617911" level="INFO">Logging into '10.30.170.177:22' as 'jenkins'.</msg>
<msg time="2026-08-15T02:14:00.196955" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 02:13:59 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 15 02:03:53 2026 from 10.30.170.52
[?2004h[jenkins@releng-00446-57-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-15T02:13:59.617549" elapsed="0.579617"/>
</kw>
<msg time="2026-08-15T02:14:00.197254" 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-15T02:13:59.617214" elapsed="0.580131"/>
</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-15T02:13:59.615766" elapsed="0.581699"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-15T02:14:00.197999" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.90 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-15T02:24:06.324126" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-15T02:24:06.324826" level="INFO">${stdout} = </msg>
<msg time="2026-08-15T02:24:06.324942" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.90: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-15T02:14:00.197684" elapsed="606.127316"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:24:06.325479" elapsed="0.000848"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.327519" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.90: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.90. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:15:05.321 16  switches: flows:  509250 516884 518958 527839 519417 512265 519237 509791 510385 509764 498821 502360 502152 512298 502072 504836  total = 136.272150 per ms 
02:16:05.506 16  switches: flows:  551569 552061 548340 552223 565425 540151 552985 543210 546518 547776 560579 547978 536189 549306 555035 555864  total = 146.305678 per ms 
02:17:05.608 16  switches: flows:  539969 541460 532555 540242 537150 544715 531044 531153 531525 537841 529440 539751 535675 525247 544662 526224  total = 142.569798 per ms 
02:18:05.710 16  switches: flows:  514183 472153 500682 503994 511010 502544 510414 499618 508763 515027 510765 511132 481649 514232 507757 511968  total = 134.372210 per ms 
02:19:05.812 16  switches: flows:  562706 575987 566015 566763 567801 576305 584142 566293 573089 570842 573355 575027 569344 582678 570292 579292  total = 152.408995 per ms 
02:20:05.913 16  switches: flows:  623360 624807 614148 612958 620881 614422 612196 617256 616038 616047 614564 616908 610994 619831 615576 614764  total = 164.136204 per ms 
02:21:06.015 16  switches: flows:  548388 563796 536419 560681 550570 536505 552862 553398 547992 528935 549081 513541 548373 534984 544033 552715  total = 145.126644 per ms 
02:22:06.118 16  switches: flows:  597551 600898 599203 596196 597078 596656 604642 597772 606611 598371 595949 607232 594601 601213 603633 603620  total = 159.747377 per ms 
02:23:06.219 16  switches: flows:  603115 599611 585475 598121 591617 601232 598988 586983 593421 588935 601448 596795 604349 597014 592877 568226  total = 158.203278 per ms 
02:24:06.320 16  switches: flows:  462356 455827 453907 527643 422703 493465 467760 459094 440936 455743 472360 460304 463417 507489 450585 455804  total = 123.948356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123948.36/164136.20/147424.28/50615.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:24:06.326734" elapsed="0.001172"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-15T02:24:06.328407" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-08-15T02:24:06.328097" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-08-15T02:24:06.328044" elapsed="0.000572"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-15T02:24:06.328862" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:24:06.328778" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-08-15T02:24:06.328738" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-15T02:24:06.329072" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-15T02:24:06.333337" elapsed="0.000337"/>
</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-15T02:24:06.333839" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:24:06.334134" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-15T02:24:06.329785" elapsed="0.004506"/>
</kw>
<msg time="2026-08-15T02:24:06.334420" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.90: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-15T02:13:59.611154" elapsed="606.723293"/>
</kw>
<status status="PASS" start="2026-08-15T02:13:59.610844" elapsed="606.723653"/>
</branch>
<status status="PASS" start="2026-08-15T02:13:59.610502" elapsed="606.724018"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.334974" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.90: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.90. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:15:05.321 16  switches: flows:  509250 516884 518958 527839 519417 512265 519237 509791 510385 509764 498821 502360 502152 512298 502072 504836  total = 136.272150 per ms 
02:16:05.506 16  switches: flows:  551569 552061 548340 552223 565425 540151 552985 543210 546518 547776 560579 547978 536189 549306 555035 555864  total = 146.305678 per ms 
02:17:05.608 16  switches: flows:  539969 541460 532555 540242 537150 544715 531044 531153 531525 537841 529440 539751 535675 525247 544662 526224  total = 142.569798 per ms 
02:18:05.710 16  switches: flows:  514183 472153 500682 503994 511010 502544 510414 499618 508763 515027 510765 511132 481649 514232 507757 511968  total = 134.372210 per ms 
02:19:05.812 16  switches: flows:  562706 575987 566015 566763 567801 576305 584142 566293 573089 570842 573355 575027 569344 582678 570292 579292  total = 152.408995 per ms 
02:20:05.913 16  switches: flows:  623360 624807 614148 612958 620881 614422 612196 617256 616038 616047 614564 616908 610994 619831 615576 614764  total = 164.136204 per ms 
02:21:06.015 16  switches: flows:  548388 563796 536419 560681 550570 536505 552862 553398 547992 528935 549081 513541 548373 534984 544033 552715  total = 145.126644 per ms 
02:22:06.118 16  switches: flows:  597551 600898 599203 596196 597078 596656 604642 597772 606611 598371 595949 607232 594601 601213 603633 603620  total = 159.747377 per ms 
02:23:06.219 16  switches: flows:  603115 599611 585475 598121 591617 601232 598988 586983 593421 588935 601448 596795 604349 597014 592877 568226  total = 158.203278 per ms 
02:24:06.320 16  switches: flows:  462356 455827 453907 527643 422703 493465 467760 459094 440936 455743 472360 460304 463417 507489 450585 455804  total = 123.948356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123948.36/164136.20/147424.28/50615.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:24:06.334660" elapsed="0.000389"/>
</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-15T02:24:06.335195" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-15T02:24:06.336080" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-15T02:24:06.336177" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 123948.36/164136.20/147424.28/50615.84 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-15T02:24:06.335811" elapsed="0.000391"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:24:06.336623" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 123948.36/164136.20/147424.28/50615.84 | 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-15T02:24:06.336356" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.339107" 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-15T02:24:06.336809" elapsed="0.002357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.342626" level="INFO">123948.36/164136.20/147424.28/50615.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:24:06.339320" elapsed="0.003482"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:24:06.345947" 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-15T02:24:06.343171" elapsed="0.002813"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:24:06.348552" level="INFO">@{result_value_list} = [ 123948.36 | 164136.20 | 147424.28 | 50615.84 ]</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-15T02:24:06.346194" elapsed="0.002400"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.349321" level="INFO">Length is 4.</msg>
<msg time="2026-08-15T02:24:06.349445" 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-15T02:24:06.348853" elapsed="0.000625"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.355741" level="INFO">min :: 123948.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:24:06.350057" elapsed="0.005784"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-15T02:24:06.349872" elapsed="0.006021"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.360781" level="INFO">max :: 164136.20</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-15T02:24:06.356283" elapsed="0.004569"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-15T02:24:06.356037" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.365855" level="INFO">avg :: 147424.28</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-15T02:24:06.361144" elapsed="0.004774"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-15T02:24:06.360997" elapsed="0.004957"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.370577" level="INFO">stdev :: 50615.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:24:06.366190" elapsed="0.004445"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-15T02:24:06.366046" elapsed="0.004625"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-15T02:24:06.349583" elapsed="0.021134"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.374772" level="INFO">${min} = 123948.36</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-15T02:24:06.370886" elapsed="0.003914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.378807" level="INFO">${max} = 164136.20</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-15T02:24:06.374966" elapsed="0.003869"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.382911" level="INFO">${average} = 147424.28</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-15T02:24:06.378994" elapsed="0.003945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.386844" level="INFO">${stdev} = 50615.84</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-15T02:24:06.383119" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.387426" level="INFO">${date} = 2026-08-15 02:24:06</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-15T02:24:06.387049" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.388030" level="INFO">CBench Result: 2026-08-15 02:24:06,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,123948.36,164136.20,147424.28,50615.84</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-15T02:24:06.387600" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T02:24:06.389230" 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-15T02:24:06.388754" elapsed="0.000548"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-15T02:24:06.389457" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-15T02:24:06.388253" elapsed="0.001769"/>
</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-15T02:13:59.609449" elapsed="606.780634"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.390571" 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-15T02:24:06.390247" elapsed="0.000383"/>
</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-15T02:24:06.391250" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-08-15T02:24:06.390863" elapsed="0.000735"/>
</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-15T02:13:59.608027" elapsed="606.783610"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.392887" 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-15T02:24:06.392478" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.394177" 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-15T02:24:06.393843" elapsed="0.000377"/>
</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-15T02:24:06.394571" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:24:06.394347" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-15T02:24:06.397682" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:24:06.397436" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-08-15T02:24:06.397417" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:24:06.398117" 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-15T02:24:06.398239" 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-15T02:24:06.397908" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.398882" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.90 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.177" 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-15T02:24:06.398398" elapsed="0.000554"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T02:24:06.399510" 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-15T02:24:06.399109" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:24:06.400450" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T02:24:06.400539" 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-15T02:24:06.400136" elapsed="0.000427"/>
</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-15T02:24:06.400717" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T02:24:06.401901" level="INFO">Logging into '10.30.170.177:22' as 'jenkins'.</msg>
<msg time="2026-08-15T02:24:06.962310" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 02:24:06 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 15 02:14:00 2026 from 10.30.170.52
[?2004h[jenkins@releng-00446-57-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-15T02:24:06.401532" elapsed="0.560980"/>
</kw>
<msg time="2026-08-15T02:24:06.962596" 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-15T02:24:06.401191" elapsed="0.561496"/>
</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-15T02:24:06.399756" elapsed="0.563066"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-15T02:24:06.963331" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.90 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-15T02:34:13.038639" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-15T02:34:13.039081" level="INFO">${stdout} = </msg>
<msg time="2026-08-15T02:34:13.039131" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-15T02:24:06.963039" elapsed="606.076119"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:34:13.039424" elapsed="0.000484"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.040589" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90: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.90. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:25:12.145 16  switches: flows:  86477 87208 86559 87585 87122 88276 86709 86503 85274 86596 85654 85270 84283 83882 85575 84743  total = 22.961933 per ms 
02:26:12.246 16  switches: flows:  80676 81095 80306 80163 81284 80918 80660 79456 79681 80099 81049 79343 78169 78617 78700 79001  total = 21.284744 per ms 
02:27:12.347 16  switches: flows:  102895 102365 103029 104501 102523 102931 102229 103332 102344 102364 101745 100714 100022 100487 101769 101118  total = 27.194040 per ms 
02:28:12.449 16  switches: flows:  108543 108136 108281 110024 107682 108527 108502 106747 106467 106452 106735 106323 105053 106157 107251 106255  total = 28.571155 per ms 
02:29:12.549 16  switches: flows:  127453 124410 128168 126902 125779 128073 125029 124190 124229 125309 126179 123742 120325 120883 124820 123576  total = 33.262158 per ms 
02:30:12.649 16  switches: flows:  114613 114167 112972 115458 113194 114935 115243 112666 112375 113672 112764 110724 111016 109664 112485 112792  total = 30.095440 per ms 
02:31:12.749 16  switches: flows:  120451 120555 117019 121991 117751 119922 120983 116306 117014 118374 120218 114373 117861 115258 118723 118571  total = 31.536838 per ms 
02:32:12.850 16  switches: flows:  120452 118943 120390 121440 120268 117413 120555 119144 117349 117874 119043 117628 115840 117117 115850 116120  total = 31.537736 per ms 
02:33:12.950 16  switches: flows:  122971 118123 122001 124454 120248 117804 121888 120637 116905 119060 118532 116843 117570 117735 116480 116121  total = 31.736546 per ms 
02:34:13.050 16  switches: flows:  114466 112477 114168 114952 112962 113401 113636 112139 109124 111829 111363 109882 110050 112244 111637 110468  total = 29.863427 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21284.74/33262.16/29453.57/10376.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:34:13.040133" elapsed="0.000682"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-15T02:34:13.041118" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-08-15T02:34:13.040933" elapsed="0.000262"/>
</branch>
<status status="PASS" start="2026-08-15T02:34:13.040899" elapsed="0.000320"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-15T02:34:13.041312" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-08-15T02:34:13.041276" elapsed="0.000075"/>
</branch>
<status status="NOT RUN" start="2026-08-15T02:34:13.041260" elapsed="0.000112"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-15T02:34:13.041401" elapsed="0.000013"/>
</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-15T02:34:13.044766" elapsed="0.000467"/>
</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-15T02:34:13.045482" elapsed="0.000318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T02:34:13.046026" elapsed="0.000173"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-15T02:34:13.041763" elapsed="0.004536"/>
</kw>
<msg time="2026-08-15T02:34:13.046522" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-15T02:24:06.395024" elapsed="606.651542"/>
</kw>
<status status="PASS" start="2026-08-15T02:24:06.394657" elapsed="606.651981"/>
</branch>
<status status="PASS" start="2026-08-15T02:24:06.394324" elapsed="606.652347"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.047367" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.90: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.90. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:25:12.145 16  switches: flows:  86477 87208 86559 87585 87122 88276 86709 86503 85274 86596 85654 85270 84283 83882 85575 84743  total = 22.961933 per ms 
02:26:12.246 16  switches: flows:  80676 81095 80306 80163 81284 80918 80660 79456 79681 80099 81049 79343 78169 78617 78700 79001  total = 21.284744 per ms 
02:27:12.347 16  switches: flows:  102895 102365 103029 104501 102523 102931 102229 103332 102344 102364 101745 100714 100022 100487 101769 101118  total = 27.194040 per ms 
02:28:12.449 16  switches: flows:  108543 108136 108281 110024 107682 108527 108502 106747 106467 106452 106735 106323 105053 106157 107251 106255  total = 28.571155 per ms 
02:29:12.549 16  switches: flows:  127453 124410 128168 126902 125779 128073 125029 124190 124229 125309 126179 123742 120325 120883 124820 123576  total = 33.262158 per ms 
02:30:12.649 16  switches: flows:  114613 114167 112972 115458 113194 114935 115243 112666 112375 113672 112764 110724 111016 109664 112485 112792  total = 30.095440 per ms 
02:31:12.749 16  switches: flows:  120451 120555 117019 121991 117751 119922 120983 116306 117014 118374 120218 114373 117861 115258 118723 118571  total = 31.536838 per ms 
02:32:12.850 16  switches: flows:  120452 118943 120390 121440 120268 117413 120555 119144 117349 117874 119043 117628 115840 117117 115850 116120  total = 31.537736 per ms 
02:33:12.950 16  switches: flows:  122971 118123 122001 124454 120248 117804 121888 120637 116905 119060 118532 116843 117570 117735 116480 116121  total = 31.736546 per ms 
02:34:13.050 16  switches: flows:  114466 112477 114168 114952 112962 113401 113636 112139 109124 111829 111363 109882 110050 112244 111637 110468  total = 29.863427 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21284.74/33262.16/29453.57/10376.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:34:13.046930" elapsed="0.000580"/>
</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-15T02:34:13.047721" elapsed="0.000451"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-15T02:34:13.048609" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-15T02:34:13.048720" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21284.74/33262.16/29453.57/10376.83 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-15T02:34:13.048382" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:34:13.049210" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21284.74/33262.16/29453.57/10376.83 | 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-15T02:34:13.048901" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.052046" 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-15T02:34:13.049401" elapsed="0.002719"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.054761" level="INFO">21284.74/33262.16/29453.57/10376.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:34:13.052302" elapsed="0.002533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:34:13.057547" 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-15T02:34:13.055012" elapsed="0.002565"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T02:34:13.060300" level="INFO">@{result_value_list} = [ 21284.74 | 33262.16 | 29453.57 | 10376.83 ]</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-15T02:34:13.057840" elapsed="0.002495"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.060942" level="INFO">Length is 4.</msg>
<msg time="2026-08-15T02:34:13.061050" 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-15T02:34:13.060525" elapsed="0.000550"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.066899" level="INFO">min :: 21284.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:34:13.061500" elapsed="0.005483"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-15T02:34:13.061341" elapsed="0.005684"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.071981" level="INFO">max :: 33262.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:34:13.067281" elapsed="0.004759"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-15T02:34:13.067126" elapsed="0.004948"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.077465" level="INFO">avg :: 29453.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T02:34:13.072309" elapsed="0.005214"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-15T02:34:13.072157" elapsed="0.005402"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.083473" level="INFO">stdev :: 10376.83</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-15T02:34:13.077798" elapsed="0.005756"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-15T02:34:13.077643" elapsed="0.005954"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-15T02:34:13.061143" elapsed="0.022491"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.088279" level="INFO">${min} = 21284.74</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-15T02:34:13.083859" elapsed="0.004448"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.093253" level="INFO">${max} = 33262.16</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-15T02:34:13.088483" elapsed="0.004805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.098085" level="INFO">${average} = 29453.57</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-15T02:34:13.093488" elapsed="0.004625"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.102551" level="INFO">${stdev} = 10376.83</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-15T02:34:13.098290" elapsed="0.004294"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.103205" level="INFO">${date} = 2026-08-15 02:34: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-15T02:34:13.102806" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.103959" level="INFO">CBench Result: 2026-08-15 02:34:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21284.74,33262.16,29453.57,10376.83</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-15T02:34:13.103425" elapsed="0.000606"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T02:34:13.105284" 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-15T02:34:13.104749" elapsed="0.000621"/>
</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-15T02:34:13.105552" elapsed="0.000739"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-15T02:34:13.104214" elapsed="0.002159"/>
</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-15T02:24:06.393264" elapsed="606.713188"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.107203" 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-15T02:34:13.106633" elapsed="0.000644"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-15T02:34:13.108590" 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-15T02:34:13.108105" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-15T02:34:13.108918" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-15T02:34:13.108732" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-08-15T02:34:13.108692" elapsed="0.000331"/>
</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-15T02:34:13.109199" elapsed="0.000029"/>
</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-15T02:34:13.109406" elapsed="0.000027"/>
</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-15T02:34:13.109617" elapsed="0.000031"/>
</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-15T02:34:13.109911" elapsed="0.000028"/>
</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-15T02:34:13.110107" elapsed="0.000027"/>
</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-15T02:34:13.110295" elapsed="0.000021"/>
</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-15T02:34:13.110462" elapsed="0.000028"/>
</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-15T02:34:13.110768" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-15T02:34:13.110570" elapsed="0.000255"/>
</branch>
<status status="NOT RUN" start="2026-08-15T02:34:13.110549" elapsed="0.000306"/>
</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-15T02:34:13.107767" elapsed="0.003154"/>
</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-15T02:24:06.391972" elapsed="606.719009"/>
</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-15T02:03:50.776913" elapsed="1822.334589"/>
</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>
