<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-16T02:12:08.528075" 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-16T02:12:09.078218" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:12:09.078082" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:09.078050" elapsed="0.000282"/>
</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-16T02:12:09.078475" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-16T02:12:09.079442" level="INFO">Logging into '10.30.170.184:8101' as 'karaf'.</msg>
<msg time="2026-08-16T02:12:09.745931" 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-16T02:12:09.079135" elapsed="0.666952"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-16T02:12:09.794696" 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-16T02:12:09.746326" elapsed="0.048444"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-16T02:12:09.796682" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-16T02:12:09.796791" 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-16T02:12:09.794938" elapsed="0.001884"/>
</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-16T02:12:09.796979" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:12:09.797357" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:12:09.797990" 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-16T02:12:09.797687" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T02:12:09.798109" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.184
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-16T02:12:09.077708" elapsed="0.720589"/>
</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-16T02:12:09.074101" elapsed="0.724259"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T02:12:09.798876" 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-16T02:12:09.798540" elapsed="0.000392"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T02:12:09.799378" 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-16T02:12:09.799085" elapsed="0.000352"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-16T02:12:09.799972" 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-16T02:12:09.799596" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T02:12:09.800537" 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-16T02:12:09.800189" elapsed="0.000390"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-16T02:12:09.801087" 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-16T02:12:09.800721" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T02:12:09.801595" 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-16T02:12:09.801288" elapsed="0.000348"/>
</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-16T02:12:09.801927" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:12:09.801718" elapsed="0.000262"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:12:09.806211" 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-16T02:12:09.805808" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:12:09.807525" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T02:12:09.807614" 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-16T02:12:09.806798" elapsed="0.000841"/>
</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-16T02:12:09.807785" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T02:12:09.809111" level="INFO">Logging into '10.30.170.183:22' as 'jenkins'.</msg>
<msg time="2026-08-16T02:12:10.230787" 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 Sun Aug 16 02:11:28 UTC 2026

  System load:  0.3                Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.183
  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-58-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-16T02:12:09.808635" elapsed="0.422317"/>
</kw>
<msg time="2026-08-16T02:12:10.231042" 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-16T02:12:09.808296" elapsed="0.422844"/>
</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-16T02:12:09.806455" elapsed="0.424822"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.238775" 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-16T02:12:10.231494" elapsed="0.008925"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:12:10.240805" elapsed="0.000588"/>
</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-16T02:12:09.805307" elapsed="0.436237"/>
</kw>
<status status="PASS" start="2026-08-16T02:12:09.802058" elapsed="0.439599"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:09.801691" elapsed="0.440047"/>
</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-16T02:12:10.242070" elapsed="0.001045"/>
</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-16T02:12:10.251964" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:12:10.251829" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:10.251799" elapsed="0.000247"/>
</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-16T02:12:10.255751" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:12:10.255626" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:10.255607" elapsed="0.000213"/>
</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-16T02:12:10.255961" elapsed="0.000485"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.256855" level="INFO">Logging into '10.30.170.184:8101' as 'karaf'.</msg>
<msg time="2026-08-16T02:12:10.437730" 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-16T02:12:10.256592" elapsed="0.181250"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.534358" 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-16T02:12:10.438038" elapsed="0.096405"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.557112" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-16T02:12:10.557337" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-16T02:12:10.534605" elapsed="0.022764"/>
</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-16T02:12:10.557510" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:12:10.557844" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:12:10.558565" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:12:10.558232" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T02:12:10.558671" elapsed="0.000053"/>
</return>
<msg time="2026-08-16T02:12:10.558889" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.184
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-16T02:12:10.255269" elapsed="0.303652"/>
</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-16T02:12:10.559067" elapsed="0.000548"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T02:12:10.559690" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-16T02:12:10.251478" elapsed="0.308346"/>
</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-16T02:12:10.563601" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:12:10.563471" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:10.563447" elapsed="0.000225"/>
</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-16T02:12:10.563801" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.564673" level="INFO">Logging into '10.30.170.184:8101' as 'karaf'.</msg>
<msg time="2026-08-16T02:12:10.733453" 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-16T02:12:10.564405" elapsed="0.169136"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.758254" 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-16T02:12:10.733696" elapsed="0.024619"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.760188" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-16T02:12:10.760302" 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-16T02:12:10.758459" elapsed="0.001873"/>
</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-16T02:12:10.760463" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:12:10.760782" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:12:10.761421" 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-16T02:12:10.761121" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-16T02:12:10.761517" elapsed="0.000041"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.184
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-16T02:12:10.563114" elapsed="0.198545"/>
</kw>
<status status="PASS" start="2026-08-16T02:12:09.072239" elapsed="1.689481"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:12:10.763927" 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-16T02:12:10.762877" elapsed="0.001114"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T02:12:10.765530" 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-16T02:12:10.765160" elapsed="0.000413"/>
</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-16T02:12:10.765878" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:12:10.765647" elapsed="0.000289"/>
</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-16T02:12:10.768872" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:12:10.768626" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:10.768607" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.769296" 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-16T02:12:10.769417" 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-16T02:12:10.769084" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:12:10.769991" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.183" 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-16T02:12:10.769574" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.770660" 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-16T02:12:10.770193" elapsed="0.000493"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:12:10.771621" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T02:12:10.771710" 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-16T02:12:10.771307" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-16T02:12:10.771872" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T02:12:10.773052" level="INFO">Logging into '10.30.170.183:22' as 'jenkins'.</msg>
<msg time="2026-08-16T02:12:11.119051" 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 Sun Aug 16 02:11:28 UTC 2026

  System load:  0.3                Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.183
  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: Sun Aug 16 02:12:10 2026 from 10.30.170.39
