<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-31T02:43:09.158535" 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-31T02:43:09.694659" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-31T02:43:09.694510" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:09.694473" elapsed="0.000303"/>
</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-31T02:43:09.694912" elapsed="0.000557"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-31T02:43:09.695910" level="INFO">Logging into '10.30.170.45:8101' as 'karaf'.</msg>
<msg time="2026-08-31T02:43:10.420824" 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-31T02:43:09.695628" elapsed="0.725500"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-31T02:43:10.470953" 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-31T02:43:10.421593" elapsed="0.049435"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-31T02:43:10.473274" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-31T02:43:10.473466" 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-31T02:43:10.471204" elapsed="0.002296"/>
</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-31T02:43:10.473663" elapsed="0.000267"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T02:43:10.474124" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:43:10.475149" 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-31T02:43:10.474664" elapsed="0.000554"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T02:43:10.475303" elapsed="0.000080"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.45
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-31T02:43:09.694132" elapsed="0.781405"/>
</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-31T02:43:09.690781" elapsed="0.784823"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T02:43:10.476363" 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-31T02:43:10.475812" elapsed="0.000606"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T02:43:10.476814" 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-31T02:43:10.476576" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-31T02:43:10.477510" 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-31T02:43:10.477023" elapsed="0.000514"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T02:43:10.478022" 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-31T02:43:10.477702" elapsed="0.000358"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-31T02:43:10.478583" 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-31T02:43:10.478196" elapsed="0.000411"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T02:43:10.479026" 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-31T02:43:10.478750" elapsed="0.000314"/>
</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-31T02:43:10.479407" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-31T02:43:10.479166" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T02:43:10.483903" 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-31T02:43:10.483489" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T02:43:10.484998" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T02:43:10.485071" 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-31T02:43:10.484477" elapsed="0.000615"/>
</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-31T02:43:10.485235" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T02:43:10.486578" level="INFO">Logging into '10.30.170.119:22' as 'jenkins'.</msg>
<msg time="2026-08-31T02:43:10.968457" 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 Mon Aug 31 02:42:28 UTC 2026

  System load:  0.24               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.119
  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-71-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-31T02:43:10.486038" elapsed="0.482668"/>
</kw>
<msg time="2026-08-31T02:43:10.968832" 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-31T02:43:10.485725" elapsed="0.483251"/>
</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-31T02:43:10.484114" elapsed="0.485021"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-31T02:43:10.979960" 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-31T02:43:10.969461" elapsed="0.012265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T02:43:10.981974" elapsed="0.000341"/>
</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-31T02:43:10.482953" elapsed="0.499434"/>
</kw>
<status status="PASS" start="2026-08-31T02:43:10.479763" elapsed="0.502660"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:10.479132" elapsed="0.503350"/>
</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-31T02:43:10.982634" elapsed="0.000567"/>
</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-31T02:43:10.987351" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-31T02:43:10.987208" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:10.987182" elapsed="0.000244"/>
</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-31T02:43:10.990736" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-31T02:43:10.990626" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:10.990608" elapsed="0.000190"/>
</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-31T02:43:10.990923" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-31T02:43:10.991767" level="INFO">Logging into '10.30.170.45:8101' as 'karaf'.</msg>
<msg time="2026-08-31T02:43:11.252859" 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-31T02:43:10.991524" elapsed="0.261580"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.344164" 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-31T02:43:11.253509" elapsed="0.090869"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.362626" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            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-31T02:43:11.362897" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            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-31T02:43:11.344713" elapsed="0.018212"/>
</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-31T02:43:11.363060" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T02:43:11.363483" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:43:11.364302" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            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-31T02:43:11.363903" elapsed="0.000452"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T02:43:11.364416" elapsed="0.000117"/>
</return>
<msg time="2026-08-31T02:43:11.364710" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.45
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-31T02:43:10.990271" elapsed="0.374468"/>
</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-31T02:43:11.364882" elapsed="0.000735"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T02:43:11.365665" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-31T02:43:10.986903" elapsed="0.378888"/>
</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-31T02:43:11.369769" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-31T02:43:11.369594" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:11.369563" elapsed="0.000274"/>
</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-31T02:43:11.369963" elapsed="0.000723"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.371073" level="INFO">Logging into '10.30.170.45:8101' as 'karaf'.</msg>
<msg time="2026-08-31T02:43:11.565065" 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-31T02:43:11.370829" elapsed="0.194502"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.589941" 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-31T02:43:11.565717" elapsed="0.024304"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.591863" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-31T02:43:11.591984" 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-31T02:43:11.590208" elapsed="0.001805"/>
</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-31T02:43:11.592140" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T02:43:11.592545" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:43:11.593578" 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-31T02:43:11.593048" elapsed="0.000588"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T02:43:11.593714" elapsed="0.000104"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.45
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-31T02:43:11.369184" elapsed="0.224840"/>
</kw>
<status status="PASS" start="2026-08-31T02:43:09.688791" elapsed="1.905323"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:43:11.597615" 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-31T02:43:11.595673" elapsed="0.002040"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T02:43:11.599385" 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-31T02:43:11.599012" elapsed="0.000412"/>
</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-31T02:43:11.599804" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-31T02:43:11.599534" elapsed="0.000322"/>
</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-31T02:43:11.602643" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-31T02:43:11.602398" elapsed="0.000294"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:11.602380" elapsed="0.000335"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.603088" 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-31T02:43:11.603205" 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-31T02:43:11.602843" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:43:11.603749" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.119" 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-31T02:43:11.603359" elapsed="0.000444"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.604399" 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-31T02:43:11.603926" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T02:43:11.605251" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T02:43:11.605346" 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-31T02:43:11.604941" 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-31T02:43:11.605506" elapsed="0.000309"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.606596" level="INFO">Logging into '10.30.170.119:22' as 'jenkins'.</msg>
<msg time="2026-08-31T02:43:11.974655" 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 Mon Aug 31 02:42:28 UTC 2026

  System load:  0.24               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.119
  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: Mon Aug 31 02:43:10 2026 from 10.30.171.217
