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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-10T03:06:03.167063" elapsed="0.686822"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T03:06:03.905356" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-10T03:06:03.854154" elapsed="0.051347"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T03:06:03.907654" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T03:06:03.907773" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-10T03:06:03.905778" elapsed="0.002026"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-10T03:06:03.907965" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:06:03.908349" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:06:03.909112" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:06:03.908777" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T03:06:03.909223" elapsed="0.000048"/>
</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.190
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T03:06:03.165531" elapsed="0.743861"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-10T03:06:03.161975" elapsed="0.747481"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T03:06:03.910041" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-10T03:06:03.909656" elapsed="0.000443"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T03:06:03.910503" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-10T03:06:03.910254" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T03:06:03.911168" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-10T03:06:03.910746" elapsed="0.000450"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T03:06:03.911836" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T03:06:03.911379" elapsed="0.000502"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T03:06:03.912416" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-10T03:06:03.912031" elapsed="0.000412"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T03:06:03.912953" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T03:06:03.912628" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-10T03:06:03.913306" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:06:03.913087" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:06:03.917935" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:06:03.917488" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:06:03.918982" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T03:06:03.919066" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:06:03.918520" elapsed="0.000571"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:06:03.919236" elapsed="0.000403"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T03:06:03.920668" level="INFO">Logging into '10.30.171.48:22' as 'jenkins'.</msg>
<msg time="2026-07-10T03:06:04.690665" 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 Fri Jul 10 03:06:04 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.48
  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-21-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T03:06:03.920147" elapsed="0.770804"/>
</kw>
<msg time="2026-07-10T03:06:04.691136" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:06:03.919798" elapsed="0.771498"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T03:06:03.918174" elapsed="0.773341"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-10T03:06:04.703354" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-10T03:06:04.691930" elapsed="0.013555"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:06:04.705941" elapsed="0.000617"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-10T03:06:03.916942" elapsed="0.789791"/>
</kw>
<status status="PASS" start="2026-07-10T03:06:03.913558" elapsed="0.793260"/>
</branch>
<status status="PASS" start="2026-07-10T03:06:03.913060" elapsed="0.793823"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T03:06:04.707213" elapsed="0.001134"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-10T03:06:04.716504" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-10T03:06:04.716379" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-07-10T03:06:04.716354" elapsed="0.000229"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-10T03:06:04.720242" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-10T03:06:04.720126" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-07-10T03:06:04.720106" 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-07-10T03:06:04.720446" elapsed="0.000460"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T03:06:04.721316" level="INFO">Logging into '10.30.171.190:8101' as 'karaf'.</msg>
<msg time="2026-07-10T03:06:04.942805" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-10T03:06:04.721054" elapsed="0.221918"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.047051" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-10T03:06:04.943234" elapsed="0.104084"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.059693" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T03:06:05.059914" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-10T03:06:05.047833" elapsed="0.012113"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-10T03:06:05.060092" elapsed="0.000304"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:06:05.060549" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:06:05.061257" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:06:05.060939" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T03:06:05.061368" elapsed="0.000055"/>
</return>
<msg time="2026-07-10T03:06:05.061581" 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.190
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T03:06:04.719764" elapsed="0.341872"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T03:06:05.061790" elapsed="0.000531"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T03:06:05.062372" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-10T03:06:04.716058" elapsed="0.346482"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-10T03:06:05.066347" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-10T03:06:05.066210" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-07-10T03:06:05.066187" elapsed="0.000232"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:06:05.066554" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.067435" level="INFO">Logging into '10.30.171.190:8101' as 'karaf'.</msg>
<msg time="2026-07-10T03:06:05.262088" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-10T03:06:05.067175" elapsed="0.195046"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.290590" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-10T03:06:05.262447" elapsed="0.028225"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.292512" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T03:06:05.292645" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-10T03:06:05.290829" elapsed="0.001847"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-10T03:06:05.292817" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:06:05.293156" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:06:05.293842" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:06:05.293500" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T03:06:05.293946" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.190
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T03:06:05.065867" elapsed="0.228251"/>
</kw>
<status status="PASS" start="2026-07-10T03:06:03.160203" elapsed="2.133981"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:06:05.296342" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:06:05.295104" elapsed="0.001306"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T03:06:05.297901" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T03:06:05.297519" elapsed="0.000427"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-10T03:06:05.298274" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:06:05.298028" 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-07-10T03:06:05.301382" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:06:05.301072" elapsed="0.000369"/>
</branch>
<status status="PASS" start="2026-07-10T03:06:05.301049" elapsed="0.000418"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.301842" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-10T03:06:05.301626" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:06:05.302563" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.190 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.48" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:06:05.302133" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.303277" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:06:05.302803" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:06:05.304239" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T03:06:05.304330" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:06:05.303913" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:06:05.304498" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.305727" level="INFO">Logging into '10.30.171.48:22' as 'jenkins'.</msg>
<msg time="2026-07-10T03:06:05.664158" 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 Fri Jul 10 03:06:04 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.48
  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: Fri Jul 10 03:06:04 2026 from 10.30.171.145
