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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-03T03:13:44.754824" elapsed="0.692359"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-03T03:13:45.496115" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-03T03:13:45.447497" elapsed="0.048686"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-03T03:13:45.497899" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-03T03:13:45.498015" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-03T03:13:45.496347" elapsed="0.001698"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-03T03:13:45.498200" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:13:45.498556" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:45.499285" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:45.498943" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:13:45.499394" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-03T03:13:44.753307" elapsed="0.746265"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-03T03:13:44.749485" elapsed="0.750150"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:13:45.500225" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-03T03:13:45.499836" elapsed="0.000447"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:13:45.500683" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-03T03:13:45.500437" elapsed="0.000364"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-03T03:13:45.501355" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-03T03:13:45.500959" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:45.501911" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-03T03:13:45.501553" elapsed="0.000402"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-03T03:13:45.502502" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-03T03:13:45.502102" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:45.503028" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-03T03:13:45.502690" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-03T03:13:45.503386" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:13:45.503170" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:13:45.508156" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:13:45.507711" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:13:45.509258" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:13:45.509347" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:13:45.508768" elapsed="0.000604"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:13:45.509517" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:13:45.510908" level="INFO">Logging into '10.30.171.60:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:13:46.286714" 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 Mon Aug  3 03:13:45 UTC 2026

  System load:  0.09               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.60
  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-45-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-03T03:13:45.510392" elapsed="0.776569"/>
</kw>
<msg time="2026-08-03T03:13:46.287061" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:13:45.510047" elapsed="0.777116"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-03T03:13:45.508392" elapsed="0.778912"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.295321" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-03T03:13:46.287545" elapsed="0.009609"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:13:46.297543" elapsed="0.000628"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-03T03:13:45.507184" elapsed="0.791130"/>
</kw>
<status status="PASS" start="2026-08-03T03:13:45.503866" elapsed="0.794532"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:45.503142" elapsed="0.795323"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-03T03:13:46.298900" elapsed="0.001093"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-03T03:13:46.308295" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:13:46.308172" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:46.308147" elapsed="0.000228"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-03T03:13:46.312001" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:13:46.311884" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:46.311865" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:13:46.312204" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.313103" level="INFO">Logging into '10.30.171.77:8101' as 'karaf'.</msg>
<msg time="2026-08-03T03:13:46.536334" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-03T03:13:46.312829" elapsed="0.223661"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.620071" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-03T03:13:46.536764" elapsed="0.083383"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.685386" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-03T03:13:46.685613" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-03T03:13:46.620311" elapsed="0.065335"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-03T03:13:46.685823" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:13:46.686166" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:46.686867" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:46.686513" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:13:46.686975" elapsed="0.000055"/>
</return>
<msg time="2026-08-03T03:13:46.687180" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-03T03:13:46.311503" elapsed="0.375709"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-03T03:13:46.687359" elapsed="0.000534"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:13:46.687944" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-03T03:13:46.307859" elapsed="0.380224"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-03T03:13:46.691878" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:13:46.691722" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:46.691698" elapsed="0.000254"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:13:46.692089" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.692975" level="INFO">Logging into '10.30.171.77:8101' as 'karaf'.</msg>
<msg time="2026-08-03T03:13:46.919653" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-03T03:13:46.692685" elapsed="0.227142"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.955592" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-03T03:13:46.920086" elapsed="0.035568"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.957476" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-03T03:13:46.957582" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-03T03:13:46.955828" elapsed="0.001783"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-03T03:13:46.957762" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:13:46.958130" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:46.958817" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:46.958473" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:13:46.958921" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-03T03:13:46.691388" elapsed="0.267712"/>
</kw>
<status status="PASS" start="2026-08-03T03:13:44.747441" elapsed="2.211723"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:46.961458" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:46.960283" elapsed="0.001275"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:46.963096" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-03T03:13:46.962718" elapsed="0.000422"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-03T03:13:46.963466" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:13:46.963220" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-03T03:13:46.966524" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:13:46.966271" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:46.966251" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.966970" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-03T03:13:46.966756" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:46.967682" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.60" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:46.967257" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.968376" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:13:46.967903" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:13:46.969355" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:13:46.969446" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:13:46.969004" elapsed="0.000466"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:13:46.969614" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:13:46.970871" level="INFO">Logging into '10.30.171.60:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:13:47.322344" 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 Mon Aug  3 03:13:45 UTC 2026

  System load:  0.09               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.60
  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: Mon Aug  3 03:13:46 2026 from 10.30.171.175