[?2004h[jenkins@releng-00446-58-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-16T02:12:10.772706" elapsed="0.346491"/>
</kw>
<msg time="2026-08-16T02:12:11.119313" 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-16T02:12:10.772364" elapsed="0.347033"/>
</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-16T02:12:10.770884" elapsed="0.348629"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-16T02:12:11.119973" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-16T02:22:17.206391" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-16T02:22:17.206958" level="INFO">${stdout} = </msg>
<msg time="2026-08-16T02:22:17.207067" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-16T02:12:11.119705" elapsed="606.087429"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:22:17.207630" elapsed="0.000773"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.209551" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:16.316 16  switches: flows:  101269 105395 102027 105759 100371 99787 100509 101783 99884 98490 98001 102406 99776 100049 98318 98946  total = 26.879500 per ms 
02:14:16.417 16  switches: flows:  117339 121102 119159 118856 119315 117372 116695 116912 115589 113064 114554 114317 115959 116707 114984 113830  total = 31.044025 per ms 
02:15:16.517 16  switches: flows:  110596 111010 110804 109973 107862 106374 108781 108882 107515 104259 104752 104618 103535 105759 104871 107352  total = 28.568018 per ms 
02:16:16.618 16  switches: flows:  116287 116062 115626 115021 115732 116236 114785 113720 111181 110730 111489 110501 111118 111377 110369 111401  total = 30.143571 per ms 
02:17:16.719 16  switches: flows:  120111 120093 118801 120659 119350 119345 118619 118488 116535 114451 115650 115256 115436 115534 115394 115070  total = 31.260989 per ms 
02:18:16.819 16  switches: flows:  117253 116070 114648 116560 115731 114331 115065 114772 112948 110676 113053 110968 111260 111527 111419 111060  total = 30.238558 per ms 
02:19:16.919 16  switches: flows:  116102 116218 115847 115472 114408 113667 114152 113160 110887 110089 112968 110505 109737 112197 109377 109718  total = 30.024947 per ms 
02:20:17.019 16  switches: flows:  112041 113890 111139 113204 111741 110760 111035 110313 107385 107698 109213 107294 108215 109412 107227 107560  total = 29.253273 per ms 
02:21:17.120 16  switches: flows:  120076 121888 120380 120311 116567 117238 120653 116528 115013 112288 115903 115421 116490 115794 115298 115061  total = 31.196390 per ms 
02:22:17.220 16  switches: flows:  121507 125619 121795 122145 120559 118691 124141 119408 118305 115485 115578 118141 119725 118301 115992 117360  total = 31.826075 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28568.02/31826.08/30395.09/10179.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:22:17.208773" elapsed="0.001101"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-16T02:22:17.210452" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-16T02:22:17.210112" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-08-16T02:22:17.210005" elapsed="0.000659"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-16T02:22:17.210876" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:22:17.210792" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-16T02:22:17.210758" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-16T02:22:17.211084" elapsed="0.000029"/>
</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-16T02:22:17.214619" elapsed="0.000460"/>
</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-16T02:22:17.215300" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:22:17.215700" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-16T02:22:17.211580" elapsed="0.004327"/>
</kw>
<msg time="2026-08-16T02:22:17.216080" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-16T02:12:10.766299" elapsed="606.449818"/>
</kw>
<status status="PASS" start="2026-08-16T02:12:10.765964" elapsed="606.450220"/>
</branch>
<status status="PASS" start="2026-08-16T02:12:10.765626" elapsed="606.450591"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.216826" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:16.316 16  switches: flows:  101269 105395 102027 105759 100371 99787 100509 101783 99884 98490 98001 102406 99776 100049 98318 98946  total = 26.879500 per ms 
02:14:16.417 16  switches: flows:  117339 121102 119159 118856 119315 117372 116695 116912 115589 113064 114554 114317 115959 116707 114984 113830  total = 31.044025 per ms 
02:15:16.517 16  switches: flows:  110596 111010 110804 109973 107862 106374 108781 108882 107515 104259 104752 104618 103535 105759 104871 107352  total = 28.568018 per ms 
02:16:16.618 16  switches: flows:  116287 116062 115626 115021 115732 116236 114785 113720 111181 110730 111489 110501 111118 111377 110369 111401  total = 30.143571 per ms 
02:17:16.719 16  switches: flows:  120111 120093 118801 120659 119350 119345 118619 118488 116535 114451 115650 115256 115436 115534 115394 115070  total = 31.260989 per ms 
02:18:16.819 16  switches: flows:  117253 116070 114648 116560 115731 114331 115065 114772 112948 110676 113053 110968 111260 111527 111419 111060  total = 30.238558 per ms 
02:19:16.919 16  switches: flows:  116102 116218 115847 115472 114408 113667 114152 113160 110887 110089 112968 110505 109737 112197 109377 109718  total = 30.024947 per ms 
02:20:17.019 16  switches: flows:  112041 113890 111139 113204 111741 110760 111035 110313 107385 107698 109213 107294 108215 109412 107227 107560  total = 29.253273 per ms 
02:21:17.120 16  switches: flows:  120076 121888 120380 120311 116567 117238 120653 116528 115013 112288 115903 115421 116490 115794 115298 115061  total = 31.196390 per ms 
02:22:17.220 16  switches: flows:  121507 125619 121795 122145 120559 118691 124141 119408 118305 115485 115578 118141 119725 118301 115992 117360  total = 31.826075 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28568.02/31826.08/30395.09/10179.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:22:17.216427" elapsed="0.000501"/>
</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-16T02:22:17.217153" elapsed="0.000530"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-16T02:22:17.218275" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-16T02:22:17.218405" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28568.02/31826.08/30395.09/10179.44 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-16T02:22:17.217901" elapsed="0.000538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:22:17.219000" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28568.02/31826.08/30395.09/10179.44 | 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-16T02:22:17.218649" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.221464" 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-16T02:22:17.219236" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.223841" level="INFO">28568.02/31826.08/30395.09/10179.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:22:17.221665" elapsed="0.002232"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:22:17.226232" 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-16T02:22:17.224042" elapsed="0.002232"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:22:17.228619" level="INFO">@{result_value_list} = [ 28568.02 | 31826.08 | 30395.09 | 10179.44 ]</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-16T02:22:17.226467" elapsed="0.002179"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.229096" level="INFO">Length is 4.</msg>
<msg time="2026-08-16T02:22:17.229183" 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-16T02:22:17.228796" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.233807" level="INFO">min :: 28568.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-16T02:22:17.229609" elapsed="0.004253"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-16T02:22:17.229479" elapsed="0.004417"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.238322" level="INFO">max :: 31826.08</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-16T02:22:17.234123" elapsed="0.004254"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-16T02:22:17.233986" elapsed="0.004425"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.242805" level="INFO">avg :: 30395.09</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-16T02:22:17.238623" elapsed="0.004237"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-16T02:22:17.238497" elapsed="0.004397"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.247380" level="INFO">stdev :: 10179.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:22:17.243110" elapsed="0.004326"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-16T02:22:17.242984" elapsed="0.004486"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-16T02:22:17.229290" elapsed="0.018212"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.251289" level="INFO">${min} = 28568.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-16T02:22:17.247664" elapsed="0.003652"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.256123" level="INFO">${max} = 31826.08</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-16T02:22:17.251465" elapsed="0.004685"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.259986" level="INFO">${average} = 30395.09</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-16T02:22:17.256318" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.264018" level="INFO">${stdev} = 10179.44</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-16T02:22:17.260160" elapsed="0.003884"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.264573" level="INFO">${date} = 2026-08-16 02:22:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-16T02:22:17.264207" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.265141" level="INFO">CBench Result: 2026-08-16 02:22:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28568.02,31826.08,30395.09,10179.44</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-16T02:22:17.264741" elapsed="0.000454"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T02:22:17.266273" 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-16T02:22:17.265832" elapsed="0.000508"/>
</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-16T02:22:17.266485" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-16T02:22:17.265363" elapsed="0.001642"/>
</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-16T02:12:10.764439" elapsed="606.502625"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.267541" 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-16T02:22:17.267206" elapsed="0.000390"/>
</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-16T02:22:17.268097" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-08-16T02:22:17.267804" elapsed="0.000652"/>
</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-16T02:12:10.761865" elapsed="606.506627"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.269729" 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-16T02:22:17.269356" elapsed="0.000429"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.271035" 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-16T02:22:17.270717" elapsed="0.000359"/>
</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-16T02:22:17.271424" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:22:17.271190" elapsed="0.000292"/>
</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-16T02:22:17.274327" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:22:17.274040" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-08-16T02:22:17.274021" elapsed="0.000386"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:22:17.274733" 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-16T02:22:17.274852" 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-16T02:22:17.274535" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.275438" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.184 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.183" 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-16T02:22:17.275009" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:22:17.276019" 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-16T02:22:17.275631" elapsed="0.000415"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:22:17.276927" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T02:22:17.277014" 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-16T02:22:17.276621" elapsed="0.000417"/>
</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-16T02:22:17.277176" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T02:22:17.278399" level="INFO">Logging into '10.30.170.183:22' as 'jenkins'.</msg>
<msg time="2026-08-16T02:22:17.853126" 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 Sun Aug 16 02:22:17 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.183
  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: Sun Aug 16 02:12:11 2026 from 10.30.170.39
[?2004h[jenkins@releng-00446-58-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-16T02:22:17.278008" elapsed="0.575399"/>
</kw>
<msg time="2026-08-16T02:22:17.853523" 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-16T02:22:17.277661" elapsed="0.575987"/>
</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-16T02:22:17.276253" elapsed="0.577558"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-16T02:22:17.854604" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.184 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-16T02:32:26.686392" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-16T02:32:26.686945" level="INFO">${stdout} = </msg>
<msg time="2026-08-16T02:32:26.687049" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.184: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-16T02:22:17.854126" elapsed="608.832979"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:32:26.687595" elapsed="0.001482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.690230" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:23.008 16  switches: flows:  429901 437230 438275 432852 427885 429326 427927 424328 435246 419814 426266 414165 425035 426561 425198 419705  total = 113.995233 per ms 
02:24:23.110 16  switches: flows:  587740 589078 598273 593613 593171 590263 595270 586997 597281 589442 587249 584512 585807 591645 580726 577865  total = 156.884367 per ms 
02:25:23.213 16  switches: flows:  536095 541440 526196 530333 531297 533868 537445 535409 540786 525526 540415 545389 538776 537391 534879 536013  total = 142.608500 per ms 
02:26:24.867 16  switches: flows:  469821 465282 472098 460384 473218 467727 468289 475328 473343 470025 463998 463716 469468 473697 478415 466265  total = 121.827378 per ms 
02:27:24.969 16  switches: flows:  521821 502336 472794 465265 543498 475229 476900 511682 475461 467437 360320 518219 513401 546170 377088 505964  total = 128.677206 per ms 
02:28:25.070 16  switches: flows:  576691 600789 590949 574380 591791 589306 586658 585133 595366 582603 590129 598314 588721 577914 592623 598430  total = 156.732752 per ms 
02:29:25.172 16  switches: flows:  617441 600956 600213 613466 600568 607724 601353 600350 599282 607110 598973 602032 604893 604889 601075 600491  total = 160.742970 per ms 
02:30:26.496 16  switches: flows:  450617 498423 475727 475410 460363 445095 420497 416833 501073 420451 495485 487172 461451 497690 489467 437417  total = 121.210818 per ms 
02:31:26.598 16  switches: flows:  516925 515241 516341 508099 507332 525932 514236 509116 520135 518966 515974 519495 506963 510252 515549 514192  total = 137.016220 per ms 
02:32:26.699 16  switches: flows:  560719 571575 575216 567635 569671 564592 579955 546209 580409 565460 556884 584245 566908 568121 564544 580375  total = 151.453366 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 121210.82/160742.97/141905.95/49506.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:32:26.689487" elapsed="0.001053"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-16T02:32:26.691001" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-08-16T02:32:26.690710" elapsed="0.000436"/>
</branch>
<status status="PASS" start="2026-08-16T02:32:26.690662" elapsed="0.000538"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-16T02:32:26.691437" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:32:26.691355" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-16T02:32:26.691320" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-16T02:32:26.691642" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-16T02:32:26.695919" elapsed="0.000531"/>
</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-16T02:32:26.696689" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:32:26.697124" elapsed="0.000172"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-16T02:32:26.692321" elapsed="0.005054"/>
</kw>
<msg time="2026-08-16T02:32:26.697565" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.184: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-16T02:22:17.271821" elapsed="609.425783"/>
</kw>
<status status="PASS" start="2026-08-16T02:22:17.271508" elapsed="609.426168"/>
</branch>
<status status="PASS" start="2026-08-16T02:22:17.271168" elapsed="609.426544"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.698389" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:23.008 16  switches: flows:  429901 437230 438275 432852 427885 429326 427927 424328 435246 419814 426266 414165 425035 426561 425198 419705  total = 113.995233 per ms 
02:24:23.110 16  switches: flows:  587740 589078 598273 593613 593171 590263 595270 586997 597281 589442 587249 584512 585807 591645 580726 577865  total = 156.884367 per ms 
02:25:23.213 16  switches: flows:  536095 541440 526196 530333 531297 533868 537445 535409 540786 525526 540415 545389 538776 537391 534879 536013  total = 142.608500 per ms 
02:26:24.867 16  switches: flows:  469821 465282 472098 460384 473218 467727 468289 475328 473343 470025 463998 463716 469468 473697 478415 466265  total = 121.827378 per ms 
02:27:24.969 16  switches: flows:  521821 502336 472794 465265 543498 475229 476900 511682 475461 467437 360320 518219 513401 546170 377088 505964  total = 128.677206 per ms 
02:28:25.070 16  switches: flows:  576691 600789 590949 574380 591791 589306 586658 585133 595366 582603 590129 598314 588721 577914 592623 598430  total = 156.732752 per ms 
02:29:25.172 16  switches: flows:  617441 600956 600213 613466 600568 607724 601353 600350 599282 607110 598973 602032 604893 604889 601075 600491  total = 160.742970 per ms 
02:30:26.496 16  switches: flows:  450617 498423 475727 475410 460363 445095 420497 416833 501073 420451 495485 487172 461451 497690 489467 437417  total = 121.210818 per ms 
02:31:26.598 16  switches: flows:  516925 515241 516341 508099 507332 525932 514236 509116 520135 518966 515974 519495 506963 510252 515549 514192  total = 137.016220 per ms 
02:32:26.699 16  switches: flows:  560719 571575 575216 567635 569671 564592 579955 546209 580409 565460 556884 584245 566908 568121 564544 580375  total = 151.453366 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 121210.82/160742.97/141905.95/49506.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:32:26.697928" elapsed="0.000571"/>
</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-16T02:32:26.698714" elapsed="0.000521"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-16T02:32:26.699805" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-16T02:32:26.699939" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 121210.82/160742.97/141905.95/49506.80 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-16T02:32:26.699488" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:32:26.700627" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 121210.82/160742.97/141905.95/49506.80 | 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-16T02:32:26.700197" elapsed="0.000474"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.704239" 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-16T02:32:26.700890" elapsed="0.003455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.707008" level="INFO">121210.82/160742.97/141905.95/49506.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:32:26.704632" elapsed="0.002433"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:32:26.709445" 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-16T02:32:26.707220" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:32:26.711906" level="INFO">@{result_value_list} = [ 121210.82 | 160742.97 | 141905.95 | 49506.80 ]</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-16T02:32:26.709715" elapsed="0.002219"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.712436" level="INFO">Length is 4.</msg>
<msg time="2026-08-16T02:32:26.712567" 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-16T02:32:26.712088" elapsed="0.000513"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.717550" level="INFO">min :: 121210.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:32:26.713004" elapsed="0.004612"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-16T02:32:26.712872" elapsed="0.004780"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.722184" level="INFO">max :: 160742.97</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-16T02:32:26.717877" elapsed="0.004382"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-16T02:32:26.717748" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.726812" level="INFO">avg :: 141905.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:32:26.722524" elapsed="0.004346"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-16T02:32:26.722390" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.731767" level="INFO">stdev :: 49506.80</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-16T02:32:26.727125" elapsed="0.004702"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-16T02:32:26.726995" elapsed="0.004868"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-16T02:32:26.712673" elapsed="0.019222"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.735789" level="INFO">${min} = 121210.82</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-16T02:32:26.732061" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.739741" level="INFO">${max} = 160742.97</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-16T02:32:26.735973" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.743633" level="INFO">${average} = 141905.95</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-16T02:32:26.739928" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.747554" level="INFO">${stdev} = 49506.80</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-16T02:32:26.743815" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.748097" level="INFO">${date} = 2026-08-16 02:32:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-16T02:32:26.747741" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.748735" level="INFO">CBench Result: 2026-08-16 02:32:26,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,121210.82,160742.97,141905.95,49506.80</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-16T02:32:26.748286" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T02:32:26.749947" 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-16T02:32:26.749463" elapsed="0.000551"/>
</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-16T02:32:26.750168" elapsed="0.000512"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-16T02:32:26.748958" elapsed="0.001788"/>
</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-16T02:22:17.270123" elapsed="609.480686"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.751296" 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-16T02:32:26.750956" elapsed="0.000400"/>
</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-16T02:32:26.751886" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-08-16T02:32:26.751577" elapsed="0.000653"/>
</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-16T02:22:17.268788" elapsed="609.483499"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.753529" 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-16T02:32:26.753125" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.754827" 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-16T02:32:26.754472" elapsed="0.000399"/>
</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-16T02:32:26.755262" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:32:26.755015" elapsed="0.000309"/>
</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-16T02:32:26.758834" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:32:26.758539" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-08-16T02:32:26.758515" elapsed="0.000403"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:32:26.759304" 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-16T02:32:26.759428" 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-16T02:32:26.759058" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.760039" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.183" 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-16T02:32:26.759607" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-16T02:32:26.760702" 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-16T02:32:26.760238" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:32:26.761653" level="INFO">Length is 0.</msg>
<msg time="2026-08-16T02:32:26.761745" 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-16T02:32:26.761331" elapsed="0.000438"/>
</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-16T02:32:26.761912" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-16T02:32:26.763128" level="INFO">Logging into '10.30.170.183:22' as 'jenkins'.</msg>
<msg time="2026-08-16T02:32:27.351056" 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 Sun Aug 16 02:32:26 UTC 2026

  System load:  0.47               Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.183
  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: Sun Aug 16 02:22:17 2026 from 10.30.170.39
[?2004h[jenkins@releng-00446-58-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-16T02:32:26.762771" elapsed="0.588501"/>
</kw>
<msg time="2026-08-16T02:32:27.351356" 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-16T02:32:26.762411" elapsed="0.589025"/>
</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-16T02:32:26.760934" elapsed="0.590616"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-16T02:32:27.352061" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-16T02:42:33.374581" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-16T02:42:33.375147" level="INFO">${stdout} = </msg>
<msg time="2026-08-16T02:42:33.375333" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-16T02:32:27.351769" elapsed="606.023639"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:42:33.375914" elapsed="0.000791"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.377874" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:33:32.495 16  switches: flows:  100096 99559 98477 98824 97686 97236 97968 97880 96532 94871 96065 95706 96445 95328 95895 96151  total = 25.911983 per ms 
02:34:32.596 16  switches: flows:  126591 124787 124350 124387 124033 122133 124650 122174 121809 122355 119757 119848 120606 122189 120202 123620  total = 32.670284 per ms 
02:35:32.696 16  switches: flows:  126142 122192 123123 124477 122074 119086 123918 121073 121159 119910 119243 117718 120629 121266 118163 123403  total = 32.338929 per ms 
02:36:32.796 16  switches: flows:  126533 125365 129131 129382 125277 124776 127215 123582 124836 124324 122275 120886 124944 126025 123485 124970  total = 33.327792 per ms 
02:37:32.896 16  switches: flows:  124505 123259 125782 125038 122676 120914 122148 121561 123297 122276 117966 117333 122368 123608 120647 122632  total = 32.545783 per ms 
02:38:32.997 16  switches: flows:  122148 120350 122399 120928 119061 119101 122299 118073 117274 117753 117296 116142 118487 118451 116887 117164  total = 31.677254 per ms 
02:39:33.097 16  switches: flows:  124191 123417 123436 120716 121836 120779 123660 118369 118230 119673 116951 118577 120539 119013 116526 121677  total = 32.072944 per ms 
02:40:33.197 16  switches: flows:  127150 126830 128368 127000 125515 126264 127769 123128 122445 123504 121633 123690 124841 122066 120919 124594  total = 33.206465 per ms 
02:41:33.298 16  switches: flows:  118401 118557 119714 117403 116939 116809 118523 116208 113149 114444 115218 115499 115818 113077 113117 116994  total = 30.946147 per ms 
02:42:33.398 16  switches: flows:  129050 125447 126505 125263 126869 124798 129128 124325 122477 122459 123745 122648 123783 123076 121614 122211  total = 33.167794 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30946.15/33327.79/32439.27/10838.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:42:33.377085" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-16T02:42:33.378786" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-16T02:42:33.378395" elapsed="0.000550"/>
</branch>
<status status="PASS" start="2026-08-16T02:42:33.378343" elapsed="0.000659"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-16T02:42:33.379222" elapsed="0.000063"/>
</return>
<status status="NOT RUN" start="2026-08-16T02:42:33.379137" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-08-16T02:42:33.379100" elapsed="0.000299"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-16T02:42:33.379471" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-16T02:42:33.384138" elapsed="0.000538"/>
</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-16T02:42:33.384897" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-16T02:42:33.385330" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-16T02:42:33.380233" elapsed="0.005314"/>
</kw>
<msg time="2026-08-16T02:42:33.385728" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-16T02:32:26.755683" elapsed="606.630082"/>
</kw>
<status status="PASS" start="2026-08-16T02:32:26.755350" elapsed="606.630483"/>
</branch>
<status status="PASS" start="2026-08-16T02:32:26.754992" elapsed="606.630874"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.386491" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:33:32.495 16  switches: flows:  100096 99559 98477 98824 97686 97236 97968 97880 96532 94871 96065 95706 96445 95328 95895 96151  total = 25.911983 per ms 
02:34:32.596 16  switches: flows:  126591 124787 124350 124387 124033 122133 124650 122174 121809 122355 119757 119848 120606 122189 120202 123620  total = 32.670284 per ms 
02:35:32.696 16  switches: flows:  126142 122192 123123 124477 122074 119086 123918 121073 121159 119910 119243 117718 120629 121266 118163 123403  total = 32.338929 per ms 
02:36:32.796 16  switches: flows:  126533 125365 129131 129382 125277 124776 127215 123582 124836 124324 122275 120886 124944 126025 123485 124970  total = 33.327792 per ms 
02:37:32.896 16  switches: flows:  124505 123259 125782 125038 122676 120914 122148 121561 123297 122276 117966 117333 122368 123608 120647 122632  total = 32.545783 per ms 
02:38:32.997 16  switches: flows:  122148 120350 122399 120928 119061 119101 122299 118073 117274 117753 117296 116142 118487 118451 116887 117164  total = 31.677254 per ms 
02:39:33.097 16  switches: flows:  124191 123417 123436 120716 121836 120779 123660 118369 118230 119673 116951 118577 120539 119013 116526 121677  total = 32.072944 per ms 
02:40:33.197 16  switches: flows:  127150 126830 128368 127000 125515 126264 127769 123128 122445 123504 121633 123690 124841 122066 120919 124594  total = 33.206465 per ms 
02:41:33.298 16  switches: flows:  118401 118557 119714 117403 116939 116809 118523 116208 113149 114444 115218 115499 115818 113077 113117 116994  total = 30.946147 per ms 
02:42:33.398 16  switches: flows:  129050 125447 126505 125263 126869 124798 129128 124325 122477 122459 123745 122648 123783 123076 121614 122211  total = 33.167794 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30946.15/33327.79/32439.27/10838.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:42:33.386057" elapsed="0.000537"/>
</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-16T02:42:33.386796" elapsed="0.000521"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-16T02:42:33.387840" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-16T02:42:33.387964" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30946.15/33327.79/32439.27/10838.38 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-16T02:42:33.387538" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:42:33.388753" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30946.15/33327.79/32439.27/10838.38 | 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-16T02:42:33.388210" elapsed="0.000583"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.391287" 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-16T02:42:33.388995" elapsed="0.002349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.393765" level="INFO">30946.15/33327.79/32439.27/10838.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-16T02:42:33.391487" elapsed="0.002336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:42:33.396281" 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-16T02:42:33.393973" elapsed="0.002339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-16T02:42:33.398981" level="INFO">@{result_value_list} = [ 30946.15 | 33327.79 | 32439.27 | 10838.38 ]</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-16T02:42:33.396547" elapsed="0.002463"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.399513" level="INFO">Length is 4.</msg>
<msg time="2026-08-16T02:42:33.399609" 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-16T02:42:33.399167" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.404747" level="INFO">min :: 30946.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-16T02:42:33.400046" elapsed="0.004780"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-16T02:42:33.399915" elapsed="0.004950"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.409484" level="INFO">max :: 33327.79</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-16T02:42:33.405119" elapsed="0.004423"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-16T02:42:33.404973" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.414276" level="INFO">avg :: 32439.27</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-16T02:42:33.409825" elapsed="0.004527"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-16T02:42:33.409696" elapsed="0.004700"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.419075" level="INFO">stdev :: 10838.38</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-16T02:42:33.414628" elapsed="0.004507"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-16T02:42:33.414490" elapsed="0.004680"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-16T02:42:33.399706" elapsed="0.019494"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.423490" level="INFO">${min} = 30946.15</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-16T02:42:33.419384" elapsed="0.004141"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.427400" level="INFO">${max} = 33327.79</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-16T02:42:33.423686" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.431544" level="INFO">${average} = 32439.27</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-16T02:42:33.427579" elapsed="0.003993"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.435571" level="INFO">${stdev} = 10838.38</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-16T02:42:33.431737" elapsed="0.003861"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.436125" level="INFO">${date} = 2026-08-16 02:42:33</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-16T02:42:33.435771" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.436740" level="INFO">CBench Result: 2026-08-16 02:42:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30946.15,33327.79,32439.27,10838.38</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-16T02:42:33.436318" elapsed="0.000526"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-16T02:42:33.438061" 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-16T02:42:33.437512" elapsed="0.000621"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-16T02:42:33.438303" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-16T02:42:33.437008" elapsed="0.001849"/>
</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-16T02:32:26.753904" elapsed="606.685013"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.439403" 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-16T02:42:33.439070" elapsed="0.000391"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-16T02:42:33.440688" 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-16T02:42:33.440185" elapsed="0.000537"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-16T02:42:33.441014" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-08-16T02:42:33.440845" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-08-16T02:42:33.440814" elapsed="0.000301"/>
</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-16T02:42:33.441279" elapsed="0.000022"/>
</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-16T02:42:33.441437" elapsed="0.000021"/>
</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-16T02:42:33.441596" elapsed="0.000043"/>
</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-16T02:42:33.441854" elapsed="0.000034"/>
</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-16T02:42:33.442020" elapsed="0.000022"/>
</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-16T02:42:33.442195" elapsed="0.000026"/>
</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-16T02:42:33.442369" elapsed="0.000021"/>
</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-16T02:42:33.442590" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-16T02:42:33.442452" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-08-16T02:42:33.442436" elapsed="0.000231"/>
</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-16T02:42:33.439845" elapsed="0.002885"/>
</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-16T02:32:26.752619" elapsed="606.690157"/>
</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-16T02:12:08.529679" elapsed="1824.913538"/>
</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>
