<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-01T00:45:41.101461" 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-09-01T00:45:41.611854" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-01T00:45:41.611718" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:41.611691" elapsed="0.000270"/>
</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-09-01T00:45:41.612094" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-01T00:45:41.612996" level="INFO">Logging into '10.30.171.115:8101' as 'karaf'.</msg>
<msg time="2026-09-01T00:45:42.262148" 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-09-01T00:45:41.612718" elapsed="0.649616"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-01T00:45:42.311070" 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-09-01T00:45:42.262624" elapsed="0.048514"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-01T00:45:42.312938" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-01T00:45:42.313037" 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-09-01T00:45:42.311300" elapsed="0.001764"/>
</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-09-01T00:45:42.313203" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T00:45:42.313560" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:45:42.314214" 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-09-01T00:45:42.313913" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T00:45:42.314312" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.115
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-01T00:45:41.611364" elapsed="0.703107"/>
</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-09-01T00:45:41.607972" elapsed="0.706579"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T00:45:42.315093" 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-09-01T00:45:42.314723" elapsed="0.000421"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T00:45:42.315522" 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-09-01T00:45:42.315281" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-01T00:45:42.316098" 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-09-01T00:45:42.315721" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T00:45:42.316685" 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-09-01T00:45:42.316277" elapsed="0.000445"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-01T00:45:42.317205" 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-09-01T00:45:42.316852" elapsed="0.000376"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T00:45:42.317664" 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-09-01T00:45:42.317369" elapsed="0.000332"/>
</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-09-01T00:45:42.318006" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-01T00:45:42.317785" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T00:45:42.322316" 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-09-01T00:45:42.321938" elapsed="0.000402"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T00:45:42.323283" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T00:45:42.323358" 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-09-01T00:45:42.322861" elapsed="0.000519"/>
</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-09-01T00:45:42.323525" elapsed="0.000312"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T00:45:42.324809" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-01T00:45:42.803177" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Sep  1 00:45:01 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-386-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-09-01T00:45:42.324294" elapsed="0.479065"/>
</kw>
<msg time="2026-09-01T00:45:42.803474" 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-09-01T00:45:42.323987" elapsed="0.479611"/>
</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-09-01T00:45:42.322547" elapsed="0.481186"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-01T00:45:42.813753" 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-09-01T00:45:42.804029" elapsed="0.011829"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T00:45:42.816116" elapsed="0.000377"/>
</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-09-01T00:45:42.321449" elapsed="0.495151"/>
</kw>
<status status="PASS" start="2026-09-01T00:45:42.318363" elapsed="0.498286"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:42.317758" elapsed="0.498940"/>
</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-09-01T00:45:42.816899" elapsed="0.000660"/>
</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-09-01T00:45:42.823445" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-01T00:45:42.823288" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:42.823257" elapsed="0.000317"/>
</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-09-01T00:45:42.828327" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-01T00:45:42.828176" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:42.828151" elapsed="0.000267"/>
</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-09-01T00:45:42.828612" elapsed="0.000564"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-01T00:45:42.829710" level="INFO">Logging into '10.30.171.115:8101' as 'karaf'.</msg>
<msg time="2026-09-01T00:45:43.032959" 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-09-01T00:45:42.829363" elapsed="0.203767"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.119380" 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-09-01T00:45:43.033416" elapsed="0.086062"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.125702" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-01T00:45:43.125898" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-01T00:45:43.119686" elapsed="0.006266"/>
</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-09-01T00:45:43.126091" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T00:45:43.126434" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:45:43.127154" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-01T00:45:43.126822" elapsed="0.000386"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T00:45:43.127262" elapsed="0.000054"/>
</return>
<msg time="2026-09-01T00:45:43.127461" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.115
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-01T00:45:42.827719" elapsed="0.299773"/>
</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-09-01T00:45:43.127659" elapsed="0.000574"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T00:45:43.128284" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-01T00:45:42.822892" elapsed="0.305518"/>
</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-09-01T00:45:43.132107" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-09-01T00:45:43.131979" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:43.131956" elapsed="0.000220"/>
</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-09-01T00:45:43.132301" elapsed="0.000425"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.133109" level="INFO">Logging into '10.30.171.115:8101' as 'karaf'.</msg>
<msg time="2026-09-01T00:45:43.355797" 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-09-01T00:45:43.132858" elapsed="0.223023"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.376606" 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-09-01T00:45:43.356044" elapsed="0.020615"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.378644" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-01T00:45:43.378738" 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-09-01T00:45:43.376794" elapsed="0.001970"/>
</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-09-01T00:45:43.378885" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T00:45:43.379198" elapsed="0.000163"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:45:43.379767" 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-09-01T00:45:43.379491" elapsed="0.000322"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T00:45:43.379858" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.115
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-01T00:45:43.131662" elapsed="0.248343"/>
</kw>
<status status="PASS" start="2026-09-01T00:45:41.606211" elapsed="1.773864"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:45:43.382264" 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-09-01T00:45:43.381259" elapsed="0.001063"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T00:45:43.383611" 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-09-01T00:45:43.383278" elapsed="0.000372"/>
</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-09-01T00:45:43.383940" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-01T00:45:43.383718" elapsed="0.000274"/>
</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-09-01T00:45:43.386636" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-01T00:45:43.386397" elapsed="0.000288"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:43.386380" elapsed="0.000328"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.387017" 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-09-01T00:45:43.387136" 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-09-01T00:45:43.386826" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:45:43.387701" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-09-01T00:45:43.387291" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.388339" 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-09-01T00:45:43.387887" elapsed="0.000476"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T00:45:43.389218" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T00:45:43.389301" 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-09-01T00:45:43.388903" elapsed="0.000419"/>
</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-09-01T00:45:43.389451" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.390583" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-01T00:45:43.720336" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Sep  1 00:45:01 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Sep  1 00:45:42 2026 from 10.30.170.75
[?2004h[jenkins@releng-63164-386-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-09-01T00:45:43.390247" elapsed="0.330329"/>
</kw>
<msg time="2026-09-01T00:45:43.720673" 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-09-01T00:45:43.389926" elapsed="0.330852"/>
</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-09-01T00:45:43.388567" elapsed="0.332346"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-01T00:45:43.721576" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-01T00:55:49.854145" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-01T00:55:49.854665" level="INFO">${stdout} = </msg>
<msg time="2026-09-01T00:55:49.854762" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-01T00:45:43.721199" elapsed="606.133615"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T00:55:49.855259" elapsed="0.000681"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.856991" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:48.943 16  switches: flows:  88533 88348 87291 85559 86095 86750 87405 83919 84069 84244 84680 82758 81761 83758 83635 82876  total = 22.694683 per ms 
00:47:49.045 16  switches: flows:  93066 94500 92519 93799 91478 92056 91157 91628 88060 90483 88360 87681 88535 88895 86258 88780  total = 24.080720 per ms 
00:48:49.145 16  switches: flows:  94286 93235 94037 92838 90555 93417 93053 93318 89890 90627 91015 87961 90121 91387 87663 89820  total = 24.346426 per ms 
00:49:49.246 16  switches: flows:  97418 94621 96509 96175 95792 95746 95158 95529 90003 93738 91654 90892 93544 92592 91405 92669  total = 25.015329 per ms 
00:50:49.348 16  switches: flows:  96603 94702 96206 95957 94271 94570 95666 93562 91646 93315 90853 91530 90998 91202 89622 91581  total = 24.829872 per ms 
00:51:49.448 16  switches: flows:  96971 95324 95896 96666 94391 95381 95030 94191 90303 93532 91426 89027 90354 91879 90391 91008  total = 24.821407 per ms 
00:52:49.549 16  switches: flows:  98480 95879 98005 98790 95335 95022 95599 96197 92137 95365 92202 91615 92788 92341 92134 92172  total = 25.192296 per ms 
00:53:49.649 16  switches: flows:  97940 96825 97370 97778 94481 95886 95427 96537 91957 94647 91858 90440 91756 92826 90334 91246  total = 25.079923 per ms 
00:54:49.749 16  switches: flows:  99968 97622 99375 99780 95755 95592 96806 97083 93241 93602 93081 92298 94992 97178 92695 92892  total = 25.490133 per ms 
00:55:49.849 16  switches: flows:  98781 97481 98683 99496 96596 97076 97362 95822 93186 93058 94144 92547 94769 96671 92589 92381  total = 25.468198 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24080.72/25490.13/24924.92/8320.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T00:55:49.856291" elapsed="0.000997"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-01T00:55:49.857827" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-09-01T00:55:49.857456" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-09-01T00:55:49.857406" elapsed="0.000637"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-01T00:55:49.858236" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-01T00:55:49.858164" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-01T00:55:49.858134" elapsed="0.000222"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-01T00:55:49.858421" elapsed="0.000026"/>
</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-09-01T00:55:49.863481" elapsed="0.000711"/>
</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-09-01T00:55:49.864484" elapsed="0.000346"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T00:55:49.865106" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-01T00:55:49.859087" elapsed="0.006318"/>
</kw>
<msg time="2026-09-01T00:55:49.865682" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-01T00:45:43.384306" elapsed="606.481429"/>
</kw>
<status status="PASS" start="2026-09-01T00:45:43.384017" elapsed="606.481814"/>
</branch>
<status status="PASS" start="2026-09-01T00:45:43.383698" elapsed="606.482180"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.866789" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:48.943 16  switches: flows:  88533 88348 87291 85559 86095 86750 87405 83919 84069 84244 84680 82758 81761 83758 83635 82876  total = 22.694683 per ms 
00:47:49.045 16  switches: flows:  93066 94500 92519 93799 91478 92056 91157 91628 88060 90483 88360 87681 88535 88895 86258 88780  total = 24.080720 per ms 
00:48:49.145 16  switches: flows:  94286 93235 94037 92838 90555 93417 93053 93318 89890 90627 91015 87961 90121 91387 87663 89820  total = 24.346426 per ms 
00:49:49.246 16  switches: flows:  97418 94621 96509 96175 95792 95746 95158 95529 90003 93738 91654 90892 93544 92592 91405 92669  total = 25.015329 per ms 
00:50:49.348 16  switches: flows:  96603 94702 96206 95957 94271 94570 95666 93562 91646 93315 90853 91530 90998 91202 89622 91581  total = 24.829872 per ms 
00:51:49.448 16  switches: flows:  96971 95324 95896 96666 94391 95381 95030 94191 90303 93532 91426 89027 90354 91879 90391 91008  total = 24.821407 per ms 
00:52:49.549 16  switches: flows:  98480 95879 98005 98790 95335 95022 95599 96197 92137 95365 92202 91615 92788 92341 92134 92172  total = 25.192296 per ms 
00:53:49.649 16  switches: flows:  97940 96825 97370 97778 94481 95886 95427 96537 91957 94647 91858 90440 91756 92826 90334 91246  total = 25.079923 per ms 
00:54:49.749 16  switches: flows:  99968 97622 99375 99780 95755 95592 96806 97083 93241 93602 93081 92298 94992 97178 92695 92892  total = 25.490133 per ms 
00:55:49.849 16  switches: flows:  98781 97481 98683 99496 96596 97076 97362 95822 93186 93058 94144 92547 94769 96671 92589 92381  total = 25.468198 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24080.72/25490.13/24924.92/8320.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T00:55:49.866178" elapsed="0.000760"/>
</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-09-01T00:55:49.867248" elapsed="0.000798"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-01T00:55:49.868842" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-01T00:55:49.869037" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24080.72/25490.13/24924.92/8320.24 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-09-01T00:55:49.868367" elapsed="0.000720"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T00:55:49.869917" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24080.72/25490.13/24924.92/8320.24 | 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-09-01T00:55:49.869392" elapsed="0.000578"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.874865" 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-09-01T00:55:49.870280" elapsed="0.004692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.879899" level="INFO">24080.72/25490.13/24924.92/8320.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T00:55:49.875287" elapsed="0.004752"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T00:55:49.884841" 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-09-01T00:55:49.880343" elapsed="0.004553"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T00:55:49.889928" level="INFO">@{result_value_list} = [ 24080.72 | 25490.13 | 24924.92 | 8320.24 ]</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-09-01T00:55:49.885310" elapsed="0.004675"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.891061" level="INFO">Length is 4.</msg>
<msg time="2026-09-01T00:55:49.891238" 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-09-01T00:55:49.890323" elapsed="0.000962"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.900296" level="INFO">min :: 24080.72</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-09-01T00:55:49.892081" elapsed="0.008293"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-01T00:55:49.891795" elapsed="0.008626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.906804" level="INFO">max :: 25490.13</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-09-01T00:55:49.900968" elapsed="0.005913"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-01T00:55:49.900566" elapsed="0.006361"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.913109" level="INFO">avg :: 24924.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T00:55:49.907246" elapsed="0.005960"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-01T00:55:49.907065" elapsed="0.006190"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.919402" level="INFO">stdev :: 8320.24</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-09-01T00:55:49.913590" elapsed="0.005891"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-01T00:55:49.913385" elapsed="0.006165"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-01T00:55:49.891409" elapsed="0.028189"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.924878" level="INFO">${min} = 24080.72</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-09-01T00:55:49.919830" elapsed="0.005085"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.929789" level="INFO">${max} = 25490.13</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-09-01T00:55:49.925137" elapsed="0.004677"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.933329" level="INFO">${average} = 24924.92</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-09-01T00:55:49.929951" elapsed="0.003401"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.936877" level="INFO">${stdev} = 8320.24</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-09-01T00:55:49.933489" elapsed="0.003414"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.937383" level="INFO">${date} = 2026-09-01 00:55:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-01T00:55:49.937061" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.937917" level="INFO">CBench Result: 2026-09-01 00:55:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24080.72,25490.13,24924.92,8320.24</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-09-01T00:55:49.937551" elapsed="0.000415"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T00:55:49.938974" 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-09-01T00:55:49.938566" elapsed="0.000479"/>
</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-09-01T00:55:49.939179" elapsed="0.000439"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-01T00:55:49.938122" elapsed="0.001553"/>
</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-09-01T00:45:43.382709" elapsed="606.557017"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.940151" 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-09-01T00:55:49.939857" elapsed="0.000344"/>
</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-09-01T00:55:49.940667" elapsed="0.000240"/>
</kw>
<status status="PASS" start="2026-09-01T00:55:49.940385" elapsed="0.000582"/>
</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-09-01T00:45:43.380217" elapsed="606.560782"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.942220" 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-09-01T00:55:49.941866" elapsed="0.000403"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.943377" 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-09-01T00:55:49.943089" elapsed="0.000326"/>
</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-09-01T00:55:49.943742" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-01T00:55:49.943484" 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-09-01T00:55:49.946489" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-09-01T00:55:49.946266" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-09-01T00:55:49.946249" elapsed="0.000328"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-01T00:55:49.946886" 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-09-01T00:55:49.946993" 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-09-01T00:55:49.946700" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.947550" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.115 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-09-01T00:55:49.947155" elapsed="0.000448"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T00:55:49.948286" 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-09-01T00:55:49.947731" elapsed="0.000578"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T00:55:49.949191" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T00:55:49.949274" 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-09-01T00:55:49.948847" elapsed="0.000450"/>
</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-09-01T00:55:49.949426" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T00:55:49.950622" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-01T00:55:50.610139" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Sep  1 00:55:50 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Sep  1 00:45:43 2026 from 10.30.170.75
[?2004h[jenkins@releng-63164-386-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-09-01T00:55:49.950289" elapsed="0.660056"/>
</kw>
<msg time="2026-09-01T00:55:50.610435" 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-09-01T00:55:49.949957" elapsed="0.660591"/>
</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-09-01T00:55:49.948491" elapsed="0.662175"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-01T00:55:50.611246" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.115 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-01T01:05:56.670300" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-01T01:05:56.670812" level="INFO">${stdout} = </msg>
<msg time="2026-09-01T01:05:56.670893" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.115: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-09-01T00:55:50.610901" elapsed="606.060027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:05:56.671291" elapsed="0.000529"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.672635" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:55.743 16  switches: flows:  651968 653519 653015 644875 654546 652012 650232 656602 648143 642877 653939 652102 647782 654652 641857 646414  total = 173.408917 per ms 
00:57:55.846 16  switches: flows:  659670 662511 654473 660954 657237 647784 656746 663906 659209 656868 656080 662147 658137 662134 653594 663196  total = 175.279394 per ms 
00:58:55.947 16  switches: flows:  686024 688001 690525 693942 689729 689759 684601 692763 687260 687623 691911 686671 691035 680783 690493 688956  total = 183.359639 per ms 
00:59:56.048 16  switches: flows:  692996 691028 689610 690509 685308 695822 693356 692383 687491 693450 688374 688445 691967 690650 691972 690293  total = 183.917522 per ms 
01:00:56.150 16  switches: flows:  683485 690891 689800 682427 689629 688112 695996 686350 692536 688460 691502 692161 687966 685729 689595 693374  total = 183.488986 per ms 
01:01:56.252 16  switches: flows:  686450 683651 683526 687014 684561 683113 681813 680470 672195 686218 681011 685241 676158 673432 686188 690777  total = 181.723312 per ms 
01:02:56.353 16  switches: flows:  667315 669141 667042 658322 665554 665658 672221 672475 672407 666098 665870 672038 674290 663452 673294 673421  total = 178.008246 per ms 
01:03:56.456 16  switches: flows:  679326 680305 671479 677258 677062 682536 677295 674696 681183 673904 673727 685286 678061 682834 677170 669089  total = 180.378682 per ms 
01:04:56.558 16  switches: flows:  674567 673014 672699 676829 675817 674749 668984 678146 672636 674339 679424 678737 679484 674336 675416 680334  total = 179.854574 per ms 
01:05:56.665 16  switches: flows:  674722 677853 669246 673155 667767 667399 677933 674461 675061 677756 674559 675075 673553 677705 673461 670727  total = 179.354316 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 175279.39/183917.52/180596.07/60259.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:05:56.672099" elapsed="0.000771"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-01T01:05:56.673234" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-09-01T01:05:56.672998" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-09-01T01:05:56.672961" elapsed="0.000411"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-01T01:05:56.673496" elapsed="0.000041"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:05:56.673449" elapsed="0.000125"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:05:56.673429" elapsed="0.000173"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-01T01:05:56.673642" elapsed="0.000016"/>
</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-09-01T01:05:56.677287" elapsed="0.000488"/>
</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-09-01T01:05:56.678175" elapsed="0.000643"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:05:56.679223" elapsed="0.000228"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-01T01:05:56.674113" elapsed="0.005484"/>
</kw>
<msg time="2026-09-01T01:05:56.679934" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.115: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-09-01T00:55:49.944118" elapsed="606.735906"/>
</kw>
<status status="PASS" start="2026-09-01T00:55:49.943818" elapsed="606.736305"/>
</branch>
<status status="PASS" start="2026-09-01T00:55:49.943465" elapsed="606.736716"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.681276" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:55.743 16  switches: flows:  651968 653519 653015 644875 654546 652012 650232 656602 648143 642877 653939 652102 647782 654652 641857 646414  total = 173.408917 per ms 
00:57:55.846 16  switches: flows:  659670 662511 654473 660954 657237 647784 656746 663906 659209 656868 656080 662147 658137 662134 653594 663196  total = 175.279394 per ms 
00:58:55.947 16  switches: flows:  686024 688001 690525 693942 689729 689759 684601 692763 687260 687623 691911 686671 691035 680783 690493 688956  total = 183.359639 per ms 
00:59:56.048 16  switches: flows:  692996 691028 689610 690509 685308 695822 693356 692383 687491 693450 688374 688445 691967 690650 691972 690293  total = 183.917522 per ms 
01:00:56.150 16  switches: flows:  683485 690891 689800 682427 689629 688112 695996 686350 692536 688460 691502 692161 687966 685729 689595 693374  total = 183.488986 per ms 
01:01:56.252 16  switches: flows:  686450 683651 683526 687014 684561 683113 681813 680470 672195 686218 681011 685241 676158 673432 686188 690777  total = 181.723312 per ms 
01:02:56.353 16  switches: flows:  667315 669141 667042 658322 665554 665658 672221 672475 672407 666098 665870 672038 674290 663452 673294 673421  total = 178.008246 per ms 
01:03:56.456 16  switches: flows:  679326 680305 671479 677258 677062 682536 677295 674696 681183 673904 673727 685286 678061 682834 677170 669089  total = 180.378682 per ms 
01:04:56.558 16  switches: flows:  674567 673014 672699 676829 675817 674749 668984 678146 672636 674339 679424 678737 679484 674336 675416 680334  total = 179.854574 per ms 
01:05:56.665 16  switches: flows:  674722 677853 669246 673155 667767 667399 677933 674461 675061 677756 674559 675075 673553 677705 673461 670727  total = 179.354316 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 175279.39/183917.52/180596.07/60259.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:05:56.680533" elapsed="0.000896"/>
</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-09-01T01:05:56.681776" elapsed="0.000812"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-01T01:05:56.683379" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-01T01:05:56.683584" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 175279.39/183917.52/180596.07/60259.03 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-01T01:05:56.682939" elapsed="0.000695"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:05:56.684480" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 175279.39/183917.52/180596.07/60259.03 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-01T01:05:56.683964" elapsed="0.000597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.689778" 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-09-01T01:05:56.684874" elapsed="0.005041"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.694975" level="INFO">175279.39/183917.52/180596.07/60259.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:05:56.690215" elapsed="0.004872"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:05:56.700040" 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-09-01T01:05:56.695388" elapsed="0.004707"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:05:56.705160" level="INFO">@{result_value_list} = [ 175279.39 | 183917.52 | 180596.07 | 60259.03 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-01T01:05:56.700596" elapsed="0.004618"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.706293" level="INFO">Length is 4.</msg>
<msg time="2026-09-01T01:05:56.706470" 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-09-01T01:05:56.705553" elapsed="0.000996"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.713388" level="INFO">min :: 175279.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:05:56.707168" elapsed="0.006318"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-01T01:05:56.706999" elapsed="0.006570"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.720249" level="INFO">max :: 183917.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:05:56.713987" elapsed="0.006336"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-01T01:05:56.713725" elapsed="0.006644"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.727347" level="INFO">avg :: 180596.07</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-09-01T01:05:56.720992" elapsed="0.006457"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-01T01:05:56.720486" elapsed="0.007045"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.734056" level="INFO">stdev :: 60259.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-09-01T01:05:56.727949" elapsed="0.006158"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-01T01:05:56.727693" elapsed="0.006446"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-01T01:05:56.706685" elapsed="0.027491"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.738118" level="INFO">${min} = 175279.39</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-09-01T01:05:56.734367" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.741751" level="INFO">${max} = 183917.52</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-09-01T01:05:56.738330" elapsed="0.003445"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.745294" level="INFO">${average} = 180596.07</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-09-01T01:05:56.741925" elapsed="0.003392"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.749022" level="INFO">${stdev} = 60259.03</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-01T01:05:56.745453" elapsed="0.003593"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.749532" level="INFO">${date} = 2026-09-01 01:05: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-09-01T01:05:56.749192" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.750063" level="INFO">CBench Result: 2026-09-01 01:05:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,175279.39,183917.52,180596.07,60259.03</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:05:56.749687" elapsed="0.000425"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:05:56.751147" 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-09-01T01:05:56.750720" elapsed="0.000489"/>
</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-09-01T01:05:56.751344" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-01T01:05:56.750264" elapsed="0.001606"/>
</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-09-01T00:55:49.942567" elapsed="606.809358"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.752366" 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-09-01T01:05:56.752062" elapsed="0.000355"/>
</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-09-01T01:05:56.752916" elapsed="0.000242"/>
</kw>
<status status="PASS" start="2026-09-01T01:05:56.752632" elapsed="0.000588"/>
</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-09-01T00:55:49.941284" elapsed="606.811971"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.754367" 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-09-01T01:05:56.754030" elapsed="0.000386"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.755613" 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-09-01T01:05:56.755219" elapsed="0.000435"/>
</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-09-01T01:05:56.755997" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:05:56.755774" elapsed="0.000274"/>
</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-09-01T01:05:56.758948" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:05:56.758669" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-09-01T01:05:56.758651" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:05:56.759335" 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-09-01T01:05:56.759437" 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-09-01T01:05:56.759150" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.760003" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-09-01T01:05:56.759596" elapsed="0.000458"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:05:56.760556" 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-09-01T01:05:56.760179" elapsed="0.000400"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:05:56.761384" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T01:05:56.761460" 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-09-01T01:05:56.761099" elapsed="0.000382"/>
</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-09-01T01:05:56.761625" elapsed="0.000301"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T01:05:56.762751" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-01T01:05:57.399978" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Sep  1 01:05:56 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Sep  1 00:55:50 2026 from 10.30.170.75
[?2004h[jenkins@releng-63164-386-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-09-01T01:05:56.762413" elapsed="0.637756"/>
</kw>
<msg time="2026-09-01T01:05:57.400252" 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-09-01T01:05:56.762062" elapsed="0.638269"/>
</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-09-01T01:05:56.760759" elapsed="0.639680"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-01T01:05:57.400957" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-01T01:16:03.431052" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-01T01:16:03.431434" level="INFO">${stdout} = </msg>
<msg time="2026-09-01T01:16:03.431525" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-01T01:05:57.400665" elapsed="606.030902"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:16:03.431897" elapsed="0.000479"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.433113" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:02.522 16  switches: flows:  97032 97050 95211 94788 94650 93718 92683 92239 91150 91725 89757 88783 89238 88710 88372 89693  total = 24.579983 per ms 
01:08:02.623 16  switches: flows:  97603 96972 97994 97462 96158 95087 94466 93052 92280 93401 93169 91415 91284 91177 90549 90497  total = 25.001054 per ms 
01:09:02.723 16  switches: flows:  96353 96066 95488 96714 94852 94637 95266 93498 92478 93360 91328 92193 92507 89461 91392 90179  total = 24.887995 per ms 
01:10:02.823 16  switches: flows:  98069 97761 98346 96171 95762 95931 95392 94215 93356 93947 93920 94448 92009 89606 90583 91107  total = 25.135112 per ms 
01:11:02.923 16  switches: flows:  98632 97422 98187 97588 97282 95808 97680 95710 93423 95354 94345 94495 94020 90118 91417 92735  total = 25.361282 per ms 
01:12:03.023 16  switches: flows:  98255 97280 95502 97753 95114 95563 97495 94801 93148 94684 92536 95859 92694 90632 90376 91976  total = 25.185741 per ms 
01:13:03.125 16  switches: flows:  98344 98337 96046 96294 96259 96037 98627 94639 94413 95242 93448 94541 93039 91067 90918 91886  total = 25.276219 per ms 
01:14:03.226 16  switches: flows:  97701 96762 96361 95910 95427 94900 96427 95153 93041 94024 92707 94680 92305 90309 91684 91354  total = 25.103617 per ms 
01:15:03.326 16  switches: flows:  98532 98903 97154 97276 96614 97843 99511 95927 96368 97131 94321 97387 94206 92664 94681 93580  total = 25.658815 per ms 
01:16:03.426 16  switches: flows:  97326 98154 96670 97241 95659 94537 98479 94770 94112 96241 94608 97426 93339 90720 93694 92667  total = 25.385031 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24888.00/25658.81/25221.65/8410.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:16:03.432628" elapsed="0.000663"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-01T01:16:03.433608" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-09-01T01:16:03.433398" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-09-01T01:16:03.433368" elapsed="0.000375"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-01T01:16:03.433872" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:16:03.433825" elapsed="0.000100"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:16:03.433803" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-01T01:16:03.434009" elapsed="0.000015"/>
</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-09-01T01:16:03.437655" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-01T01:16:03.438330" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:16:03.438749" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-01T01:16:03.434403" elapsed="0.004580"/>
</kw>
<msg time="2026-09-01T01:16:03.439157" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-01T01:05:56.756364" elapsed="606.682830"/>
</kw>
<status status="PASS" start="2026-09-01T01:05:56.756073" elapsed="606.683191"/>
</branch>
<status status="PASS" start="2026-09-01T01:05:56.755750" elapsed="606.683550"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.439901" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:02.522 16  switches: flows:  97032 97050 95211 94788 94650 93718 92683 92239 91150 91725 89757 88783 89238 88710 88372 89693  total = 24.579983 per ms 
01:08:02.623 16  switches: flows:  97603 96972 97994 97462 96158 95087 94466 93052 92280 93401 93169 91415 91284 91177 90549 90497  total = 25.001054 per ms 
01:09:02.723 16  switches: flows:  96353 96066 95488 96714 94852 94637 95266 93498 92478 93360 91328 92193 92507 89461 91392 90179  total = 24.887995 per ms 
01:10:02.823 16  switches: flows:  98069 97761 98346 96171 95762 95931 95392 94215 93356 93947 93920 94448 92009 89606 90583 91107  total = 25.135112 per ms 
01:11:02.923 16  switches: flows:  98632 97422 98187 97588 97282 95808 97680 95710 93423 95354 94345 94495 94020 90118 91417 92735  total = 25.361282 per ms 
01:12:03.023 16  switches: flows:  98255 97280 95502 97753 95114 95563 97495 94801 93148 94684 92536 95859 92694 90632 90376 91976  total = 25.185741 per ms 
01:13:03.125 16  switches: flows:  98344 98337 96046 96294 96259 96037 98627 94639 94413 95242 93448 94541 93039 91067 90918 91886  total = 25.276219 per ms 
01:14:03.226 16  switches: flows:  97701 96762 96361 95910 95427 94900 96427 95153 93041 94024 92707 94680 92305 90309 91684 91354  total = 25.103617 per ms 
01:15:03.326 16  switches: flows:  98532 98903 97154 97276 96614 97843 99511 95927 96368 97131 94321 97387 94206 92664 94681 93580  total = 25.658815 per ms 
01:16:03.426 16  switches: flows:  97326 98154 96670 97241 95659 94537 98479 94770 94112 96241 94608 97426 93339 90720 93694 92667  total = 25.385031 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24888.00/25658.81/25221.65/8410.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:16:03.439499" elapsed="0.000515"/>
</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-09-01T01:16:03.440198" elapsed="0.000462"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-01T01:16:03.441194" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-01T01:16:03.441317" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24888.00/25658.81/25221.65/8410.01 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-09-01T01:16:03.440874" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:16:03.441913" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24888.00/25658.81/25221.65/8410.01 | 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-09-01T01:16:03.441573" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.446620" 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-09-01T01:16:03.442164" elapsed="0.004563"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.450052" level="INFO">24888.00/25658.81/25221.65/8410.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:16:03.447045" elapsed="0.003081"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:16:03.453415" 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-09-01T01:16:03.450358" elapsed="0.003095"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:16:03.456723" level="INFO">@{result_value_list} = [ 24888.00 | 25658.81 | 25221.65 | 8410.01 ]</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-09-01T01:16:03.453803" elapsed="0.002957"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.457439" level="INFO">Length is 4.</msg>
<msg time="2026-09-01T01:16:03.457578" 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-09-01T01:16:03.456978" elapsed="0.000631"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.463718" level="INFO">min :: 24888.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:16:03.458160" elapsed="0.005632"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-01T01:16:03.457982" elapsed="0.005854"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.469580" level="INFO">max :: 25658.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-09-01T01:16:03.464145" elapsed="0.005507"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-01T01:16:03.463969" elapsed="0.005725"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.475627" level="INFO">avg :: 25221.65</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-09-01T01:16:03.469977" elapsed="0.005723"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-01T01:16:03.469800" elapsed="0.005944"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.481842" level="INFO">stdev :: 8410.01</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-09-01T01:16:03.476044" elapsed="0.005858"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-01T01:16:03.475850" elapsed="0.006083"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-01T01:16:03.457703" elapsed="0.024276"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.485594" level="INFO">${min} = 24888.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-01T01:16:03.482164" elapsed="0.003456"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.489161" level="INFO">${max} = 25658.81</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-09-01T01:16:03.485768" elapsed="0.003424"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.492811" level="INFO">${average} = 25221.65</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-09-01T01:16:03.489342" elapsed="0.003495"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.496852" level="INFO">${stdev} = 8410.01</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-09-01T01:16:03.492998" elapsed="0.003882"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.497404" level="INFO">${date} = 2026-09-01 01:16: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-09-01T01:16:03.497053" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.498009" level="INFO">CBench Result: 2026-09-01 01:16:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24888.00,25658.81,25221.65,8410.01</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-09-01T01:16:03.497582" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:16:03.499277" 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-09-01T01:16:03.498745" elapsed="0.000601"/>
</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-09-01T01:16:03.499488" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-01T01:16:03.498230" elapsed="0.001793"/>
</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-09-01T01:05:56.754722" elapsed="606.745357"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.500558" 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-09-01T01:16:03.500235" elapsed="0.000377"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-01T01:16:03.501798" 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-09-01T01:16:03.501324" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-01T01:16:03.502069" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-09-01T01:16:03.501908" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-09-01T01:16:03.501886" elapsed="0.000275"/>
</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-09-01T01:16:03.502299" elapsed="0.000019"/>
</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-09-01T01:16:03.502444" elapsed="0.000017"/>
</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-09-01T01:16:03.502604" elapsed="0.000019"/>
</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-09-01T01:16:03.502761" elapsed="0.000019"/>
</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-09-01T01:16:03.502958" elapsed="0.000021"/>
</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-09-01T01:16:03.503096" elapsed="0.000018"/>
</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-09-01T01:16:03.503238" elapsed="0.000018"/>
</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-09-01T01:16:03.503441" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:16:03.503315" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:16:03.503300" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-01T01:16:03.501004" elapsed="0.002580"/>
</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-09-01T01:05:56.753565" elapsed="606.750061"/>
</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-09-01T00:45:41.102939" elapsed="1822.401246"/>
</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>