[?2004h[jenkins@releng-00446-45-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-03T03:13:46.970469" elapsed="0.352022"/>
</kw>
<msg time="2026-08-03T03:13:47.322566" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:13:46.970121" elapsed="0.352520"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-03T03:13:46.968606" elapsed="0.354167"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-03T03:13:47.323241" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-03T03:23:53.435842" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-03T03:23:53.436529" level="INFO">${stdout} = </msg>
<msg time="2026-08-03T03:23:53.436640" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-03T03:13:47.322968" elapsed="606.113732"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:23:53.437256" elapsed="0.000848"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.439347" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:52.528 16  switches: flows:  116642 117194 118735 116030 116963 118949 114931 114438 112607 112560 113446 112240 112501 113955 113186 113935  total = 30.638533 per ms 
03:15:52.628 16  switches: flows:  127331 130360 127689 127707 125597 125606 125516 123821 123393 123473 121456 122877 120176 120125 123749 123191  total = 33.145697 per ms 
03:16:52.729 16  switches: flows:  128316 129226 126961 127354 126020 127522 126950 124349 123514 123856 122962 121729 122044 122237 124569 123858  total = 33.302160 per ms 
03:17:52.829 16  switches: flows:  128370 129162 128101 129449 127879 127580 125539 126176 123904 124260 122629 123016 122886 122502 124817 124124  total = 33.450704 per ms 
03:18:52.929 16  switches: flows:  132081 132335 133573 133275 131063 129397 128318 130733 128586 127120 127308 126277 125640 124030 127042 128281  total = 34.360268 per ms 
03:19:53.030 16  switches: flows:  127898 129313 128068 128241 127554 127890 125637 124589 123700 122349 122523 122162 122228 121381 124762 124439  total = 33.323256 per ms 
03:20:53.130 16  switches: flows:  131807 133433 131075 132173 132240 130853 128202 129246 126256 125750 124897 125732 125816 125486 126715 126682  total = 34.215566 per ms 
03:21:53.230 16  switches: flows:  131874 131672 130031 131843 129665 129795 128219 128576 126622 125236 125810 125750 124568 123588 126391 128412  total = 34.077294 per ms 
03:22:53.331 16  switches: flows:  128042 130671 130241 128660 128649 127454 126052 125991 123777 123826 124060 123462 123101 122189 123984 124816  total = 33.526929 per ms 
03:23:53.432 16  switches: flows:  130839 130738 131945 132114 131486 128685 127179 127976 126082 124238 126100 125080 125729 124249 126312 127588  total = 34.048324 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33145.70/34360.27/33716.69/11247.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.438469" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-03T03:23:53.439936" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-08-03T03:23:53.439705" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-08-03T03:23:53.439665" elapsed="0.000410"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-03T03:23:53.440212" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:23:53.440159" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:23:53.440136" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-03T03:23:53.440347" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:23:53.443881" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:23:53.444547" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:23:53.444994" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-03T03:23:53.440811" elapsed="0.004396"/>
</kw>
<msg time="2026-08-03T03:23:53.445385" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-03T03:13:46.963898" elapsed="606.481525"/>
</kw>
<status status="PASS" start="2026-08-03T03:13:46.963554" elapsed="606.481938"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:46.963197" elapsed="606.482329"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.446150" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:52.528 16  switches: flows:  116642 117194 118735 116030 116963 118949 114931 114438 112607 112560 113446 112240 112501 113955 113186 113935  total = 30.638533 per ms 
03:15:52.628 16  switches: flows:  127331 130360 127689 127707 125597 125606 125516 123821 123393 123473 121456 122877 120176 120125 123749 123191  total = 33.145697 per ms 
03:16:52.729 16  switches: flows:  128316 129226 126961 127354 126020 127522 126950 124349 123514 123856 122962 121729 122044 122237 124569 123858  total = 33.302160 per ms 
03:17:52.829 16  switches: flows:  128370 129162 128101 129449 127879 127580 125539 126176 123904 124260 122629 123016 122886 122502 124817 124124  total = 33.450704 per ms 
03:18:52.929 16  switches: flows:  132081 132335 133573 133275 131063 129397 128318 130733 128586 127120 127308 126277 125640 124030 127042 128281  total = 34.360268 per ms 
03:19:53.030 16  switches: flows:  127898 129313 128068 128241 127554 127890 125637 124589 123700 122349 122523 122162 122228 121381 124762 124439  total = 33.323256 per ms 
03:20:53.130 16  switches: flows:  131807 133433 131075 132173 132240 130853 128202 129246 126256 125750 124897 125732 125816 125486 126715 126682  total = 34.215566 per ms 
03:21:53.230 16  switches: flows:  131874 131672 130031 131843 129665 129795 128219 128576 126622 125236 125810 125750 124568 123588 126391 128412  total = 34.077294 per ms 
03:22:53.331 16  switches: flows:  128042 130671 130241 128660 128649 127454 126052 125991 123777 123826 124060 123462 123101 122189 123984 124816  total = 33.526929 per ms 
03:23:53.432 16  switches: flows:  130839 130738 131945 132114 131486 128685 127179 127976 126082 124238 126100 125080 125729 124249 126312 127588  total = 34.048324 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33145.70/34360.27/33716.69/11247.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.445716" elapsed="0.000538"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-03T03:23:53.446458" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-03T03:23:53.447614" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-03T03:23:53.447706" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33145.70/34360.27/33716.69/11247.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-03T03:23:53.447276" elapsed="0.000456"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:23:53.448162" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33145.70/34360.27/33716.69/11247.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:23:53.447905" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.450551" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.448335" elapsed="0.002274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.453052" level="INFO">33145.70/34360.27/33716.69/11247.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.450806" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:23:53.455493" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:23:53.453262" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:23:53.457938" level="INFO">@{result_value_list} = [ 33145.70 | 34360.27 | 33716.69 | 11247.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:23:53.455711" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.458424" level="INFO">Length is 4.</msg>
<msg time="2026-08-03T03:23:53.458512" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:23:53.458120" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.463250" level="INFO">min :: 33145.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.458952" elapsed="0.004385"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-03T03:23:53.458820" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.467898" level="INFO">max :: 34360.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.463607" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-03T03:23:53.463478" elapsed="0.004513"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.472509" level="INFO">avg :: 33716.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.468209" elapsed="0.004357"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-03T03:23:53.468080" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.477112" level="INFO">stdev :: 11247.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.472856" elapsed="0.004313"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-03T03:23:53.472693" elapsed="0.004511"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-03T03:23:53.458603" elapsed="0.018633"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.481153" level="INFO">${min} = 33145.70</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:23:53.477393" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.491266" level="INFO">${max} = 34360.27</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:23:53.481335" elapsed="0.009994"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.498164" level="INFO">${average} = 33716.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:23:53.491740" elapsed="0.006451"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.502065" level="INFO">${stdev} = 11247.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:23:53.498347" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.502631" level="INFO">${date} = 2026-08-03 03:23:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-03T03:23:53.502252" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.503240" level="INFO">CBench Result: 2026-08-03 03:23:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33145.70,34360.27,33716.69,11247.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.502830" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:23:53.504381" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-03T03:23:53.503950" elapsed="0.000503"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-03T03:23:53.504604" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-03T03:23:53.503437" elapsed="0.001714"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-03T03:13:46.962080" elapsed="606.543130"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.505677" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-03T03:23:53.505360" elapsed="0.000377"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-03T03:23:53.506272" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-08-03T03:23:53.505976" elapsed="0.000630"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-03T03:13:46.959317" elapsed="606.547327"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.508023" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.507551" elapsed="0.000530"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.509425" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-03T03:23:53.509094" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-03T03:23:53.509814" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:23:53.509575" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-03T03:23:53.512811" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:23:53.512536" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-08-03T03:23:53.512517" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:23:53.513230" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-03T03:23:53.513027" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.513952" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.77 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.60" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:53.513513" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:23:53.514553" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:23:53.514162" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:23:53.515472" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:23:53.515561" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:23:53.515170" elapsed="0.000416"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:23:53.515723" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:23:53.516949" level="INFO">Logging into '10.30.171.60:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:23:54.172979" 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 Mon Aug  3 03:23:53 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.60
  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: Mon Aug  3 03:13:47 2026 from 10.30.171.175
[?2004h[jenkins@releng-00446-45-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-03T03:23:53.516577" elapsed="0.656651"/>
</kw>
<msg time="2026-08-03T03:23:54.173342" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:23:53.516234" elapsed="0.657205"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-03T03:23:53.514800" elapsed="0.658775"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-03T03:23:54.174176" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.77 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-03T03:34:00.283717" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-03T03:34:00.284410" level="INFO">${stdout} = </msg>
<msg time="2026-08-03T03:34:00.284518" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-03T03:23:54.173850" elapsed="606.110727"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:34:00.285251" elapsed="0.000864"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.287854" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:59.308 16  switches: flows:  545931 537555 558831 536326 545993 548224 537897 550677 524984 525111 537948 534354 530200 526192 537320 537215  total = 143.579300 per ms 
03:25:59.412 16  switches: flows:  537570 539237 542383 545265 531976 548670 534225 533865 544593 536574 553208 537926 543299 547787 547404 537627  total = 144.112047 per ms 
03:26:59.513 16  switches: flows:  539531 546303 537145 546697 549228 549146 532511 534876 544430 539051 535575 542119 543254 541934 546694 543587  total = 144.292258 per ms 
03:27:59.637 16  switches: flows:  531132 533608 534250 529904 537425 527394 532592 531550 536730 529121 532652 531568 538975 531480 534329 534917  total = 141.837996 per ms 
03:28:59.738 16  switches: flows:  555543 564026 561113 556247 565098 566796 573221 563987 556188 559514 565515 560725 561881 559149 561827 565580  total = 149.688869 per ms 
03:29:59.839 16  switches: flows:  622098 620921 612622 620217 610951 618942 623917 620555 619607 614087 617896 617244 621939 613146 617972 613884  total = 164.489334 per ms 
03:30:59.942 16  switches: flows:  611728 612317 601942 609947 604647 616314 612172 615170 611612 620069 603016 619004 617645 610013 607827 619826  total = 162.945027 per ms 
03:32:00.066 16  switches: flows:  589007 593874 599526 599772 596294 607776 607456 602094 610331 595547 588888 603550 597253 598910 601770 599022  total = 159.519892 per ms 
03:33:00.167 16  switches: flows:  605398 606322 610511 608270 598777 606288 610428 606754 604524 603350 612621 610913 599966 606952 603231 603729  total = 161.362333 per ms 
03:34:00.269 16  switches: flows:  617118 614650 615376 619702 627362 617292 625680 616808 615283 621571 624760 622725 624152 623222 616524 622061  total = 165.126740 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141838.00/165126.74/154819.39/52408.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.286948" elapsed="0.001199"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-03T03:34:00.288666" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-08-03T03:34:00.288352" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-08-03T03:34:00.288296" elapsed="0.000626"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-03T03:34:00.289134" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:34:00.289049" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:34:00.289014" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-03T03:34:00.289388" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:34:00.294428" elapsed="0.000364"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:34:00.294941" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:34:00.295252" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-03T03:34:00.290136" elapsed="0.005273"/>
</kw>
<msg time="2026-08-03T03:34:00.295541" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-03T03:23:53.510206" elapsed="606.785361"/>
</kw>
<status status="PASS" start="2026-08-03T03:23:53.509898" elapsed="606.785718"/>
</branch>
<status status="PASS" start="2026-08-03T03:23:53.509554" elapsed="606.786086"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.296101" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:59.308 16  switches: flows:  545931 537555 558831 536326 545993 548224 537897 550677 524984 525111 537948 534354 530200 526192 537320 537215  total = 143.579300 per ms 
03:25:59.412 16  switches: flows:  537570 539237 542383 545265 531976 548670 534225 533865 544593 536574 553208 537926 543299 547787 547404 537627  total = 144.112047 per ms 
03:26:59.513 16  switches: flows:  539531 546303 537145 546697 549228 549146 532511 534876 544430 539051 535575 542119 543254 541934 546694 543587  total = 144.292258 per ms 
03:27:59.637 16  switches: flows:  531132 533608 534250 529904 537425 527394 532592 531550 536730 529121 532652 531568 538975 531480 534329 534917  total = 141.837996 per ms 
03:28:59.738 16  switches: flows:  555543 564026 561113 556247 565098 566796 573221 563987 556188 559514 565515 560725 561881 559149 561827 565580  total = 149.688869 per ms 
03:29:59.839 16  switches: flows:  622098 620921 612622 620217 610951 618942 623917 620555 619607 614087 617896 617244 621939 613146 617972 613884  total = 164.489334 per ms 
03:30:59.942 16  switches: flows:  611728 612317 601942 609947 604647 616314 612172 615170 611612 620069 603016 619004 617645 610013 607827 619826  total = 162.945027 per ms 
03:32:00.066 16  switches: flows:  589007 593874 599526 599772 596294 607776 607456 602094 610331 595547 588888 603550 597253 598910 601770 599022  total = 159.519892 per ms 
03:33:00.167 16  switches: flows:  605398 606322 610511 608270 598777 606288 610428 606754 604524 603350 612621 610913 599966 606952 603231 603729  total = 161.362333 per ms 
03:34:00.269 16  switches: flows:  617118 614650 615376 619702 627362 617292 625680 616808 615283 621571 624760 622725 624152 623222 616524 622061  total = 165.126740 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141838.00/165126.74/154819.39/52408.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.295803" elapsed="0.000372"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-03T03:34:00.296319" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-03T03:34:00.297096" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-03T03:34:00.297187" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141838.00/165126.74/154819.39/52408.68 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-03T03:34:00.296873" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:34:00.297662" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141838.00/165126.74/154819.39/52408.68 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:34:00.297367" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.300090" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.297854" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.302538" level="INFO">141838.00/165126.74/154819.39/52408.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.300293" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:34:00.304978" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:34:00.302751" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:34:00.307608" level="INFO">@{result_value_list} = [ 141838.00 | 165126.74 | 154819.39 | 52408.68 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:34:00.305211" elapsed="0.002424"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.308138" level="INFO">Length is 4.</msg>
<msg time="2026-08-03T03:34:00.308227" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:34:00.307809" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.313434" level="INFO">min :: 141838.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-08-03T03:34:00.308687" elapsed="0.004808"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-03T03:34:00.308548" elapsed="0.004983"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.318152" level="INFO">max :: 165126.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.313770" elapsed="0.004439"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-03T03:34:00.313622" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.323101" level="INFO">avg :: 154819.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.318460" elapsed="0.004702"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-03T03:34:00.318333" elapsed="0.004866"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.328331" level="INFO">stdev :: 52408.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.323436" elapsed="0.004962"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-03T03:34:00.323291" elapsed="0.005143"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-03T03:34:00.308334" elapsed="0.020133"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.332658" level="INFO">${min} = 141838.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:34:00.328635" elapsed="0.004051"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.336918" level="INFO">${max} = 165126.74</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:34:00.332868" elapsed="0.004077"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.340896" level="INFO">${average} = 154819.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:34:00.337101" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.344922" level="INFO">${stdev} = 52408.68</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:34:00.341089" elapsed="0.003860"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.345468" level="INFO">${date} = 2026-08-03 03:34: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-08-03T03:34:00.345111" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.346078" level="INFO">CBench Result: 2026-08-03 03:34:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141838.00,165126.74,154819.39,52408.68</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.345645" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:34:00.347281" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-03T03:34:00.346839" elapsed="0.000510"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-03T03:34:00.347501" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-03T03:34:00.346289" elapsed="0.001773"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-03T03:23:53.508399" elapsed="606.839724"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.348601" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-03T03:34:00.348277" elapsed="0.000381"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-03T03:34:00.349194" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-08-03T03:34:00.348890" elapsed="0.000645"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-03T03:23:53.506983" elapsed="606.842591"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.351013" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.350581" elapsed="0.000491"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.352380" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-03T03:34:00.351964" elapsed="0.000460"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-03T03:34:00.352792" elapsed="0.000120"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:34:00.352547" elapsed="0.000497"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-03T03:34:00.356499" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:34:00.356187" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-08-03T03:34:00.356164" elapsed="0.000435"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:34:00.357005" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-03T03:34:00.356794" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.357704" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.60" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:34:00.357283" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:34:00.358326" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:34:00.357925" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:34:00.359329" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:34:00.359419" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:34:00.358951" elapsed="0.000492"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:34:00.359584" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:34:00.360799" level="INFO">Logging into '10.30.171.60:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:34:00.950610" 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 Mon Aug  3 03:34:00 UTC 2026

  System load:  0.22               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.60
  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: Mon Aug  3 03:23:54 2026 from 10.30.171.175
[?2004h[jenkins@releng-00446-45-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-03T03:34:00.360424" elapsed="0.590421"/>
</kw>
<msg time="2026-08-03T03:34:00.950932" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:34:00.360082" elapsed="0.590934"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-03T03:34:00.358555" elapsed="0.592583"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-03T03:34:00.951679" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-03T03:44:07.025344" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-03T03:44:07.025978" level="INFO">${stdout} = </msg>
<msg time="2026-08-03T03:44:07.026051" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-03T03:34:00.951368" elapsed="606.074723"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:44:07.026515" elapsed="0.000685"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.028027" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:35:06.111 16  switches: flows:  132556 131605 131339 134695 130817 138254 130676 131687 127191 123971 122136 122431 122288 121854 122819 122650  total = 34.116150 per ms 
03:36:06.212 16  switches: flows:  130030 132126 132782 134070 130370 130741 132755 132185 124640 122390 122683 121189 121140 122702 125375 123440  total = 33.920241 per ms 
03:37:06.312 16  switches: flows:  129478 133610 134313 132615 132049 132360 128313 129401 125080 123772 122216 121273 121503 123949 121290 126606  total = 33.907109 per ms 
03:38:06.413 16  switches: flows:  131778 132926 135235 134091 134206 133587 131549 127907 127074 124325 124487 123020 123204 124025 122099 127767  total = 34.230797 per ms 
03:39:06.513 16  switches: flows:  131405 134713 131878 134788 132497 130732 132499 130532 126339 125552 121674 123792 122710 122334 123287 127658  total = 34.149229 per ms 
03:40:06.614 16  switches: flows:  130851 133270 132687 133717 132902 130494 129894 127845 124795 124405 122222 123430 122415 122119 121928 125377  total = 33.915524 per ms 
03:41:06.715 16  switches: flows:  132514 132572 134759 134190 133938 132729 131455 129132 126515 123372 122754 123542 122971 123741 122830 127009  total = 34.176688 per ms 
03:42:06.815 16  switches: flows:  132564 134355 136535 134584 135617 133365 133387 130892 127047 125637 125365 123392 124790 125890 125071 128055  total = 34.551185 per ms 
03:43:06.916 16  switches: flows:  132513 134482 135875 136228 135138 133944 133928 130867 127567 125242 125842 125639 125075 125443 125752 128188  total = 34.637481 per ms 
03:44:07.016 16  switches: flows:  135200 135816 134307 135264 134673 135476 133253 130931 127851 127190 126946 128244 127076 125211 124744 128716  total = 34.790206 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33907.11/34790.21/34253.16/11422.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.027464" elapsed="0.000821"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-03T03:44:07.028647" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-08-03T03:44:07.028429" elapsed="0.000353"/>
</branch>
<status status="PASS" start="2026-08-03T03:44:07.028388" elapsed="0.000432"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-03T03:44:07.028953" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:44:07.028902" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:44:07.028880" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-03T03:44:07.029083" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-03T03:44:07.033046" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-03T03:44:07.033796" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:44:07.034249" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-03T03:44:07.029547" elapsed="0.004921"/>
</kw>
<msg time="2026-08-03T03:44:07.034654" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-03T03:34:00.353428" elapsed="606.681264"/>
</kw>
<status status="PASS" start="2026-08-03T03:34:00.353071" elapsed="606.681718"/>
</branch>
<status status="PASS" start="2026-08-03T03:34:00.352524" elapsed="606.682302"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.035440" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:35:06.111 16  switches: flows:  132556 131605 131339 134695 130817 138254 130676 131687 127191 123971 122136 122431 122288 121854 122819 122650  total = 34.116150 per ms 
03:36:06.212 16  switches: flows:  130030 132126 132782 134070 130370 130741 132755 132185 124640 122390 122683 121189 121140 122702 125375 123440  total = 33.920241 per ms 
03:37:06.312 16  switches: flows:  129478 133610 134313 132615 132049 132360 128313 129401 125080 123772 122216 121273 121503 123949 121290 126606  total = 33.907109 per ms 
03:38:06.413 16  switches: flows:  131778 132926 135235 134091 134206 133587 131549 127907 127074 124325 124487 123020 123204 124025 122099 127767  total = 34.230797 per ms 
03:39:06.513 16  switches: flows:  131405 134713 131878 134788 132497 130732 132499 130532 126339 125552 121674 123792 122710 122334 123287 127658  total = 34.149229 per ms 
03:40:06.614 16  switches: flows:  130851 133270 132687 133717 132902 130494 129894 127845 124795 124405 122222 123430 122415 122119 121928 125377  total = 33.915524 per ms 
03:41:06.715 16  switches: flows:  132514 132572 134759 134190 133938 132729 131455 129132 126515 123372 122754 123542 122971 123741 122830 127009  total = 34.176688 per ms 
03:42:06.815 16  switches: flows:  132564 134355 136535 134584 135617 133365 133387 130892 127047 125637 125365 123392 124790 125890 125071 128055  total = 34.551185 per ms 
03:43:06.916 16  switches: flows:  132513 134482 135875 136228 135138 133944 133928 130867 127567 125242 125842 125639 125075 125443 125752 128188  total = 34.637481 per ms 
03:44:07.016 16  switches: flows:  135200 135816 134307 135264 134673 135476 133253 130931 127851 127190 126946 128244 127076 125211 124744 128716  total = 34.790206 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33907.11/34790.21/34253.16/11422.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.035027" elapsed="0.000519"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-03T03:44:07.035779" elapsed="0.000527"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-03T03:44:07.036879" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-03T03:44:07.037007" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33907.11/34790.21/34253.16/11422.03 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-03T03:44:07.036544" elapsed="0.000497"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:44:07.037611" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33907.11/34790.21/34253.16/11422.03 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:44:07.037255" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.041103" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.037907" elapsed="0.003279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.044139" level="INFO">33907.11/34790.21/34253.16/11422.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.041391" elapsed="0.002811"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:44:07.046620" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:44:07.044356" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:44:07.049109" level="INFO">@{result_value_list} = [ 33907.11 | 34790.21 | 34253.16 | 11422.03 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-03T03:44:07.046862" elapsed="0.002276"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.049631" level="INFO">Length is 4.</msg>
<msg time="2026-08-03T03:44:07.049784" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-03T03:44:07.049298" elapsed="0.000515"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.054621" level="INFO">min :: 33907.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.050264" elapsed="0.004417"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-03T03:44:07.050125" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.059281" level="INFO">max :: 34790.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.054957" elapsed="0.004383"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-03T03:44:07.054827" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.063905" level="INFO">avg :: 34253.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.059587" elapsed="0.004377"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-03T03:44:07.059459" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.068558" level="INFO">stdev :: 11422.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.064211" elapsed="0.004405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-03T03:44:07.064082" elapsed="0.004569"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-03T03:44:07.049895" elapsed="0.018785"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.072702" level="INFO">${min} = 33907.11</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:44:07.068861" elapsed="0.003888"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.076672" level="INFO">${max} = 34790.21</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:44:07.072910" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.080915" level="INFO">${average} = 34253.16</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:44:07.076884" elapsed="0.004060"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.084882" level="INFO">${stdev} = 11422.03</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-03T03:44:07.081101" elapsed="0.003808"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.085435" level="INFO">${date} = 2026-08-03 03:44:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-03T03:44:07.085073" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.086084" level="INFO">CBench Result: 2026-08-03 03:44:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33907.11,34790.21,34253.16,11422.03</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:44:07.085611" elapsed="0.000532"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:44:07.087365" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-03T03:44:07.086828" elapsed="0.000608"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-03T03:44:07.087637" elapsed="0.000533"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-03T03:44:07.086309" elapsed="0.001931"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-03T03:34:00.351388" elapsed="606.736914"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.088802" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-03T03:44:07.088457" elapsed="0.000404"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-03T03:44:07.090187" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-03T03:44:07.089601" elapsed="0.000615"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-03T03:44:07.090455" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-08-03T03:44:07.090300" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-08-03T03:44:07.090279" elapsed="0.000277"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.090709" elapsed="0.000042"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.090893" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.091057" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.091260" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.091412" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.091568" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.091716" elapsed="0.000038"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-03T03:44:07.091959" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:44:07.091821" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:44:07.091803" 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-08-03T03:44:07.089257" elapsed="0.002830"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-03T03:34:00.350036" elapsed="606.742100"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-03T03:13:44.179535" elapsed="1822.913395"/>
</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>