[?2004h[jenkins@releng-00446-21-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T03:06:05.305354" elapsed="0.359153"/>
</kw>
<msg time="2026-07-10T03:06:05.664740" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:06:05.305006" elapsed="0.359908"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T03:06:05.303509" elapsed="0.361699"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T03:06:05.666496" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.190 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T03:16:11.803392" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T03:16:11.804144" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T03:16:11.804288" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-10T03:06:05.665761" elapsed="606.138599"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:16:11.804886" elapsed="0.000852"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.807104" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190: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.190. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:10.891 16  switches: flows:  105956 105561 106813 104961 104041 104501 101371 103689 104446 101507 101181 100011 100353 102976 100763 99951  total = 27.468017 per ms 
03:08:10.992 16  switches: flows:  113930 115488 113683 112922 113367 112284 110970 111909 111156 109604 109835 111046 109079 112421 111726 109724  total = 29.769403 per ms 
03:09:11.093 16  switches: flows:  117564 117928 115376 115415 117032 116532 114375 115904 113908 113085 112284 113541 113448 114605 115916 113960  total = 30.630046 per ms 
03:10:11.194 16  switches: flows:  120008 119373 117569 118067 119181 119602 117613 119319 116922 114691 114139 115108 115365 117108 116878 116362  total = 31.236263 per ms 
03:11:11.295 16  switches: flows:  125262 124342 124475 124881 125090 124589 122675 122188 120944 120069 118136 121175 117117 119171 120896 119305  total = 32.451081 per ms 
03:12:11.396 16  switches: flows:  121667 120222 117894 120376 119813 119568 116595 120143 118170 116857 114586 117742 114280 115807 116587 114656  total = 31.363622 per ms 
03:13:11.497 16  switches: flows:  126064 122166 124616 123553 124327 121288 122146 124011 122477 121847 120314 120931 117221 121506 120891 118628  total = 32.478866 per ms 
03:14:11.598 16  switches: flows:  127084 123583 127692 125353 126705 123533 124503 126454 120867 123833 122419 122081 118479 122422 123281 120698  total = 32.928134 per ms 
03:15:11.699 16  switches: flows:  120329 118547 117790 121283 121431 119219 120657 119827 118202 116332 116491 116043 114136 115173 117557 113768  total = 31.394005 per ms 
03:16:11.800 16  switches: flows:  128283 124707 126547 127864 129359 122684 126469 127117 122982 124296 122972 122280 117472 125070 125432 120629  total = 33.180660 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29769.40/33180.66/31714.68/10624.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.806137" elapsed="0.001381"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T03:16:11.808235" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-07-10T03:16:11.807852" elapsed="0.000585"/>
</branch>
<status status="PASS" start="2026-07-10T03:16:11.807777" elapsed="0.000738"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T03:16:11.808833" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-07-10T03:16:11.808729" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-07-10T03:16:11.808682" elapsed="0.000327"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T03:16:11.809103" elapsed="0.000037"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:16:11.813913" elapsed="0.000576"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:16:11.814755" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:16:11.815190" elapsed="0.000169"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T03:16:11.809943" elapsed="0.005503"/>
</kw>
<msg time="2026-07-10T03:16:11.815667" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-10T03:06:05.298709" elapsed="606.516998"/>
</kw>
<status status="PASS" start="2026-07-10T03:06:05.298362" elapsed="606.517422"/>
</branch>
<status status="PASS" start="2026-07-10T03:06:05.298005" elapsed="606.517821"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.816618" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190: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.190. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:10.891 16  switches: flows:  105956 105561 106813 104961 104041 104501 101371 103689 104446 101507 101181 100011 100353 102976 100763 99951  total = 27.468017 per ms 
03:08:10.992 16  switches: flows:  113930 115488 113683 112922 113367 112284 110970 111909 111156 109604 109835 111046 109079 112421 111726 109724  total = 29.769403 per ms 
03:09:11.093 16  switches: flows:  117564 117928 115376 115415 117032 116532 114375 115904 113908 113085 112284 113541 113448 114605 115916 113960  total = 30.630046 per ms 
03:10:11.194 16  switches: flows:  120008 119373 117569 118067 119181 119602 117613 119319 116922 114691 114139 115108 115365 117108 116878 116362  total = 31.236263 per ms 
03:11:11.295 16  switches: flows:  125262 124342 124475 124881 125090 124589 122675 122188 120944 120069 118136 121175 117117 119171 120896 119305  total = 32.451081 per ms 
03:12:11.396 16  switches: flows:  121667 120222 117894 120376 119813 119568 116595 120143 118170 116857 114586 117742 114280 115807 116587 114656  total = 31.363622 per ms 
03:13:11.497 16  switches: flows:  126064 122166 124616 123553 124327 121288 122146 124011 122477 121847 120314 120931 117221 121506 120891 118628  total = 32.478866 per ms 
03:14:11.598 16  switches: flows:  127084 123583 127692 125353 126705 123533 124503 126454 120867 123833 122419 122081 118479 122422 123281 120698  total = 32.928134 per ms 
03:15:11.699 16  switches: flows:  120329 118547 117790 121283 121431 119219 120657 119827 118202 116332 116491 116043 114136 115173 117557 113768  total = 31.394005 per ms 
03:16:11.800 16  switches: flows:  128283 124707 126547 127864 129359 122684 126469 127117 122982 124296 122972 122280 117472 125070 125432 120629  total = 33.180660 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29769.40/33180.66/31714.68/10624.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.816087" elapsed="0.000642"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T03:16:11.816942" elapsed="0.000554"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T03:16:11.818079" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T03:16:11.818209" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29769.40/33180.66/31714.68/10624.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-10T03:16:11.817749" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:16:11.818869" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29769.40/33180.66/31714.68/10624.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:16:11.818475" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.821629" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.819111" elapsed="0.002579"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.824237" level="INFO">29769.40/33180.66/31714.68/10624.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.821841" elapsed="0.002463"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:16:11.826800" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:16:11.824469" elapsed="0.002365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:16:11.829488" level="INFO">@{result_value_list} = [ 29769.40 | 33180.66 | 31714.68 | 10624.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:16:11.827156" elapsed="0.002362"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.830010" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T03:16:11.830104" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:16:11.829690" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.834942" level="INFO">min :: 29769.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.830616" elapsed="0.004385"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T03:16:11.830453" elapsed="0.004588"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.839831" level="INFO">max :: 33180.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.835347" elapsed="0.004543"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T03:16:11.835181" elapsed="0.004744"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.844519" level="INFO">avg :: 31714.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-07-10T03:16:11.840144" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T03:16:11.840015" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.849437" level="INFO">stdev :: 10624.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.844945" elapsed="0.004550"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T03:16:11.844777" elapsed="0.004753"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T03:16:11.830199" elapsed="0.019369"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.853730" level="INFO">${min} = 29769.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:16:11.849744" elapsed="0.004014"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.857781" level="INFO">${max} = 33180.66</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:16:11.853912" elapsed="0.003897"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.864209" level="INFO">${average} = 31714.68</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:16:11.857964" elapsed="0.006283"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.869090" level="INFO">${stdev} = 10624.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:16:11.864461" elapsed="0.004655"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.869645" level="INFO">${date} = 2026-07-10 03:16:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T03:16:11.869275" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.870226" level="INFO">CBench Result: 2026-07-10 03:16:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29769.40,33180.66,31714.68,10624.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.869818" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T03:16:11.871516" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-10T03:16:11.871083" elapsed="0.000506"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T03:16:11.871756" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T03:16:11.870445" elapsed="0.001840"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-10T03:06:05.296866" elapsed="606.575479"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.872827" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-10T03:16:11.872494" elapsed="0.000390"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-10T03:16:11.873398" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-07-10T03:16:11.873097" elapsed="0.000656"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-10T03:06:05.294341" elapsed="606.579450"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.875357" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.874924" elapsed="0.000491"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.877087" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T03:16:11.876369" elapsed="0.000765"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-10T03:16:11.877480" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:16:11.877253" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-10T03:16:11.880633" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:16:11.880363" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-07-10T03:16:11.880344" elapsed="0.000398"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:16:11.881198" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-10T03:16:11.880940" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.881971" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.190 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.48" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:16:11.881486" elapsed="0.000546"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:16:11.882585" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:16:11.882175" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:16:11.883812" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T03:16:11.883910" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:16:11.883261" elapsed="0.000674"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:16:11.884099" elapsed="0.000372"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T03:16:11.885408" level="INFO">Logging into '10.30.171.48:22' as 'jenkins'.</msg>
<msg time="2026-07-10T03:16:12.515455" 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 Fri Jul 10 03:16:12 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.48
  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: Fri Jul 10 03:06:05 2026 from 10.30.171.145
[?2004h[jenkins@releng-00446-21-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T03:16:11.885049" elapsed="0.630661"/>
</kw>
<msg time="2026-07-10T03:16:12.515800" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:16:11.884650" elapsed="0.631240"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T03:16:11.882873" elapsed="0.633131"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T03:16:12.516535" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.190 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T03:26:18.568897" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T03:26:18.569338" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T03:26:18.569408" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.190:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-10T03:16:12.516235" elapsed="606.053215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:26:18.569801" elapsed="0.000515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.571076" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.190: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.190. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:17.645 16  switches: flows:  618624 599589 606556 602693 607118 605243 615376 605406 609739 589425 601148 596949 596313 595813 606965 599986  total = 160.949050 per ms 
03:18:17.745 16  switches: flows:  558275 543755 542436 533889 548171 542525 536487 555326 531381 550878 550136 553509 544223 547927 551659 547558  total = 145.392093 per ms 
03:19:17.847 16  switches: flows:  630519 627273 625474 621022 623314 618309 621205 622562 624693 622957 624825 628898 623317 626829 622553 626953  total = 166.231143 per ms 
03:20:17.949 16  switches: flows:  522307 530358 608465 518714 517833 517474 513068 530192 527376 526873 553657 511582 531452 575920 514656 534587  total = 142.002434 per ms 
03:21:18.051 16  switches: flows:  626072 613204 624236 608161 611225 604805 616663 617324 616013 609492 611113 620933 622366 612690 616972 616096  total = 163.844269 per ms 
03:22:18.153 16  switches: flows:  593442 562502 593928 578229 584472 583973 571632 584197 547156 591532 581703 589818 587915 572975 592537 581908  total = 154.704570 per ms 
03:23:18.254 16  switches: flows:  565515 569877 568383 579321 495994 588010 534360 581268 574583 572820 588821 566381 569751 518495 582799 574735  total = 150.266716 per ms 
03:24:18.356 16  switches: flows:  531600 549083 484747 541753 544744 525776 536943 537508 500966 547180 548167 530044 531481 548395 513613 558003  total = 141.928076 per ms 
03:25:18.457 16  switches: flows:  599572 597253 594630 607775 605536 591159 622681 610245 610440 611914 609162 605430 610105 603684 599100 597064  total = 160.990879 per ms 
03:26:18.559 16  switches: flows:  597009 585421 580560 593139 584121 594859 586030 578314 572247 594319 579669 576005 588895 581862 599695 598951  total = 156.254571 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141928.08/166231.14/153512.75/51900.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.570549" elapsed="0.000750"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T03:26:18.571656" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-07-10T03:26:18.571430" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-10T03:26:18.571392" elapsed="0.000399"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T03:26:18.571923" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-10T03:26:18.571872" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-07-10T03:26:18.571851" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T03:26:18.572052" 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-07-10T03:26:18.575752" elapsed="0.000546"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:26:18.576511" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:26:18.576954" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T03:26:18.572484" elapsed="0.004689"/>
</kw>
<msg time="2026-07-10T03:26:18.577353" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.190:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-10T03:16:11.878041" elapsed="606.699349"/>
</kw>
<status status="PASS" start="2026-07-10T03:16:11.877565" elapsed="606.699893"/>
</branch>
<status status="PASS" start="2026-07-10T03:16:11.877230" elapsed="606.700260"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.578141" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.190: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.190. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:17.645 16  switches: flows:  618624 599589 606556 602693 607118 605243 615376 605406 609739 589425 601148 596949 596313 595813 606965 599986  total = 160.949050 per ms 
03:18:17.745 16  switches: flows:  558275 543755 542436 533889 548171 542525 536487 555326 531381 550878 550136 553509 544223 547927 551659 547558  total = 145.392093 per ms 
03:19:17.847 16  switches: flows:  630519 627273 625474 621022 623314 618309 621205 622562 624693 622957 624825 628898 623317 626829 622553 626953  total = 166.231143 per ms 
03:20:17.949 16  switches: flows:  522307 530358 608465 518714 517833 517474 513068 530192 527376 526873 553657 511582 531452 575920 514656 534587  total = 142.002434 per ms 
03:21:18.051 16  switches: flows:  626072 613204 624236 608161 611225 604805 616663 617324 616013 609492 611113 620933 622366 612690 616972 616096  total = 163.844269 per ms 
03:22:18.153 16  switches: flows:  593442 562502 593928 578229 584472 583973 571632 584197 547156 591532 581703 589818 587915 572975 592537 581908  total = 154.704570 per ms 
03:23:18.254 16  switches: flows:  565515 569877 568383 579321 495994 588010 534360 581268 574583 572820 588821 566381 569751 518495 582799 574735  total = 150.266716 per ms 
03:24:18.356 16  switches: flows:  531600 549083 484747 541753 544744 525776 536943 537508 500966 547180 548167 530044 531481 548395 513613 558003  total = 141.928076 per ms 
03:25:18.457 16  switches: flows:  599572 597253 594630 607775 605536 591159 622681 610245 610440 611914 609162 605430 610105 603684 599100 597064  total = 160.990879 per ms 
03:26:18.559 16  switches: flows:  597009 585421 580560 593139 584121 594859 586030 578314 572247 594319 579669 576005 588895 581862 599695 598951  total = 156.254571 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141928.08/166231.14/153512.75/51900.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.577710" elapsed="0.000534"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T03:26:18.578448" elapsed="0.000547"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T03:26:18.579536" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T03:26:18.579685" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141928.08/166231.14/153512.75/51900.22 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-10T03:26:18.579219" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:26:18.580299" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141928.08/166231.14/153512.75/51900.22 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:26:18.579941" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.583767" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.580538" elapsed="0.003312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.587331" level="INFO">141928.08/166231.14/153512.75/51900.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.584065" elapsed="0.003323"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:26:18.589745" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:26:18.587541" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:26:18.592203" level="INFO">@{result_value_list} = [ 141928.08 | 166231.14 | 153512.75 | 51900.22 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:26:18.589990" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.592713" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T03:26:18.592802" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:26:18.592386" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.597724" level="INFO">min :: 141928.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.593226" elapsed="0.004557"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T03:26:18.593084" elapsed="0.004734"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.602460" level="INFO">max :: 166231.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.598068" elapsed="0.004456"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T03:26:18.597910" elapsed="0.004654"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.607282" level="INFO">avg :: 153512.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.602815" elapsed="0.004525"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T03:26:18.602683" elapsed="0.004692"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.612085" level="INFO">stdev :: 51900.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.607610" elapsed="0.004534"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T03:26:18.607465" elapsed="0.004715"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T03:26:18.592892" elapsed="0.019320"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.616388" level="INFO">${min} = 141928.08</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:26:18.612376" elapsed="0.004038"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.620265" level="INFO">${max} = 166231.14</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:26:18.616568" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.624242" level="INFO">${average} = 153512.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:26:18.620446" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.628177" level="INFO">${stdev} = 51900.22</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:26:18.624421" elapsed="0.003783"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.628739" level="INFO">${date} = 2026-07-10 03:26:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T03:26:18.628367" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.629343" level="INFO">CBench Result: 2026-07-10 03:26:18,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141928.08,166231.14,153512.75,51900.22</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.628914" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T03:26:18.630559" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-10T03:26:18.630112" elapsed="0.000530"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T03:26:18.630795" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T03:26:18.629570" elapsed="0.001764"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-10T03:16:11.875792" elapsed="606.755602"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.631883" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-10T03:26:18.631545" elapsed="0.000397"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-10T03:26:18.632458" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-07-10T03:26:18.632152" elapsed="0.000659"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-10T03:16:11.874200" elapsed="606.758649"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.634640" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.634235" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.635956" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-10T03:26:18.635623" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-10T03:26:18.636460" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:26:18.636152" elapsed="0.000373"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-10T03:26:18.639935" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:26:18.639672" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-10T03:26:18.639652" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:26:18.640370" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-10T03:26:18.640153" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.641112" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.190 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.48" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:26:18.640670" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T03:26:18.641737" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:26:18.641314" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:26:18.642727" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T03:26:18.642817" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:26:18.642380" elapsed="0.000461"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:26:18.642984" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T03:26:18.644230" level="INFO">Logging into '10.30.171.48:22' as 'jenkins'.</msg>
<msg time="2026-07-10T03:26:19.245925" 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 Fri Jul 10 03:26:18 UTC 2026

  System load:  0.37               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.48
  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: Fri Jul 10 03:16:12 2026 from 10.30.171.145
[?2004h[jenkins@releng-00446-21-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-10T03:26:18.643857" elapsed="0.602284"/>
</kw>
<msg time="2026-07-10T03:26:19.246230" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T03:26:18.643467" elapsed="0.602847"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-10T03:26:18.641997" elapsed="0.604433"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T03:26:19.246983" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.190 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T03:36:25.272113" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T03:36:25.272767" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T03:36:25.272885" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-10T03:26:19.246680" elapsed="606.026276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:36:25.273506" elapsed="0.000899"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.275515" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190: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.190. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:24.363 16  switches: flows:  129043 127920 126497 130636 127786 128022 125736 128831 127655 123326 125114 123896 122744 123146 123583 124071  total = 33.633433 per ms 
03:28:24.463 16  switches: flows:  127785 129117 125314 129928 129741 126701 129917 130511 125739 122509 126115 124765 125683 124360 124569 125722  total = 33.751595 per ms 
03:29:24.563 16  switches: flows:  128707 129347 127848 131072 130015 128841 128269 129289 128829 126862 126247 126413 125714 125383 126098 124660  total = 34.003157 per ms 
03:30:24.663 16  switches: flows:  130801 131196 128425 132606 129694 129520 128934 131446 133257 128256 126693 126752 127291 125392 126368 127668  total = 34.347494 per ms 
03:31:24.764 16  switches: flows:  130982 132232 130530 132024 132838 130776 130660 131665 133684 128464 127572 127905 129050 127377 129317 127956  total = 34.659362 per ms 
03:32:24.864 16  switches: flows:  128055 130324 129213 130833 127810 127475 129526 131208 130246 127965 125948 127379 127591 125490 129415 127615  total = 34.210913 per ms 
03:33:24.965 16  switches: flows:  128624 130793 127157 131540 127192 129548 130081 131936 131714 127592 123988 125699 128144 126410 128636 129247  total = 34.247830 per ms 
03:34:25.065 16  switches: flows:  128094 129574 129394 129833 126890 126610 127736 126813 131261 127243 123122 125158 129061 125234 125498 127849  total = 33.932832 per ms 
03:35:25.165 16  switches: flows:  129019 131209 130068 131681 127983 128704 130654 127224 131116 127529 125486 128400 129275 125684 128714 127753  total = 34.284386 per ms 
03:36:25.266 16  switches: flows:  127228 129619 128066 129532 125267 128236 127970 125887 129252 124450 122128 125619 126899 125298 126450 126739  total = 33.754278 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33751.59/34659.36/34132.43/11380.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.274918" elapsed="0.000837"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T03:36:25.276102" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-07-10T03:36:25.275890" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-07-10T03:36:25.275852" elapsed="0.000391"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T03:36:25.276373" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-10T03:36:25.276324" elapsed="0.000103"/>
</branch>
<status status="NOT RUN" start="2026-07-10T03:36:25.276302" elapsed="0.000154"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T03:36:25.276497" 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-07-10T03:36:25.280616" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T03:36:25.281332" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T03:36:25.281790" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T03:36:25.276971" elapsed="0.005049"/>
</kw>
<msg time="2026-07-10T03:36:25.282229" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-10T03:26:18.636930" elapsed="606.645338"/>
</kw>
<status status="PASS" start="2026-07-10T03:26:18.636553" elapsed="606.645791"/>
</branch>
<status status="PASS" start="2026-07-10T03:26:18.636129" elapsed="606.646250"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.283067" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.190: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.190. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:24.363 16  switches: flows:  129043 127920 126497 130636 127786 128022 125736 128831 127655 123326 125114 123896 122744 123146 123583 124071  total = 33.633433 per ms 
03:28:24.463 16  switches: flows:  127785 129117 125314 129928 129741 126701 129917 130511 125739 122509 126115 124765 125683 124360 124569 125722  total = 33.751595 per ms 
03:29:24.563 16  switches: flows:  128707 129347 127848 131072 130015 128841 128269 129289 128829 126862 126247 126413 125714 125383 126098 124660  total = 34.003157 per ms 
03:30:24.663 16  switches: flows:  130801 131196 128425 132606 129694 129520 128934 131446 133257 128256 126693 126752 127291 125392 126368 127668  total = 34.347494 per ms 
03:31:24.764 16  switches: flows:  130982 132232 130530 132024 132838 130776 130660 131665 133684 128464 127572 127905 129050 127377 129317 127956  total = 34.659362 per ms 
03:32:24.864 16  switches: flows:  128055 130324 129213 130833 127810 127475 129526 131208 130246 127965 125948 127379 127591 125490 129415 127615  total = 34.210913 per ms 
03:33:24.965 16  switches: flows:  128624 130793 127157 131540 127192 129548 130081 131936 131714 127592 123988 125699 128144 126410 128636 129247  total = 34.247830 per ms 
03:34:25.065 16  switches: flows:  128094 129574 129394 129833 126890 126610 127736 126813 131261 127243 123122 125158 129061 125234 125498 127849  total = 33.932832 per ms 
03:35:25.165 16  switches: flows:  129019 131209 130068 131681 127983 128704 130654 127224 131116 127529 125486 128400 129275 125684 128714 127753  total = 34.284386 per ms 
03:36:25.266 16  switches: flows:  127228 129619 128066 129532 125267 128236 127970 125887 129252 124450 122128 125619 126899 125298 126450 126739  total = 33.754278 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33751.59/34659.36/34132.43/11380.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.282630" elapsed="0.000570"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-10T03:36:25.283456" elapsed="0.000641"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T03:36:25.284682" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T03:36:25.284816" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33751.59/34659.36/34132.43/11380.95 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-10T03:36:25.284338" elapsed="0.000513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:36:25.285489" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33751.59/34659.36/34132.43/11380.95 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:36:25.285085" elapsed="0.000444"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.288532" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.285770" elapsed="0.002834"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.290971" level="INFO">33751.59/34659.36/34132.43/11380.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.288757" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:36:25.293440" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:36:25.291179" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T03:36:25.295909" level="INFO">@{result_value_list} = [ 33751.59 | 34659.36 | 34132.43 | 11380.95 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-10T03:36:25.293699" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.296404" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T03:36:25.296494" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-10T03:36:25.296091" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.301233" level="INFO">min :: 33751.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.296944" elapsed="0.004347"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T03:36:25.296799" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.305823" level="INFO">max :: 34659.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.301542" elapsed="0.004338"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T03:36:25.301415" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.310350" level="INFO">avg :: 34132.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.306126" elapsed="0.004310"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T03:36:25.305998" elapsed="0.004473"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.314909" level="INFO">stdev :: 11380.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.310697" elapsed="0.004268"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T03:36:25.310555" elapsed="0.004445"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T03:36:25.296587" elapsed="0.018443"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.319045" level="INFO">${min} = 33751.59</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:36:25.315201" elapsed="0.003871"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.322946" level="INFO">${max} = 34659.36</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:36:25.319226" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.327219" level="INFO">${average} = 34132.43</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:36:25.323127" elapsed="0.004120"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.331160" level="INFO">${stdev} = 11380.95</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-10T03:36:25.327420" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.331721" level="INFO">${date} = 2026-07-10 03:36:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T03:36:25.331350" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.332308" level="INFO">CBench Result: 2026-07-10 03:36:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33751.59,34659.36,34132.43,11380.95</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T03:36:25.331895" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T03:36:25.333565" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-10T03:36:25.333036" elapsed="0.000613"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-10T03:36:25.333844" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T03:36:25.332532" elapsed="0.001883"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-10T03:26:18.635053" elapsed="606.699426"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.334953" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-10T03:36:25.334642" elapsed="0.000367"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T03:36:25.336215" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-10T03:36:25.335738" elapsed="0.000503"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-10T03:36:25.336478" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-07-10T03:36:25.336326" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-07-10T03:36:25.336303" elapsed="0.000271"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.336739" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.336895" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.337053" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.337266" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.337424" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.337569" elapsed="0.000040"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.337775" elapsed="0.000041"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-10T03:36:25.338072" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T03:36:25.337901" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-07-10T03:36:25.337879" elapsed="0.000271"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-10T03:36:25.335386" elapsed="0.002815"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-10T03:26:18.633537" elapsed="606.704711"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-10T03:06:02.586030" elapsed="1822.753087"/>
</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>
