<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-07T04:46:05.680612" 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-07-07T04:46:06.267499" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-07-07T04:46:06.267350" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:06.267320" elapsed="0.000296"/>
</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-07-07T04:46:06.267762" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T04:46:06.268751" level="INFO">Logging into '10.30.171.82:8101' as 'karaf'.</msg>
<msg time="2026-07-07T04:46:07.125697" 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-07-07T04:46:06.268437" elapsed="0.857430"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T04:46:07.175630" 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-07-07T04:46:07.126137" elapsed="0.049681"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T04:46:07.178044" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T04:46:07.178163" 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-07-07T04:46:07.176207" elapsed="0.001988"/>
</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-07-07T04:46:07.178362" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T04:46:07.178762" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:46:07.179481" 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-07-07T04:46:07.179125" elapsed="0.000445"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T04:46:07.179628" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T04:46:06.266964" elapsed="0.912841"/>
</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-07-07T04:46:06.263324" elapsed="0.916548"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T04:46:07.180438" 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-07-07T04:46:07.180059" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T04:46:07.180935" 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-07-07T04:46:07.180676" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T04:46:07.181604" 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-07-07T04:46:07.181156" elapsed="0.000478"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T04:46:07.182159" 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-07-07T04:46:07.181809" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T04:46:07.182792" 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-07-07T04:46:07.182384" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T04:46:07.183312" 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-07-07T04:46:07.182988" elapsed="0.000368"/>
</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-07-07T04:46:07.183699" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-07T04:46:07.183444" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T04:46:07.188270" 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-07-07T04:46:07.187859" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T04:46:07.189313" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T04:46:07.189398" 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-07-07T04:46:07.188883" elapsed="0.000540"/>
</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-07-07T04:46:07.189586" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T04:46:07.190945" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-07T04:46:07.995929" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul  7 04:46:07 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-18-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-07-07T04:46:07.190444" elapsed="0.805804"/>
</kw>
<msg time="2026-07-07T04:46:07.996446" 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-07-07T04:46:07.190093" elapsed="0.806574"/>
</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-07-07T04:46:07.188510" elapsed="0.808389"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.009470" 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-07-07T04:46:07.997302" elapsed="0.014774"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T04:46:08.012634" elapsed="0.000749"/>
</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-07-07T04:46:07.187273" elapsed="0.826237"/>
</kw>
<status status="PASS" start="2026-07-07T04:46:07.183951" elapsed="0.829653"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:07.183419" elapsed="0.830245"/>
</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-07-07T04:46:08.013924" elapsed="0.000992"/>
</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-07-07T04:46:08.024087" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-07-07T04:46:08.023848" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:08.023793" elapsed="0.000479"/>
</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-07-07T04:46:08.029720" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-07T04:46:08.029460" elapsed="0.000366"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:08.029411" elapsed="0.000451"/>
</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-07-07T04:46:08.030226" elapsed="0.000910"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.031966" level="INFO">Logging into '10.30.171.82:8101' as 'karaf'.</msg>
<msg time="2026-07-07T04:46:08.251414" 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-07-07T04:46:08.031379" elapsed="0.220309"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.349341" 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-07-07T04:46:08.252076" elapsed="0.097683"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.366701" 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-07-07T04:46:08.368204" 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-07-07T04:46:08.350256" elapsed="0.018023"/>
</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-07-07T04:46:08.368647" elapsed="0.000503"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T04:46:08.369352" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:46:08.370284" 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-07-07T04:46:08.369864" elapsed="0.000480"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T04:46:08.370860" elapsed="0.000075"/>
</return>
<msg time="2026-07-07T04:46:08.371187" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T04:46:08.028648" elapsed="0.342577"/>
</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-07-07T04:46:08.371390" elapsed="0.000649"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T04:46:08.372096" elapsed="0.000035"/>
</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-07-07T04:46:08.022941" elapsed="0.349296"/>
</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-07-07T04:46:08.376258" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-07T04:46:08.376092" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:08.376057" elapsed="0.000276"/>
</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-07-07T04:46:08.376845" elapsed="0.000557"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.377875" level="INFO">Logging into '10.30.171.82:8101' as 'karaf'.</msg>
<msg time="2026-07-07T04:46:08.566089" 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-07-07T04:46:08.377586" elapsed="0.188754"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.595117" 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-07-07T04:46:08.566747" elapsed="0.028670"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.599936" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T04:46:08.600189" 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-07-07T04:46:08.596043" elapsed="0.004223"/>
</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-07-07T04:46:08.600623" elapsed="0.000461"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T04:46:08.601473" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:46:08.602796" 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-07-07T04:46:08.602220" elapsed="0.000651"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T04:46:08.602954" elapsed="0.000085"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T04:46:08.375707" elapsed="0.227515"/>
</kw>
<status status="PASS" start="2026-07-07T04:46:06.261409" elapsed="2.341911"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:46:08.606925" 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-07-07T04:46:08.605009" elapsed="0.002009"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T04:46:08.609179" 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-07-07T04:46:08.608676" elapsed="0.000602"/>
</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-07-07T04:46:08.609770" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-07-07T04:46:08.609400" elapsed="0.000454"/>
</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-07-07T04:46:08.614177" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-07T04:46:08.613819" elapsed="0.000421"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:08.613791" elapsed="0.000475"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.614649" 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-07-07T04:46:08.614776" 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-07-07T04:46:08.614404" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:46:08.615371" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.138" 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-07-07T04:46:08.614942" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.616092" 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-07-07T04:46:08.615592" elapsed="0.000527"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T04:46:08.617075" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T04:46:08.617167" 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-07-07T04:46:08.616732" elapsed="0.000458"/>
</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-07-07T04:46:08.617351" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.618600" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-07T04:46:08.967338" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul  7 04:46:07 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul  7 04:46:07 2026 from 10.30.171.151
[?2004h[jenkins@releng-00446-18-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-07-07T04:46:08.618221" elapsed="0.349407"/>
</kw>
<msg time="2026-07-07T04:46:08.967756" 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-07-07T04:46:08.617866" elapsed="0.350021"/>
</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-07-07T04:46:08.616331" elapsed="0.351733"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T04:46:08.968939" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T04:56:15.081748" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T04:56:15.082181" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T04:56:15.082254" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T04:46:08.968410" elapsed="606.113894"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T04:56:15.082693" elapsed="0.000564"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.084038" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:47:14.169 16  switches: flows:  107788 110330 110321 107439 110283 110652 108154 107004 106349 104163 109009 106642 104015 104730 103710 105010  total = 28.593317 per ms 
04:48:14.270 16  switches: flows:  122870 123263 121085 120305 120026 119124 120891 116747 117918 114855 118289 115181 114629 118070 115268 117234  total = 31.543132 per ms 
04:49:14.371 16  switches: flows:  126115 126872 124214 124176 124461 122689 123768 120726 119360 117579 119999 118326 118024 121817 117218 119815  total = 32.365290 per ms 
04:50:14.471 16  switches: flows:  128463 128911 127036 126132 125569 124359 125154 122393 121729 119404 120610 121834 118122 123867 121092 122028  total = 32.890169 per ms 
04:51:14.571 16  switches: flows:  125930 125463 124701 123962 124292 122762 122807 120825 118476 118154 117520 117746 116637 120846 116431 119198  total = 32.208732 per ms 
04:52:14.671 16  switches: flows:  126063 125101 125970 124421 123016 124071 123171 122951 119788 117426 119123 119700 115304 121512 118411 118813  total = 32.360016 per ms 
04:53:14.771 16  switches: flows:  127661 128148 127344 126441 126440 124714 125510 124352 122204 117927 120528 120551 120006 123520 118797 121065  total = 32.865295 per ms 
04:54:14.872 16  switches: flows:  128674 128109 127769 126817 127749 126171 124987 125649 122498 120269 121157 119317 118023 122756 120632 119627  total = 32.948432 per ms 
04:55:14.972 16  switches: flows:  127160 127655 127438 125806 127498 125183 123949 124465 121190 120106 118917 118342 118256 123058 118744 118553  total = 32.717370 per ms 
04:56:15.072 16  switches: flows:  127624 128219 127845 124817 126503 124084 123642 123141 122112 118805 119829 119954 118983 122765 119491 119974  total = 32.741786 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31543.13/32948.43/32515.58/10846.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T04:56:15.083505" elapsed="0.000749"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T04:56:15.084640" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-07T04:56:15.084389" elapsed="0.000356"/>
</branch>
<status status="PASS" start="2026-07-07T04:56:15.084348" elapsed="0.000433"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T04:56:15.084922" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-07T04:56:15.084868" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-07-07T04:56:15.084845" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T04:56:15.085058" elapsed="0.000019"/>
</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-07-07T04:56:15.088740" elapsed="0.000469"/>
</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-07-07T04:56:15.089420" elapsed="0.000301"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T04:56:15.089913" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T04:56:15.085522" elapsed="0.004608"/>
</kw>
<msg time="2026-07-07T04:56:15.090315" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T04:46:08.610356" elapsed="606.479997"/>
</kw>
<status status="PASS" start="2026-07-07T04:46:08.609895" elapsed="606.480527"/>
</branch>
<status status="PASS" start="2026-07-07T04:46:08.609366" elapsed="606.481089"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.091116" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:47:14.169 16  switches: flows:  107788 110330 110321 107439 110283 110652 108154 107004 106349 104163 109009 106642 104015 104730 103710 105010  total = 28.593317 per ms 
04:48:14.270 16  switches: flows:  122870 123263 121085 120305 120026 119124 120891 116747 117918 114855 118289 115181 114629 118070 115268 117234  total = 31.543132 per ms 
04:49:14.371 16  switches: flows:  126115 126872 124214 124176 124461 122689 123768 120726 119360 117579 119999 118326 118024 121817 117218 119815  total = 32.365290 per ms 
04:50:14.471 16  switches: flows:  128463 128911 127036 126132 125569 124359 125154 122393 121729 119404 120610 121834 118122 123867 121092 122028  total = 32.890169 per ms 
04:51:14.571 16  switches: flows:  125930 125463 124701 123962 124292 122762 122807 120825 118476 118154 117520 117746 116637 120846 116431 119198  total = 32.208732 per ms 
04:52:14.671 16  switches: flows:  126063 125101 125970 124421 123016 124071 123171 122951 119788 117426 119123 119700 115304 121512 118411 118813  total = 32.360016 per ms 
04:53:14.771 16  switches: flows:  127661 128148 127344 126441 126440 124714 125510 124352 122204 117927 120528 120551 120006 123520 118797 121065  total = 32.865295 per ms 
04:54:14.872 16  switches: flows:  128674 128109 127769 126817 127749 126171 124987 125649 122498 120269 121157 119317 118023 122756 120632 119627  total = 32.948432 per ms 
04:55:14.972 16  switches: flows:  127160 127655 127438 125806 127498 125183 123949 124465 121190 120106 118917 118342 118256 123058 118744 118553  total = 32.717370 per ms 
04:56:15.072 16  switches: flows:  127624 128219 127845 124817 126503 124084 123642 123141 122112 118805 119829 119954 118983 122765 119491 119974  total = 32.741786 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31543.13/32948.43/32515.58/10846.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T04:56:15.090676" elapsed="0.000544"/>
</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-07-07T04:56:15.091431" elapsed="0.000541"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T04:56:15.092543" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T04:56:15.092677" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31543.13/32948.43/32515.58/10846.87 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-07-07T04:56:15.092204" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T04:56:15.093296" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31543.13/32948.43/32515.58/10846.87 | 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-07-07T04:56:15.092931" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.096480" 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-07-07T04:56:15.093559" elapsed="0.002996"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.098925" level="INFO">31543.13/32948.43/32515.58/10846.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T04:56:15.096707" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T04:56:15.101362" 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-07-07T04:56:15.099149" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T04:56:15.103875" level="INFO">@{result_value_list} = [ 31543.13 | 32948.43 | 32515.58 | 10846.87 ]</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-07-07T04:56:15.101600" elapsed="0.002303"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.104369" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T04:56:15.104465" 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-07-07T04:56:15.104059" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.109227" level="INFO">min :: 31543.13</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-07-07T04:56:15.104914" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T04:56:15.104780" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.113853" level="INFO">max :: 32948.43</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-07-07T04:56:15.109556" elapsed="0.004354"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T04:56:15.109413" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.118439" level="INFO">avg :: 32515.58</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-07-07T04:56:15.114163" elapsed="0.004333"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T04:56:15.114035" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.123183" level="INFO">stdev :: 10846.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T04:56:15.118769" elapsed="0.004472"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T04:56:15.118640" elapsed="0.004637"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T04:56:15.104582" elapsed="0.018729"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.127378" level="INFO">${min} = 31543.13</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-07-07T04:56:15.123471" elapsed="0.003934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.131949" level="INFO">${max} = 32948.43</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-07-07T04:56:15.127584" elapsed="0.004393"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.135887" level="INFO">${average} = 32515.58</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-07-07T04:56:15.132135" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.139842" level="INFO">${stdev} = 10846.87</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-07-07T04:56:15.136069" elapsed="0.003800"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.140408" level="INFO">${date} = 2026-07-07 04:56:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T04:56:15.140034" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.141014" level="INFO">CBench Result: 2026-07-07 04:56:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31543.13,32948.43,32515.58,10846.87</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-07-07T04:56:15.140599" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T04:56:15.142112" 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-07-07T04:56:15.141696" elapsed="0.000481"/>
</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-07-07T04:56:15.142329" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T04:56:15.141211" elapsed="0.001656"/>
</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-07-07T04:46:08.607720" elapsed="606.535209"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.143443" 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-07-07T04:56:15.143116" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-07T04:56:15.144037" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-07-07T04:56:15.143732" elapsed="0.000642"/>
</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-07-07T04:46:08.603570" elapsed="606.540843"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.145904" 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-07-07T04:56:15.145504" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.147578" 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-07-07T04:56:15.146871" elapsed="0.000752"/>
</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-07-07T04:56:15.147965" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-07T04:56:15.147737" 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-07-07T04:56:15.150919" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-07T04:56:15.150672" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-07-07T04:56:15.150653" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T04:56:15.151360" 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-07-07T04:56:15.151478" 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-07-07T04:56:15.151161" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.152081" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.82 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.138" 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-07-07T04:56:15.151659" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T04:56:15.152689" 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-07-07T04:56:15.152279" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T04:56:15.153620" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T04:56:15.153709" 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-07-07T04:56:15.153301" elapsed="0.000432"/>
</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-07-07T04:56:15.153873" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T04:56:15.155049" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-07T04:56:15.765801" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul  7 04:56:15 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul  7 04:46:08 2026 from 10.30.171.151
[?2004h[jenkins@releng-00446-18-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-07-07T04:56:15.154697" elapsed="0.611354"/>
</kw>
<msg time="2026-07-07T04:56:15.766168" 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-07-07T04:56:15.154342" elapsed="0.611930"/>
</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-07-07T04:56:15.152915" elapsed="0.613490"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T04:56:15.767046" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.82 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T05:06:22.320923" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T05:06:22.321416" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T05:06:22.321523" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82: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-07-07T04:56:15.766700" elapsed="606.554931"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T05:06:22.322101" elapsed="0.000731"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.323943" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:57:20.886 16  switches: flows:  675575 678974 665787 675568 671815 678582 677412 667464 656328 664192 667391 656182 656426 657273 656293 663975  total = 177.820617 per ms 
04:58:20.990 16  switches: flows:  655307 668085 645894 647789 653804 654596 680873 653173 652828 669065 668549 657472 661181 642822 656475 666799  total = 175.275199 per ms 
04:59:21.091 16  switches: flows:  649436 622886 637476 619067 650793 633054 651882 618725 631382 650746 649704 640369 644004 632566 650171 651182  total = 170.271384 per ms 
05:00:21.193 16  switches: flows:  613132 625911 614722 608709 619422 605966 625890 605984 614610 633156 609085 623479 619730 619544 628067 629125  total = 164.663310 per ms 
05:01:21.294 16  switches: flows:  667397 663318 663949 664888 675551 669741 671616 671276 663355 669191 664911 672267 660368 652401 660454 669397  total = 177.369151 per ms 
05:02:21.399 16  switches: flows:  617323 623765 625735 631759 628483 629365 630503 629569 621949 622686 636161 626716 628915 630809 626001 633068  total = 167.087421 per ms 
05:03:21.502 16  switches: flows:  672542 673065 681574 681443 676140 680476 688275 676967 688877 676683 692874 686726 689647 678872 682096 686414  total = 181.567509 per ms 
05:04:21.605 16  switches: flows:  656151 649703 654940 659752 660086 659044 670703 661739 657095 664708 659277 653567 660461 654238 658627 658388  total = 175.346833 per ms 
05:05:22.205 16  switches: flows:  676675 677225 671638 678795 679284 674111 680820 678789 672963 678697 679505 670174 678274 673431 689768 671157  total = 178.735823 per ms 
05:06:22.306 16  switches: flows:  606750 610729 616343 622757 615195 604869 618638 605894 624001 626265 498366 602770 615354 622072 625056 622260  total = 162.017492 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162017.49/181567.51/172481.57/57846.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.323207" elapsed="0.001045"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T05:06:22.324786" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-07-07T05:06:22.324439" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-07-07T05:06:22.324381" elapsed="0.000622"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T05:06:22.325215" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-07T05:06:22.325131" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-07T05:06:22.325096" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T05:06:22.325424" 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-07-07T05:06:22.330094" elapsed="0.000340"/>
</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-07-07T05:06:22.330600" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T05:06:22.330894" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T05:06:22.326130" elapsed="0.004920"/>
</kw>
<msg time="2026-07-07T05:06:22.331177" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82: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-07-07T04:56:15.148375" elapsed="607.182829"/>
</kw>
<status status="PASS" start="2026-07-07T04:56:15.148054" elapsed="607.183198"/>
</branch>
<status status="PASS" start="2026-07-07T04:56:15.147716" elapsed="607.183559"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.331717" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:57:20.886 16  switches: flows:  675575 678974 665787 675568 671815 678582 677412 667464 656328 664192 667391 656182 656426 657273 656293 663975  total = 177.820617 per ms 
04:58:20.990 16  switches: flows:  655307 668085 645894 647789 653804 654596 680873 653173 652828 669065 668549 657472 661181 642822 656475 666799  total = 175.275199 per ms 
04:59:21.091 16  switches: flows:  649436 622886 637476 619067 650793 633054 651882 618725 631382 650746 649704 640369 644004 632566 650171 651182  total = 170.271384 per ms 
05:00:21.193 16  switches: flows:  613132 625911 614722 608709 619422 605966 625890 605984 614610 633156 609085 623479 619730 619544 628067 629125  total = 164.663310 per ms 
05:01:21.294 16  switches: flows:  667397 663318 663949 664888 675551 669741 671616 671276 663355 669191 664911 672267 660368 652401 660454 669397  total = 177.369151 per ms 
05:02:21.399 16  switches: flows:  617323 623765 625735 631759 628483 629365 630503 629569 621949 622686 636161 626716 628915 630809 626001 633068  total = 167.087421 per ms 
05:03:21.502 16  switches: flows:  672542 673065 681574 681443 676140 680476 688275 676967 688877 676683 692874 686726 689647 678872 682096 686414  total = 181.567509 per ms 
05:04:21.605 16  switches: flows:  656151 649703 654940 659752 660086 659044 670703 661739 657095 664708 659277 653567 660461 654238 658627 658388  total = 175.346833 per ms 
05:05:22.205 16  switches: flows:  676675 677225 671638 678795 679284 674111 680820 678789 672963 678697 679505 670174 678274 673431 689768 671157  total = 178.735823 per ms 
05:06:22.306 16  switches: flows:  606750 610729 616343 622757 615195 604869 618638 605894 624001 626265 498366 602770 615354 622072 625056 622260  total = 162.017492 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162017.49/181567.51/172481.57/57846.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.331414" elapsed="0.000376"/>
</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-07-07T05:06:22.331936" elapsed="0.000356"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T05:06:22.333076" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T05:06:22.333418" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 162017.49/181567.51/172481.57/57846.61 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-07T05:06:22.332450" elapsed="0.001028"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T05:06:22.334736" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 162017.49/181567.51/172481.57/57846.61 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T05:06:22.334025" elapsed="0.000774"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.340625" 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-07-07T05:06:22.335136" elapsed="0.005621"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.346088" level="INFO">162017.49/181567.51/172481.57/57846.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.341091" elapsed="0.005123"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T05:06:22.350283" 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-07-07T05:06:22.346580" elapsed="0.003730"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T05:06:22.352790" level="INFO">@{result_value_list} = [ 162017.49 | 181567.51 | 172481.57 | 57846.61 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T05:06:22.350555" elapsed="0.002263"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.353301" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T05:06:22.353389" 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-07-07T05:06:22.352974" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.358637" level="INFO">min :: 162017.49</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-07-07T05:06:22.353856" elapsed="0.004839"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T05:06:22.353722" elapsed="0.005009"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.363357" level="INFO">max :: 181567.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.358954" elapsed="0.004460"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T05:06:22.358823" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.368182" level="INFO">avg :: 172481.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.363689" elapsed="0.004550"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T05:06:22.363558" elapsed="0.004716"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.372869" level="INFO">stdev :: 57846.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.368494" elapsed="0.004432"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T05:06:22.368362" elapsed="0.004600"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T05:06:22.353493" elapsed="0.019501"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.376902" level="INFO">${min} = 162017.49</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-07-07T05:06:22.373154" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.380808" level="INFO">${max} = 181567.51</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-07-07T05:06:22.377083" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.384797" level="INFO">${average} = 172481.57</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T05:06:22.380987" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.388713" level="INFO">${stdev} = 57846.61</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T05:06:22.384978" elapsed="0.003762"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.389255" level="INFO">${date} = 2026-07-07 05:06:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T05:06:22.388902" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.389860" level="INFO">CBench Result: 2026-07-07 05:06:22,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,162017.49,181567.51,172481.57,57846.61</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:06:22.389432" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T05:06:22.391009" 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-07-07T05:06:22.390587" elapsed="0.000487"/>
</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-07-07T05:06:22.391226" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T05:06:22.390082" elapsed="0.001705"/>
</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-07-07T04:56:15.146277" elapsed="607.245573"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.392332" 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-07-07T05:06:22.392005" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-07T05:06:22.392941" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-07-07T05:06:22.392636" elapsed="0.000641"/>
</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-07-07T04:56:15.144889" elapsed="607.248428"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.394931" 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-07-07T05:06:22.394548" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.396255" 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-07-07T05:06:22.395926" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T05:06:22.396872" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-07T05:06:22.396416" elapsed="0.000521"/>
</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-07-07T05:06:22.399982" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-07T05:06:22.399730" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-07T05:06:22.399711" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T05:06:22.400405" 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-07-07T05:06:22.400553" 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-07-07T05:06:22.400198" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.401144" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.138" 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-07-07T05:06:22.400723" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T05:06:22.401765" 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-07-07T05:06:22.401341" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T05:06:22.402688" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T05:06:22.402775" 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-07-07T05:06:22.402366" elapsed="0.000434"/>
</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-07-07T05:06:22.402941" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T05:06:22.404125" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-07T05:06:22.995146" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul  7 05:06:22 UTC 2026

  System load:  0.32               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.138
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul  7 04:56:15 2026 from 10.30.171.151
[?2004h[jenkins@releng-00446-18-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-07-07T05:06:22.403771" elapsed="0.591558"/>
</kw>
<msg time="2026-07-07T05:06:22.995415" 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-07-07T05:06:22.403410" elapsed="0.592084"/>
</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-07-07T05:06:22.401993" elapsed="0.593649"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T05:06:22.996151" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T05:16:29.070192" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T05:16:29.070830" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T05:16:29.070944" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T05:06:22.995856" elapsed="606.075156"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T05:16:29.071560" elapsed="0.000747"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.073617" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:07:28.147 16  switches: flows:  95935 95719 96384 95256 94807 93296 94802 103294 95709 96994 94786 97195 97559 94392 94020 93560  total = 25.561800 per ms 
05:08:28.247 16  switches: flows:  119019 119303 120469 117069 120226 117500 118920 118163 117579 117764 119082 118333 120592 117498 116257 118012  total = 31.543767 per ms 
05:09:28.348 16  switches: flows:  118710 117820 117877 116033 116258 115833 119423 116944 118059 117209 115275 116917 116012 115726 116522 115852  total = 31.122509 per ms 
05:10:28.448 16  switches: flows:  125546 124878 124168 122084 124122 123133 124367 124187 124396 122968 123837 122863 123404 122989 121671 122625  total = 32.898856 per ms 
05:11:28.548 16  switches: flows:  126988 125931 124989 123001 122869 122726 126384 124623 125770 124390 122976 124648 123351 123288 122299 123037  total = 33.065990 per ms 
05:12:28.650 16  switches: flows:  127042 125637 126784 123572 123329 124263 126611 125352 125368 124857 123953 124507 124794 124610 122732 124035  total = 33.234696 per ms 
05:13:28.750 16  switches: flows:  126619 127341 126275 124128 124481 124605 127335 125590 126091 125037 122699 126859 124544 123857 122991 126194  total = 33.355073 per ms 
05:14:28.850 16  switches: flows:  125430 125720 126406 122155 123228 123819 126563 123878 124547 124689 122385 125074 124300 123422 121336 125106  total = 33.079040 per ms 
05:15:28.951 16  switches: flows:  126681 124116 126540 122559 122802 123502 126419 122376 125715 124520 122652 123654 124093 123969 121890 124136  total = 33.038479 per ms 
05:16:29.051 16  switches: flows:  127073 124579 126353 124227 122031 122958 125702 124713 126569 124001 122587 126113 125583 126148 121248 125394  total = 33.199248 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31122.51/33355.07/32726.41/10935.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:16:29.072738" elapsed="0.001231"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T05:16:29.074472" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-07-07T05:16:29.074163" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-07-07T05:16:29.074111" elapsed="0.000661"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T05:16:29.075044" elapsed="0.000041"/>
</return>
<status status="NOT RUN" start="2026-07-07T05:16:29.074907" elapsed="0.000254"/>
</branch>
<status status="NOT RUN" start="2026-07-07T05:16:29.074870" elapsed="0.000341"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T05:16:29.075287" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T05:16:29.080593" elapsed="0.000425"/>
</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-07-07T05:16:29.081209" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T05:16:29.081585" elapsed="0.000111"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T05:16:29.076083" elapsed="0.005673"/>
</kw>
<msg time="2026-07-07T05:16:29.081905" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T05:06:22.397295" elapsed="606.684640"/>
</kw>
<status status="PASS" start="2026-07-07T05:06:22.396965" elapsed="606.685025"/>
</branch>
<status status="PASS" start="2026-07-07T05:06:22.396393" elapsed="606.685626"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.082555" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:07:28.147 16  switches: flows:  95935 95719 96384 95256 94807 93296 94802 103294 95709 96994 94786 97195 97559 94392 94020 93560  total = 25.561800 per ms 
05:08:28.247 16  switches: flows:  119019 119303 120469 117069 120226 117500 118920 118163 117579 117764 119082 118333 120592 117498 116257 118012  total = 31.543767 per ms 
05:09:28.348 16  switches: flows:  118710 117820 117877 116033 116258 115833 119423 116944 118059 117209 115275 116917 116012 115726 116522 115852  total = 31.122509 per ms 
05:10:28.448 16  switches: flows:  125546 124878 124168 122084 124122 123133 124367 124187 124396 122968 123837 122863 123404 122989 121671 122625  total = 32.898856 per ms 
05:11:28.548 16  switches: flows:  126988 125931 124989 123001 122869 122726 126384 124623 125770 124390 122976 124648 123351 123288 122299 123037  total = 33.065990 per ms 
05:12:28.650 16  switches: flows:  127042 125637 126784 123572 123329 124263 126611 125352 125368 124857 123953 124507 124794 124610 122732 124035  total = 33.234696 per ms 
05:13:28.750 16  switches: flows:  126619 127341 126275 124128 124481 124605 127335 125590 126091 125037 122699 126859 124544 123857 122991 126194  total = 33.355073 per ms 
05:14:28.850 16  switches: flows:  125430 125720 126406 122155 123228 123819 126563 123878 124547 124689 122385 125074 124300 123422 121336 125106  total = 33.079040 per ms 
05:15:28.951 16  switches: flows:  126681 124116 126540 122559 122802 123502 126419 122376 125715 124520 122652 123654 124093 123969 121890 124136  total = 33.038479 per ms 
05:16:29.051 16  switches: flows:  127073 124579 126353 124227 122031 122958 125702 124713 126569 124001 122587 126113 125583 126148 121248 125394  total = 33.199248 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31122.51/33355.07/32726.41/10935.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:16:29.082195" elapsed="0.000441"/>
</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-07-07T05:16:29.083029" elapsed="0.001263"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T05:16:29.085313" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T05:16:29.085560" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31122.51/33355.07/32726.41/10935.33 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-07-07T05:16:29.084802" elapsed="0.000817"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T05:16:29.086565" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31122.51/33355.07/32726.41/10935.33 | 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-07-07T05:16:29.085966" elapsed="0.000663"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.091828" 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-07-07T05:16:29.087057" elapsed="0.004830"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.094257" level="INFO">31122.51/33355.07/32726.41/10935.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:16:29.092038" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T05:16:29.096678" 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-07-07T05:16:29.094465" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T05:16:29.099164" level="INFO">@{result_value_list} = [ 31122.51 | 33355.07 | 32726.41 | 10935.33 ]</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-07-07T05:16:29.096945" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.099666" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T05:16:29.099761" 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-07-07T05:16:29.099347" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.104705" level="INFO">min :: 31122.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:16:29.100197" elapsed="0.004566"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T05:16:29.100065" elapsed="0.004733"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.109563" level="INFO">max :: 33355.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:16:29.105017" elapsed="0.004606"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T05:16:29.104890" elapsed="0.004768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.114152" level="INFO">avg :: 32726.41</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-07-07T05:16:29.109867" elapsed="0.004341"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T05:16:29.109741" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.118741" level="INFO">stdev :: 10935.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T05:16:29.114452" elapsed="0.004344"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T05:16:29.114325" elapsed="0.004506"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T05:16:29.099862" elapsed="0.018998"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.122726" level="INFO">${min} = 31122.51</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-07-07T05:16:29.119022" elapsed="0.003731"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.126628" level="INFO">${max} = 33355.07</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T05:16:29.122908" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.130481" level="INFO">${average} = 32726.41</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-07-07T05:16:29.126810" elapsed="0.003698"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.134408" level="INFO">${stdev} = 10935.33</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-07-07T05:16:29.130697" elapsed="0.003738"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.134973" level="INFO">${date} = 2026-07-07 05:16:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T05:16:29.134620" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.135573" level="INFO">CBench Result: 2026-07-07 05:16:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31122.51,33355.07,32726.41,10935.33</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-07-07T05:16:29.135150" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T05:16:29.136781" 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-07-07T05:16:29.136285" elapsed="0.000569"/>
</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-07-07T05:16:29.137010" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T05:16:29.135793" elapsed="0.001768"/>
</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-07-07T05:06:22.395322" elapsed="606.742302"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.138082" 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-07-07T05:16:29.137773" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T05:16:29.139422" 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-07-07T05:16:29.138919" elapsed="0.000530"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-07T05:16:29.139723" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-07T05:16:29.139563" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-07-07T05:16:29.139539" elapsed="0.000279"/>
</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-07-07T05:16:29.139967" 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-07-07T05:16:29.140122" elapsed="0.000020"/>
</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-07-07T05:16:29.140285" elapsed="0.000020"/>
</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-07-07T05:16:29.140476" elapsed="0.000020"/>
</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-07-07T05:16:29.140645" elapsed="0.000020"/>
</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-07-07T05:16:29.140793" elapsed="0.000019"/>
</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-07-07T05:16:29.140935" elapsed="0.000025"/>
</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-07-07T05:16:29.141173" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-07T05:16:29.141023" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-07-07T05:16:29.141006" elapsed="0.000244"/>
</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-07-07T05:16:29.138569" elapsed="0.002731"/>
</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-07-07T05:06:22.393934" elapsed="606.747412"/>
</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-07-07T04:46:05.682252" elapsed="1823.459709"/>
</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>
