<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-14T04:38:02.975914" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-14T04:38:03.520293" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-14T04:38:03.520159" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:03.520130" elapsed="0.000258"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:38:03.520552" elapsed="0.000484"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T04:38:03.521518" level="INFO">Logging into '10.30.171.84:8101' as 'karaf'.</msg>
<msg time="2026-08-14T04:38:04.275536" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-14T04:38:03.521226" elapsed="0.754508"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T04:38:04.324829" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-14T04:38:04.276036" elapsed="0.048867"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T04:38:04.345864" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T04:38:04.345987" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-14T04:38:04.325088" elapsed="0.020928"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-14T04:38:04.346191" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:38:04.346571" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:38:04.347305" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:38:04.346942" elapsed="0.000417"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T04:38:04.347413" elapsed="0.000057"/>
</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.84
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T04:38:03.519771" elapsed="0.827825"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-14T04:38:03.516262" elapsed="0.831396"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T04:38:04.348243" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-14T04:38:04.347852" elapsed="0.000455"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T04:38:04.348709" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-14T04:38:04.348458" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T04:38:04.349363" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-14T04:38:04.348923" elapsed="0.000468"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T04:38:04.349892" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-14T04:38:04.349560" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T04:38:04.350465" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-14T04:38:04.350096" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T04:38:04.350955" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-14T04:38:04.350649" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-14T04:38:04.351325" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:38:04.351107" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:38:04.355724" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:38:04.355320" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T04:38:04.357005" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T04:38:04.357108" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T04:38:04.356322" elapsed="0.000812"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:38:04.357281" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T04:38:04.358650" level="INFO">Logging into '10.30.170.251:22' as 'jenkins'.</msg>
<msg time="2026-08-14T04:38:04.804329" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 04:37:23 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-56-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-14T04:38:04.358142" elapsed="0.446296"/>
</kw>
<msg time="2026-08-14T04:38:04.804509" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:38:04.357782" elapsed="0.446795"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-14T04:38:04.355952" elapsed="0.448718"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-14T04:38:04.812166" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-14T04:38:04.804816" elapsed="0.009156"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:38:04.814371" elapsed="0.000552"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-14T04:38:04.354778" elapsed="0.460278"/>
</kw>
<status status="PASS" start="2026-08-14T04:38:04.351458" elapsed="0.463709"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:04.351056" elapsed="0.464169"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-14T04:38:04.815552" elapsed="0.000939"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-14T04:38:04.823061" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-14T04:38:04.822947" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:04.822926" elapsed="0.000226"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-14T04:38:04.826699" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-14T04:38:04.826581" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:04.826563" elapsed="0.000206"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:38:04.826899" elapsed="0.000435"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T04:38:04.827737" level="INFO">Logging into '10.30.171.84:8101' as 'karaf'.</msg>
<msg time="2026-08-14T04:38:04.985740" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-14T04:38:04.827481" elapsed="0.158343"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.084004" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-14T04:38:04.985976" elapsed="0.098107"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.103252" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T04:38:05.103402" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-14T04:38:05.084233" elapsed="0.019200"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-14T04:38:05.103569" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:38:05.103898" elapsed="0.000160"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:38:05.104476" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:38:05.104210" elapsed="0.000321"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T04:38:05.104577" elapsed="0.000040"/>
</return>
<msg time="2026-08-14T04:38:05.104749" 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.84
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T04:38:04.826230" elapsed="0.278549"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-14T04:38:05.104919" elapsed="0.000482"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T04:38:05.105451" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-14T04:38:04.822671" elapsed="0.282908"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-14T04:38:05.109172" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-14T04:38:05.109039" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:05.109017" elapsed="0.000224"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:38:05.109367" elapsed="0.000418"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.110205" level="INFO">Logging into '10.30.171.84:8101' as 'karaf'.</msg>
<msg time="2026-08-14T04:38:05.269654" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-14T04:38:05.109927" elapsed="0.159823"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.293900" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-14T04:38:05.269919" elapsed="0.024038"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.295970" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T04:38:05.296078" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-14T04:38:05.294110" elapsed="0.001999"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-14T04:38:05.296245" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:38:05.296557" elapsed="0.000153"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:38:05.297161" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:38:05.296854" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T04:38:05.297257" elapsed="0.000039"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.84
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T04:38:05.108734" elapsed="0.188670"/>
</kw>
<status status="PASS" start="2026-08-14T04:38:03.514546" elapsed="1.782920"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:38:05.299284" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:38:05.298317" elapsed="0.001033"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T04:38:05.300771" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-14T04:38:05.300424" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-14T04:38:05.301153" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:38:05.300890" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-14T04:38:05.304128" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:38:05.303870" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:05.303851" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.304548" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-14T04:38:05.304716" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-14T04:38:05.304340" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:38:05.305328" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.251" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:38:05.304878" elapsed="0.000509"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.305991" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:38:05.305525" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T04:38:05.306914" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T04:38:05.307002" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T04:38:05.306598" elapsed="0.000428"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:38:05.307185" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.308410" level="INFO">Logging into '10.30.170.251:22' as 'jenkins'.</msg>
<msg time="2026-08-14T04:38:05.632848" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 04:37:23 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 04:38:04 2026 from 10.30.170.120
[?2004h[jenkins@releng-00446-56-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-14T04:38:05.308042" elapsed="0.324936"/>
</kw>
<msg time="2026-08-14T04:38:05.633046" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:38:05.307699" elapsed="0.325435"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-14T04:38:05.306231" elapsed="0.327009"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T04:38:05.633649" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T04:48:11.759496" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T04:48:11.759982" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T04:48:11.760126" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-14T04:38:05.633409" elapsed="606.126779"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:48:11.760657" elapsed="0.000734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.762551" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:39:10.822 16  switches: flows:  106064 104740 104068 106300 103292 103892 104612 107520 103261 103536 103380 104141 102385 100252 103988 102750  total = 27.736350 per ms 
04:40:10.922 16  switches: flows:  124223 120052 121760 125210 119834 121338 121761 122225 118844 121348 122236 122176 120571 118263 121922 116505  total = 32.250564 per ms 
04:41:11.023 16  switches: flows:  122557 119038 119934 120699 119449 120251 118901 122191 117208 119014 120499 117257 119156 116712 116689 115432  total = 31.696860 per ms 
04:42:11.124 16  switches: flows:  126172 123920 124916 126564 123081 125314 123362 126473 122942 122734 124707 123276 122814 119337 122850 120745  total = 32.931795 per ms 
04:43:11.225 16  switches: flows:  127122 124040 125343 127804 124162 126446 125063 127006 121868 125696 126531 123800 123382 120798 124147 123657  total = 33.225481 per ms 
04:44:11.327 16  switches: flows:  129843 125109 128414 129116 128150 127895 126214 126700 123411 127677 126891 123810 126105 122704 125399 124786  total = 33.647427 per ms 
04:45:11.428 16  switches: flows:  129922 126553 127718 129851 127030 129386 127390 127394 125022 126305 128262 123854 125722 124104 126082 125929  total = 33.785626 per ms 
04:46:11.529 16  switches: flows:  128556 126634 127732 129081 126062 128788 127248 125786 125544 127930 126536 126008 126581 123698 126233 127346  total = 33.772998 per ms 
04:47:11.630 16  switches: flows:  127919 126454 124970 128531 127678 126689 125898 126008 123306 124272 125117 123877 125618 122832 124892 124105  total = 33.413638 per ms 
04:48:11.732 16  switches: flows:  127427 127117 127677 127264 126343 127510 129133 128740 125805 125188 126262 125739 125159 123534 125012 124730  total = 33.654514 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31696.86/33785.63/33153.21/11072.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.761759" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T04:48:11.763368" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-08-14T04:48:11.763023" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-08-14T04:48:11.762966" elapsed="0.000620"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T04:48:11.763804" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-14T04:48:11.763722" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-14T04:48:11.763687" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T04:48:11.764016" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:48:11.769710" elapsed="0.000814"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:48:11.770858" elapsed="0.000358"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:48:11.771352" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T04:48:11.764734" elapsed="0.006768"/>
</kw>
<msg time="2026-08-14T04:48:11.771634" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-14T04:38:05.301561" elapsed="606.470099"/>
</kw>
<status status="PASS" start="2026-08-14T04:38:05.301240" elapsed="606.470469"/>
</branch>
<status status="PASS" start="2026-08-14T04:38:05.300868" elapsed="606.470865"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.772172" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:39:10.822 16  switches: flows:  106064 104740 104068 106300 103292 103892 104612 107520 103261 103536 103380 104141 102385 100252 103988 102750  total = 27.736350 per ms 
04:40:10.922 16  switches: flows:  124223 120052 121760 125210 119834 121338 121761 122225 118844 121348 122236 122176 120571 118263 121922 116505  total = 32.250564 per ms 
04:41:11.023 16  switches: flows:  122557 119038 119934 120699 119449 120251 118901 122191 117208 119014 120499 117257 119156 116712 116689 115432  total = 31.696860 per ms 
04:42:11.124 16  switches: flows:  126172 123920 124916 126564 123081 125314 123362 126473 122942 122734 124707 123276 122814 119337 122850 120745  total = 32.931795 per ms 
04:43:11.225 16  switches: flows:  127122 124040 125343 127804 124162 126446 125063 127006 121868 125696 126531 123800 123382 120798 124147 123657  total = 33.225481 per ms 
04:44:11.327 16  switches: flows:  129843 125109 128414 129116 128150 127895 126214 126700 123411 127677 126891 123810 126105 122704 125399 124786  total = 33.647427 per ms 
04:45:11.428 16  switches: flows:  129922 126553 127718 129851 127030 129386 127390 127394 125022 126305 128262 123854 125722 124104 126082 125929  total = 33.785626 per ms 
04:46:11.529 16  switches: flows:  128556 126634 127732 129081 126062 128788 127248 125786 125544 127930 126536 126008 126581 123698 126233 127346  total = 33.772998 per ms 
04:47:11.630 16  switches: flows:  127919 126454 124970 128531 127678 126689 125898 126008 123306 124272 125117 123877 125618 122832 124892 124105  total = 33.413638 per ms 
04:48:11.732 16  switches: flows:  127427 127117 127677 127264 126343 127510 129133 128740 125805 125188 126262 125739 125159 123534 125012 124730  total = 33.654514 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31696.86/33785.63/33153.21/11072.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.771871" elapsed="0.000374"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-14T04:48:11.772391" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T04:48:11.773171" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T04:48:11.773262" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31696.86/33785.63/33153.21/11072.85 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-14T04:48:11.772922" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T04:48:11.773737" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31696.86/33785.63/33153.21/11072.85 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T04:48:11.773475" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.776154" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.773915" elapsed="0.002295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.778530" level="INFO">31696.86/33785.63/33153.21/11072.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.776352" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T04:48:11.780907" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T04:48:11.778731" elapsed="0.002203"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T04:48:11.783351" level="INFO">@{result_value_list} = [ 31696.86 | 33785.63 | 33153.21 | 11072.85 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T04:48:11.781136" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.783842" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T04:48:11.783929" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T04:48:11.783536" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.788661" level="INFO">min :: 31696.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.784391" elapsed="0.004327"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T04:48:11.784253" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.793278" level="INFO">max :: 33785.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.788968" elapsed="0.004366"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T04:48:11.788842" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.797823" level="INFO">avg :: 33153.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.793582" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T04:48:11.793455" elapsed="0.004481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.802593" level="INFO">stdev :: 11072.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.798173" elapsed="0.004476"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T04:48:11.798030" elapsed="0.004653"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T04:48:11.784029" elapsed="0.018687"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.806554" level="INFO">${min} = 31696.86</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:48:11.802872" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.810549" level="INFO">${max} = 33785.63</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:48:11.806730" elapsed="0.003846"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.814438" level="INFO">${average} = 33153.21</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:48:11.810726" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.818301" level="INFO">${stdev} = 11072.85</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:48:11.814614" elapsed="0.003713"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.818834" level="INFO">${date} = 2026-08-14 04:48:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T04:48:11.818484" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.819429" level="INFO">CBench Result: 2026-08-14 04:48:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31696.86,33785.63,33153.21,11072.85</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.819003" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T04:48:11.820494" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-14T04:48:11.820097" elapsed="0.000462"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-14T04:48:11.820707" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T04:48:11.819623" elapsed="0.001615"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-14T04:38:05.299783" elapsed="606.521515"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.821760" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-14T04:48:11.821448" elapsed="0.000367"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-14T04:48:11.822424" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-14T04:48:11.822086" elapsed="0.000674"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-14T04:38:05.297625" elapsed="606.525173"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.824193" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.823800" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.825523" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-14T04:48:11.825190" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-14T04:48:11.825888" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:48:11.825671" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-14T04:48:11.828842" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:48:11.828598" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-14T04:48:11.828579" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:48:11.829375" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-14T04:48:11.829494" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-14T04:48:11.829052" elapsed="0.000469"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.830145" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.84 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.251" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:48:11.829654" elapsed="0.000552"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:48:11.830736" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:48:11.830346" elapsed="0.000415"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T04:48:11.831647" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T04:48:11.831734" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T04:48:11.831345" elapsed="0.000413"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:48:11.831896" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T04:48:11.833092" level="INFO">Logging into '10.30.170.251:22' as 'jenkins'.</msg>
<msg time="2026-08-14T04:48:12.404594" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 04:48:12 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 04:38:05 2026 from 10.30.170.120
[?2004h[jenkins@releng-00446-56-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-14T04:48:11.832721" elapsed="0.572040"/>
</kw>
<msg time="2026-08-14T04:48:12.404845" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:48:11.832382" elapsed="0.572551"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-14T04:48:11.830957" elapsed="0.574096"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T04:48:12.405615" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.84 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T04:58:18.793568" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T04:58:18.795307" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T04:58:18.795413" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-14T04:48:12.405295" elapsed="606.390173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:58:18.795903" elapsed="0.001332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.798431" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:49:17.831 16  switches: flows:  568157 580907 569290 564996 575436 580200 569017 578019 545421 557522 563220 555492 560113 569456 562076 562226  total = 151.025800 per ms 
04:50:17.948 16  switches: flows:  548209 533570 523333 531164 539725 551963 542736 545367 472621 477567 558780 528892 532461 525852 534707 547768  total = 141.303745 per ms 
04:51:18.051 16  switches: flows:  600577 595424 594250 595115 596174 591368 608304 597208 593346 602399 599204 592258 592553 603751 598527 605060  total = 159.155240 per ms 
04:52:18.153 16  switches: flows:  593635 587354 599225 592373 591940 600596 589860 601018 597617 591983 591012 592842 587962 588650 587140 592834  total = 157.835401 per ms 
04:53:18.254 16  switches: flows:  600293 602368 612485 599687 608404 601119 604258 602864 599445 603901 596038 604397 594790 611456 599012 598417  total = 160.378454 per ms 
04:54:18.355 16  switches: flows:  587485 580928 587330 580082 580389 589069 588970 582261 579863 584723 587661 577008 591612 588161 585817 590517  total = 155.769167 per ms 
04:55:18.456 16  switches: flows:  586537 580248 593981 586604 580773 588592 581838 583616 586999 583913 578701 586021 580923 579633 582762 583981  total = 155.491246 per ms 
04:56:18.558 16  switches: flows:  568760 570985 564011 564506 566297 565063 569943 574676 566759 564531 567586 572655 558955 572267 564223 565473  total = 151.024204 per ms 
04:57:18.659 16  switches: flows:  546063 550257 484179 554912 545817 548282 549891 556172 555316 557512 479305 550494 554820 542972 556074 521797  total = 143.989009 per ms 
04:58:18.768 16  switches: flows:  592675 593106 601909 591321 595667 587616 598924 595172 589874 600113 597124 593261 605184 592668 587617 595379  total = 158.339352 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141303.75/160378.45/153698.42/51638.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.797613" elapsed="0.001130"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T04:58:18.799275" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-08-14T04:58:18.798933" elapsed="0.000495"/>
</branch>
<status status="PASS" start="2026-08-14T04:58:18.798881" elapsed="0.000607"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T04:58:18.799692" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-14T04:58:18.799612" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-08-14T04:58:18.799579" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T04:58:18.799892" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:58:18.804532" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:58:18.805240" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T04:58:18.805646" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T04:58:18.800612" elapsed="0.005252"/>
</kw>
<msg time="2026-08-14T04:58:18.806042" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-14T04:48:11.826359" elapsed="606.979739"/>
</kw>
<status status="PASS" start="2026-08-14T04:48:11.825996" elapsed="606.980172"/>
</branch>
<status status="PASS" start="2026-08-14T04:48:11.825651" elapsed="606.980549"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.806807" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:49:17.831 16  switches: flows:  568157 580907 569290 564996 575436 580200 569017 578019 545421 557522 563220 555492 560113 569456 562076 562226  total = 151.025800 per ms 
04:50:17.948 16  switches: flows:  548209 533570 523333 531164 539725 551963 542736 545367 472621 477567 558780 528892 532461 525852 534707 547768  total = 141.303745 per ms 
04:51:18.051 16  switches: flows:  600577 595424 594250 595115 596174 591368 608304 597208 593346 602399 599204 592258 592553 603751 598527 605060  total = 159.155240 per ms 
04:52:18.153 16  switches: flows:  593635 587354 599225 592373 591940 600596 589860 601018 597617 591983 591012 592842 587962 588650 587140 592834  total = 157.835401 per ms 
04:53:18.254 16  switches: flows:  600293 602368 612485 599687 608404 601119 604258 602864 599445 603901 596038 604397 594790 611456 599012 598417  total = 160.378454 per ms 
04:54:18.355 16  switches: flows:  587485 580928 587330 580082 580389 589069 588970 582261 579863 584723 587661 577008 591612 588161 585817 590517  total = 155.769167 per ms 
04:55:18.456 16  switches: flows:  586537 580248 593981 586604 580773 588592 581838 583616 586999 583913 578701 586021 580923 579633 582762 583981  total = 155.491246 per ms 
04:56:18.558 16  switches: flows:  568760 570985 564011 564506 566297 565063 569943 574676 566759 564531 567586 572655 558955 572267 564223 565473  total = 151.024204 per ms 
04:57:18.659 16  switches: flows:  546063 550257 484179 554912 545817 548282 549891 556172 555316 557512 479305 550494 554820 542972 556074 521797  total = 143.989009 per ms 
04:58:18.768 16  switches: flows:  592675 593106 601909 591321 595667 587616 598924 595172 589874 600113 597124 593261 605184 592668 587617 595379  total = 158.339352 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141303.75/160378.45/153698.42/51638.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.806403" elapsed="0.000511"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-14T04:58:18.807134" elapsed="0.000504"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T04:58:18.808179" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T04:58:18.808305" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141303.75/160378.45/153698.42/51638.50 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-14T04:58:18.807860" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T04:58:18.808898" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141303.75/160378.45/153698.42/51638.50 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T04:58:18.808549" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.812261" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.809158" elapsed="0.003180"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.815425" level="INFO">141303.75/160378.45/153698.42/51638.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.812535" elapsed="0.002945"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T04:58:18.817800" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T04:58:18.815625" elapsed="0.002201"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T04:58:18.820263" level="INFO">@{result_value_list} = [ 141303.75 | 160378.45 | 153698.42 | 51638.50 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T04:58:18.818009" elapsed="0.002281"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.820741" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T04:58:18.820828" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T04:58:18.820442" elapsed="0.000409"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.825664" level="INFO">min :: 141303.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.821254" elapsed="0.004466"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T04:58:18.821127" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.830259" level="INFO">max :: 160378.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.825968" elapsed="0.004347"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T04:58:18.825842" elapsed="0.004507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.835015" level="INFO">avg :: 153698.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.830653" elapsed="0.004437"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T04:58:18.830446" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.839855" level="INFO">stdev :: 51638.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.835357" elapsed="0.004554"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T04:58:18.835227" elapsed="0.004719"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T04:58:18.820922" elapsed="0.019055"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.843802" level="INFO">${min} = 141303.75</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:58:18.840150" elapsed="0.003679"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.847705" level="INFO">${max} = 160378.45</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:58:18.843979" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.851549" level="INFO">${average} = 153698.42</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:58:18.847884" elapsed="0.003691"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.855399" level="INFO">${stdev} = 51638.50</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T04:58:18.851723" elapsed="0.003703"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.855934" level="INFO">${date} = 2026-08-14 04:58:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T04:58:18.855580" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.856523" level="INFO">CBench Result: 2026-08-14 04:58:18,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141303.75,160378.45,153698.42,51638.50</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.856119" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T04:58:18.857591" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-14T04:58:18.857197" elapsed="0.000459"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-14T04:58:18.857803" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T04:58:18.856723" elapsed="0.001608"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-14T04:48:11.824569" elapsed="607.033841"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.858871" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-14T04:58:18.858558" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-14T04:58:18.859454" elapsed="0.000257"/>
</kw>
<status status="PASS" start="2026-08-14T04:58:18.859159" elapsed="0.000623"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-14T04:48:11.823235" elapsed="607.036583"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.861186" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.860783" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.862459" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-14T04:58:18.862119" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-14T04:58:18.862822" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:58:18.862607" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-14T04:58:18.865857" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T04:58:18.865614" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-08-14T04:58:18.865595" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:58:18.866254" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-14T04:58:18.866380" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-14T04:58:18.866062" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.866963" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.251" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T04:58:18.866545" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T04:58:18.867564" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T04:58:18.867172" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T04:58:18.868476" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T04:58:18.868563" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T04:58:18.868178" elapsed="0.000408"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:58:18.868724" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T04:58:18.869896" level="INFO">Logging into '10.30.170.251:22' as 'jenkins'.</msg>
<msg time="2026-08-14T04:58:19.490359" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 04:58:19 UTC 2026

  System load:  0.5                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.251
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 04:48:12 2026 from 10.30.170.120
[?2004h[jenkins@releng-00446-56-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-14T04:58:18.869546" elapsed="0.620989"/>
</kw>
<msg time="2026-08-14T04:58:19.490620" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T04:58:18.869210" elapsed="0.621489"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-14T04:58:18.867789" elapsed="0.623024"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T04:58:19.491367" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T05:08:25.553747" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T05:08:25.554147" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T05:08:25.554215" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-14T04:58:19.491030" elapsed="606.063220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T05:08:25.554567" elapsed="0.000461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.555785" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:59:24.611 16  switches: flows:  129153 128305 125158 128288 125512 127407 127546 127669 125491 121923 125620 126298 126007 124693 120905 123862  total = 33.563950 per ms 
05:00:24.711 16  switches: flows:  130894 132327 127405 130123 129009 127179 130217 130568 124211 123451 128107 125070 128259 127740 125071 123647  total = 33.997827 per ms 
05:01:24.811 16  switches: flows:  131858 130935 125275 128761 126811 127773 130226 129416 123646 122690 128014 123335 126794 127076 123694 123417  total = 33.772234 per ms 
05:02:24.912 16  switches: flows:  130879 130787 125538 128496 125903 127188 128700 128816 123866 123324 127591 123132 125933 126008 122636 124800  total = 33.670220 per ms 
05:03:25.012 16  switches: flows:  133458 132131 124747 131282 127747 128935 132126 130588 124861 124907 128771 125240 129344 127695 125542 125392  total = 34.155713 per ms 
05:04:25.113 16  switches: flows:  132678 131827 125946 130276 127906 128304 130164 130802 124525 124061 129411 125631 129263 127971 123816 124865  total = 34.067213 per ms 
05:05:25.213 16  switches: flows:  129874 130323 124187 127655 126128 127585 128759 128252 122273 122246 126492 124402 128273 125220 124072 123087  total = 33.591053 per ms 
05:06:25.313 16  switches: flows:  131807 131313 125594 129890 127492 128507 132153 129457 122807 122612 129287 125567 129767 128485 126115 123823  total = 34.021068 per ms 
05:07:25.414 16  switches: flows:  131398 131793 125687 129686 128505 128147 131091 129248 124706 123438 129902 125342 130639 128484 124772 125393  total = 34.080134 per ms 
05:08:25.514 16  switches: flows:  130519 130679 124380 129496 127476 126193 130084 128766 124561 122047 130181 124244 129326 125973 124454 122955  total = 33.799090 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33591.05/34155.71/33906.06/11303.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.555308" elapsed="0.000696"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T05:08:25.556354" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-08-14T05:08:25.556150" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-14T05:08:25.556114" elapsed="0.000374"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T05:08:25.556621" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-14T05:08:25.556568" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-08-14T05:08:25.556546" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T05:08:25.556749" 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-08-14T05:08:25.560522" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-14T05:08:25.561241" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T05:08:25.561645" elapsed="0.000180"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T05:08:25.557237" elapsed="0.004717"/>
</kw>
<msg time="2026-08-14T05:08:25.562272" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-14T04:58:18.863244" elapsed="606.699086"/>
</kw>
<status status="PASS" start="2026-08-14T04:58:18.862904" elapsed="606.699538"/>
</branch>
<status status="PASS" start="2026-08-14T04:58:18.862587" elapsed="606.699906"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.563467" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:59:24.611 16  switches: flows:  129153 128305 125158 128288 125512 127407 127546 127669 125491 121923 125620 126298 126007 124693 120905 123862  total = 33.563950 per ms 
05:00:24.711 16  switches: flows:  130894 132327 127405 130123 129009 127179 130217 130568 124211 123451 128107 125070 128259 127740 125071 123647  total = 33.997827 per ms 
05:01:24.811 16  switches: flows:  131858 130935 125275 128761 126811 127773 130226 129416 123646 122690 128014 123335 126794 127076 123694 123417  total = 33.772234 per ms 
05:02:24.912 16  switches: flows:  130879 130787 125538 128496 125903 127188 128700 128816 123866 123324 127591 123132 125933 126008 122636 124800  total = 33.670220 per ms 
05:03:25.012 16  switches: flows:  133458 132131 124747 131282 127747 128935 132126 130588 124861 124907 128771 125240 129344 127695 125542 125392  total = 34.155713 per ms 
05:04:25.113 16  switches: flows:  132678 131827 125946 130276 127906 128304 130164 130802 124525 124061 129411 125631 129263 127971 123816 124865  total = 34.067213 per ms 
05:05:25.213 16  switches: flows:  129874 130323 124187 127655 126128 127585 128759 128252 122273 122246 126492 124402 128273 125220 124072 123087  total = 33.591053 per ms 
05:06:25.313 16  switches: flows:  131807 131313 125594 129890 127492 128507 132153 129457 122807 122612 129287 125567 129767 128485 126115 123823  total = 34.021068 per ms 
05:07:25.414 16  switches: flows:  131398 131793 125687 129686 128505 128147 131091 129248 124706 123438 129902 125342 130639 128484 124772 125393  total = 34.080134 per ms 
05:08:25.514 16  switches: flows:  130519 130679 124380 129496 127476 126193 130084 128766 124561 122047 130181 124244 129326 125973 124454 122955  total = 33.799090 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33591.05/34155.71/33906.06/11303.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.562794" elapsed="0.000834"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-14T05:08:25.563950" elapsed="0.000838"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T05:08:25.565708" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T05:08:25.565911" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33591.05/34155.71/33906.06/11303.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-14T05:08:25.565215" elapsed="0.000726"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T05:08:25.566372" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33591.05/34155.71/33906.06/11303.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T05:08:25.566120" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.568774" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.566540" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.571208" level="INFO">33591.05/34155.71/33906.06/11303.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.568973" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T05:08:25.573601" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T05:08:25.571410" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T05:08:25.575997" level="INFO">@{result_value_list} = [ 33591.05 | 34155.71 | 33906.06 | 11303.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T05:08:25.573817" elapsed="0.002207"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.576492" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T05:08:25.576578" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-14T05:08:25.576190" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.581301" level="INFO">min :: 33591.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.576996" elapsed="0.004361"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T05:08:25.576871" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.585841" level="INFO">max :: 34155.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.581605" elapsed="0.004292"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T05:08:25.581478" elapsed="0.004453"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.590447" level="INFO">avg :: 33906.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.586155" elapsed="0.004348"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T05:08:25.586013" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.595047" level="INFO">stdev :: 11303.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.590745" elapsed="0.004373"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T05:08:25.590619" elapsed="0.004536"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T05:08:25.576669" elapsed="0.018520"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.599250" level="INFO">${min} = 33591.05</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T05:08:25.595347" elapsed="0.003931"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.603109" level="INFO">${max} = 34155.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T05:08:25.599431" elapsed="0.003706"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.606944" level="INFO">${average} = 33906.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T05:08:25.603288" elapsed="0.003683"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.610903" level="INFO">${stdev} = 11303.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T05:08:25.607135" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.611457" level="INFO">${date} = 2026-08-14 05:08:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T05:08:25.611102" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.612033" level="INFO">CBench Result: 2026-08-14 05:08:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33591.05,34155.71,33906.06,11303.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T05:08:25.611623" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T05:08:25.613187" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-14T05:08:25.612701" elapsed="0.000555"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-14T05:08:25.613405" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T05:08:25.612240" elapsed="0.001679"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-14T04:58:18.861556" elapsed="606.752420"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.614452" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-14T05:08:25.614141" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T05:08:25.615734" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-14T05:08:25.615255" elapsed="0.000506"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-14T05:08:25.615977" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-08-14T05:08:25.615833" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-14T05:08:25.615815" elapsed="0.000245"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-14T05:08:25.616215" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-14T05:08:25.616368" 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-08-14T05:08:25.616525" 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-08-14T05:08:25.616715" 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-08-14T05:08:25.616861" 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-08-14T05:08:25.617003" 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-08-14T05:08:25.617172" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-14T05:08:25.617392" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-14T05:08:25.617255" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-14T05:08:25.617238" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-14T05:08:25.614901" elapsed="0.002614"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-14T04:58:18.860253" elapsed="606.757308"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-14T04:38:02.977475" elapsed="1822.640525"/>
</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>
