<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-14T00:46:11.437773" 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-04-14T00:46:12.015803" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-14T00:46:12.015641" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:12.015608" elapsed="0.000307"/>
</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-04-14T00:46:12.016060" elapsed="0.000562"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-14T00:46:12.017125" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-04-14T00:46:12.972548" 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-04-14T00:46:12.016817" elapsed="0.955953"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-14T00:46:13.023760" 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-04-14T00:46:12.973092" elapsed="0.050827"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-14T00:46:13.027951" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-14T00:46:13.028184" 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-04-14T00:46:13.024286" elapsed="0.003964"/>
</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-04-14T00:46:13.028592" elapsed="0.000489"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T00:46:13.029423" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:46:13.030941" 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-04-14T00:46:13.030221" elapsed="0.000842"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T00:46:13.031175" elapsed="0.000103"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.103
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-14T00:46:12.015252" elapsed="1.016278"/>
</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-04-14T00:46:12.011565" elapsed="1.020160"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T00:46:13.032854" 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-04-14T00:46:13.032119" elapsed="0.000921"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T00:46:13.033941" 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-04-14T00:46:13.033387" elapsed="0.000617"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T00:46:13.034551" 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-04-14T00:46:13.034157" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T00:46:13.035103" 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-04-14T00:46:13.034764" elapsed="0.000381"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T00:46:13.035690" 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-04-14T00:46:13.035290" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T00:46:13.036215" 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-04-14T00:46:13.035878" elapsed="0.000378"/>
</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-04-14T00:46:13.036559" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T00:46:13.036344" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T00:46:13.041305" 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-04-14T00:46:13.040876" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T00:46:13.042355" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T00:46:13.042437" 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-04-14T00:46:13.041895" elapsed="0.000566"/>
</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-04-14T00:46:13.042605" elapsed="0.000373"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T00:46:13.043991" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-14T00:46:13.821414" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 14 00:46:13 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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-181-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-04-14T00:46:13.043479" elapsed="0.778109"/>
</kw>
<msg time="2026-04-14T00:46:13.821704" 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-04-14T00:46:13.043132" elapsed="0.778677"/>
</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-04-14T00:46:13.041538" elapsed="0.780402"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-14T00:46:13.829737" 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-04-14T00:46:13.822171" elapsed="0.009360"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T00:46:13.831815" elapsed="0.000398"/>
</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-04-14T00:46:13.040322" elapsed="0.791981"/>
</kw>
<status status="PASS" start="2026-04-14T00:46:13.036933" elapsed="0.795425"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:13.036318" elapsed="0.796090"/>
</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-04-14T00:46:13.832622" elapsed="0.000696"/>
</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-04-14T00:46:13.839736" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-04-14T00:46:13.839544" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:13.839509" elapsed="0.000338"/>
</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-04-14T00:46:13.844885" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-14T00:46:13.844726" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:13.844697" elapsed="0.000286"/>
</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-04-14T00:46:13.845169" elapsed="0.000687"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-14T00:46:13.846455" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-04-14T00:46:14.036912" 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-04-14T00:46:13.846064" elapsed="0.190987"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.133618" 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-04-14T00:46:14.037276" elapsed="0.096561"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.159335" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-14T00:46:14.159537" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-14T00:46:14.134153" elapsed="0.025416"/>
</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-04-14T00:46:14.159734" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T00:46:14.160146" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:46:14.160875" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T00:46:14.160502" elapsed="0.000437"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T00:46:14.160993" elapsed="0.000060"/>
</return>
<msg time="2026-04-14T00:46:14.161211" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.103
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-14T00:46:13.844207" elapsed="0.317036"/>
</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-04-14T00:46:14.161394" elapsed="0.000575"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T00:46:14.162021" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-14T00:46:13.839036" elapsed="0.323140"/>
</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-04-14T00:46:14.166056" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-14T00:46:14.165917" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:14.165891" elapsed="0.000239"/>
</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-04-14T00:46:14.166261" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.167156" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-04-14T00:46:14.367858" 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-04-14T00:46:14.166894" elapsed="0.201077"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.394098" 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-04-14T00:46:14.368160" elapsed="0.026005"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.395972" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-14T00:46:14.396071" 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-04-14T00:46:14.394326" elapsed="0.001774"/>
</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-04-14T00:46:14.396237" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T00:46:14.396568" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:46:14.397201" 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-04-14T00:46:14.396899" elapsed="0.000352"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T00:46:14.397301" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.103
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-14T00:46:14.165526" elapsed="0.231939"/>
</kw>
<status status="PASS" start="2026-04-14T00:46:12.009669" elapsed="2.387859"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:46:14.399722" 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-04-14T00:46:14.398617" elapsed="0.001170"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T00:46:14.401279" 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-04-14T00:46:14.400928" elapsed="0.000394"/>
</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-04-14T00:46:14.401643" elapsed="0.000055"/>
</kw>
<status status="NOT RUN" start="2026-04-14T00:46:14.401403" elapsed="0.000333"/>
</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-04-14T00:46:14.404720" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-14T00:46:14.404455" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:14.404436" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.405141" 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-04-14T00:46:14.405262" 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-04-14T00:46:14.404937" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:46:14.405898" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" 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-04-14T00:46:14.405424" elapsed="0.000535"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.406579" 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-04-14T00:46:14.406100" elapsed="0.000506"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T00:46:14.407533" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T00:46:14.407623" 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-04-14T00:46:14.407202" elapsed="0.000445"/>
</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-04-14T00:46:14.407807" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.409031" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-14T00:46:14.723871" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 14 00:46:13 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 14 00:46:13 2026 from 10.30.170.47
[?2004h[jenkins@releng-63164-181-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-04-14T00:46:14.408665" elapsed="0.315397"/>
</kw>
<msg time="2026-04-14T00:46:14.724152" 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-04-14T00:46:14.408303" elapsed="0.315939"/>
</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-04-14T00:46:14.406825" elapsed="0.317543"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-14T00:46:14.725180" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-14T00:56:20.846055" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-14T00:56:20.846543" level="INFO">${stdout} = </msg>
<msg time="2026-04-14T00:56:20.846648" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-14T00:46:14.724600" elapsed="606.122146"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T00:56:20.847172" elapsed="0.000855"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.849162" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:19.942 16  switches: flows:  99601 96852 98206 96305 99148 97067 98560 95998 96614 93851 95117 92557 96562 93410 94926 95738  total = 25.675200 per ms 
00:48:20.043 16  switches: flows:  108134 106588 108502 105413 107058 109588 107956 105831 105300 104081 104054 102852 104437 102955 102306 105910  total = 28.135770 per ms 
00:49:20.143 16  switches: flows:  122644 126046 124609 121876 121357 124064 123770 121476 123067 117910 118825 118728 119429 120667 118693 120204  total = 32.335448 per ms 
00:50:20.243 16  switches: flows:  124574 126135 126269 122986 124463 123434 125179 123142 123069 118450 117890 118488 119800 121716 119349 120668  total = 32.539215 per ms 
00:51:20.343 16  switches: flows:  125546 127164 127790 125226 126578 126149 125294 124093 123936 120805 118921 118497 121229 122949 119804 121992  total = 32.878027 per ms 
00:52:20.444 16  switches: flows:  125314 126071 129017 125776 127653 128465 125788 123372 124242 121670 120398 119621 121044 124441 121690 122033  total = 33.054712 per ms 
00:53:20.544 16  switches: flows:  124011 125970 126962 124259 125099 125602 124187 123813 123137 122414 119888 121329 121441 121969 119142 120046  total = 32.766483 per ms 
00:54:20.644 16  switches: flows:  126089 128159 127666 125257 125226 129104 128343 126625 125294 122417 123863 123140 123604 122451 120613 119937  total = 33.241005 per ms 
00:55:20.744 16  switches: flows:  122369 123636 125071 122194 125234 123986 123221 124322 122095 121463 119224 120004 121248 119344 119990 119565  total = 32.495197 per ms 
00:56:20.844 16  switches: flows:  119802 120754 124491 118445 123363 121583 121427 122118 120959 120320 116438 118021 119957 120613 118324 117270  total = 32.011329 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28135.77/33241.00/32161.91/10820.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T00:56:20.848394" elapsed="0.001051"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-14T00:56:20.850021" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-14T00:56:20.849634" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-04-14T00:56:20.849579" elapsed="0.000653"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-14T00:56:20.850446" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-14T00:56:20.850364" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-14T00:56:20.850329" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-14T00:56:20.850687" 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-04-14T00:56:20.854527" elapsed="0.000484"/>
</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-04-14T00:56:20.855213" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T00:56:20.855619" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-14T00:56:20.851384" elapsed="0.004469"/>
</kw>
<msg time="2026-04-14T00:56:20.856030" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-14T00:46:14.402096" elapsed="606.453970"/>
</kw>
<status status="PASS" start="2026-04-14T00:46:14.401766" elapsed="606.454369"/>
</branch>
<status status="PASS" start="2026-04-14T00:46:14.401378" elapsed="606.454791"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.856791" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:19.942 16  switches: flows:  99601 96852 98206 96305 99148 97067 98560 95998 96614 93851 95117 92557 96562 93410 94926 95738  total = 25.675200 per ms 
00:48:20.043 16  switches: flows:  108134 106588 108502 105413 107058 109588 107956 105831 105300 104081 104054 102852 104437 102955 102306 105910  total = 28.135770 per ms 
00:49:20.143 16  switches: flows:  122644 126046 124609 121876 121357 124064 123770 121476 123067 117910 118825 118728 119429 120667 118693 120204  total = 32.335448 per ms 
00:50:20.243 16  switches: flows:  124574 126135 126269 122986 124463 123434 125179 123142 123069 118450 117890 118488 119800 121716 119349 120668  total = 32.539215 per ms 
00:51:20.343 16  switches: flows:  125546 127164 127790 125226 126578 126149 125294 124093 123936 120805 118921 118497 121229 122949 119804 121992  total = 32.878027 per ms 
00:52:20.444 16  switches: flows:  125314 126071 129017 125776 127653 128465 125788 123372 124242 121670 120398 119621 121044 124441 121690 122033  total = 33.054712 per ms 
00:53:20.544 16  switches: flows:  124011 125970 126962 124259 125099 125602 124187 123813 123137 122414 119888 121329 121441 121969 119142 120046  total = 32.766483 per ms 
00:54:20.644 16  switches: flows:  126089 128159 127666 125257 125226 129104 128343 126625 125294 122417 123863 123140 123604 122451 120613 119937  total = 33.241005 per ms 
00:55:20.744 16  switches: flows:  122369 123636 125071 122194 125234 123986 123221 124322 122095 121463 119224 120004 121248 119344 119990 119565  total = 32.495197 per ms 
00:56:20.844 16  switches: flows:  119802 120754 124491 118445 123363 121583 121427 122118 120959 120320 116438 118021 119957 120613 118324 117270  total = 32.011329 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28135.77/33241.00/32161.91/10820.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T00:56:20.856363" elapsed="0.000530"/>
</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-04-14T00:56:20.857099" elapsed="0.000500"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-14T00:56:20.858190" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-14T00:56:20.858317" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28135.77/33241.00/32161.91/10820.48 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-04-14T00:56:20.857843" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T00:56:20.858894" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28135.77/33241.00/32161.91/10820.48 | 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-04-14T00:56:20.858566" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.861308" 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-04-14T00:56:20.859066" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.863756" level="INFO">28135.77/33241.00/32161.91/10820.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T00:56:20.861510" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T00:56:20.866262" 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-04-14T00:56:20.863961" elapsed="0.002330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T00:56:20.868753" level="INFO">@{result_value_list} = [ 28135.77 | 33241.00 | 32161.91 | 10820.48 ]</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-04-14T00:56:20.866500" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.869250" level="INFO">Length is 4.</msg>
<msg time="2026-04-14T00:56:20.869338" 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-04-14T00:56:20.868933" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.874169" level="INFO">min :: 28135.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-04-14T00:56:20.869780" elapsed="0.004446"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-14T00:56:20.869631" elapsed="0.004630"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.878829" level="INFO">max :: 33241.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T00:56:20.874486" elapsed="0.004406"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-14T00:56:20.874355" elapsed="0.004572"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.883500" level="INFO">avg :: 32161.91</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-04-14T00:56:20.879143" elapsed="0.004413"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-14T00:56:20.879016" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.888137" level="INFO">stdev :: 10820.48</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-04-14T00:56:20.883827" elapsed="0.004366"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-14T00:56:20.883699" elapsed="0.004528"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-14T00:56:20.869432" elapsed="0.018828"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.892153" level="INFO">${min} = 28135.77</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-04-14T00:56:20.888418" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.896082" level="INFO">${max} = 33241.00</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-04-14T00:56:20.892334" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.900185" level="INFO">${average} = 32161.91</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-04-14T00:56:20.896260" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.904342" level="INFO">${stdev} = 10820.48</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-04-14T00:56:20.900541" elapsed="0.003828"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.904909" level="INFO">${date} = 2026-04-14 00:56:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-14T00:56:20.904528" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.905487" level="INFO">CBench Result: 2026-04-14 00:56:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28135.77,33241.00,32161.91,10820.48</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-04-14T00:56:20.905079" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T00:56:20.906620" 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-04-14T00:56:20.906210" elapsed="0.000491"/>
</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-04-14T00:56:20.906853" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-14T00:56:20.905705" elapsed="0.001678"/>
</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-04-14T00:46:14.400266" elapsed="606.507177"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.907934" 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-04-14T00:56:20.907594" elapsed="0.000395"/>
</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-04-14T00:56:20.908510" elapsed="0.000292"/>
</kw>
<status status="PASS" start="2026-04-14T00:56:20.908207" elapsed="0.000664"/>
</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-04-14T00:46:14.397721" elapsed="606.511189"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.910210" 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-04-14T00:56:20.909813" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.911506" 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-04-14T00:56:20.911175" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-14T00:56:20.911892" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T00:56:20.911671" elapsed="0.000279"/>
</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-04-14T00:56:20.914860" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T00:56:20.914594" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-04-14T00:56:20.914575" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-14T00:56:20.915271" 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-04-14T00:56:20.915389" 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-04-14T00:56:20.915069" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.915984" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" 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-04-14T00:56:20.915548" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T00:56:20.916570" 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-04-14T00:56:20.916179" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T00:56:20.917493" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T00:56:20.917581" 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-04-14T00:56:20.917185" elapsed="0.000420"/>
</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-04-14T00:56:20.917766" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T00:56:20.918987" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-14T00:56:21.510316" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 14 00:56:21 UTC 2026

  System load:  0.93               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 14 00:46:14 2026 from 10.30.170.47
[?2004h[jenkins@releng-63164-181-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-04-14T00:56:20.918604" elapsed="0.591923"/>
</kw>
<msg time="2026-04-14T00:56:21.510615" 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-04-14T00:56:20.918259" elapsed="0.592471"/>
</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-04-14T00:56:20.916812" elapsed="0.594044"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-14T00:56:21.511389" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-14T01:06:27.548649" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-14T01:06:27.549269" level="INFO">${stdout} = </msg>
<msg time="2026-04-14T01:06:27.549381" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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-04-14T00:56:21.511086" elapsed="606.038353"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T01:06:27.549974" elapsed="0.000731"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.551920" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:26.634 16  switches: flows:  478853 471707 484658 485672 483005 492729 482496 479833 473203 468400 468985 485681 478020 470293 475853 470545  total = 127.498883 per ms 
00:58:26.735 16  switches: flows:  506522 514186 519065 506961 519197 514594 508602 510505 519372 519219 510916 505471 516149 519831 514220 504703  total = 136.594811 per ms 
00:59:26.838 16  switches: flows:  555108 550426 555223 550870 548825 544746 557519 556789 548558 555874 557104 558599 547952 550679 560156 557586  total = 147.350771 per ms 
01:00:26.940 16  switches: flows:  577111 558999 569690 572159 569905 562530 573938 565958 558657 561186 568438 566078 568569 563499 556963 569347  total = 150.796883 per ms 
01:01:27.042 16  switches: flows:  585674 584342 585438 583058 583850 586963 588287 581300 576436 589648 587880 588650 578925 582567 580590 585849  total = 155.561703 per ms 
01:02:27.144 16  switches: flows:  569362 579893 577405 573675 577534 569996 580693 576598 577260 568308 574830 570259 574840 564035 572796 568533  total = 152.676850 per ms 
01:03:27.245 16  switches: flows:  577481 580649 588361 572993 565996 584220 581029 585307 577648 593275 587675 583892 576756 582988 590033 582349  total = 154.917131 per ms 
01:04:27.346 16  switches: flows:  510176 485242 507862 507317 494831 507632 508903 493301 496315 501323 509732 497115 516241 503761 495248 509516  total = 133.849473 per ms 
01:05:27.448 16  switches: flows:  555146 557184 553968 562329 552498 553258 557964 552284 554869 560555 562735 553171 555843 559909 562390 556656  total = 148.262383 per ms 
01:06:27.551 16  switches: flows:  584510 585200 591386 598600 584785 583467 586818 588042 587402 588982 590744 577094 585328 593234 573165 590830  total = 156.224759 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133849.47/156224.76/148470.53/50082.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:06:27.551128" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-14T01:06:27.552763" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-04-14T01:06:27.552410" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-04-14T01:06:27.552356" elapsed="0.000631"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-14T01:06:27.553197" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-14T01:06:27.553117" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-04-14T01:06:27.553083" elapsed="0.000247"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-14T01:06:27.553396" elapsed="0.000029"/>
</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-04-14T01:06:27.557442" elapsed="0.000357"/>
</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-04-14T01:06:27.557946" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T01:06:27.558246" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-14T01:06:27.554107" elapsed="0.004294"/>
</kw>
<msg time="2026-04-14T01:06:27.558535" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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-04-14T00:56:20.912289" elapsed="606.646272"/>
</kw>
<status status="PASS" start="2026-04-14T00:56:20.911975" elapsed="606.646635"/>
</branch>
<status status="PASS" start="2026-04-14T00:56:20.911635" elapsed="606.647000"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.559080" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:26.634 16  switches: flows:  478853 471707 484658 485672 483005 492729 482496 479833 473203 468400 468985 485681 478020 470293 475853 470545  total = 127.498883 per ms 
00:58:26.735 16  switches: flows:  506522 514186 519065 506961 519197 514594 508602 510505 519372 519219 510916 505471 516149 519831 514220 504703  total = 136.594811 per ms 
00:59:26.838 16  switches: flows:  555108 550426 555223 550870 548825 544746 557519 556789 548558 555874 557104 558599 547952 550679 560156 557586  total = 147.350771 per ms 
01:00:26.940 16  switches: flows:  577111 558999 569690 572159 569905 562530 573938 565958 558657 561186 568438 566078 568569 563499 556963 569347  total = 150.796883 per ms 
01:01:27.042 16  switches: flows:  585674 584342 585438 583058 583850 586963 588287 581300 576436 589648 587880 588650 578925 582567 580590 585849  total = 155.561703 per ms 
01:02:27.144 16  switches: flows:  569362 579893 577405 573675 577534 569996 580693 576598 577260 568308 574830 570259 574840 564035 572796 568533  total = 152.676850 per ms 
01:03:27.245 16  switches: flows:  577481 580649 588361 572993 565996 584220 581029 585307 577648 593275 587675 583892 576756 582988 590033 582349  total = 154.917131 per ms 
01:04:27.346 16  switches: flows:  510176 485242 507862 507317 494831 507632 508903 493301 496315 501323 509732 497115 516241 503761 495248 509516  total = 133.849473 per ms 
01:05:27.448 16  switches: flows:  555146 557184 553968 562329 552498 553258 557964 552284 554869 560555 562735 553171 555843 559909 562390 556656  total = 148.262383 per ms 
01:06:27.551 16  switches: flows:  584510 585200 591386 598600 584785 583467 586818 588042 587402 588982 590744 577094 585328 593234 573165 590830  total = 156.224759 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133849.47/156224.76/148470.53/50082.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:06:27.558790" elapsed="0.000375"/>
</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-04-14T01:06:27.559313" elapsed="0.000401"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-14T01:06:27.560099" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-14T01:06:27.560188" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 133849.47/156224.76/148470.53/50082.91 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-04-14T01:06:27.559876" elapsed="0.000337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T01:06:27.560627" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 133849.47/156224.76/148470.53/50082.91 | 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-04-14T01:06:27.560373" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.563062" 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-04-14T01:06:27.560812" elapsed="0.002330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.565496" level="INFO">133849.47/156224.76/148470.53/50082.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:06:27.563288" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T01:06:27.567931" 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-04-14T01:06:27.565714" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T01:06:27.570357" level="INFO">@{result_value_list} = [ 133849.47 | 156224.76 | 148470.53 | 50082.91 ]</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-04-14T01:06:27.568147" elapsed="0.002237"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.570854" level="INFO">Length is 4.</msg>
<msg time="2026-04-14T01:06:27.570941" 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-04-14T01:06:27.570536" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.575857" level="INFO">min :: 133849.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-04-14T01:06:27.571388" elapsed="0.004527"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-14T01:06:27.571257" elapsed="0.004693"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.580465" level="INFO">max :: 156224.76</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-04-14T01:06:27.576166" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-14T01:06:27.576040" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.585081" level="INFO">avg :: 148470.53</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-04-14T01:06:27.580789" elapsed="0.004348"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-14T01:06:27.580646" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.589716" level="INFO">stdev :: 50082.91</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-04-14T01:06:27.585389" elapsed="0.004384"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-14T01:06:27.585260" elapsed="0.004548"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-14T01:06:27.571031" elapsed="0.018809"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.593798" level="INFO">${min} = 133849.47</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-04-14T01:06:27.589999" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.597813" level="INFO">${max} = 156224.76</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-04-14T01:06:27.593978" elapsed="0.003862"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.601902" level="INFO">${average} = 148470.53</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-04-14T01:06:27.597994" elapsed="0.003934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.605880" level="INFO">${stdev} = 50082.91</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-04-14T01:06:27.602079" elapsed="0.003827"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.606413" level="INFO">${date} = 2026-04-14 01:06:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-14T01:06:27.606064" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.607030" level="INFO">CBench Result: 2026-04-14 01:06:27,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,133849.47,156224.76,148470.53,50082.91</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-04-14T01:06:27.606583" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T01:06:27.608113" 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-04-14T01:06:27.607716" elapsed="0.000462"/>
</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-04-14T01:06:27.608328" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-14T01:06:27.607234" elapsed="0.001640"/>
</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-04-14T00:56:20.910580" elapsed="606.698353"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.609401" 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-04-14T01:06:27.609086" elapsed="0.000372"/>
</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-04-14T01:06:27.609985" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-14T01:06:27.609678" elapsed="0.000646"/>
</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-04-14T00:56:20.909223" elapsed="606.701140"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.611588" 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-04-14T01:06:27.611208" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.612873" 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-04-14T01:06:27.612526" elapsed="0.000388"/>
</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-04-14T01:06:27.613237" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T01:06:27.613019" elapsed="0.000275"/>
</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-04-14T01:06:27.616327" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T01:06:27.616081" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-04-14T01:06:27.616063" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-14T01:06:27.616734" 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-04-14T01:06:27.616851" 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-04-14T01:06:27.616533" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.617427" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" 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-04-14T01:06:27.617010" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T01:06:27.618023" 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-04-14T01:06:27.617619" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T01:06:27.618932" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T01:06:27.619020" 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-04-14T01:06:27.618615" elapsed="0.000428"/>
</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-04-14T01:06:27.619320" elapsed="0.000390"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T01:06:27.620571" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-14T01:06:28.208909" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 14 01:06:27 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 14 00:56:21 2026 from 10.30.170.47
[?2004h[jenkins@releng-63164-181-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-04-14T01:06:27.620210" elapsed="0.588833"/>
</kw>
<msg time="2026-04-14T01:06:28.209110" 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-04-14T01:06:27.619866" elapsed="0.589309"/>
</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-04-14T01:06:27.618247" elapsed="0.591021"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-14T01:06:28.209694" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-14T01:16:34.247840" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-14T01:16:34.248401" level="INFO">${stdout} = </msg>
<msg time="2026-04-14T01:16:34.248506" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-14T01:06:28.209438" elapsed="606.039125"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T01:16:34.249062" elapsed="0.000711"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.250981" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:33.348 16  switches: flows:  129443 128943 131327 136117 129300 129261 128649 129975 127203 126991 128783 126130 128605 127486 135272 126703  total = 34.503133 per ms 
01:08:33.449 16  switches: flows:  126424 128569 127314 127100 123871 124958 127063 128184 125023 122760 121992 123183 124430 126349 123082 124236  total = 33.353153 per ms 
01:09:33.549 16  switches: flows:  126725 130028 130201 129032 127346 128248 131014 130286 128299 124861 125357 124997 129140 126509 125286 124722  total = 33.977475 per ms 
01:10:33.649 16  switches: flows:  128439 131373 130682 129902 129164 127696 128609 130210 128224 127151 125870 126633 127134 128440 124666 125536  total = 34.105236 per ms 
01:11:33.749 16  switches: flows:  126717 131474 131199 129081 128337 128594 129522 131588 130295 127467 126493 126783 129617 127130 125716 125414  total = 34.200005 per ms 
01:12:33.850 16  switches: flows:  125956 129827 131234 128164 127515 127868 130526 131993 130185 127346 127597 125623 130798 126909 126006 126336  total = 34.174315 per ms 
01:13:33.950 16  switches: flows:  125233 128135 130104 128763 127304 127395 130140 129040 128992 126177 125697 124291 126652 125801 125214 124200  total = 33.829188 per ms 
01:14:34.050 16  switches: flows:  106955 109586 108306 106677 108166 107406 107465 108675 105815 106793 105124 104089 104130 106232 106408 105261  total = 28.404051 per ms 
01:15:34.152 16  switches: flows:  116013 116207 116213 119652 117523 112983 114837 113704 115115 115524 111033 112373 112518 114850 112611 112695  total = 30.512729 per ms 
01:16:34.252 16  switches: flows:  129747 128696 130038 127376 132668 126588 130665 128408 129977 129166 125947 128297 127845 128158 125800 127888  total = 34.230564 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28404.05/34230.56/32976.30/11165.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:16:34.250188" elapsed="0.001117"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-14T01:16:34.251859" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-04-14T01:16:34.251510" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-04-14T01:16:34.251458" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-14T01:16:34.252278" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-14T01:16:34.252199" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-04-14T01:16:34.252165" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-14T01:16:34.252481" elapsed="0.000029"/>
</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-04-14T01:16:34.257172" elapsed="0.000458"/>
</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-04-14T01:16:34.257859" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T01:16:34.258273" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-14T01:16:34.253236" elapsed="0.005248"/>
</kw>
<msg time="2026-04-14T01:16:34.258683" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-14T01:06:27.613632" elapsed="606.645090"/>
</kw>
<status status="PASS" start="2026-04-14T01:06:27.613319" elapsed="606.645473"/>
</branch>
<status status="PASS" start="2026-04-14T01:06:27.613000" elapsed="606.645829"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.259430" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:33.348 16  switches: flows:  129443 128943 131327 136117 129300 129261 128649 129975 127203 126991 128783 126130 128605 127486 135272 126703  total = 34.503133 per ms 
01:08:33.449 16  switches: flows:  126424 128569 127314 127100 123871 124958 127063 128184 125023 122760 121992 123183 124430 126349 123082 124236  total = 33.353153 per ms 
01:09:33.549 16  switches: flows:  126725 130028 130201 129032 127346 128248 131014 130286 128299 124861 125357 124997 129140 126509 125286 124722  total = 33.977475 per ms 
01:10:33.649 16  switches: flows:  128439 131373 130682 129902 129164 127696 128609 130210 128224 127151 125870 126633 127134 128440 124666 125536  total = 34.105236 per ms 
01:11:33.749 16  switches: flows:  126717 131474 131199 129081 128337 128594 129522 131588 130295 127467 126493 126783 129617 127130 125716 125414  total = 34.200005 per ms 
01:12:33.850 16  switches: flows:  125956 129827 131234 128164 127515 127868 130526 131993 130185 127346 127597 125623 130798 126909 126006 126336  total = 34.174315 per ms 
01:13:33.950 16  switches: flows:  125233 128135 130104 128763 127304 127395 130140 129040 128992 126177 125697 124291 126652 125801 125214 124200  total = 33.829188 per ms 
01:14:34.050 16  switches: flows:  106955 109586 108306 106677 108166 107406 107465 108675 105815 106793 105124 104089 104130 106232 106408 105261  total = 28.404051 per ms 
01:15:34.152 16  switches: flows:  116013 116207 116213 119652 117523 112983 114837 113704 115115 115524 111033 112373 112518 114850 112611 112695  total = 30.512729 per ms 
01:16:34.252 16  switches: flows:  129747 128696 130038 127376 132668 126588 130665 128408 129977 129166 125947 128297 127845 128158 125800 127888  total = 34.230564 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28404.05/34230.56/32976.30/11165.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:16:34.259027" elapsed="0.000505"/>
</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-04-14T01:16:34.259758" elapsed="0.000543"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-14T01:16:34.260885" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-14T01:16:34.261017" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28404.05/34230.56/32976.30/11165.74 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-04-14T01:16:34.260541" elapsed="0.000512"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T01:16:34.261683" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28404.05/34230.56/32976.30/11165.74 | 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-04-14T01:16:34.261281" elapsed="0.000443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.264551" 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-04-14T01:16:34.261934" elapsed="0.002674"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.267063" level="INFO">28404.05/34230.56/32976.30/11165.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:16:34.264781" elapsed="0.002338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T01:16:34.269622" 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-04-14T01:16:34.267271" elapsed="0.002379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T01:16:34.272147" level="INFO">@{result_value_list} = [ 28404.05 | 34230.56 | 32976.30 | 11165.74 ]</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-04-14T01:16:34.269857" elapsed="0.002318"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.272640" level="INFO">Length is 4.</msg>
<msg time="2026-04-14T01:16:34.272750" 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-04-14T01:16:34.272331" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.277573" level="INFO">min :: 28404.05</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-04-14T01:16:34.273159" elapsed="0.004471"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-14T01:16:34.273030" elapsed="0.004652"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.282299" level="INFO">max :: 34230.56</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-04-14T01:16:34.277904" elapsed="0.004453"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-14T01:16:34.277775" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.287056" level="INFO">avg :: 32976.30</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-04-14T01:16:34.282633" elapsed="0.004488"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-14T01:16:34.282482" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.291933" level="INFO">stdev :: 11165.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T01:16:34.287369" elapsed="0.004621"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-14T01:16:34.287243" elapsed="0.004782"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-14T01:16:34.272842" elapsed="0.019214"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.296222" level="INFO">${min} = 28404.05</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-04-14T01:16:34.292217" elapsed="0.004033"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.300206" level="INFO">${max} = 34230.56</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-04-14T01:16:34.296407" elapsed="0.003825"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.304307" level="INFO">${average} = 32976.30</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-04-14T01:16:34.300386" elapsed="0.003949"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.308244" level="INFO">${stdev} = 11165.74</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-04-14T01:16:34.304486" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.308800" level="INFO">${date} = 2026-04-14 01:16:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-14T01:16:34.308431" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.309398" level="INFO">CBench Result: 2026-04-14 01:16:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28404.05,34230.56,32976.30,11165.74</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-04-14T01:16:34.308972" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T01:16:34.310550" 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-04-14T01:16:34.310088" elapsed="0.000530"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-14T01:16:34.310792" elapsed="0.000547"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-14T01:16:34.309600" elapsed="0.001804"/>
</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-04-14T01:06:27.611974" elapsed="606.699490"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.311959" 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-04-14T01:16:34.311614" elapsed="0.000402"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T01:16:34.313235" 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-04-14T01:16:34.312741" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-14T01:16:34.313485" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-04-14T01:16:34.313337" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-04-14T01:16:34.313318" elapsed="0.000254"/>
</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-04-14T01:16:34.313732" 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-04-14T01:16:34.313891" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-14T01:16:34.314050" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-14T01:16:34.314241" 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-04-14T01:16:34.314392" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-14T01:16:34.314539" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-14T01:16:34.314699" elapsed="0.000022"/>
</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-04-14T01:16:34.314942" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-14T01:16:34.314785" elapsed="0.000218"/>
</branch>
<status status="NOT RUN" start="2026-04-14T01:16:34.314767" elapsed="0.000259"/>
</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-04-14T01:16:34.312387" elapsed="0.002689"/>
</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-04-14T01:06:27.610675" elapsed="606.704448"/>
</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-04-14T00:46:11.439338" elapsed="1822.876208"/>
</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>