[?2004h[jenkins@releng-00446-71-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-31T02:43:11.606256" elapsed="0.368660"/>
</kw>
<msg time="2026-08-31T02:43:11.975017" 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-31T02:43:11.605951" elapsed="0.369187"/>
</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-31T02:43:11.604617" elapsed="0.370678"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-31T02:43:11.975951" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-31T02:53:18.123577" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-31T02:53:18.124271" level="INFO">${stdout} = </msg>
<msg time="2026-08-31T02:53:18.124394" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45: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-31T02:43:11.975586" elapsed="606.148895"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T02:53:18.125686" elapsed="0.000909"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.127778" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:44:17.207 16  switches: flows:  87111 85843 86520 84376 84700 85157 85470 86110 81597 79862 82202 80412 80435 80919 82583 82075  total = 22.256200 per ms 
02:45:17.308 16  switches: flows:  93933 91262 91934 91280 90326 91614 89153 89721 87908 85247 87118 86824 85631 86581 86713 87486  total = 23.672630 per ms 
02:46:17.409 16  switches: flows:  93073 89803 91305 90493 89711 90601 89012 89763 87089 84119 87081 85696 85365 85346 86789 86839  total = 23.495536 per ms 
02:47:17.510 16  switches: flows:  94383 93712 93254 91808 91968 92475 90496 92106 88930 87837 89055 88213 87548 87760 88375 87959  total = 24.057838 per ms 
02:48:17.610 16  switches: flows:  92485 92089 91094 90585 91503 91239 89305 90077 87378 86379 88018 87110 86987 85874 87164 87364  total = 23.704578 per ms 
02:49:17.715 16  switches: flows:  86405 85498 85157 84126 83776 84230 82321 83477 80187 79449 80441 80199 79145 79555 80883 79646  total = 21.871721 per ms 
02:50:17.816 16  switches: flows:  90463 87858 89030 88939 87305 87495 84776 86738 83142 81958 82768 82960 82102 81847 83736 82001  total = 22.680755 per ms 
02:51:17.916 16  switches: flows:  88712 84938 87110 85658 84918 86029 83667 85945 81779 79175 81309 80290 79928 80929 80760 80234  total = 22.152671 per ms 
02:52:18.016 16  switches: flows:  89362 85813 87682 86211 85322 86469 83235 85460 83214 79339 81232 80809 80575 80422 81236 79421  total = 22.226237 per ms 
02:53:18.117 16  switches: flows:  88702 85476 88176 86901 86141 86155 83439 85521 81726 80497 82593 81085 81319 80683 81763 81476  total = 22.323588 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21871.72/24057.84/22909.51/7675.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T02:53:18.126988" elapsed="0.001115"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-31T02:53:18.128662" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-08-31T02:53:18.128316" elapsed="0.000498"/>
</branch>
<status status="PASS" start="2026-08-31T02:53:18.128261" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-31T02:53:18.129644" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-31T02:53:18.129590" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-08-31T02:53:18.129560" elapsed="0.000170"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-31T02:53:18.129774" elapsed="0.000017"/>
</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-31T02:53:18.133065" elapsed="0.000465"/>
</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-31T02:53:18.133718" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T02:53:18.134111" elapsed="0.000130"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-31T02:53:18.130219" elapsed="0.004090"/>
</kw>
<msg time="2026-08-31T02:53:18.134511" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45: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-31T02:43:11.600199" elapsed="606.534349"/>
</kw>
<status status="PASS" start="2026-08-31T02:43:11.599887" elapsed="606.534724"/>
</branch>
<status status="PASS" start="2026-08-31T02:43:11.599502" elapsed="606.535140"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.135214" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:44:17.207 16  switches: flows:  87111 85843 86520 84376 84700 85157 85470 86110 81597 79862 82202 80412 80435 80919 82583 82075  total = 22.256200 per ms 
02:45:17.308 16  switches: flows:  93933 91262 91934 91280 90326 91614 89153 89721 87908 85247 87118 86824 85631 86581 86713 87486  total = 23.672630 per ms 
02:46:17.409 16  switches: flows:  93073 89803 91305 90493 89711 90601 89012 89763 87089 84119 87081 85696 85365 85346 86789 86839  total = 23.495536 per ms 
02:47:17.510 16  switches: flows:  94383 93712 93254 91808 91968 92475 90496 92106 88930 87837 89055 88213 87548 87760 88375 87959  total = 24.057838 per ms 
02:48:17.610 16  switches: flows:  92485 92089 91094 90585 91503 91239 89305 90077 87378 86379 88018 87110 86987 85874 87164 87364  total = 23.704578 per ms 
02:49:17.715 16  switches: flows:  86405 85498 85157 84126 83776 84230 82321 83477 80187 79449 80441 80199 79145 79555 80883 79646  total = 21.871721 per ms 
02:50:17.816 16  switches: flows:  90463 87858 89030 88939 87305 87495 84776 86738 83142 81958 82768 82960 82102 81847 83736 82001  total = 22.680755 per ms 
02:51:17.916 16  switches: flows:  88712 84938 87110 85658 84918 86029 83667 85945 81779 79175 81309 80290 79928 80929 80760 80234  total = 22.152671 per ms 
02:52:18.016 16  switches: flows:  89362 85813 87682 86211 85322 86469 83235 85460 83214 79339 81232 80809 80575 80422 81236 79421  total = 22.226237 per ms 
02:53:18.117 16  switches: flows:  88702 85476 88176 86901 86141 86155 83439 85521 81726 80497 82593 81085 81319 80683 81763 81476  total = 22.323588 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21871.72/24057.84/22909.51/7675.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T02:53:18.134821" elapsed="0.000488"/>
</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-31T02:53:18.135538" elapsed="0.000483"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-31T02:53:18.136612" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-31T02:53:18.136729" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21871.72/24057.84/22909.51/7675.61 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-31T02:53:18.136239" elapsed="0.000522"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T02:53:18.137296" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21871.72/24057.84/22909.51/7675.61 | 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-31T02:53:18.136956" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.140403" 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-31T02:53:18.137555" elapsed="0.002947"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.143546" level="INFO">21871.72/24057.84/22909.51/7675.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T02:53:18.140692" elapsed="0.002933"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T02:53:18.146645" 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-31T02:53:18.143811" elapsed="0.002869"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T02:53:18.149787" level="INFO">@{result_value_list} = [ 21871.72 | 24057.84 | 22909.51 | 7675.61 ]</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-31T02:53:18.146919" elapsed="0.002903"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.150421" level="INFO">Length is 4.</msg>
<msg time="2026-08-31T02:53:18.150568" 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-31T02:53:18.150015" elapsed="0.000582"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.156505" level="INFO">min :: 21871.72</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-31T02:53:18.151079" elapsed="0.005506"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-31T02:53:18.150915" elapsed="0.005723"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.162599" level="INFO">max :: 24057.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-31T02:53:18.156914" elapsed="0.005757"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-31T02:53:18.156753" elapsed="0.005960"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.168508" level="INFO">avg :: 22909.51</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-31T02:53:18.163002" elapsed="0.005585"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-31T02:53:18.162824" elapsed="0.005807"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.174626" level="INFO">stdev :: 7675.61</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-31T02:53:18.168911" elapsed="0.005786"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-31T02:53:18.168751" elapsed="0.005991"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-31T02:53:18.150681" elapsed="0.024101"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.179704" level="INFO">${min} = 21871.72</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-31T02:53:18.174978" elapsed="0.004761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.185808" level="INFO">${max} = 24057.84</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-31T02:53:18.179930" elapsed="0.005913"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.190783" level="INFO">${average} = 22909.51</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-31T02:53:18.186039" elapsed="0.004777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.195391" level="INFO">${stdev} = 7675.61</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-31T02:53:18.191008" elapsed="0.004407"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.195885" level="INFO">${date} = 2026-08-31 02:53:18</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-31T02:53:18.195570" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.196407" level="INFO">CBench Result: 2026-08-31 02:53:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21871.72,24057.84,22909.51,7675.61</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-31T02:53:18.196035" elapsed="0.000440"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T02:53:18.197362" 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-31T02:53:18.197007" elapsed="0.000442"/>
</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-31T02:53:18.197587" elapsed="0.000407"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-31T02:53:18.196599" elapsed="0.001455"/>
</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-31T02:43:11.598262" elapsed="606.599843"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.198543" 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-31T02:53:18.198234" elapsed="0.000358"/>
</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-31T02:53:18.199048" elapsed="0.000236"/>
</kw>
<status status="PASS" start="2026-08-31T02:53:18.198774" elapsed="0.000572"/>
</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-31T02:43:11.594387" elapsed="606.605004"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.200730" 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-31T02:53:18.200351" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.201904" 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-31T02:53:18.201603" elapsed="0.000341"/>
</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-31T02:53:18.202239" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-31T02:53:18.202007" elapsed="0.000283"/>
</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-31T02:53:18.204903" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-31T02:53:18.204680" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-08-31T02:53:18.204661" elapsed="0.000323"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-31T02:53:18.205277" 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-31T02:53:18.205400" 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-31T02:53:18.205101" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.205934" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.45 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.119" 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-31T02:53:18.205563" elapsed="0.000431"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T02:53:18.206495" 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-31T02:53:18.206117" elapsed="0.000401"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T02:53:18.207307" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T02:53:18.207403" 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-31T02:53:18.207029" elapsed="0.000397"/>
</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-31T02:53:18.207597" elapsed="0.000303"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T02:53:18.208719" level="INFO">Logging into '10.30.170.119:22' as 'jenkins'.</msg>
<msg time="2026-08-31T02:53:18.821112" 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 Mon Aug 31 02:53:18 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.119
  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: Mon Aug 31 02:43:11 2026 from 10.30.171.217
[?2004h[jenkins@releng-00446-71-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-31T02:53:18.208385" elapsed="0.612937"/>
</kw>
<msg time="2026-08-31T02:53:18.821460" 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-31T02:53:18.208064" elapsed="0.613493"/>
</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-31T02:53:18.206694" elapsed="0.614964"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-31T02:53:18.822119" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.45 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-31T03:03:24.876023" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-31T03:03:24.876691" level="INFO">${stdout} = </msg>
<msg time="2026-08-31T03:03:24.876791" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.45: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-31T02:53:18.821854" elapsed="606.054988"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T03:03:24.877309" elapsed="0.000968"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.879391" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:23.943 16  switches: flows:  548452 540900 545553 543353 545832 527137 540388 543238 546778 535783 534020 551776 541975 544225 550358 550554  total = 144.838700 per ms 
02:55:24.044 16  switches: flows:  563671 556232 569252 561064 566019 568482 561747 559637 563838 563399 569486 563093 563012 566956 565510 563406  total = 150.161567 per ms 
02:56:24.145 16  switches: flows:  594731 601208 599258 603291 604758 600646 603889 597029 602388 603151 601791 602548 606355 603765 601674 600383  total = 160.178511 per ms 
02:57:24.247 16  switches: flows:  550902 552456 548699 543800 548269 544556 550039 544400 547326 549425 542928 545359 542451 543663 552371 550155  total = 145.701098 per ms 
02:58:24.351 16  switches: flows:  580169 576470 576083 576645 583307 576640 571118 575287 578745 574277 579665 575848 576778 574256 575266 572763  total = 153.457504 per ms 
02:59:24.452 16  switches: flows:  603187 605697 603230 598783 604885 588000 598360 593224 602775 603128 600887 604370 601361 595645 603299 596303  total = 159.783068 per ms 
03:00:24.555 16  switches: flows:  567979 568820 563248 564801 566732 569299 564198 567892 562579 563179 568483 561453 568487 570799 571877 565990  total = 150.838507 per ms 
03:01:24.657 16  switches: flows:  557775 558840 557995 555503 565539 556816 556251 558071 559746 561208 559312 560766 559458 553423 553233 558337  total = 148.620988 per ms 
03:02:24.769 16  switches: flows:  605902 603000 604679 603757 607465 601600 599980 603293 610355 605972 604658 606831 602875 607369 607658 604129  total = 161.027150 per ms 
03:03:24.871 16  switches: flows:  529960 531676 533273 534825 527614 538310 533447 527294 537154 530434 533078 536197 528520 531263 531642 532149  total = 141.708210 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141708.21/161027.15/152386.29/51200.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:03:24.878684" elapsed="0.001018"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-31T03:03:24.880170" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-08-31T03:03:24.879877" elapsed="0.000432"/>
</branch>
<status status="PASS" start="2026-08-31T03:03:24.879832" elapsed="0.000525"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-31T03:03:24.880571" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-31T03:03:24.880499" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-08-31T03:03:24.880466" elapsed="0.000226"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-31T03:03:24.880751" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-31T03:03:24.885794" elapsed="0.000730"/>
</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-31T03:03:24.886816" elapsed="0.000316"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T03:03:24.887414" elapsed="0.000234"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-31T03:03:24.881377" elapsed="0.006375"/>
</kw>
<msg time="2026-08-31T03:03:24.887997" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.45: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-31T02:53:18.202621" elapsed="606.685427"/>
</kw>
<status status="PASS" start="2026-08-31T02:53:18.202313" elapsed="606.685827"/>
</branch>
<status status="PASS" start="2026-08-31T02:53:18.201989" elapsed="606.686222"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.889195" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:23.943 16  switches: flows:  548452 540900 545553 543353 545832 527137 540388 543238 546778 535783 534020 551776 541975 544225 550358 550554  total = 144.838700 per ms 
02:55:24.044 16  switches: flows:  563671 556232 569252 561064 566019 568482 561747 559637 563838 563399 569486 563093 563012 566956 565510 563406  total = 150.161567 per ms 
02:56:24.145 16  switches: flows:  594731 601208 599258 603291 604758 600646 603889 597029 602388 603151 601791 602548 606355 603765 601674 600383  total = 160.178511 per ms 
02:57:24.247 16  switches: flows:  550902 552456 548699 543800 548269 544556 550039 544400 547326 549425 542928 545359 542451 543663 552371 550155  total = 145.701098 per ms 
02:58:24.351 16  switches: flows:  580169 576470 576083 576645 583307 576640 571118 575287 578745 574277 579665 575848 576778 574256 575266 572763  total = 153.457504 per ms 
02:59:24.452 16  switches: flows:  603187 605697 603230 598783 604885 588000 598360 593224 602775 603128 600887 604370 601361 595645 603299 596303  total = 159.783068 per ms 
03:00:24.555 16  switches: flows:  567979 568820 563248 564801 566732 569299 564198 567892 562579 563179 568483 561453 568487 570799 571877 565990  total = 150.838507 per ms 
03:01:24.657 16  switches: flows:  557775 558840 557995 555503 565539 556816 556251 558071 559746 561208 559312 560766 559458 553423 553233 558337  total = 148.620988 per ms 
03:02:24.769 16  switches: flows:  605902 603000 604679 603757 607465 601600 599980 603293 610355 605972 604658 606831 602875 607369 607658 604129  total = 161.027150 per ms 
03:03:24.871 16  switches: flows:  529960 531676 533273 534825 527614 538310 533447 527294 537154 530434 533078 536197 528520 531263 531642 532149  total = 141.708210 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141708.21/161027.15/152386.29/51200.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:03:24.888511" elapsed="0.000840"/>
</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-31T03:03:24.889672" elapsed="0.000723"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-31T03:03:24.891176" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-31T03:03:24.891354" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141708.21/161027.15/152386.29/51200.11 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-31T03:03:24.890735" elapsed="0.000666"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T03:03:24.892268" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141708.21/161027.15/152386.29/51200.11 | 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-31T03:03:24.891731" elapsed="0.000590"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.897085" 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-31T03:03:24.892632" elapsed="0.004594"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.902088" level="INFO">141708.21/161027.15/152386.29/51200.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:03:24.897541" elapsed="0.004689"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T03:03:24.907025" 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-31T03:03:24.902556" elapsed="0.004526"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T03:03:24.911977" level="INFO">@{result_value_list} = [ 141708.21 | 161027.15 | 152386.29 | 51200.11 ]</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-31T03:03:24.907534" elapsed="0.004497"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.913036" level="INFO">Length is 4.</msg>
<msg time="2026-08-31T03:03:24.913241" 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-31T03:03:24.912354" elapsed="0.000936"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.921998" level="INFO">min :: 141708.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:03:24.914050" elapsed="0.008018"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-31T03:03:24.913794" elapsed="0.008316"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.927927" level="INFO">max :: 161027.15</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-31T03:03:24.922395" elapsed="0.005637"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-31T03:03:24.922238" elapsed="0.005850"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.934109" level="INFO">avg :: 152386.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:03:24.928416" elapsed="0.005794"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-31T03:03:24.928252" elapsed="0.006002"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.940332" level="INFO">stdev :: 51200.11</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-31T03:03:24.934558" elapsed="0.005843"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-31T03:03:24.934361" elapsed="0.006102"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-31T03:03:24.913409" elapsed="0.027094"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.945346" level="INFO">${min} = 141708.21</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-31T03:03:24.940696" elapsed="0.004683"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.950189" level="INFO">${max} = 161027.15</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-31T03:03:24.945587" elapsed="0.004636"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.955006" level="INFO">${average} = 152386.29</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-31T03:03:24.950409" elapsed="0.004629"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.959876" level="INFO">${stdev} = 51200.11</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-31T03:03:24.955242" elapsed="0.004667"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.960564" level="INFO">${date} = 2026-08-31 03:03:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-31T03:03:24.960102" elapsed="0.000493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.961283" level="INFO">CBench Result: 2026-08-31 03:03:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141708.21,161027.15,152386.29,51200.11</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-31T03:03:24.960773" elapsed="0.000578"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T03:03:24.962623" 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-31T03:03:24.962098" elapsed="0.000607"/>
</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-31T03:03:24.962887" elapsed="0.000600"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-31T03:03:24.961540" elapsed="0.002026"/>
</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-31T02:53:18.201067" elapsed="606.762570"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.964213" 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-31T03:03:24.963815" elapsed="0.000467"/>
</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-31T03:03:24.964902" elapsed="0.000391"/>
</kw>
<status status="PASS" start="2026-08-31T03:03:24.964541" elapsed="0.000836"/>
</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-31T02:53:18.199846" elapsed="606.765576"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.967085" 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-31T03:03:24.966750" elapsed="0.000386"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.968202" 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-31T03:03:24.967906" elapsed="0.000334"/>
</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-31T03:03:24.968549" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-31T03:03:24.968338" elapsed="0.000263"/>
</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-31T03:03:24.971617" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-31T03:03:24.971380" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-08-31T03:03:24.971363" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-31T03:03:24.972027" 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-31T03:03:24.972130" 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-31T03:03:24.971862" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.972670" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.119" 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-31T03:03:24.972288" elapsed="0.000434"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T03:03:24.973213" 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-31T03:03:24.972844" elapsed="0.000393"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T03:03:24.974016" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T03:03:24.974093" 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-31T03:03:24.973747" elapsed="0.000367"/>
</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-31T03:03:24.974252" elapsed="0.000303"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T03:03:24.975308" level="INFO">Logging into '10.30.170.119:22' as 'jenkins'.</msg>
<msg time="2026-08-31T03:03:25.586349" 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 Mon Aug 31 03:03:25 UTC 2026

  System load:  0.25               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.119
  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: Mon Aug 31 02:53:18 2026 from 10.30.171.217
[?2004h[jenkins@releng-00446-71-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-31T03:03:24.974986" elapsed="0.611563"/>
</kw>
<msg time="2026-08-31T03:03:25.586626" 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-31T03:03:24.974688" elapsed="0.612012"/>
</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-31T03:03:24.973411" elapsed="0.613390"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-31T03:03:25.587279" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-31T03:13:31.623588" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-31T03:13:31.624120" level="INFO">${stdout} = </msg>
<msg time="2026-08-31T03:13:31.624197" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45: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-31T03:03:25.586997" elapsed="606.037242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T03:13:31.624609" elapsed="0.000507"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.626072" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:30.705 16  switches: flows:  86283 84666 84487 83987 84008 83812 83144 83486 81191 80896 79773 80459 81246 80471 79218 78670  total = 21.929950 per ms 
03:05:30.805 16  switches: flows:  91325 89573 90307 89082 87850 87628 90813 88826 84574 86197 83071 83957 84542 86621 84205 82568  total = 23.147020 per ms 
03:06:30.906 16  switches: flows:  93503 89630 93385 90835 88195 86826 90767 90341 85197 86767 85215 85040 85660 86504 83747 83620  total = 23.381510 per ms 
03:07:31.006 16  switches: flows:  93638 89295 92301 90881 88416 88527 90433 89699 85194 86282 84998 83667 86022 86276 83984 83573  total = 23.347477 per ms 
03:08:31.106 16  switches: flows:  94089 90858 93251 90528 89675 89884 91942 91653 86233 86985 85476 84166 86256 86159 84561 85067  total = 23.573716 per ms 
03:09:31.206 16  switches: flows:  100340 94890 97735 95616 93233 93186 96184 95814 89731 90895 88420 87995 90455 89935 87685 88081  total = 24.628811 per ms 
03:10:31.307 16  switches: flows:  99004 96018 98297 96201 93850 93238 96627 95410 90152 90222 88967 88719 90839 90462 88733 88261  total = 24.708743 per ms 
03:11:31.407 16  switches: flows:  99226 95204 97975 95843 93357 93635 97110 94944 89085 90391 89657 88602 90886 90524 89212 88115  total = 24.688241 per ms 
03:12:31.507 16  switches: flows:  93655 91918 93860 92496 89291 90096 91894 91103 86338 87333 85993 85060 87188 87425 85290 85158  total = 23.695400 per ms 
03:13:31.607 16  switches: flows:  95643 91326 94165 92740 89150 89895 93011 92132 86435 86811 86033 86220 86657 87527 85939 85595  total = 23.781614 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23147.02/24708.74/23883.61/7982.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:13:31.625367" elapsed="0.000989"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-31T03:13:31.626859" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-08-31T03:13:31.626589" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-08-31T03:13:31.626541" elapsed="0.000500"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-31T03:13:31.627221" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-31T03:13:31.627151" elapsed="0.000149"/>
</branch>
<status status="NOT RUN" start="2026-08-31T03:13:31.627120" elapsed="0.000221"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-31T03:13:31.627400" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-31T03:13:31.633081" elapsed="0.000691"/>
</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-31T03:13:31.634062" elapsed="0.000329"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T03:13:31.634748" elapsed="0.000199"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-31T03:13:31.628140" elapsed="0.006911"/>
</kw>
<msg time="2026-08-31T03:13:31.635312" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45: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-31T03:03:24.968957" elapsed="606.666416"/>
</kw>
<status status="PASS" start="2026-08-31T03:03:24.968623" elapsed="606.666915"/>
</branch>
<status status="PASS" start="2026-08-31T03:03:24.968319" elapsed="606.667269"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.636474" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:30.705 16  switches: flows:  86283 84666 84487 83987 84008 83812 83144 83486 81191 80896 79773 80459 81246 80471 79218 78670  total = 21.929950 per ms 
03:05:30.805 16  switches: flows:  91325 89573 90307 89082 87850 87628 90813 88826 84574 86197 83071 83957 84542 86621 84205 82568  total = 23.147020 per ms 
03:06:30.906 16  switches: flows:  93503 89630 93385 90835 88195 86826 90767 90341 85197 86767 85215 85040 85660 86504 83747 83620  total = 23.381510 per ms 
03:07:31.006 16  switches: flows:  93638 89295 92301 90881 88416 88527 90433 89699 85194 86282 84998 83667 86022 86276 83984 83573  total = 23.347477 per ms 
03:08:31.106 16  switches: flows:  94089 90858 93251 90528 89675 89884 91942 91653 86233 86985 85476 84166 86256 86159 84561 85067  total = 23.573716 per ms 
03:09:31.206 16  switches: flows:  100340 94890 97735 95616 93233 93186 96184 95814 89731 90895 88420 87995 90455 89935 87685 88081  total = 24.628811 per ms 
03:10:31.307 16  switches: flows:  99004 96018 98297 96201 93850 93238 96627 95410 90152 90222 88967 88719 90839 90462 88733 88261  total = 24.708743 per ms 
03:11:31.407 16  switches: flows:  99226 95204 97975 95843 93357 93635 97110 94944 89085 90391 89657 88602 90886 90524 89212 88115  total = 24.688241 per ms 
03:12:31.507 16  switches: flows:  93655 91918 93860 92496 89291 90096 91894 91103 86338 87333 85993 85060 87188 87425 85290 85158  total = 23.695400 per ms 
03:13:31.607 16  switches: flows:  95643 91326 94165 92740 89150 89895 93011 92132 86435 86811 86033 86220 86657 87527 85939 85595  total = 23.781614 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23147.02/24708.74/23883.61/7982.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:13:31.635874" elapsed="0.000771"/>
</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-31T03:13:31.636935" elapsed="0.000753"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-31T03:13:31.638428" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-31T03:13:31.638655" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23147.02/24708.74/23883.61/7982.86 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-31T03:13:31.638013" elapsed="0.000690"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T03:13:31.639546" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23147.02/24708.74/23883.61/7982.86 | 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-31T03:13:31.639003" elapsed="0.000598"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.644350" 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-31T03:13:31.639885" elapsed="0.004605"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.649189" level="INFO">23147.02/24708.74/23883.61/7982.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T03:13:31.644803" elapsed="0.004494"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T03:13:31.654181" 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-31T03:13:31.649640" elapsed="0.004604"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T03:13:31.659210" level="INFO">@{result_value_list} = [ 23147.02 | 24708.74 | 23883.61 | 7982.86 ]</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-31T03:13:31.654734" elapsed="0.004529"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.660215" level="INFO">Length is 4.</msg>
<msg time="2026-08-31T03:13:31.660411" 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-31T03:13:31.659618" elapsed="0.000912"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.670401" level="INFO">min :: 23147.02</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-31T03:13:31.661253" elapsed="0.009317"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-31T03:13:31.661001" elapsed="0.009638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.679752" level="INFO">max :: 24708.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-31T03:13:31.671068" elapsed="0.008797"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-31T03:13:31.670807" elapsed="0.009126"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.687238" level="INFO">avg :: 23883.61</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-31T03:13:31.680347" elapsed="0.006960"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-31T03:13:31.680095" elapsed="0.007254"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.692888" level="INFO">stdev :: 7982.86</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-31T03:13:31.687644" elapsed="0.005322"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-31T03:13:31.687470" elapsed="0.005538"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-31T03:13:31.660652" elapsed="0.032391"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.698009" level="INFO">${min} = 23147.02</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-31T03:13:31.693236" elapsed="0.004805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.702829" level="INFO">${max} = 24708.74</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-31T03:13:31.698228" elapsed="0.004633"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.707721" level="INFO">${average} = 23883.61</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-31T03:13:31.703044" elapsed="0.004710"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.712076" level="INFO">${stdev} = 7982.86</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-31T03:13:31.707948" elapsed="0.004151"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.712570" level="INFO">${date} = 2026-08-31 03:13:31</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-31T03:13:31.712237" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.713075" level="INFO">CBench Result: 2026-08-31 03:13:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23147.02,24708.74,23883.61,7982.86</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-31T03:13:31.712718" elapsed="0.000405"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T03:13:31.714090" 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-31T03:13:31.713673" elapsed="0.000476"/>
</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-31T03:13:31.714280" elapsed="0.000430"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-31T03:13:31.713242" elapsed="0.001524"/>
</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-31T03:03:24.967417" elapsed="606.747399"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.715215" 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-31T03:13:31.714947" elapsed="0.000317"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-31T03:13:31.716361" 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-31T03:13:31.715937" elapsed="0.000448"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-31T03:13:31.716657" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-31T03:13:31.716478" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-08-31T03:13:31.716454" elapsed="0.000282"/>
</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-31T03:13:31.716862" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-31T03:13:31.717000" elapsed="0.000018"/>
</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-31T03:13:31.717139" elapsed="0.000018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-31T03:13:31.717272" elapsed="0.000018"/>
</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-31T03:13:31.717453" elapsed="0.000019"/>
</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-31T03:13:31.717599" elapsed="0.000018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-31T03:13:31.717726" elapsed="0.000017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-31T03:13:31.717920" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-31T03:13:31.717798" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-08-31T03:13:31.717783" elapsed="0.000207"/>
</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-31T03:13:31.715647" elapsed="0.002391"/>
</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-31T03:03:24.966074" elapsed="606.752004"/>
</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-31T02:43:09.160079" elapsed="1822.558513"/>
</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>
