<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-02T00:46:47.521180" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-02T00:46:48.090791" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-02T00:46:48.090657" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:48.090630" elapsed="0.000260"/>
</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-06-02T00:46:48.091034" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T00:46:48.092022" level="INFO">Logging into '10.30.170.18:8101' as 'karaf'.</msg>
<msg time="2026-06-02T00:46:48.811940" 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-06-02T00:46:48.091721" elapsed="0.720402"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T00:46:48.859714" 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-06-02T00:46:48.812401" elapsed="0.047379"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T00:46:48.861926" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T00:46:48.862043" 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-06-02T00:46:48.859941" elapsed="0.002132"/>
</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-06-02T00:46:48.862229" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T00:46:48.862604" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:46:48.863344" 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-06-02T00:46:48.862954" elapsed="0.000450"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T00:46:48.863468" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.18
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T00:46:48.090270" elapsed="0.773402"/>
</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-06-02T00:46:48.086597" elapsed="0.777141"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T00:46:48.864340" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-02T00:46:48.863937" elapsed="0.000462"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T00:46:48.864801" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-02T00:46:48.864555" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T00:46:48.865427" 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-06-02T00:46:48.865012" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T00:46:48.865972" 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-06-02T00:46:48.865637" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T00:46:48.866554" 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-06-02T00:46:48.866162" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T00:46:48.867051" 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-06-02T00:46:48.866741" elapsed="0.000352"/>
</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-06-02T00:46:48.867410" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T00:46:48.867179" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T00:46:48.871774" 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-06-02T00:46:48.871375" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T00:46:48.872801" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T00:46:48.872883" 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-06-02T00:46:48.872374" elapsed="0.000534"/>
</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-06-02T00:46:48.873052" elapsed="0.000582"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T00:46:48.874644" level="INFO">Logging into '10.30.171.112:22' as 'jenkins'.</msg>
<msg time="2026-06-02T00:46:49.572396" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 00:46:49 UTC 2026

  System load:  0.2                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.112
  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-63164-279-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-06-02T00:46:48.874140" elapsed="0.698396"/>
