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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-06T03:12:35.979643" elapsed="0.919376"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-06T03:12:36.949174" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-06T03:12:36.899604" elapsed="0.049726"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-06T03:12:36.951425" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-06T03:12:36.951542" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-06T03:12:36.949610" elapsed="0.001962"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-06T03:12:36.951818" elapsed="0.000295"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:12:36.952278" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:12:36.953077" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:12:36.952701" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T03:12:36.953187" elapsed="0.000055"/>
</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.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-06T03:12:35.978171" elapsed="0.975198"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-06T03:12:35.974589" elapsed="0.978845"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T03:12:36.954029" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T03:12:36.953622" elapsed="0.000466"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T03:12:36.954493" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T03:12:36.954242" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-06T03:12:36.955130" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-06T03:12:36.954704" elapsed="0.000454"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T03:12:36.955688" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T03:12:36.955332" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-06T03:12:36.956285" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-06T03:12:36.955896" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T03:12:36.956875" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T03:12:36.956533" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-06T03:12:36.957237" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:12:36.957018" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T03:12:36.962232" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:12:36.961640" elapsed="0.000629"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T03:12:36.964059" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T03:12:36.964179" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T03:12:36.963394" elapsed="0.000819"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:12:36.964416" elapsed="0.000518"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T03:12:36.966456" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-06-06T03:12:37.746808" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 03:12:37 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-288-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T03:12:36.965701" elapsed="0.781273"/>
</kw>
<msg time="2026-06-06T03:12:37.747067" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:12:36.965155" elapsed="0.782010"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T03:12:36.962892" elapsed="0.784399"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-06T03:12:37.754219" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-06T03:12:37.747514" elapsed="0.008360"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:12:37.756149" elapsed="0.000397"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-06T03:12:36.960908" elapsed="0.795727"/>
</kw>
<status status="PASS" start="2026-06-06T03:12:36.957376" elapsed="0.799312"/>
</branch>
<status status="PASS" start="2026-06-06T03:12:36.956991" elapsed="0.799745"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T03:12:37.756975" elapsed="0.000728"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-06T03:12:37.763843" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-06-06T03:12:37.763651" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-06-06T03:12:37.763616" elapsed="0.000340"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-06T03:12:37.768796" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-06T03:12:37.768666" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-06-06T03:12:37.768646" elapsed="0.000223"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:12:37.769005" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-06T03:12:37.769877" level="INFO">Logging into '10.30.171.147:8101' as 'karaf'.</msg>
<msg time="2026-06-06T03:12:38.015730" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-06T03:12:37.769598" elapsed="0.246314"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.116004" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-06T03:12:38.016177" elapsed="0.099931"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.136556" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-06T03:12:38.136805" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-06T03:12:38.116364" elapsed="0.020478"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-06T03:12:38.136994" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:12:38.137426" elapsed="0.000273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:12:38.138211" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:12:38.137868" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T03:12:38.138340" elapsed="0.000051"/>
</return>
<msg time="2026-06-06T03:12:38.138550" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-06T03:12:37.768275" elapsed="0.370308"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T03:12:38.138734" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T03:12:38.139387" elapsed="0.000036"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-06T03:12:37.763214" elapsed="0.376315"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-06T03:12:38.143426" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-06T03:12:38.143284" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-06-06T03:12:38.143258" elapsed="0.000243"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:12:38.143636" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.144854" level="INFO">Logging into '10.30.171.147:8101' as 'karaf'.</msg>
<msg time="2026-06-06T03:12:38.315457" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-06T03:12:38.144299" elapsed="0.171373"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.342874" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-06T03:12:38.316013" elapsed="0.026955"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.345628" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-06T03:12:38.345803" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-06T03:12:38.343190" elapsed="0.002658"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-06T03:12:38.346055" elapsed="0.000279"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:12:38.346539" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:12:38.347573" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:12:38.347108" elapsed="0.000540"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T03:12:38.347726" elapsed="0.000109"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-06T03:12:38.142934" elapsed="0.205080"/>
</kw>
<status status="PASS" start="2026-06-06T03:12:35.972820" elapsed="2.375289"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:12:38.351130" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:12:38.349379" elapsed="0.001828"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T03:12:38.352851" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T03:12:38.352472" elapsed="0.000424"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-06T03:12:38.353233" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:12:38.352984" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-06T03:12:38.356353" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:12:38.356043" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-06-06T03:12:38.356018" elapsed="0.000447"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.356842" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-06T03:12:38.356603" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:12:38.357564" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.80" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:12:38.357135" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.358261" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:12:38.357769" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T03:12:38.359219" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T03:12:38.359310" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T03:12:38.358888" elapsed="0.000446"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:12:38.359477" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.360705" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-06-06T03:12:38.730422" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 03:12:37 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun  6 03:12:37 2026 from 10.30.170.247
[?2004h[jenkins@releng-63164-288-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T03:12:38.360334" elapsed="0.370257"/>
</kw>
<msg time="2026-06-06T03:12:38.730670" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:12:38.359981" elapsed="0.370774"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T03:12:38.358493" elapsed="0.372399"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-06T03:12:38.731714" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-06T03:22:44.845165" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-06T03:22:44.845669" level="INFO">${stdout} = </msg>
<msg time="2026-06-06T03:22:44.845816" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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-06-06T03:12:38.731105" elapsed="606.114775"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:22:44.846354" elapsed="0.000938"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.848430" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:43.937 16  switches: flows:  115837 113069 114440 112333 112266 114932 112521 111458 110073 112192 109242 111375 109897 106689 107414 107372  total = 29.685167 per ms 
03:14:44.037 16  switches: flows:  123794 122678 122316 121621 121796 123888 122290 120633 117042 121363 119448 120389 118438 115660 117275 115795  total = 32.020269 per ms 
03:15:44.138 16  switches: flows:  124839 123670 122062 121005 121131 124464 123623 123273 116045 120540 120046 120021 118131 114860 117611 116848  total = 32.082580 per ms 
03:16:44.239 16  switches: flows:  124790 125220 120520 123258 125338 123008 122650 119356 118601 122018 120455 118974 116733 116125 117452 119146  total = 32.173646 per ms 
03:17:44.340 16  switches: flows:  124126 127551 120954 123281 126286 125136 125744 120978 119264 121372 123129 122020 117220 117667 119293 119875  total = 32.510641 per ms 
03:18:44.441 16  switches: flows:  124491 126070 123198 122424 124865 124852 126092 121539 118823 121294 122957 119244 118332 117953 118952 119623  total = 32.457556 per ms 
03:19:44.543 16  switches: flows:  124931 124682 123182 124663 124228 124701 123180 120892 119293 120486 120503 120178 119483 116195 118801 119493  total = 32.360806 per ms 
03:20:44.644 16  switches: flows:  128597 129439 123817 127035 126846 126972 125996 123598 119548 122508 122459 122720 119214 117783 119225 122131  total = 32.909815 per ms 
03:21:44.745 16  switches: flows:  110094 111781 107183 108375 109298 108429 107356 107003 103126 105121 106835 106059 104225 104156 105040 102879  total = 28.401898 per ms 
03:22:44.845 16  switches: flows:  108473 105857 105634 106879 109981 107031 106821 105952 101428 105321 105576 102612 102811 102847 104408 103636  total = 28.040966 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28040.97/32909.81/31439.80/10623.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.847663" elapsed="0.001049"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-06T03:22:44.849269" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-06-06T03:22:44.848961" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-06-06T03:22:44.848896" elapsed="0.000584"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-06T03:22:44.849696" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-06T03:22:44.849612" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-06-06T03:22:44.849577" elapsed="0.000293"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-06T03:22:44.849946" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:22:44.855508" elapsed="0.000345"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:22:44.855999" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:22:44.856333" elapsed="0.000132"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-06T03:22:44.850844" elapsed="0.005680"/>
</kw>
<msg time="2026-06-06T03:22:44.856658" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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-06-06T03:12:38.353655" elapsed="606.503029"/>
</kw>
<status status="PASS" start="2026-06-06T03:12:38.353321" elapsed="606.503413"/>
</branch>
<status status="PASS" start="2026-06-06T03:12:38.352958" elapsed="606.503799"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.857223" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:43.937 16  switches: flows:  115837 113069 114440 112333 112266 114932 112521 111458 110073 112192 109242 111375 109897 106689 107414 107372  total = 29.685167 per ms 
03:14:44.037 16  switches: flows:  123794 122678 122316 121621 121796 123888 122290 120633 117042 121363 119448 120389 118438 115660 117275 115795  total = 32.020269 per ms 
03:15:44.138 16  switches: flows:  124839 123670 122062 121005 121131 124464 123623 123273 116045 120540 120046 120021 118131 114860 117611 116848  total = 32.082580 per ms 
03:16:44.239 16  switches: flows:  124790 125220 120520 123258 125338 123008 122650 119356 118601 122018 120455 118974 116733 116125 117452 119146  total = 32.173646 per ms 
03:17:44.340 16  switches: flows:  124126 127551 120954 123281 126286 125136 125744 120978 119264 121372 123129 122020 117220 117667 119293 119875  total = 32.510641 per ms 
03:18:44.441 16  switches: flows:  124491 126070 123198 122424 124865 124852 126092 121539 118823 121294 122957 119244 118332 117953 118952 119623  total = 32.457556 per ms 
03:19:44.543 16  switches: flows:  124931 124682 123182 124663 124228 124701 123180 120892 119293 120486 120503 120178 119483 116195 118801 119493  total = 32.360806 per ms 
03:20:44.644 16  switches: flows:  128597 129439 123817 127035 126846 126972 125996 123598 119548 122508 122459 122720 119214 117783 119225 122131  total = 32.909815 per ms 
03:21:44.745 16  switches: flows:  110094 111781 107183 108375 109298 108429 107356 107003 103126 105121 106835 106059 104225 104156 105040 102879  total = 28.401898 per ms 
03:22:44.845 16  switches: flows:  108473 105857 105634 106879 109981 107031 106821 105952 101428 105321 105576 102612 102811 102847 104408 103636  total = 28.040966 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28040.97/32909.81/31439.80/10623.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.856917" elapsed="0.000379"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T03:22:44.857444" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-06T03:22:44.858363" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-06T03:22:44.858492" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28040.97/32909.81/31439.80/10623.47 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-06T03:22:44.857994" elapsed="0.000524"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:22:44.858979" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28040.97/32909.81/31439.80/10623.47 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:22:44.858681" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.861376" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.859152" elapsed="0.002281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.863858" level="INFO">28040.97/32909.81/31439.80/10623.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.861578" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:22:44.866263" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:22:44.864063" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:22:44.868659" level="INFO">@{result_value_list} = [ 28040.97 | 32909.81 | 31439.80 | 10623.47 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:22:44.866482" elapsed="0.002203"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.869154" level="INFO">Length is 4.</msg>
<msg time="2026-06-06T03:22:44.869240" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T03:22:44.868851" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.873916" level="INFO">min :: 28040.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.869654" elapsed="0.004319"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-06T03:22:44.869522" elapsed="0.004486"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.878458" level="INFO">max :: 32909.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.874240" elapsed="0.004275"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-06T03:22:44.874113" elapsed="0.004437"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.882998" level="INFO">avg :: 31439.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.878765" elapsed="0.004288"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-06T03:22:44.878639" elapsed="0.004448"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.887576" level="INFO">stdev :: 10623.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.883308" elapsed="0.004329"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-06T03:22:44.883179" elapsed="0.004493"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-06T03:22:44.869334" elapsed="0.018371"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.891830" level="INFO">${min} = 28040.97</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:22:44.887880" elapsed="0.003978"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.895713" level="INFO">${max} = 32909.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-06-06T03:22:44.892010" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.899835" level="INFO">${average} = 31439.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:22:44.895906" elapsed="0.003956"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.903703" level="INFO">${stdev} = 10623.47</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:22:44.900014" elapsed="0.003716"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.904259" level="INFO">${date} = 2026-06-06 03:22:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-06T03:22:44.903906" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.904849" level="INFO">CBench Result: 2026-06-06 03:22:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28040.97,32909.81,31439.80,10623.47</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.904429" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T03:22:44.905955" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T03:22:44.905522" elapsed="0.000500"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T03:22:44.906173" elapsed="0.000451"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-06T03:22:44.905058" elapsed="0.001631"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-06T03:12:38.351756" elapsed="606.554992"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.907231" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-06T03:22:44.906917" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-06T03:22:44.907807" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-06-06T03:22:44.907497" elapsed="0.000647"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-06T03:12:38.348326" elapsed="606.559855"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.909800" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:22:44.909399" elapsed="0.000480"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T03:22:44.911450" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T03:22:44.911114" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-06T03:22:44.911837" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:22:44.911604" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-06T03:22:44.914761" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:22:44.914519" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-06-06T03:22:44.914499" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-06T03:22:44.915178" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat Jun  6 03:22:45 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun  6 03:12:38 2026 from 10.30.170.247
[?2004h[jenkins@releng-63164-288-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T03:22:44.918460" elapsed="0.555896"/>
</kw>
<msg time="2026-06-06T03:22:45.474445" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:22:44.918120" elapsed="0.556421"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T03:22:44.916690" elapsed="0.557971"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-06T03:22:45.475242" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-06T03:32:51.935638" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-06T03:32:51.936069" level="INFO">${stdout} = </msg>
<msg time="2026-06-06T03:32:51.936136" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-06T03:22:45.474920" elapsed="606.461264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:32:51.936660" elapsed="0.000570"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.938029" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:50.610 16  switches: flows:  528346 528325 523548 520734 517549 517748 507786 510755 504447 481977 524094 513682 507318 510504 524082 522691  total = 137.393100 per ms 
03:24:50.736 16  switches: flows:  525287 522730 511533 521624 521380 514782 509847 543382 527607 532663 512022 524844 543318 522275 505492 515106  total = 138.939399 per ms 
03:25:50.839 16  switches: flows:  447474 429231 453142 454031 431507 466311 448563 442560 444267 445993 459978 441549 456144 438369 451616 442363  total = 119.015151 per ms 
03:26:50.940 16  switches: flows:  581020 574441 580031 582211 600585 578841 599114 596032 573694 590271 599149 588852 585715 582636 587939 578267  total = 156.050776 per ms 
03:27:51.043 16  switches: flows:  668151 673308 669202 665094 677530 674888 666787 677266 669123 655055 673442 672214 671841 674492 670491 672094  total = 178.547766 per ms 
03:28:51.144 16  switches: flows:  665455 674220 687019 682345 674538 676949 674136 675501 673102 669753 675271 676490 663879 671952 675703 675264  total = 179.557849 per ms 
03:29:51.636 16  switches: flows:  669366 656617 674267 657357 671364 657040 660886 657453 659897 673510 661943 665049 672887 660221 656397 670687  total = 175.643304 per ms 
03:30:51.737 16  switches: flows:  707486 684038 692434 703303 700452 688784 711000 704060 686653 698665 684705 684616 690562 683207 689879 687634  total = 184.645774 per ms 
03:31:51.840 16  switches: flows:  684798 686852 678091 682962 695684 680864 686972 688072 679735 673241 689423 677697 681703 682637 680375 686510  total = 181.954819 per ms 
03:32:51.941 16  switches: flows:  661165 652920 649404 653013 603205 639763 640411 644859 638842 636118 630426 658642 651458 661089 647648 661818  total = 171.890804 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 119015.15/184645.77/165138.40/59042.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.937474" elapsed="0.000834"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-06T03:32:51.938815" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-06-06T03:32:51.938498" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-06-06T03:32:51.938445" elapsed="0.000549"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-06T03:32:51.939192" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-06T03:32:51.939105" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-06-06T03:32:51.939060" elapsed="0.000246"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-06T03:32:51.939353" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:32:51.943179" elapsed="0.000591"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:32:51.944057" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:32:51.944496" elapsed="0.000148"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-06T03:32:51.939900" elapsed="0.004821"/>
</kw>
<msg time="2026-06-06T03:32:51.944981" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-06T03:22:44.912231" elapsed="607.032797"/>
</kw>
<status status="PASS" start="2026-06-06T03:22:44.911921" elapsed="607.033180"/>
</branch>
<status status="PASS" start="2026-06-06T03:22:44.911583" elapsed="607.033552"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.945822" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:50.610 16  switches: flows:  528346 528325 523548 520734 517549 517748 507786 510755 504447 481977 524094 513682 507318 510504 524082 522691  total = 137.393100 per ms 
03:24:50.736 16  switches: flows:  525287 522730 511533 521624 521380 514782 509847 543382 527607 532663 512022 524844 543318 522275 505492 515106  total = 138.939399 per ms 
03:25:50.839 16  switches: flows:  447474 429231 453142 454031 431507 466311 448563 442560 444267 445993 459978 441549 456144 438369 451616 442363  total = 119.015151 per ms 
03:26:50.940 16  switches: flows:  581020 574441 580031 582211 600585 578841 599114 596032 573694 590271 599149 588852 585715 582636 587939 578267  total = 156.050776 per ms 
03:27:51.043 16  switches: flows:  668151 673308 669202 665094 677530 674888 666787 677266 669123 655055 673442 672214 671841 674492 670491 672094  total = 178.547766 per ms 
03:28:51.144 16  switches: flows:  665455 674220 687019 682345 674538 676949 674136 675501 673102 669753 675271 676490 663879 671952 675703 675264  total = 179.557849 per ms 
03:29:51.636 16  switches: flows:  669366 656617 674267 657357 671364 657040 660886 657453 659897 673510 661943 665049 672887 660221 656397 670687  total = 175.643304 per ms 
03:30:51.737 16  switches: flows:  707486 684038 692434 703303 700452 688784 711000 704060 686653 698665 684705 684616 690562 683207 689879 687634  total = 184.645774 per ms 
03:31:51.840 16  switches: flows:  684798 686852 678091 682962 695684 680864 686972 688072 679735 673241 689423 677697 681703 682637 680375 686510  total = 181.954819 per ms 
03:32:51.941 16  switches: flows:  661165 652920 649404 653013 603205 639763 640411 644859 638842 636118 630426 658642 651458 661089 647648 661818  total = 171.890804 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 119015.15/184645.77/165138.40/59042.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.945351" elapsed="0.000584"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T03:32:51.946147" elapsed="0.000570"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-06T03:32:51.947299" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-06T03:32:51.947429" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 119015.15/184645.77/165138.40/59042.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-06T03:32:51.946981" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:32:51.948166" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 119015.15/184645.77/165138.40/59042.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:32:51.947681" elapsed="0.000538"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.951827" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.948441" elapsed="0.003472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.955296" level="INFO">119015.15/184645.77/165138.40/59042.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.952121" elapsed="0.003232"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:32:51.957682" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:32:51.955503" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:32:51.960133" level="INFO">@{result_value_list} = [ 119015.15 | 184645.77 | 165138.40 | 59042.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:32:51.957931" elapsed="0.002230"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.960618" level="INFO">Length is 4.</msg>
<msg time="2026-06-06T03:32:51.960705" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T03:32:51.960313" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.966447" level="INFO">min :: 119015.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.961155" elapsed="0.005370"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-06T03:32:51.961025" elapsed="0.005549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.973637" level="INFO">max :: 184645.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.966913" elapsed="0.006813"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-06T03:32:51.966714" elapsed="0.007099"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.979388" level="INFO">avg :: 165138.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.974126" elapsed="0.005321"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-06T03:32:51.973946" elapsed="0.005537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.984289" level="INFO">stdev :: 59042.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:51.979744" elapsed="0.004604"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-06T03:32:51.979575" elapsed="0.004810"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-06T03:32:51.960824" elapsed="0.023594"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.988321" level="INFO">${min} = 119015.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:32:51.984582" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.992434" level="INFO">${max} = 184645.77</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:32:51.988506" elapsed="0.003968"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:32:51.998403" level="INFO">${average} = 165138.40</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:32:51.992689" elapsed="0.005762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.003957" level="INFO">${stdev} = 59042.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:32:51.998736" elapsed="0.005250"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.004592" level="INFO">${date} = 2026-06-06 03:32:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-06T03:32:52.004155" elapsed="0.000469"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.005226" level="INFO">CBench Result: 2026-06-06 03:32:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,119015.15,184645.77,165138.40,59042.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:52.004792" elapsed="0.000512"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T03:32:52.006685" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T03:32:52.006156" elapsed="0.000635"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T03:32:52.006956" elapsed="0.000518"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-06T03:32:52.005487" elapsed="0.002057"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-06T03:22:44.910211" elapsed="607.097397"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.008210" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-06T03:32:52.007854" elapsed="0.000417"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-06T03:32:52.008900" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-06-06T03:32:52.008527" elapsed="0.000741"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-06T03:22:44.908490" elapsed="607.100833"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.011604" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:52.010755" elapsed="0.000915"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.013134" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T03:32:52.012759" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-06T03:32:52.013607" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:32:52.013348" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-06T03:32:52.016835" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:32:52.016540" elapsed="0.000361"/>
</branch>
<status status="PASS" start="2026-06-06T03:32:52.016517" elapsed="0.000410"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-06T03:32:52.017299" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-06T03:32:52.017070" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.018114" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.80" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:32:52.017624" elapsed="0.000553"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T03:32:52.018805" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:32:52.018322" elapsed="0.000528"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T03:32:52.020218" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T03:32:52.020317" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T03:32:52.019643" elapsed="0.000699"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:32:52.020501" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T03:32:52.021814" level="INFO">Logging into '10.30.171.80:22' as 'jenkins'.</msg>
<msg time="2026-06-06T03:32:52.585074" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 03:32:52 UTC 2026

  System load:  0.3                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.80
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun  6 03:22:45 2026 from 10.30.170.247
[?2004h[jenkins@releng-63164-288-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T03:32:52.021408" elapsed="0.563878"/>
</kw>
<msg time="2026-06-06T03:32:52.585375" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:32:52.021053" elapsed="0.564408"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T03:32:52.019075" elapsed="0.566502"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-06T03:32:52.586143" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-06T03:42:58.623664" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-06T03:42:58.624444" level="INFO">${stdout} = </msg>
<msg time="2026-06-06T03:42:58.624594" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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-06-06T03:32:52.585824" elapsed="606.038850"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:42:58.625397" elapsed="0.001137"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.628076" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:57.739 16  switches: flows:  113007 113953 114959 112710 112372 111208 112522 112624 112863 110733 112093 109676 110382 109828 111843 112383  total = 29.885933 per ms 
03:34:57.840 16  switches: flows:  117406 116556 117641 117748 117355 116013 116017 117440 117916 117751 116468 115182 115930 117008 115450 117450  total = 31.103572 per ms 
03:35:57.940 16  switches: flows:  96556 96939 97617 96738 98678 96053 96564 95225 95305 94863 96531 94378 95160 95531 94365 95804  total = 25.562433 per ms 
03:36:58.041 16  switches: flows:  119245 121781 121008 119495 120429 119526 121778 119919 118981 117499 118028 118051 117783 118444 119106 119712  total = 31.792669 per ms 
03:37:58.142 16  switches: flows:  112623 116912 113318 112698 111534 111596 112865 113299 111695 111270 112480 107397 110613 110369 109895 112361  total = 29.798993 per ms 
03:38:58.242 16  switches: flows:  115043 115989 112042 111012 113841 112498 113562 109470 113726 112043 111648 110220 109888 108169 110542 110707  total = 29.790279 per ms 
03:39:58.342 16  switches: flows:  121978 123828 121150 119041 120383 117788 119821 120492 120386 117513 119222 117607 118437 118222 117154 118822  total = 31.810965 per ms 
03:40:58.442 16  switches: flows:  115475 116705 115269 115607 116475 113031 115562 112947 113469 113583 114742 113766 112976 112241 112340 113064  total = 30.403461 per ms 
03:41:58.543 16  switches: flows:  127661 125986 124742 124701 125383 122743 126417 122981 123209 125216 124814 122473 122752 123069 121956 124663  total = 33.090868 per ms 
03:42:58.643 16  switches: flows:  127089 126321 124667 127725 126340 124339 127352 122303 123274 125996 124979 122243 125931 125001 121504 127297  total = 33.317058 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25562.43/33317.06/30741.14/10478.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.627083" elapsed="0.001382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-06T03:42:58.629151" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-06-06T03:42:58.628728" elapsed="0.000609"/>
</branch>
<status status="PASS" start="2026-06-06T03:42:58.628655" elapsed="0.000739"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-06T03:42:58.629617" elapsed="0.000042"/>
</return>
<status status="NOT RUN" start="2026-06-06T03:42:58.629527" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-06-06T03:42:58.629490" elapsed="0.000329"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-06T03:42:58.629897" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T03:42:58.633975" elapsed="0.000609"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T03:42:58.634821" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T03:42:58.635240" 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-06-06T03:42:58.630671" elapsed="0.004783"/>
</kw>
<msg time="2026-06-06T03:42:58.635635" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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-06-06T03:32:52.014061" elapsed="606.621611"/>
</kw>
<status status="PASS" start="2026-06-06T03:32:52.013696" elapsed="606.622045"/>
</branch>
<status status="PASS" start="2026-06-06T03:32:52.013322" elapsed="606.622451"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.636418" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:57.739 16  switches: flows:  113007 113953 114959 112710 112372 111208 112522 112624 112863 110733 112093 109676 110382 109828 111843 112383  total = 29.885933 per ms 
03:34:57.840 16  switches: flows:  117406 116556 117641 117748 117355 116013 116017 117440 117916 117751 116468 115182 115930 117008 115450 117450  total = 31.103572 per ms 
03:35:57.940 16  switches: flows:  96556 96939 97617 96738 98678 96053 96564 95225 95305 94863 96531 94378 95160 95531 94365 95804  total = 25.562433 per ms 
03:36:58.041 16  switches: flows:  119245 121781 121008 119495 120429 119526 121778 119919 118981 117499 118028 118051 117783 118444 119106 119712  total = 31.792669 per ms 
03:37:58.142 16  switches: flows:  112623 116912 113318 112698 111534 111596 112865 113299 111695 111270 112480 107397 110613 110369 109895 112361  total = 29.798993 per ms 
03:38:58.242 16  switches: flows:  115043 115989 112042 111012 113841 112498 113562 109470 113726 112043 111648 110220 109888 108169 110542 110707  total = 29.790279 per ms 
03:39:58.342 16  switches: flows:  121978 123828 121150 119041 120383 117788 119821 120492 120386 117513 119222 117607 118437 118222 117154 118822  total = 31.810965 per ms 
03:40:58.442 16  switches: flows:  115475 116705 115269 115607 116475 113031 115562 112947 113469 113583 114742 113766 112976 112241 112340 113064  total = 30.403461 per ms 
03:41:58.543 16  switches: flows:  127661 125986 124742 124701 125383 122743 126417 122981 123209 125216 124814 122473 122752 123069 121956 124663  total = 33.090868 per ms 
03:42:58.643 16  switches: flows:  127089 126321 124667 127725 126340 124339 127352 122303 123274 125996 124979 122243 125931 125001 121504 127297  total = 33.317058 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25562.43/33317.06/30741.14/10478.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.636001" elapsed="0.000520"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T03:42:58.636763" elapsed="0.000555"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-06T03:42:58.637901" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-06T03:42:58.638097" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25562.43/33317.06/30741.14/10478.98 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-06T03:42:58.637553" elapsed="0.000583"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:42:58.638730" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25562.43/33317.06/30741.14/10478.98 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:42:58.638355" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.642142" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.638996" elapsed="0.003227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.644978" level="INFO">25562.43/33317.06/30741.14/10478.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.642427" elapsed="0.002610"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:42:58.647484" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:42:58.645189" elapsed="0.002323"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T03:42:58.649961" level="INFO">@{result_value_list} = [ 25562.43 | 33317.06 | 30741.14 | 10478.98 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T03:42:58.647713" elapsed="0.002277"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.650488" level="INFO">Length is 4.</msg>
<msg time="2026-06-06T03:42:58.650576" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T03:42:58.650178" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.655346" level="INFO">min :: 25562.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.651008" elapsed="0.004395"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-06T03:42:58.650880" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.660275" level="INFO">max :: 33317.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.655667" elapsed="0.004666"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-06T03:42:58.655539" elapsed="0.004830"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.665085" level="INFO">avg :: 30741.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.660641" elapsed="0.004501"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-06T03:42:58.660472" elapsed="0.004705"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.670062" level="INFO">stdev :: 10478.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.665387" elapsed="0.004753"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-06T03:42:58.665261" elapsed="0.004920"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-06T03:42:58.650673" elapsed="0.019548"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.674238" level="INFO">${min} = 25562.43</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:42:58.670388" elapsed="0.003877"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.678272" level="INFO">${max} = 33317.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:42:58.674421" elapsed="0.003879"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.682295" level="INFO">${average} = 30741.14</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:42:58.678452" elapsed="0.003870"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.686276" level="INFO">${stdev} = 10478.98</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T03:42:58.682475" elapsed="0.003829"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.686837" level="INFO">${date} = 2026-06-06 03:42:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-06T03:42:58.686466" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.687431" level="INFO">CBench Result: 2026-06-06 03:42:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25562.43,33317.06,30741.14,10478.98</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T03:42:58.687015" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T03:42:58.688631" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T03:42:58.688140" elapsed="0.000566"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T03:42:58.688877" elapsed="0.000498"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-06T03:42:58.687650" elapsed="0.001792"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-06T03:32:52.012133" elapsed="606.677369"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.689990" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-06T03:42:58.689653" elapsed="0.000426"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-06T03:42:58.691351" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-06T03:42:58.690863" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-06T03:42:58.691623" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-06-06T03:42:58.691459" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-06-06T03:42:58.691436" elapsed="0.000281"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.691885" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.692046" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.692206" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.692400" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.692557" elapsed="0.000027"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.692731" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.692910" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-06T03:42:58.693136" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-06T03:42:58.692997" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-06-06T03:42:58.692979" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-06T03:42:58.690502" elapsed="0.002763"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-06T03:32:52.009950" elapsed="606.683362"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-06T03:12:35.408715" elapsed="1823.285164"/>
</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>
