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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-23T02:55:51.165657" elapsed="0.843695"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T02:55:52.056725" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-23T02:55:52.009688" elapsed="0.047104"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T02:55:52.058494" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T02:55:52.058610" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-23T02:55:52.056962" elapsed="0.001679"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-23T02:55:52.058796" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:55:52.059164" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:55:52.060011" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:55:52.059647" elapsed="0.000422"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T02:55:52.060129" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-23T02:55:51.164174" elapsed="0.896149"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-23T02:55:51.160578" elapsed="0.899817"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T02:55:52.061062" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-23T02:55:52.060615" elapsed="0.000508"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T02:55:52.061563" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-23T02:55:52.061279" elapsed="0.000355"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T02:55:52.062223" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-23T02:55:52.061814" elapsed="0.000439"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T02:55:52.062864" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-23T02:55:52.062425" elapsed="0.000485"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T02:55:52.063502" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-23T02:55:52.063063" elapsed="0.000471"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T02:55:52.064022" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-23T02:55:52.063700" elapsed="0.000366"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-23T02:55:52.064378" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T02:55:52.064158" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T02:55:52.069146" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T02:55:52.068723" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T02:55:52.070236" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T02:55:52.070323" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T02:55:52.069770" elapsed="0.000579"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T02:55:52.070528" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T02:55:52.071916" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-07-23T02:55:52.895782" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 02:55:52 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-34-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-23T02:55:52.071390" elapsed="0.824541"/>
</kw>
<msg time="2026-07-23T02:55:52.896018" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T02:55:52.071037" elapsed="0.825095"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-23T02:55:52.069384" elapsed="0.826867"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-23T02:55:52.904100" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-23T02:55:52.896476" elapsed="0.009545"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:55:52.906400" elapsed="0.000604"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-23T02:55:52.068173" elapsed="0.838966"/>
</kw>
<status status="PASS" start="2026-07-23T02:55:52.064742" elapsed="0.842479"/>
</branch>
<status status="PASS" start="2026-07-23T02:55:52.064131" elapsed="0.843156"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-23T02:55:52.907651" elapsed="0.001075"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-23T02:55:52.915311" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-23T02:55:52.915162" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-07-23T02:55:52.915138" elapsed="0.000251"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-23T02:55:52.918980" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-23T02:55:52.918866" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-07-23T02:55:52.918846" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T02:55:52.919181" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T02:55:52.920045" level="INFO">Logging into '10.30.170.82:8101' as 'karaf'.</msg>
<msg time="2026-07-23T02:55:53.122152" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-23T02:55:52.919786" elapsed="0.202566"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.230631" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-23T02:55:53.122664" elapsed="0.108106"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.247926" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T02:55:53.248193" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-23T02:55:53.231005" elapsed="0.017223"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-23T02:55:53.248462" elapsed="0.000338"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:55:53.248961" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:55:53.249784" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:55:53.249394" elapsed="0.000447"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T02:55:53.249898" elapsed="0.000065"/>
</return>
<msg time="2026-07-23T02:55:53.250136" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-23T02:55:52.918508" elapsed="0.331661"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-23T02:55:53.250326" elapsed="0.000686"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T02:55:53.251069" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-23T02:55:52.914851" elapsed="0.336361"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-23T02:55:53.255301" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-23T02:55:53.255152" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-07-23T02:55:53.255124" elapsed="0.000252"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T02:55:53.255551" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.256958" level="INFO">Logging into '10.30.170.82:8101' as 'karaf'.</msg>
<msg time="2026-07-23T02:55:53.428531" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-23T02:55:53.256663" elapsed="0.171990"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.456064" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-23T02:55:53.428854" elapsed="0.027280"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.457978" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T02:55:53.458082" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-23T02:55:53.456305" elapsed="0.001806"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-23T02:55:53.458247" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T02:55:53.458624" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:55:53.459294" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:55:53.458969" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T02:55:53.459397" elapsed="0.000127"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-23T02:55:53.254779" elapsed="0.204884"/>
</kw>
<status status="PASS" start="2026-07-23T02:55:51.158804" elapsed="2.300923"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:55:53.462610" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:55:53.461301" elapsed="0.001376"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T02:55:53.464170" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-23T02:55:53.463818" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-23T02:55:53.464593" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-23T02:55:53.464296" elapsed="0.000358"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-23T02:55:53.467700" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T02:55:53.467448" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-23T02:55:53.467416" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.468119" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-23T02:55:53.467914" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T02:55:53.468860" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.19" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T02:55:53.468401" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.469554" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T02:55:53.469059" elapsed="0.000522"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T02:55:53.470554" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T02:55:53.470645" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T02:55:53.470187" elapsed="0.000482"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T02:55:53.470814" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.472030" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-07-23T02:55:53.848395" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 02:55:52 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 23 02:55:52 2026 from 10.30.171.9
[?2004h[jenkins@releng-00446-34-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-23T02:55:53.471670" elapsed="0.376951"/>
</kw>
<msg time="2026-07-23T02:55:53.848710" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T02:55:53.471304" elapsed="0.377540"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-23T02:55:53.469783" elapsed="0.379208"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T02:55:53.849627" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T03:05:59.960544" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T03:05:59.961173" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T03:05:59.961283" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-23T02:55:53.849252" elapsed="606.112091"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T03:05:59.961885" elapsed="0.000811"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.963875" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:59.045 16  switches: flows:  105464 106037 104490 103814 104312 102470 104725 103642 101560 101325 101840 101654 101613 102258 101642 101052  total = 27.464967 per ms 
02:57:59.146 16  switches: flows:  119281 118891 116214 115049 116091 114412 114911 116510 112683 111132 113661 112576 114497 113549 111719 111515  total = 30.493945 per ms 
02:58:59.246 16  switches: flows:  120784 122454 117519 119337 117600 118191 117743 118551 116649 115177 116014 115812 115973 114707 115371 116332  total = 31.251318 per ms 
02:59:59.346 16  switches: flows:  123115 125615 119560 121338 121696 120280 119886 119313 117821 116593 117362 117346 118036 117128 117562 118382  total = 31.797427 per ms 
03:00:59.447 16  switches: flows:  118981 118947 116148 116208 114024 113949 113883 113089 113350 111917 113498 113292 111767 110515 113347 112603  total = 30.374510 per ms 
03:01:59.547 16  switches: flows:  119966 119988 117391 118186 115837 115805 114710 114748 113252 114407 113680 113576 114855 113169 114601 115665  total = 30.779198 per ms 
03:02:59.648 16  switches: flows:  117382 118638 115944 117322 115205 115646 114639 114319 111085 113839 114251 111721 112647 110956 113046 114631  total = 30.470273 per ms 
03:03:59.748 16  switches: flows:  119208 120297 115999 118401 117770 115568 116233 116046 113275 114514 114881 112837 114580 114230 114799 115702  total = 30.854131 per ms 
03:04:59.848 16  switches: flows:  120519 122801 116954 120336 117886 117624 117259 117843 114839 113852 116083 113804 113944 114786 116297 116177  total = 31.131393 per ms 
03:05:59.948 16  switches: flows:  99327 99906 96334 98334 97205 94823 96704 96855 93213 95465 94035 94904 94206 93085 94466 95018  total = 25.522050 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25522.05/31797.43/30297.14/10248.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:05:59.963082" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T03:05:59.964731" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-07-23T03:05:59.964374" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-07-23T03:05:59.964316" elapsed="0.000639"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T03:05:59.965167" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-23T03:05:59.965085" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-07-23T03:05:59.965051" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T03:05:59.965376" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:05:59.969473" elapsed="0.000468"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T03:05:59.970146" elapsed="0.000266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T03:05:59.970615" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T03:05:59.966089" elapsed="0.004739"/>
</kw>
<msg time="2026-07-23T03:05:59.971006" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-23T02:55:53.465018" elapsed="606.506026"/>
</kw>
<status status="PASS" start="2026-07-23T02:55:53.464684" elapsed="606.506428"/>
</branch>
<status status="PASS" start="2026-07-23T02:55:53.464271" elapsed="606.506874"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.971769" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:59.045 16  switches: flows:  105464 106037 104490 103814 104312 102470 104725 103642 101560 101325 101840 101654 101613 102258 101642 101052  total = 27.464967 per ms 
02:57:59.146 16  switches: flows:  119281 118891 116214 115049 116091 114412 114911 116510 112683 111132 113661 112576 114497 113549 111719 111515  total = 30.493945 per ms 
02:58:59.246 16  switches: flows:  120784 122454 117519 119337 117600 118191 117743 118551 116649 115177 116014 115812 115973 114707 115371 116332  total = 31.251318 per ms 
02:59:59.346 16  switches: flows:  123115 125615 119560 121338 121696 120280 119886 119313 117821 116593 117362 117346 118036 117128 117562 118382  total = 31.797427 per ms 
03:00:59.447 16  switches: flows:  118981 118947 116148 116208 114024 113949 113883 113089 113350 111917 113498 113292 111767 110515 113347 112603  total = 30.374510 per ms 
03:01:59.547 16  switches: flows:  119966 119988 117391 118186 115837 115805 114710 114748 113252 114407 113680 113576 114855 113169 114601 115665  total = 30.779198 per ms 
03:02:59.648 16  switches: flows:  117382 118638 115944 117322 115205 115646 114639 114319 111085 113839 114251 111721 112647 110956 113046 114631  total = 30.470273 per ms 
03:03:59.748 16  switches: flows:  119208 120297 115999 118401 117770 115568 116233 116046 113275 114514 114881 112837 114580 114230 114799 115702  total = 30.854131 per ms 
03:04:59.848 16  switches: flows:  120519 122801 116954 120336 117886 117624 117259 117843 114839 113852 116083 113804 113944 114786 116297 116177  total = 31.131393 per ms 
03:05:59.948 16  switches: flows:  99327 99906 96334 98334 97205 94823 96704 96855 93213 95465 94035 94904 94206 93085 94466 95018  total = 25.522050 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25522.05/31797.43/30297.14/10248.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:05:59.971338" elapsed="0.000534"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-23T03:05:59.972088" elapsed="0.000540"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T03:05:59.973187" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T03:05:59.973320" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25522.05/31797.43/30297.14/10248.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-23T03:05:59.972852" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:05:59.973983" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25522.05/31797.43/30297.14/10248.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:05:59.973615" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.977427" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:05:59.974223" elapsed="0.003305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.980364" level="INFO">25522.05/31797.43/30297.14/10248.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:05:59.977737" elapsed="0.002685"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:05:59.982871" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:05:59.980589" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:05:59.985347" level="INFO">@{result_value_list} = [ 25522.05 | 31797.43 | 30297.14 | 10248.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:05:59.983102" elapsed="0.002273"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.985856" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T03:05:59.985951" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T03:05:59.985542" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.990694" level="INFO">min :: 25522.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-07-23T03:05:59.986390" elapsed="0.004374"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T03:05:59.986242" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:05:59.995500" level="INFO">max :: 31797.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:05:59.991159" elapsed="0.004398"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T03:05:59.990893" elapsed="0.004698"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.000106" level="INFO">avg :: 30297.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:05:59.995809" elapsed="0.004355"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T03:05:59.995681" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.004768" level="INFO">stdev :: 10248.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:06:00.000420" elapsed="0.004406"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T03:06:00.000291" elapsed="0.004571"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T03:05:59.986048" elapsed="0.018849"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.009065" level="INFO">${min} = 25522.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-07-23T03:06:00.005065" elapsed="0.004027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.013270" level="INFO">${max} = 31797.43</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:06:00.009253" elapsed="0.004045"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.017551" level="INFO">${average} = 30297.14</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:06:00.013473" elapsed="0.004105"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.021594" level="INFO">${stdev} = 10248.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:06:00.017733" elapsed="0.003887"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.022142" level="INFO">${date} = 2026-07-23 03:06:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-23T03:06:00.021781" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.022771" level="INFO">CBench Result: 2026-07-23 03:06:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25522.05,31797.43,30297.14,10248.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:06:00.022337" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T03:06:00.023951" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-23T03:06:00.023512" elapsed="0.000506"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-23T03:06:00.024169" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T03:06:00.023006" elapsed="0.001717"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-23T02:55:53.463137" elapsed="606.561648"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.025254" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-23T03:06:00.024936" 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-07-23T03:06:00.025847" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-07-23T03:06:00.025539" elapsed="0.000655"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-23T02:55:53.459899" elapsed="606.566333"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.027762" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:06:00.027355" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.029063" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-23T03:06:00.028736" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-23T03:06:00.029506" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-23T03:06:00.029256" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-23T03:06:00.032498" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T03:06:00.032237" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-07-23T03:06:00.032218" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T03:06:00.032926" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-23T03:06:00.032716" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.033641" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.82 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.19" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:06:00.033206" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T03:06:00.034242" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T03:06:00.033838" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T03:06:00.035232" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T03:06:00.035320" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T03:06:00.034916" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:06:00.035500" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T03:06:00.036682" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-07-23T03:06:00.706470" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 03:06:00 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 23 02:55:53 2026 from 10.30.171.9
[?2004h[jenkins@releng-00446-34-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-23T03:06:00.036314" elapsed="0.670378"/>
</kw>
<msg time="2026-07-23T03:06:00.706779" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:06:00.035973" elapsed="0.670903"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-23T03:06:00.034504" elapsed="0.672495"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T03:06:00.707556" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.82 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T03:16:07.966026" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T03:16:07.966636" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T03:16:07.966746" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-23T03:06:00.707221" elapsed="607.259582"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T03:16:07.967283" elapsed="0.001062"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.969293" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:06.041 16  switches: flows:  463430 470728 472587 471911 464850 477652 456816 469353 448526 460149 447981 451530 457250 450763 416499 437416  total = 121.957350 per ms 
03:08:06.143 16  switches: flows:  479947 475998 467035 468675 467430 482029 454597 464385 473053 478575 475077 469306 492417 475637 475195 478620  total = 126.087580 per ms 
03:09:06.244 16  switches: flows:  513117 515870 506114 510119 508273 507961 508605 500853 500301 502563 507699 511621 506508 501850 509958 517942  total = 135.261341 per ms 
03:10:06.349 16  switches: flows:  534968 542660 546401 546877 547772 544691 546683 540855 542407 551026 549339 544962 543342 534040 546215 548699  total = 144.929753 per ms 
03:11:06.473 16  switches: flows:  568802 555955 570211 559559 562430 566113 563772 565279 570097 575807 567176 569493 566026 567724 562735 551123  total = 150.394008 per ms 
03:12:06.574 16  switches: flows:  570668 587358 585161 592003 583368 580038 575197 586308 592740 577322 581174 576111 587510 589516 585319 580043  total = 155.236911 per ms 
03:13:06.675 16  switches: flows:  580431 583296 576381 581850 594019 578712 584812 584609 585467 589637 582027 589255 589196 586857 588329 584453  total = 155.726998 per ms 
03:14:06.777 16  switches: flows:  546034 545278 550689 539010 544887 548360 548818 547494 557205 554734 553961 558277 553292 553098 551588 527169  total = 146.085128 per ms 
03:15:07.844 16  switches: flows:  597180 594940 596279 588791 597885 591376 594691 594241 592126 587573 594897 597965 598581 596842 591789 592121  total = 155.692132 per ms 
03:16:07.946 16  switches: flows:  599054 593128 600545 596021 598943 595475 599360 591135 596132 587527 591140 596602 594492 597941 591363 595087  total = 158.465893 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126087.58/158465.89/147542.19/50231.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.968771" elapsed="0.000745"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T03:16:07.969855" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-07-23T03:16:07.969636" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-07-23T03:16:07.969602" elapsed="0.000388"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T03:16:07.970123" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-23T03:16:07.970071" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-07-23T03:16:07.970048" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T03:16:07.970251" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:16:07.973807" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T03:16:07.974504" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T03:16:07.974921" 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-07-23T03:16:07.970707" elapsed="0.004432"/>
</kw>
<msg time="2026-07-23T03:16:07.975318" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-23T03:06:00.029913" elapsed="607.945443"/>
</kw>
<status status="PASS" start="2026-07-23T03:06:00.029601" elapsed="607.945823"/>
</branch>
<status status="PASS" start="2026-07-23T03:06:00.029224" elapsed="607.946254"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.976083" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:06.041 16  switches: flows:  463430 470728 472587 471911 464850 477652 456816 469353 448526 460149 447981 451530 457250 450763 416499 437416  total = 121.957350 per ms 
03:08:06.143 16  switches: flows:  479947 475998 467035 468675 467430 482029 454597 464385 473053 478575 475077 469306 492417 475637 475195 478620  total = 126.087580 per ms 
03:09:06.244 16  switches: flows:  513117 515870 506114 510119 508273 507961 508605 500853 500301 502563 507699 511621 506508 501850 509958 517942  total = 135.261341 per ms 
03:10:06.349 16  switches: flows:  534968 542660 546401 546877 547772 544691 546683 540855 542407 551026 549339 544962 543342 534040 546215 548699  total = 144.929753 per ms 
03:11:06.473 16  switches: flows:  568802 555955 570211 559559 562430 566113 563772 565279 570097 575807 567176 569493 566026 567724 562735 551123  total = 150.394008 per ms 
03:12:06.574 16  switches: flows:  570668 587358 585161 592003 583368 580038 575197 586308 592740 577322 581174 576111 587510 589516 585319 580043  total = 155.236911 per ms 
03:13:06.675 16  switches: flows:  580431 583296 576381 581850 594019 578712 584812 584609 585467 589637 582027 589255 589196 586857 588329 584453  total = 155.726998 per ms 
03:14:06.777 16  switches: flows:  546034 545278 550689 539010 544887 548360 548818 547494 557205 554734 553961 558277 553292 553098 551588 527169  total = 146.085128 per ms 
03:15:07.844 16  switches: flows:  597180 594940 596279 588791 597885 591376 594691 594241 592126 587573 594897 597965 598581 596842 591789 592121  total = 155.692132 per ms 
03:16:07.946 16  switches: flows:  599054 593128 600545 596021 598943 595475 599360 591135 596132 587527 591140 596602 594492 597941 591363 595087  total = 158.465893 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126087.58/158465.89/147542.19/50231.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.975678" elapsed="0.000509"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-23T03:16:07.976412" elapsed="0.000535"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T03:16:07.977492" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T03:16:07.977622" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 126087.58/158465.89/147542.19/50231.52 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-23T03:16:07.977169" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:16:07.978218" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 126087.58/158465.89/147542.19/50231.52 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:16:07.977869" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.981481" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.978477" elapsed="0.003062"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.983907" level="INFO">126087.58/158465.89/147542.19/50231.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.981686" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:16:07.986339" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:16:07.984112" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:16:07.988825" level="INFO">@{result_value_list} = [ 126087.58 | 158465.89 | 147542.19 | 50231.52 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:16:07.986567" elapsed="0.002286"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.989310" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T03:16:07.989399" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T03:16:07.989005" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.994317" level="INFO">min :: 126087.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.989822" elapsed="0.004552"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T03:16:07.989694" elapsed="0.004715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:07.998955" level="INFO">max :: 158465.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.994646" elapsed="0.004366"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T03:16:07.994518" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.003597" level="INFO">avg :: 147542.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:07.999264" elapsed="0.004389"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T03:16:07.999136" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.008365" level="INFO">stdev :: 50231.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:08.003911" elapsed="0.004510"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T03:16:08.003776" elapsed="0.004695"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T03:16:07.989504" elapsed="0.019001"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.012486" level="INFO">${min} = 126087.58</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:16:08.008665" elapsed="0.003848"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.016653" level="INFO">${max} = 158465.89</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:16:08.012667" elapsed="0.004013"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.020629" level="INFO">${average} = 147542.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:16:08.016834" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.024651" level="INFO">${stdev} = 50231.52</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:16:08.020808" elapsed="0.003876"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.025238" level="INFO">${date} = 2026-07-23 03:16:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-23T03:16:08.024869" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.025847" level="INFO">CBench Result: 2026-07-23 03:16:08,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,126087.58,158465.89,147542.19,50231.52</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:08.025413" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T03:16:08.026989" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-23T03:16:08.026553" elapsed="0.000502"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-23T03:16:08.027205" elapsed="0.000486"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T03:16:08.026057" elapsed="0.001699"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-23T03:06:00.028141" elapsed="607.999675"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.028301" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-23T03:16:08.027967" elapsed="0.000390"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-23T03:16:08.028885" elapsed="0.000275"/>
</kw>
<status status="PASS" start="2026-07-23T03:16:08.028582" elapsed="0.000649"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-23T03:06:00.026713" elapsed="608.002557"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.030667" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:08.030266" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.031946" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-23T03:16:08.031617" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-23T03:16:08.032358" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T03:16:08.032110" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-23T03:16:08.035496" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-23T03:16:08.035229" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-23T03:16:08.035210" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T03:16:08.035900" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-23T03:16:08.035711" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.036641" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.19" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:16:08.036180" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T03:16:08.037236" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T03:16:08.036842" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T03:16:08.038168" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T03:16:08.038257" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T03:16:08.037861" elapsed="0.000421"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:16:08.038423" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T03:16:08.039626" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-07-23T03:16:08.701537" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 03:16:08 UTC 2026

  System load:  0.22               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 23 03:06:00 2026 from 10.30.171.9
[?2004h[jenkins@releng-00446-34-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-23T03:16:08.039256" elapsed="0.662486"/>
</kw>
<msg time="2026-07-23T03:16:08.701831" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:16:08.038913" elapsed="0.663005"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-23T03:16:08.037484" elapsed="0.664557"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T03:16:08.702638" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T03:26:14.788889" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T03:26:14.789574" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T03:26:14.789684" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-23T03:16:08.702284" elapsed="606.087470"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T03:26:14.790253" elapsed="0.000790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.792285" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:13.845 16  switches: flows:  119825 119477 119221 120623 119038 119948 120041 120533 119790 116662 116427 118761 116472 115853 117701 116759  total = 31.618850 per ms 
03:18:13.946 16  switches: flows:  113322 112095 110966 111789 112106 113204 112724 111949 111929 107967 110123 109808 110534 109695 110171 109218  total = 29.577292 per ms 
03:19:14.048 16  switches: flows:  120941 122099 117902 118299 119476 119204 122232 118667 120951 116621 118558 116833 118753 117520 118585 116487  total = 31.665923 per ms 
03:20:14.149 16  switches: flows:  119996 122158 119584 119520 119308 118784 121264 118937 121040 116942 119172 116465 117998 117813 116674 116554  total = 31.650570 per ms 
03:21:14.250 16  switches: flows:  116927 120098 116825 117970 117330 116338 119629 116968 118471 114327 117896 114852 115556 115619 116371 115545  total = 31.126719 per ms 
03:22:14.352 16  switches: flows:  115140 116485 115451 116585 115280 114382 118294 115316 116804 113765 116842 114446 114871 114089 113316 114009  total = 30.699966 per ms 
03:23:14.453 16  switches: flows:  116208 119625 118342 118100 116725 114864 118942 117443 118556 115568 117908 116744 115065 114947 115617 114770  total = 31.105102 per ms 
03:24:14.554 16  switches: flows:  118154 121431 118449 120044 118297 116967 121220 119505 120433 117026 119669 116493 116432 117927 117252 116877  total = 31.550223 per ms 
03:25:14.655 16  switches: flows:  116052 120802 118057 119246 118625 115936 119400 118179 119819 115122 118265 116121 116230 115965 116536 116022  total = 31.287344 per ms 
03:26:14.756 16  switches: flows:  113521 113650 113276 111386 111136 110274 111066 112857 111139 110801 110525 109747 109102 107874 110712 108571  total = 29.544575 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29544.57/31665.92/30911.97/10333.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.791471" elapsed="0.001160"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T03:26:14.793254" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-07-23T03:26:14.792829" elapsed="0.000594"/>
</branch>
<status status="PASS" start="2026-07-23T03:26:14.792772" elapsed="0.000745"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T03:26:14.793762" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-23T03:26:14.793672" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-07-23T03:26:14.793623" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T03:26:14.793969" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T03:26:14.798980" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T03:26:14.799690" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T03:26:14.800144" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T03:26:14.794700" elapsed="0.005662"/>
</kw>
<msg time="2026-07-23T03:26:14.800570" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-23T03:16:08.032787" elapsed="606.767821"/>
</kw>
<status status="PASS" start="2026-07-23T03:16:08.032461" elapsed="606.768220"/>
</branch>
<status status="PASS" start="2026-07-23T03:16:08.032088" elapsed="606.768627"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.801321" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:13.845 16  switches: flows:  119825 119477 119221 120623 119038 119948 120041 120533 119790 116662 116427 118761 116472 115853 117701 116759  total = 31.618850 per ms 
03:18:13.946 16  switches: flows:  113322 112095 110966 111789 112106 113204 112724 111949 111929 107967 110123 109808 110534 109695 110171 109218  total = 29.577292 per ms 
03:19:14.048 16  switches: flows:  120941 122099 117902 118299 119476 119204 122232 118667 120951 116621 118558 116833 118753 117520 118585 116487  total = 31.665923 per ms 
03:20:14.149 16  switches: flows:  119996 122158 119584 119520 119308 118784 121264 118937 121040 116942 119172 116465 117998 117813 116674 116554  total = 31.650570 per ms 
03:21:14.250 16  switches: flows:  116927 120098 116825 117970 117330 116338 119629 116968 118471 114327 117896 114852 115556 115619 116371 115545  total = 31.126719 per ms 
03:22:14.352 16  switches: flows:  115140 116485 115451 116585 115280 114382 118294 115316 116804 113765 116842 114446 114871 114089 113316 114009  total = 30.699966 per ms 
03:23:14.453 16  switches: flows:  116208 119625 118342 118100 116725 114864 118942 117443 118556 115568 117908 116744 115065 114947 115617 114770  total = 31.105102 per ms 
03:24:14.554 16  switches: flows:  118154 121431 118449 120044 118297 116967 121220 119505 120433 117026 119669 116493 116432 117927 117252 116877  total = 31.550223 per ms 
03:25:14.655 16  switches: flows:  116052 120802 118057 119246 118625 115936 119400 118179 119819 115122 118265 116121 116230 115965 116536 116022  total = 31.287344 per ms 
03:26:14.756 16  switches: flows:  113521 113650 113276 111386 111136 110274 111066 112857 111139 110801 110525 109747 109102 107874 110712 108571  total = 29.544575 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29544.57/31665.92/30911.97/10333.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.800914" 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-07-23T03:26:14.801656" elapsed="0.000514"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T03:26:14.802783" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T03:26:14.802912" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29544.57/31665.92/30911.97/10333.29 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-23T03:26:14.802428" elapsed="0.000518"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:26:14.803543" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29544.57/31665.92/30911.97/10333.29 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:26:14.803164" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.806494" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.803785" elapsed="0.002767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.808966" level="INFO">29544.57/31665.92/30911.97/10333.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.806712" elapsed="0.002311"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:26:14.811406" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:26:14.809175" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T03:26:14.814136" level="INFO">@{result_value_list} = [ 29544.57 | 31665.92 | 30911.97 | 10333.29 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-23T03:26:14.811665" elapsed="0.002499"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.814683" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T03:26:14.814773" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-23T03:26:14.814321" elapsed="0.000476"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.819565" level="INFO">min :: 29544.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.815209" elapsed="0.004413"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T03:26:14.815076" elapsed="0.004581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.824243" level="INFO">max :: 31665.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.819878" elapsed="0.004423"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T03:26:14.819749" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.828924" level="INFO">avg :: 30911.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.824567" elapsed="0.004414"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T03:26:14.824420" elapsed="0.004595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.833808" level="INFO">stdev :: 10333.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.829232" elapsed="0.004634"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T03:26:14.829101" elapsed="0.004799"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T03:26:14.814872" elapsed="0.019059"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.838199" level="INFO">${min} = 29544.57</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:26:14.834094" elapsed="0.004134"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.842214" level="INFO">${max} = 31665.92</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:26:14.838387" elapsed="0.003855"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.846166" level="INFO">${average} = 30911.97</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:26:14.842396" elapsed="0.003797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.850145" level="INFO">${stdev} = 10333.29</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T03:26:14.846349" elapsed="0.003822"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.850721" level="INFO">${date} = 2026-07-23 03:26:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-23T03:26:14.850338" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.851313" level="INFO">CBench Result: 2026-07-23 03:26:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29544.57,31665.92,30911.97,10333.29</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T03:26:14.850901" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T03:26:14.852545" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-23T03:26:14.852034" elapsed="0.000581"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-23T03:26:14.852767" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T03:26:14.851544" elapsed="0.001764"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-23T03:16:08.031040" elapsed="606.822329"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.853854" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-23T03:26:14.853536" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T03:26:14.855175" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-23T03:26:14.854663" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-23T03:26:14.855461" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-07-23T03:26:14.855289" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-07-23T03:26:14.855265" elapsed="0.000295"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.855711" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.855871" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.856030" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.856253" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.856403" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.856568" elapsed="0.000031"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.856724" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-23T03:26:14.856952" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-23T03:26:14.856811" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-07-23T03:26:14.856795" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-23T03:26:14.854303" elapsed="0.002774"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-23T03:16:08.029721" elapsed="606.827404"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-23T02:55:50.583706" elapsed="1824.274053"/>
</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>