</kw>
<msg time="2026-06-02T00:46:49.572620" 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-06-02T00:46:48.873792" elapsed="0.698911"/>
</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-06-02T00:46:48.872008" elapsed="0.700816"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-02T00:46:49.580345" 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-06-02T00:46:49.573024" elapsed="0.008773"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T00:46:49.581981" elapsed="0.000268"/>
</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-06-02T00:46:48.870845" elapsed="0.711486"/>
</kw>
<status status="PASS" start="2026-06-02T00:46:48.867536" elapsed="0.714835"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:48.867153" elapsed="0.715252"/>
</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-06-02T00:46:49.582586" elapsed="0.000490"/>
</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-06-02T00:46:49.592663" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-06-02T00:46:49.592399" elapsed="0.000379"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:49.592346" elapsed="0.000487"/>
</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-06-02T00:46:49.597751" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-02T00:46:49.597638" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:49.597617" elapsed="0.000205"/>
</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-06-02T00:46:49.597953" elapsed="0.000466"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T00:46:49.598829" level="INFO">Logging into '10.30.170.18:8101' as 'karaf'.</msg>
<msg time="2026-06-02T00:46:49.793170" 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-06-02T00:46:49.598569" elapsed="0.194760"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T00:46:49.897812" 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-06-02T00:46:49.793561" elapsed="0.104353"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T00:46:49.903520" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-02T00:46:49.903700" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-02T00:46:49.898093" elapsed="0.005640"/>
</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-06-02T00:46:49.903876" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T00:46:49.904209" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:46:49.904875" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-02T00:46:49.904560" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T00:46:49.904981" elapsed="0.000049"/>
</return>
<msg time="2026-06-02T00:46:49.905174" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.18
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T00:46:49.597264" elapsed="0.307958"/>
</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-06-02T00:46:49.905420" elapsed="0.000506"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T00:46:49.905979" elapsed="0.000034"/>
</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-06-02T00:46:49.591719" elapsed="0.314452"/>
</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-06-02T00:46:49.910134" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-02T00:46:49.910000" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:49.909976" elapsed="0.000233"/>
</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-06-02T00:46:49.910373" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T00:46:49.911244" level="INFO">Logging into '10.30.170.18:8101' as 'karaf'.</msg>
<msg time="2026-06-02T00:46:50.125430" 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-06-02T00:46:49.910964" elapsed="0.214610"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T00:46:50.148839" 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-06-02T00:46:50.125805" elapsed="0.023099"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T00:46:50.151034" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T00:46:50.151144" 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-06-02T00:46:50.149049" elapsed="0.002124"/>
</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-06-02T00:46:50.151325" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T00:46:50.151649" elapsed="0.000174"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:46:50.152280" 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-06-02T00:46:50.151957" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T00:46:50.152427" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.18
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T00:46:49.909673" elapsed="0.242924"/>
</kw>
<status status="PASS" start="2026-06-02T00:46:48.084799" elapsed="2.067862"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:46:50.155027" 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-06-02T00:46:50.153591" elapsed="0.001513"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T00:46:50.156780" 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-06-02T00:46:50.156192" elapsed="0.000637"/>
</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-06-02T00:46:50.157173" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T00:46:50.156922" elapsed="0.000310"/>
</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-06-02T00:46:50.160182" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-02T00:46:50.159934" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:50.159913" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T00:46:50.160645" 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-06-02T00:46:50.160769" 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-06-02T00:46:50.160434" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:46:50.161372" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.112" 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-06-02T00:46:50.160931" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T00:46:50.162031" 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-06-02T00:46:50.161574" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T00:46:50.162970" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T00:46:50.163060" 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-06-02T00:46:50.162649" elapsed="0.000435"/>
</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-06-02T00:46:50.163226" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T00:46:50.164696" level="INFO">Logging into '10.30.171.112:22' as 'jenkins'.</msg>
<msg time="2026-06-02T00:46:50.495253" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 00:46:49 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  2 00:46:49 2026 from 10.30.171.203
[?2004h[jenkins@releng-63164-279-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-06-02T00:46:50.164121" elapsed="0.331348"/>
</kw>
<msg time="2026-06-02T00:46:50.495552" 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-06-02T00:46:50.163773" elapsed="0.331870"/>
</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-06-02T00:46:50.162258" elapsed="0.333502"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T00:46:50.496518" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T00:56:56.597259" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T00:56:56.597774" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T00:56:56.597879" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-02T00:46:50.495979" elapsed="606.101960"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T00:56:56.598397" elapsed="0.000681"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.600394" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:55.683 16  switches: flows:  119352 118672 120659 121467 119869 121566 117558 118470 115588 113565 115008 116920 117185 118130 117984 115056  total = 31.450817 per ms 
00:48:55.784 16  switches: flows:  128396 129192 129389 128215 128249 129213 125681 124972 125501 122082 124695 123817 123692 123775 125569 121882  total = 33.515914 per ms 
00:49:55.884 16  switches: flows:  126899 127489 127051 128940 128033 125213 123764 124857 124351 120300 121066 120173 120495 122470 125613 119943  total = 33.055729 per ms 
00:50:55.985 16  switches: flows:  127800 127537 127588 129597 126700 125419 121902 126993 124933 118755 122014 120391 119961 123618 125241 119740  total = 33.081215 per ms 
00:51:56.087 16  switches: flows:  127744 128319 127038 129119 128320 126461 122974 127938 124389 120071 122358 121493 123331 124376 125223 119576  total = 33.256479 per ms 
00:52:56.188 16  switches: flows:  128055 127206 125228 127812 126636 128571 124907 127271 123954 121820 124673 122996 123850 124927 125307 123246  total = 33.385206 per ms 
00:53:56.289 16  switches: flows:  130700 127864 126326 128958 127039 130710 127377 125930 125118 121036 127389 125177 125338 124492 124142 124720  total = 33.649063 per ms 
00:54:56.390 16  switches: flows:  129152 128854 127474 127557 126765 130466 126512 126047 123095 120403 126619 124150 122537 123486 123507 124464  total = 33.462222 per ms 
00:55:56.491 16  switches: flows:  132006 128675 128319 128377 129064 129943 125915 127100 125262 122155 126323 124969 125732 123714 125065 125269  total = 33.741746 per ms 
00:56:56.593 16  switches: flows:  126709 125764 123778 124116 124830 126374 121877 123439 120454 118285 122070 120876 118988 119283 122978 119807  total = 32.605958 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32605.96/33741.75/33305.95/11106.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T00:56:56.599586" elapsed="0.001045"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T00:56:56.600976" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-06-02T00:56:56.600770" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-02T00:56:56.600720" elapsed="0.000396"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T00:56:56.601252" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-02T00:56:56.601201" elapsed="0.000132"/>
</branch>
<status status="NOT RUN" start="2026-06-02T00:56:56.601179" elapsed="0.000185"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T00:56:56.601411" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T00:56:56.605251" elapsed="0.000774"/>
</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-06-02T00:56:56.606421" elapsed="0.000383"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T00:56:56.607100" elapsed="0.000341"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T00:56:56.601849" elapsed="0.005719"/>
</kw>
<msg time="2026-06-02T00:56:56.607853" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-02T00:46:50.157593" elapsed="606.450318"/>
</kw>
<status status="PASS" start="2026-06-02T00:46:50.157261" elapsed="606.450759"/>
</branch>
<status status="PASS" start="2026-06-02T00:46:50.156892" elapsed="606.451179"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.608894" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:55.683 16  switches: flows:  119352 118672 120659 121467 119869 121566 117558 118470 115588 113565 115008 116920 117185 118130 117984 115056  total = 31.450817 per ms 
00:48:55.784 16  switches: flows:  128396 129192 129389 128215 128249 129213 125681 124972 125501 122082 124695 123817 123692 123775 125569 121882  total = 33.515914 per ms 
00:49:55.884 16  switches: flows:  126899 127489 127051 128940 128033 125213 123764 124857 124351 120300 121066 120173 120495 122470 125613 119943  total = 33.055729 per ms 
00:50:55.985 16  switches: flows:  127800 127537 127588 129597 126700 125419 121902 126993 124933 118755 122014 120391 119961 123618 125241 119740  total = 33.081215 per ms 
00:51:56.087 16  switches: flows:  127744 128319 127038 129119 128320 126461 122974 127938 124389 120071 122358 121493 123331 124376 125223 119576  total = 33.256479 per ms 
00:52:56.188 16  switches: flows:  128055 127206 125228 127812 126636 128571 124907 127271 123954 121820 124673 122996 123850 124927 125307 123246  total = 33.385206 per ms 
00:53:56.289 16  switches: flows:  130700 127864 126326 128958 127039 130710 127377 125930 125118 121036 127389 125177 125338 124492 124142 124720  total = 33.649063 per ms 
00:54:56.390 16  switches: flows:  129152 128854 127474 127557 126765 130466 126512 126047 123095 120403 126619 124150 122537 123486 123507 124464  total = 33.462222 per ms 
00:55:56.491 16  switches: flows:  132006 128675 128319 128377 129064 129943 125915 127100 125262 122155 126323 124969 125732 123714 125065 125269  total = 33.741746 per ms 
00:56:56.593 16  switches: flows:  126709 125764 123778 124116 124830 126374 121877 123439 120454 118285 122070 120876 118988 119283 122978 119807  total = 32.605958 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32605.96/33741.75/33305.95/11106.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T00:56:56.608467" elapsed="0.000531"/>
</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-06-02T00:56:56.609207" elapsed="0.000552"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T00:56:56.610339" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T00:56:56.610483" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32605.96/33741.75/33305.95/11106.93 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-06-02T00:56:56.609984" elapsed="0.000535"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T00:56:56.611100" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32605.96/33741.75/33305.95/11106.93 | 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-06-02T00:56:56.610736" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.614590" 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-06-02T00:56:56.611388" elapsed="0.003283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.617651" level="INFO">32605.96/33741.75/33305.95/11106.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T00:56:56.614877" elapsed="0.002832"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T00:56:56.620134" 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-06-02T00:56:56.617860" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T00:56:56.622638" level="INFO">@{result_value_list} = [ 32605.96 | 33741.75 | 33305.95 | 11106.93 ]</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-06-02T00:56:56.620371" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.623138" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T00:56:56.623228" 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-06-02T00:56:56.622826" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.628093" level="INFO">min :: 32605.96</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-06-02T00:56:56.623759" elapsed="0.004391"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T00:56:56.623599" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.632747" level="INFO">max :: 33741.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-06-02T00:56:56.628424" elapsed="0.004379"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T00:56:56.628279" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.637504" level="INFO">avg :: 33305.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-06-02T00:56:56.633054" elapsed="0.004506"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T00:56:56.632927" elapsed="0.004667"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.642165" level="INFO">stdev :: 11106.93</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-06-02T00:56:56.637814" elapsed="0.004407"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T00:56:56.637686" elapsed="0.004570"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T00:56:56.623342" elapsed="0.018963"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.646359" level="INFO">${min} = 32605.96</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-06-02T00:56:56.642466" elapsed="0.003922"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.650650" level="INFO">${max} = 33741.75</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-06-02T00:56:56.646544" elapsed="0.004134"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.654989" level="INFO">${average} = 33305.95</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-06-02T00:56:56.650833" elapsed="0.004185"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.658986" level="INFO">${stdev} = 11106.93</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-06-02T00:56:56.655181" elapsed="0.003832"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.659576" level="INFO">${date} = 2026-06-02 00:56:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T00:56:56.659177" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.660169" level="INFO">CBench Result: 2026-06-02 00:56:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32605.96,33741.75,33305.95,11106.93</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-06-02T00:56:56.659751" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T00:56:56.661333" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-02T00:56:56.660904" elapsed="0.000495"/>
</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-06-02T00:56:56.661550" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T00:56:56.660421" elapsed="0.001659"/>
</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-06-02T00:46:50.155561" elapsed="606.506581"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.662626" 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-06-02T00:56:56.662309" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-02T00:56:56.663198" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-06-02T00:56:56.662895" elapsed="0.000710"/>
</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-06-02T00:46:50.152826" elapsed="606.510821"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.664942" 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-06-02T00:56:56.664558" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.666243" 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-06-02T00:56:56.665908" elapsed="0.000401"/>
</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-06-02T00:56:56.666663" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-02T00:56:56.666437" elapsed="0.000286"/>
</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-06-02T00:56:56.669677" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-02T00:56:56.669427" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-02T00:56:56.669407" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T00:56:56.670113" 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-06-02T00:56:56.670231" 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-06-02T00:56:56.669906" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.670843" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.18 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.112" 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-06-02T00:56:56.670416" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T00:56:56.671455" 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-06-02T00:56:56.671038" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T00:56:56.672412" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T00:56:56.672501" 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-06-02T00:56:56.672084" 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-06-02T00:56:56.672665" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T00:56:56.673866" level="INFO">Logging into '10.30.171.112:22' as 'jenkins'.</msg>
<msg time="2026-06-02T00:56:57.326475" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 00:56:56 UTC 2026

  System load:  1.08               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.112
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  2 00:46:50 2026 from 10.30.171.203
[?2004h[jenkins@releng-63164-279-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-06-02T00:56:56.673511" elapsed="0.653165"/>
</kw>
<msg time="2026-06-02T00:56:57.326760" 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-06-02T00:56:56.673139" elapsed="0.653711"/>
</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-06-02T00:56:56.671711" elapsed="0.655254"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T00:56:57.327499" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.18 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T01:07:03.504880" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T01:07:03.509498" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T01:07:03.510128" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.18: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-06-02T00:56:57.327180" elapsed="606.183011"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:07:03.512722" elapsed="0.001484"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.517577" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:02.446 16  switches: flows:  563564 540408 557046 564019 561797 541493 552563 557008 547942 550580 565940 539070 552563 536428 537275 538014  total = 146.761833 per ms 
00:59:02.548 16  switches: flows:  677789 669121 676993 669582 679602 664219 677835 679361 671969 673010 683660 673007 676733 675188 672506 685502  total = 179.799397 per ms 
01:00:02.650 16  switches: flows:  638493 630788 638221 646192 631129 624337 642481 633025 635951 641493 651434 643371 649637 640120 642615 634972  total = 170.118373 per ms 
01:01:02.753 16  switches: flows:  633304 629924 630543 622198 634415 617491 623576 630950 634928 624629 632385 627856 628759 627765 624369 626452  total = 167.205542 per ms 
01:02:02.854 16  switches: flows:  588930 595342 593329 599390 601943 596035 601520 599581 600475 595151 600419 603095 593224 603620 595335 598922  total = 159.171207 per ms 
01:03:03.055 16  switches: flows:  634255 629506 627360 632123 628291 635568 632137 634204 629842 626161 632814 638386 626947 625660 631436 633224  total = 167.737412 per ms 
01:04:03.157 16  switches: flows:  648461 649846 647889 642611 645112 655132 655346 650483 660669 651751 661369 647759 651404 639234 664061 646968  total = 173.342338 per ms 
01:05:03.286 16  switches: flows:  636443 638722 643431 628830 635703 630943 626951 627912 638456 629174 633952 643933 641756 642772 638263 641080  total = 169.275247 per ms 
01:06:03.387 16  switches: flows:  597309 592192 587259 586815 593845 592080 586782 582587 586088 591664 588911 589219 592196 588887 593930 589826  total = 157.063032 per ms 
01:07:03.488 16  switches: flows:  602414 599122 602899 600639 602753 607861 601570 595860 607279 602993 605274 595420 594773 605520 602740 607043  total = 160.300789 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157063.03/179799.40/167112.59/56125.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:07:03.514989" elapsed="0.003234"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T01:07:03.519059" elapsed="0.000045"/>
</return>
<status status="PASS" start="2026-06-02T01:07:03.518816" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-06-02T01:07:03.518781" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T01:07:03.519273" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:07:03.519235" elapsed="0.000099"/>
</branch>
<status status="NOT RUN" start="2026-06-02T01:07:03.519218" elapsed="0.000139"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T01:07:03.519388" elapsed="0.000014"/>
</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-06-02T01:07:03.523939" elapsed="0.000402"/>
</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-06-02T01:07:03.524498" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:07:03.524816" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T01:07:03.520333" elapsed="0.004651"/>
</kw>
<msg time="2026-06-02T01:07:03.525122" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.18: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-06-02T00:56:56.667062" elapsed="606.858088"/>
</kw>
<status status="PASS" start="2026-06-02T00:56:56.666750" elapsed="606.858450"/>
</branch>
<status status="PASS" start="2026-06-02T00:56:56.666412" elapsed="606.858812"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.525726" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:02.446 16  switches: flows:  563564 540408 557046 564019 561797 541493 552563 557008 547942 550580 565940 539070 552563 536428 537275 538014  total = 146.761833 per ms 
00:59:02.548 16  switches: flows:  677789 669121 676993 669582 679602 664219 677835 679361 671969 673010 683660 673007 676733 675188 672506 685502  total = 179.799397 per ms 
01:00:02.650 16  switches: flows:  638493 630788 638221 646192 631129 624337 642481 633025 635951 641493 651434 643371 649637 640120 642615 634972  total = 170.118373 per ms 
01:01:02.753 16  switches: flows:  633304 629924 630543 622198 634415 617491 623576 630950 634928 624629 632385 627856 628759 627765 624369 626452  total = 167.205542 per ms 
01:02:02.854 16  switches: flows:  588930 595342 593329 599390 601943 596035 601520 599581 600475 595151 600419 603095 593224 603620 595335 598922  total = 159.171207 per ms 
01:03:03.055 16  switches: flows:  634255 629506 627360 632123 628291 635568 632137 634204 629842 626161 632814 638386 626947 625660 631436 633224  total = 167.737412 per ms 
01:04:03.157 16  switches: flows:  648461 649846 647889 642611 645112 655132 655346 650483 660669 651751 661369 647759 651404 639234 664061 646968  total = 173.342338 per ms 
01:05:03.286 16  switches: flows:  636443 638722 643431 628830 635703 630943 626951 627912 638456 629174 633952 643933 641756 642772 638263 641080  total = 169.275247 per ms 
01:06:03.387 16  switches: flows:  597309 592192 587259 586815 593845 592080 586782 582587 586088 591664 588911 589219 592196 588887 593930 589826  total = 157.063032 per ms 
01:07:03.488 16  switches: flows:  602414 599122 602899 600639 602753 607861 601570 595860 607279 602993 605274 595420 594773 605520 602740 607043  total = 160.300789 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157063.03/179799.40/167112.59/56125.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:07:03.525406" elapsed="0.000395"/>
</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-06-02T01:07:03.525954" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T01:07:03.526737" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T01:07:03.526827" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157063.03/179799.40/167112.59/56125.81 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-06-02T01:07:03.526509" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:07:03.527275" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157063.03/179799.40/167112.59/56125.81 | 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-06-02T01:07:03.527019" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.529743" 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-06-02T01:07:03.527466" elapsed="0.002334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.532253" level="INFO">157063.03/179799.40/167112.59/56125.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:07:03.529950" elapsed="0.002378"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:07:03.534700" 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-06-02T01:07:03.532482" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:07:03.537256" level="INFO">@{result_value_list} = [ 157063.03 | 179799.40 | 167112.59 | 56125.81 ]</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-06-02T01:07:03.535009" elapsed="0.002288"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.537767" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T01:07:03.537856" 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-06-02T01:07:03.537457" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.542665" level="INFO">min :: 157063.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:07:03.538276" elapsed="0.004451"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T01:07:03.538144" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.547770" level="INFO">max :: 179799.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-06-02T01:07:03.543139" elapsed="0.004691"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T01:07:03.542853" elapsed="0.005013"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.552723" level="INFO">avg :: 167112.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-06-02T01:07:03.548084" elapsed="0.004696"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T01:07:03.547955" elapsed="0.004861"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.557412" level="INFO">stdev :: 56125.81</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-06-02T01:07:03.553037" elapsed="0.004440"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T01:07:03.552905" elapsed="0.004608"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T01:07:03.537948" elapsed="0.019596"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.561448" level="INFO">${min} = 157063.03</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-06-02T01:07:03.557705" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.565424" level="INFO">${max} = 179799.40</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-06-02T01:07:03.561640" elapsed="0.003813"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.569404" level="INFO">${average} = 167112.59</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-06-02T01:07:03.565616" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.573424" level="INFO">${stdev} = 56125.81</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-06-02T01:07:03.569589" elapsed="0.003862"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.573982" level="INFO">${date} = 2026-06-02 01:07:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T01:07:03.573613" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.574588" level="INFO">CBench Result: 2026-06-02 01:07:03,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157063.03,179799.40,167112.59,56125.81</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-06-02T01:07:03.574158" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T01:07:03.576705" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-02T01:07:03.575334" elapsed="0.001446"/>
</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-06-02T01:07:03.576939" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T01:07:03.574816" elapsed="0.002687"/>
</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-06-02T00:56:56.665329" elapsed="606.912237"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.578054" 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-06-02T01:07:03.577726" elapsed="0.000387"/>
</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-06-02T01:07:03.578738" elapsed="0.000326"/>
</kw>
<status status="PASS" start="2026-06-02T01:07:03.578348" elapsed="0.000789"/>
</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-06-02T00:56:56.663969" elapsed="606.915208"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.580559" 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-06-02T01:07:03.580152" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.582092" 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-06-02T01:07:03.581719" elapsed="0.000417"/>
</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-06-02T01:07:03.582515" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:07:03.582264" elapsed="0.000311"/>
</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-06-02T01:07:03.586001" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:07:03.585741" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-06-02T01:07:03.585721" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:07:03.586454" 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-06-02T01:07:03.586575" 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-06-02T01:07:03.586223" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.587202" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.112" 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-06-02T01:07:03.586740" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:07:03.587872" 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-06-02T01:07:03.587425" elapsed="0.000479"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:07:03.589027" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T01:07:03.589126" 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-06-02T01:07:03.588509" elapsed="0.000642"/>
</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-06-02T01:07:03.589314" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T01:07:03.590578" level="INFO">Logging into '10.30.171.112:22' as 'jenkins'.</msg>
<msg time="2026-06-02T01:07:04.176339" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 01:07:03 UTC 2026

  System load:  0.35               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.112
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  2 00:56:57 2026 from 10.30.171.203
[?2004h[jenkins@releng-63164-279-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-06-02T01:07:03.590196" elapsed="0.586343"/>
</kw>
<msg time="2026-06-02T01:07:04.176625" 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-06-02T01:07:03.589824" elapsed="0.586883"/>
</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-06-02T01:07:03.588110" elapsed="0.588712"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T01:07:04.177354" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T01:17:10.237569" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T01:17:10.238058" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T01:17:10.238172" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-02T01:07:04.177045" elapsed="606.061184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:17:10.238796" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.240742" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:09.310 16  switches: flows:  105812 99462 104175 101408 100383 101179 100469 100167 100082 100473 99089 99189 100512 99925 98926 99778  total = 26.850483 per ms 
01:09:09.412 16  switches: flows:  116015 113469 116161 117490 112637 112974 116722 114257 111335 115241 113048 112390 113561 116040 113656 115111  total = 30.450395 per ms 
01:10:09.513 16  switches: flows:  108191 104031 106802 108950 105045 105609 105535 105054 104108 105684 104947 104913 106066 107716 104072 105563  total = 28.157754 per ms 
01:11:09.615 16  switches: flows:  110431 106255 106775 109836 106684 106056 108832 103981 104446 107810 102893 105374 108597 107402 105575 104927  total = 28.383819 per ms 
01:12:09.716 16  switches: flows:  110258 106009 109710 111032 106540 105426 108694 104906 103246 107368 104336 106374 107329 107271 104719 106597  total = 28.449370 per ms 
01:13:09.817 16  switches: flows:  110916 107608 109688 112392 107283 106019 110201 106544 104603 108380 106003 105377 108627 108822 106265 108076  total = 28.732013 per ms 
01:14:09.918 16  switches: flows:  115948 110795 111867 114200 111757 110296 112921 109653 109932 112386 107449 109366 112061 111783 108807 111098  total = 29.622509 per ms 
01:15:10.019 16  switches: flows:  105956 104166 105903 107575 104846 104141 105145 102936 102072 106331 103719 102851 106111 106826 102506 103522  total = 27.863578 per ms 
01:16:10.120 16  switches: flows:  109259 107409 107858 110295 106592 105760 108396 105705 105280 108978 106498 106271 106532 108136 105718 107093  total = 28.548663 per ms 
01:17:10.221 16  switches: flows:  109963 109400 108820 109984 108992 106084 109851 107603 108411 109932 107963 106106 107690 109890 108497 107640  total = 28.898822 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27863.58/30450.40/28789.66/9625.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:17:10.239925" elapsed="0.001162"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T01:17:10.241619" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-06-02T01:17:10.241311" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-06-02T01:17:10.241230" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T01:17:10.242053" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:17:10.241972" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-06-02T01:17:10.241937" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T01:17:10.242263" elapsed="0.000060"/>
</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-06-02T01:17:10.246500" elapsed="0.000329"/>
</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-06-02T01:17:10.246976" elapsed="0.000160"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:17:10.247265" elapsed="0.000114"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T01:17:10.243029" elapsed="0.004403"/>
</kw>
<msg time="2026-06-02T01:17:10.247559" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-02T01:07:03.583427" elapsed="606.664159"/>
</kw>
<status status="PASS" start="2026-06-02T01:07:03.582602" elapsed="606.665033"/>
</branch>
<status status="PASS" start="2026-06-02T01:07:03.582240" elapsed="606.665418"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.248110" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:09.310 16  switches: flows:  105812 99462 104175 101408 100383 101179 100469 100167 100082 100473 99089 99189 100512 99925 98926 99778  total = 26.850483 per ms 
01:09:09.412 16  switches: flows:  116015 113469 116161 117490 112637 112974 116722 114257 111335 115241 113048 112390 113561 116040 113656 115111  total = 30.450395 per ms 
01:10:09.513 16  switches: flows:  108191 104031 106802 108950 105045 105609 105535 105054 104108 105684 104947 104913 106066 107716 104072 105563  total = 28.157754 per ms 
01:11:09.615 16  switches: flows:  110431 106255 106775 109836 106684 106056 108832 103981 104446 107810 102893 105374 108597 107402 105575 104927  total = 28.383819 per ms 
01:12:09.716 16  switches: flows:  110258 106009 109710 111032 106540 105426 108694 104906 103246 107368 104336 106374 107329 107271 104719 106597  total = 28.449370 per ms 
01:13:09.817 16  switches: flows:  110916 107608 109688 112392 107283 106019 110201 106544 104603 108380 106003 105377 108627 108822 106265 108076  total = 28.732013 per ms 
01:14:09.918 16  switches: flows:  115948 110795 111867 114200 111757 110296 112921 109653 109932 112386 107449 109366 112061 111783 108807 111098  total = 29.622509 per ms 
01:15:10.019 16  switches: flows:  105956 104166 105903 107575 104846 104141 105145 102936 102072 106331 103719 102851 106111 106826 102506 103522  total = 27.863578 per ms 
01:16:10.120 16  switches: flows:  109259 107409 107858 110295 106592 105760 108396 105705 105280 108978 106498 106271 106532 108136 105718 107093  total = 28.548663 per ms 
01:17:10.221 16  switches: flows:  109963 109400 108820 109984 108992 106084 109851 107603 108411 109932 107963 106106 107690 109890 108497 107640  total = 28.898822 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27863.58/30450.40/28789.66/9625.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:17:10.247797" elapsed="0.000393"/>
</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-06-02T01:17:10.248370" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T01:17:10.249186" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T01:17:10.249280" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27863.58/30450.40/28789.66/9625.82 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-06-02T01:17:10.248951" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:17:10.249881" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27863.58/30450.40/28789.66/9625.82 | 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-06-02T01:17:10.249613" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.252330" 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-06-02T01:17:10.250064" elapsed="0.002324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.254988" level="INFO">27863.58/30450.40/28789.66/9625.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:17:10.252540" elapsed="0.002504"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:17:10.257473" 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-06-02T01:17:10.255195" elapsed="0.002306"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:17:10.259911" level="INFO">@{result_value_list} = [ 27863.58 | 30450.40 | 28789.66 | 9625.82 ]</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-06-02T01:17:10.257692" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.260434" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T01:17:10.260525" 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-06-02T01:17:10.260094" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.265352" level="INFO">min :: 27863.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:17:10.260975" elapsed="0.004450"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T01:17:10.260799" elapsed="0.004662"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.270028" level="INFO">max :: 30450.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-06-02T01:17:10.265678" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T01:17:10.265549" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.274823" level="INFO">avg :: 28789.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-06-02T01:17:10.270351" elapsed="0.004538"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T01:17:10.270207" elapsed="0.004722"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.279674" level="INFO">stdev :: 9625.82</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-06-02T01:17:10.275184" elapsed="0.004547"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T01:17:10.275025" elapsed="0.004742"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T01:17:10.260614" elapsed="0.019182"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.283886" level="INFO">${min} = 27863.58</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T01:17:10.279952" elapsed="0.003960"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.287861" level="INFO">${max} = 30450.40</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-06-02T01:17:10.284069" elapsed="0.003819"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.291828" level="INFO">${average} = 28789.66</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-06-02T01:17:10.288043" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.295739" level="INFO">${stdev} = 9625.82</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-06-02T01:17:10.292009" elapsed="0.003757"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.296269" level="INFO">${date} = 2026-06-02 01:17:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T01:17:10.295927" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.296880" level="INFO">CBench Result: 2026-06-02 01:17:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27863.58,30450.40,28789.66,9625.82</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-06-02T01:17:10.296465" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T01:17:10.298024" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-02T01:17:10.297581" elapsed="0.000521"/>
</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-06-02T01:17:10.298254" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T01:17:10.297100" elapsed="0.001685"/>
</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-06-02T01:07:03.580952" elapsed="606.717892"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.299310" 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-06-02T01:17:10.298988" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T01:17:10.300548" 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-06-02T01:17:10.300061" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-02T01:17:10.300795" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-06-02T01:17:10.300650" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-06-02T01:17:10.300630" elapsed="0.000252"/>
</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-06-02T01:17:10.301050" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-02T01:17:10.301208" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-02T01:17:10.301383" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-02T01:17:10.301598" elapsed="0.000025"/>
</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-06-02T01:17:10.301759" 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-06-02T01:17:10.301906" elapsed="0.000020"/>
</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-06-02T01:17:10.302050" elapsed="0.000019"/>
</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-06-02T01:17:10.302271" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:17:10.302133" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-06-02T01:17:10.302116" elapsed="0.000249"/>
</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-06-02T01:17:10.299730" elapsed="0.002686"/>
</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-06-02T01:07:03.579522" elapsed="606.722940"/>
</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-06-02T00:46:47.522745" elapsed="1822.780119"/>
</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>
