<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-14T06:15:19.192513" 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-14T06:15:19.787207" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:15:19.787036" elapsed="0.000271"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:19.787006" elapsed="0.000328"/>
</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-14T06:15:19.787477" elapsed="0.000499"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-14T06:15:19.788453" level="INFO">Logging into '10.30.170.89:8101' as 'karaf'.</msg>
<msg time="2026-04-14T06:15:20.613641" 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-14T06:15:19.788145" elapsed="0.825699"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-14T06:15:20.662941" 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-14T06:15:20.614132" elapsed="0.048880"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-14T06:15:20.664722" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-14T06:15:20.664832" 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-14T06:15:20.663178" elapsed="0.001684"/>
</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-14T06:15:20.665016" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:15:20.665395" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:15:20.666126" 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-14T06:15:20.665763" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T06:15:20.666258" elapsed="0.000062"/>
</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.89
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-14T06:15:19.786657" elapsed="0.879791"/>
</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-14T06:15:19.783081" elapsed="0.883430"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T06:15:20.667098" 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-14T06:15:20.666719" elapsed="0.000437"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T06:15:20.667576" 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-14T06:15:20.667327" elapsed="0.000311"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T06:15:20.668183" 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-14T06:15:20.667792" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T06:15:20.668755" 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-14T06:15:20.668422" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T06:15:20.669333" 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-14T06:15:20.668945" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T06:15:20.669829" 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-14T06:15:20.669519" elapsed="0.000352"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-14T06:15:20.670169" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:15:20.669957" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:15:20.674505" 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-14T06:15:20.674077" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T06:15:20.675786" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T06:15:20.675875" 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-14T06:15:20.675089" elapsed="0.000810"/>
</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-14T06:15:20.676048" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T06:15:20.677428" level="INFO">Logging into '10.30.170.217:22' as 'jenkins'.</msg>
<msg time="2026-04-14T06:15:21.356977" 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 06:15:20 UTC 2026

  System load:  0.22               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.217
  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-182-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-14T06:15:20.676922" elapsed="0.680213"/>
</kw>
<msg time="2026-04-14T06:15:21.357226" 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-14T06:15:20.676578" elapsed="0.680759"/>
</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-14T06:15:20.674750" elapsed="0.682709"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.364921" 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-14T06:15:21.357671" elapsed="0.008308"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:15:21.366181" elapsed="0.000309"/>
</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-14T06:15:20.673564" elapsed="0.692989"/>
</kw>
<status status="PASS" start="2026-04-14T06:15:20.670322" elapsed="0.696269"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:20.669931" elapsed="0.696695"/>
</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-14T06:15:21.366780" elapsed="0.000534"/>
</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-14T06:15:21.371881" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:15:21.371759" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:21.371734" elapsed="0.000225"/>
</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-14T06:15:21.375534" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:15:21.375419" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:21.375400" elapsed="0.000204"/>
</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-14T06:15:21.375734" elapsed="0.000436"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.376593" level="INFO">Logging into '10.30.170.89:8101' as 'karaf'.</msg>
<msg time="2026-04-14T06:15:21.619528" 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-14T06:15:21.376333" elapsed="0.243364"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.720542" 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-14T06:15:21.619950" elapsed="0.100762"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.729042" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-14T06:15:21.729228" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-14T06:15:21.720971" elapsed="0.008306"/>
</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-14T06:15:21.729427" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:15:21.729840" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:15:21.730575" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-14T06:15:21.730255" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T06:15:21.730691" elapsed="0.000048"/>
</return>
<msg time="2026-04-14T06:15:21.730908" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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.89
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-14T06:15:21.375018" elapsed="0.355928"/>
</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-14T06:15:21.731102" elapsed="0.000550"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T06:15:21.731745" elapsed="0.000036"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-14T06:15:21.371454" elapsed="0.360431"/>
</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-14T06:15:21.735581" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:15:21.735444" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:21.735419" elapsed="0.000236"/>
</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-14T06:15:21.735787" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.736677" level="INFO">Logging into '10.30.170.89:8101' as 'karaf'.</msg>
<msg time="2026-04-14T06:15:21.962099" 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-14T06:15:21.736413" elapsed="0.225866"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.988282" 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-14T06:15:21.962527" elapsed="0.025824"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.990130" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-14T06:15:21.990259" 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-14T06:15:21.988523" elapsed="0.001768"/>
</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-14T06:15:21.990431" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:15:21.990791" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:15:21.991524" 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-14T06:15:21.991130" elapsed="0.000447"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-14T06:15:21.991630" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.89
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-14T06:15:21.735072" elapsed="0.256728"/>
</kw>
<status status="PASS" start="2026-04-14T06:15:19.781158" elapsed="2.210706"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:15:21.994097" 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-14T06:15:21.992997" elapsed="0.001166"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T06:15:21.995895" 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-14T06:15:21.995536" elapsed="0.000404"/>
</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-14T06:15:21.996294" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:15:21.996023" elapsed="0.000331"/>
</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-14T06:15:21.999322" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:15:21.999042" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:21.999021" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:15:21.999846" 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-14T06:15:21.999971" 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-14T06:15:21.999621" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:15:22.000586" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.217" 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-14T06:15:22.000135" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:15:22.001271" 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-14T06:15:22.000786" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T06:15:22.002196" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T06:15:22.002303" 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-14T06:15:22.001875" elapsed="0.000453"/>
</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-14T06:15:22.002470" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T06:15:22.003680" level="INFO">Logging into '10.30.170.217:22' as 'jenkins'.</msg>
<msg time="2026-04-14T06:15:22.334133" 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 06:15:20 UTC 2026

  System load:  0.22               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.217
  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 06:15:21 2026 from 10.30.170.221
[?2004h[jenkins@releng-63164-182-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-14T06:15:22.003304" elapsed="0.331073"/>
</kw>
<msg time="2026-04-14T06:15:22.334490" 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-14T06:15:22.002948" elapsed="0.331640"/>
</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-14T06:15:22.001502" elapsed="0.333243"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-14T06:15:22.335824" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-14T06:25:28.462687" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-14T06:25:28.463004" level="INFO">${stdout} = </msg>
<msg time="2026-04-14T06:25:28.463053" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-14T06:15:22.335026" elapsed="606.128076"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:25:28.463361" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.464317" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:16:27.519 16  switches: flows:  105435 107484 105920 105105 105797 104928 104443 104118 101974 103364 101756 102957 102359 101842 99252 102066  total = 27.646667 per ms 
06:17:27.620 16  switches: flows:  117744 116682 115163 117119 116041 116290 116256 115958 113015 112478 110139 115153 111103 111114 109548 113255  total = 30.400224 per ms 
06:18:27.721 16  switches: flows:  118969 117482 120558 117293 118628 118908 119068 118311 115435 115528 113085 115856 112276 112843 112725 115695  total = 30.992581 per ms 
06:19:27.822 16  switches: flows:  119484 121343 119448 117652 120478 121125 119798 117936 117044 115839 115768 116980 114067 115789 113918 116260  total = 31.329855 per ms 
06:20:27.923 16  switches: flows:  116683 117018 117215 113481 115408 115591 112870 114765 112563 112217 111075 112274 109017 111625 111767 112752  total = 30.221534 per ms 
06:21:28.024 16  switches: flows:  115763 118124 118650 116341 117050 114579 114345 115004 112603 111628 109919 111830 109139 112153 113700 114600  total = 30.373120 per ms 
06:22:28.125 16  switches: flows:  107577 111214 110510 105959 108586 107968 106402 105222 104488 103985 103290 104851 101841 102795 106096 104117  total = 28.201257 per ms 
06:23:28.226 16  switches: flows:  102947 101748 103861 102896 101287 100012 101404 102683 97188 98256 96059 98043 97847 98013 97460 97963  total = 26.583392 per ms 
06:24:28.327 16  switches: flows:  118405 119090 119703 120212 117853 117032 115438 118136 112402 111528 108806 113211 112272 111568 109464 111138  total = 30.553285 per ms 
06:25:28.428 16  switches: flows:  117260 119506 116166 116702 115594 114986 115260 118057 109730 110429 109565 109633 108546 110498 109573 111197  total = 30.161347 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26583.39/31329.86/29868.51/10057.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:25:28.463941" elapsed="0.000530"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-14T06:25:28.464734" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-04-14T06:25:28.464566" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-04-14T06:25:28.464537" elapsed="0.000303"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-14T06:25:28.464937" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:25:28.464900" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-04-14T06:25:28.464884" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-14T06:25:28.465032" elapsed="0.000013"/>
</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-14T06:25:28.467604" elapsed="0.000349"/>
</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-14T06:25:28.468102" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:25:28.468414" 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-14T06:25:28.465377" elapsed="0.003191"/>
</kw>
<msg time="2026-04-14T06:25:28.468698" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-14T06:15:21.996710" elapsed="606.472016"/>
</kw>
<status status="PASS" start="2026-04-14T06:15:21.996383" elapsed="606.472393"/>
</branch>
<status status="PASS" start="2026-04-14T06:15:21.995998" elapsed="606.472801"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.469230" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:16:27.519 16  switches: flows:  105435 107484 105920 105105 105797 104928 104443 104118 101974 103364 101756 102957 102359 101842 99252 102066  total = 27.646667 per ms 
06:17:27.620 16  switches: flows:  117744 116682 115163 117119 116041 116290 116256 115958 113015 112478 110139 115153 111103 111114 109548 113255  total = 30.400224 per ms 
06:18:27.721 16  switches: flows:  118969 117482 120558 117293 118628 118908 119068 118311 115435 115528 113085 115856 112276 112843 112725 115695  total = 30.992581 per ms 
06:19:27.822 16  switches: flows:  119484 121343 119448 117652 120478 121125 119798 117936 117044 115839 115768 116980 114067 115789 113918 116260  total = 31.329855 per ms 
06:20:27.923 16  switches: flows:  116683 117018 117215 113481 115408 115591 112870 114765 112563 112217 111075 112274 109017 111625 111767 112752  total = 30.221534 per ms 
06:21:28.024 16  switches: flows:  115763 118124 118650 116341 117050 114579 114345 115004 112603 111628 109919 111830 109139 112153 113700 114600  total = 30.373120 per ms 
06:22:28.125 16  switches: flows:  107577 111214 110510 105959 108586 107968 106402 105222 104488 103985 103290 104851 101841 102795 106096 104117  total = 28.201257 per ms 
06:23:28.226 16  switches: flows:  102947 101748 103861 102896 101287 100012 101404 102683 97188 98256 96059 98043 97847 98013 97460 97963  total = 26.583392 per ms 
06:24:28.327 16  switches: flows:  118405 119090 119703 120212 117853 117032 115438 118136 112402 111528 108806 113211 112272 111568 109464 111138  total = 30.553285 per ms 
06:25:28.428 16  switches: flows:  117260 119506 116166 116702 115594 114986 115260 118057 109730 110429 109565 109633 108546 110498 109573 111197  total = 30.161347 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26583.39/31329.86/29868.51/10057.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:25:28.468938" elapsed="0.000383"/>
</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-14T06:25:28.469470" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-14T06:25:28.470223" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-14T06:25:28.470331" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26583.39/31329.86/29868.51/10057.14 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-14T06:25:28.469994" elapsed="0.000363"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T06:25:28.470765" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26583.39/31329.86/29868.51/10057.14 | 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-14T06:25:28.470509" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.473137" 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-14T06:25:28.470934" elapsed="0.002260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.475551" level="INFO">26583.39/31329.86/29868.51/10057.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:25:28.473355" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T06:25:28.477934" 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-14T06:25:28.475757" elapsed="0.002204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T06:25:28.480377" level="INFO">@{result_value_list} = [ 26583.39 | 31329.86 | 29868.51 | 10057.14 ]</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-14T06:25:28.478148" elapsed="0.002257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.480864" level="INFO">Length is 4.</msg>
<msg time="2026-04-14T06:25:28.480953" 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-14T06:25:28.480558" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.485622" level="INFO">min :: 26583.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:25:28.481390" elapsed="0.004289"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-14T06:25:28.481257" elapsed="0.004457"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.490169" level="INFO">max :: 31329.86</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-14T06:25:28.485936" elapsed="0.004295"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-14T06:25:28.485806" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.494754" level="INFO">avg :: 29868.51</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-14T06:25:28.490501" elapsed="0.004310"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-14T06:25:28.490372" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.499459" level="INFO">stdev :: 10057.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:25:28.495133" elapsed="0.004383"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-14T06:25:28.494986" elapsed="0.004565"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-14T06:25:28.481044" elapsed="0.018541"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.503702" level="INFO">${min} = 26583.39</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-14T06:25:28.499741" elapsed="0.003989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.507704" level="INFO">${max} = 31329.86</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-14T06:25:28.503884" elapsed="0.003848"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.511744" level="INFO">${average} = 29868.51</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-14T06:25:28.507883" elapsed="0.003890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.515726" level="INFO">${stdev} = 10057.14</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-14T06:25:28.511946" elapsed="0.003807"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.516273" level="INFO">${date} = 2026-04-14 06:25:28</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-14T06:25:28.515909" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.516851" level="INFO">CBench Result: 2026-04-14 06:25:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26583.39,31329.86,29868.51,10057.14</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-14T06:25:28.516446" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T06:25:28.517949" 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-14T06:25:28.517554" elapsed="0.000460"/>
</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-14T06:25:28.518166" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-14T06:25:28.517062" elapsed="0.001641"/>
</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-14T06:15:21.994836" elapsed="606.523926"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.519302" 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-14T06:25:28.518913" elapsed="0.000469"/>
</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-14T06:25:28.519899" elapsed="0.000304"/>
</kw>
<status status="PASS" start="2026-04-14T06:25:28.519599" elapsed="0.000705"/>
</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-14T06:15:21.992017" elapsed="606.528337"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.522035" 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-14T06:25:28.521638" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.523478" 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-14T06:25:28.523125" elapsed="0.000395"/>
</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-14T06:25:28.523852" elapsed="0.000114"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:25:28.523633" elapsed="0.000625"/>
</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-14T06:25:28.527164" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:25:28.526883" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-04-14T06:25:28.526864" elapsed="0.000396"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:25:28.527587" 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-14T06:25:28.527707" 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-14T06:25:28.527391" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.528311" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.89 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.217" 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-14T06:25:28.527868" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:25:28.528898" 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-14T06:25:28.528509" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T06:25:28.529841" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T06:25:28.529930" 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-14T06:25:28.529533" elapsed="0.000422"/>
</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-14T06:25:28.530094" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T06:25:28.531318" level="INFO">Logging into '10.30.170.217:22' as 'jenkins'.</msg>
<msg time="2026-04-14T06:25:29.198665" 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 06:25:28 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.217
  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 06:15:22 2026 from 10.30.170.221
[?2004h[jenkins@releng-63164-182-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-14T06:25:28.530929" elapsed="0.667965"/>
</kw>
<msg time="2026-04-14T06:25:29.198984" 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-14T06:25:28.530589" elapsed="0.668485"/>
</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-14T06:25:28.529123" elapsed="0.670067"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-14T06:25:29.199725" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.89 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-14T06:35:35.802888" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-14T06:35:35.803556" level="INFO">${stdout} = </msg>
<msg time="2026-04-14T06:35:35.803661" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89: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-14T06:25:29.199423" elapsed="606.604294"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:35:35.804172" elapsed="0.000724"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.806056" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:26:34.305 16  switches: flows:  533692 519438 511684 518519 517148 514148 534797 509333 500514 508126 502828 497291 496326 501682 498080 524748  total = 136.472567 per ms 
06:27:34.406 16  switches: flows:  519272 516676 512073 506527 513874 516730 515938 517570 442531 429921 431447 502416 449875 459445 501245 501966  total = 130.405254 per ms 
06:28:34.508 16  switches: flows:  548705 532852 544383 545532 552149 545331 555264 545459 552587 541218 547402 538188 542577 540324 542696 547654  total = 145.127982 per ms 
06:29:34.630 16  switches: flows:  479567 473354 467419 464637 475695 476617 483122 475155 477375 473410 478012 487297 474292 467818 478458 478546  total = 126.588124 per ms 
06:30:34.732 16  switches: flows:  425201 426226 416700 433419 420259 424745 411837 431465 431879 396017 408868 427330 440170 421703 443543 430149  total = 112.967979 per ms 
06:31:34.835 16  switches: flows:  524185 525016 518596 525924 521190 525328 518655 521784 511084 522243 525670 520384 524595 527143 520591 523368  total = 139.027599 per ms 
06:32:34.936 16  switches: flows:  536388 532155 529031 523421 531444 534489 533004 531892 523408 530063 533277 527125 536864 531770 532010 524101  total = 141.269316 per ms 
06:33:35.038 16  switches: flows:  515064 508542 514280 517126 509813 513753 511863 513992 520076 509828 509346 514891 511438 511027 509320 508492  total = 136.418522 per ms 
06:34:35.139 16  switches: flows:  494855 492438 500379 495137 487237 485531 492138 485230 489181 465132 494766 486499 498487 491575 497747 501818  total = 130.748957 per ms 
06:35:35.777 16  switches: flows:  480613 469523 483446 482036 481353 480736 480746 481498 472354 485811 486913 474412 477435 480158 478442 477237  total = 126.532397 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 112967.98/145127.98/132120.68/44979.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:35.805320" elapsed="0.001063"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-14T06:35:35.806892" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-14T06:35:35.806563" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-04-14T06:35:35.806514" elapsed="0.000629"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-14T06:35:35.807397" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:35:35.807311" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-14T06:35:35.807272" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-14T06:35:35.807624" elapsed="0.000045"/>
</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-14T06:35:35.812503" elapsed="0.000348"/>
</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-14T06:35:35.812998" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:35:35.813309" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-14T06:35:35.808388" elapsed="0.005079"/>
</kw>
<msg time="2026-04-14T06:35:35.813597" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89: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-14T06:25:28.524643" elapsed="607.288981"/>
</kw>
<status status="PASS" start="2026-04-14T06:25:28.524289" elapsed="607.289385"/>
</branch>
<status status="PASS" start="2026-04-14T06:25:28.523612" elapsed="607.290085"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.814153" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:26:34.305 16  switches: flows:  533692 519438 511684 518519 517148 514148 534797 509333 500514 508126 502828 497291 496326 501682 498080 524748  total = 136.472567 per ms 
06:27:34.406 16  switches: flows:  519272 516676 512073 506527 513874 516730 515938 517570 442531 429921 431447 502416 449875 459445 501245 501966  total = 130.405254 per ms 
06:28:34.508 16  switches: flows:  548705 532852 544383 545532 552149 545331 555264 545459 552587 541218 547402 538188 542577 540324 542696 547654  total = 145.127982 per ms 
06:29:34.630 16  switches: flows:  479567 473354 467419 464637 475695 476617 483122 475155 477375 473410 478012 487297 474292 467818 478458 478546  total = 126.588124 per ms 
06:30:34.732 16  switches: flows:  425201 426226 416700 433419 420259 424745 411837 431465 431879 396017 408868 427330 440170 421703 443543 430149  total = 112.967979 per ms 
06:31:34.835 16  switches: flows:  524185 525016 518596 525924 521190 525328 518655 521784 511084 522243 525670 520384 524595 527143 520591 523368  total = 139.027599 per ms 
06:32:34.936 16  switches: flows:  536388 532155 529031 523421 531444 534489 533004 531892 523408 530063 533277 527125 536864 531770 532010 524101  total = 141.269316 per ms 
06:33:35.038 16  switches: flows:  515064 508542 514280 517126 509813 513753 511863 513992 520076 509828 509346 514891 511438 511027 509320 508492  total = 136.418522 per ms 
06:34:35.139 16  switches: flows:  494855 492438 500379 495137 487237 485531 492138 485230 489181 465132 494766 486499 498487 491575 497747 501818  total = 130.748957 per ms 
06:35:35.777 16  switches: flows:  480613 469523 483446 482036 481353 480736 480746 481498 472354 485811 486913 474412 477435 480158 478442 477237  total = 126.532397 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 112967.98/145127.98/132120.68/44979.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:35.813836" elapsed="0.000394"/>
</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-14T06:35:35.814396" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-14T06:35:35.815165" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-14T06:35:35.815273" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 112967.98/145127.98/132120.68/44979.54 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-14T06:35:35.814928" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T06:35:35.815715" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 112967.98/145127.98/132120.68/44979.54 | 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-14T06:35:35.815456" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.818117" 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-14T06:35:35.815888" elapsed="0.002287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.820538" level="INFO">112967.98/145127.98/132120.68/44979.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:35.818336" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T06:35:35.822912" 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-14T06:35:35.820742" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-14T06:35:35.825350" level="INFO">@{result_value_list} = [ 112967.98 | 145127.98 | 132120.68 | 44979.54 ]</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-14T06:35:35.823147" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.825840" level="INFO">Length is 4.</msg>
<msg time="2026-04-14T06:35:35.825928" 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-14T06:35:35.825531" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.830641" level="INFO">min :: 112967.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:35.826369" elapsed="0.004335"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-14T06:35:35.826218" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.835410" level="INFO">max :: 145127.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:35.830954" elapsed="0.004515"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-14T06:35:35.830830" elapsed="0.004674"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.840267" level="INFO">avg :: 132120.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:35.835722" elapsed="0.004605"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-14T06:35:35.835593" elapsed="0.004770"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.844917" level="INFO">stdev :: 44979.54</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-14T06:35:35.840584" elapsed="0.004391"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-14T06:35:35.840453" elapsed="0.004558"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-14T06:35:35.826017" elapsed="0.019025"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.849379" level="INFO">${min} = 112967.98</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-14T06:35:35.845215" elapsed="0.004192"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.853263" level="INFO">${max} = 145127.98</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-14T06:35:35.849563" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.857124" level="INFO">${average} = 132120.68</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-14T06:35:35.853443" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.861042" level="INFO">${stdev} = 44979.54</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-14T06:35:35.857316" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.861601" level="INFO">${date} = 2026-04-14 06:35:35</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-14T06:35:35.861227" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.862186" level="INFO">CBench Result: 2026-04-14 06:35:35,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,112967.98,145127.98,132120.68,44979.54</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-14T06:35:35.861776" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-14T06:35:35.863331" 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-14T06:35:35.862887" elapsed="0.000512"/>
</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-14T06:35:35.863549" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-14T06:35:35.862415" elapsed="0.001694"/>
</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-14T06:25:28.522432" elapsed="607.341737"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.864652" 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-14T06:35:35.864334" elapsed="0.000376"/>
</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-14T06:35:35.865219" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-04-14T06:35:35.864920" elapsed="0.000650"/>
</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-14T06:25:28.520975" elapsed="607.344633"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.867118" 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-14T06:35:35.866733" elapsed="0.000537"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.868854" 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-14T06:35:35.868152" elapsed="0.000745"/>
</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-14T06:35:35.869255" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:35:35.869017" elapsed="0.000298"/>
</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-14T06:35:35.872356" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-14T06:35:35.872053" elapsed="0.000363"/>
</branch>
<status status="PASS" start="2026-04-14T06:35:35.872032" elapsed="0.000416"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:35:35.872824" 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-14T06:35:35.872948" 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-14T06:35:35.872590" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.873575" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.217" 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-14T06:35:35.873108" elapsed="0.000542"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-14T06:35:35.874204" 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-14T06:35:35.873802" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-14T06:35:35.875382" level="INFO">Length is 0.</msg>
<msg time="2026-04-14T06:35:35.875479" 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-14T06:35:35.874836" elapsed="0.000667"/>
</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-14T06:35:35.875647" elapsed="0.000402"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-14T06:35:35.877271" level="INFO">Logging into '10.30.170.217:22' as 'jenkins'.</msg>
<msg time="2026-04-14T06:35:36.511067" 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 06:35:36 UTC 2026

  System load:  0.24               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.217
  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 06:25:29 2026 from 10.30.170.221
[?2004h[jenkins@releng-63164-182-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-14T06:35:35.876760" elapsed="0.634541"/>
</kw>
<msg time="2026-04-14T06:35:36.511388" 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-14T06:35:35.876284" elapsed="0.635185"/>
</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-14T06:35:35.874454" elapsed="0.637130"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-14T06:35:36.512197" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-14T06:35:39.524982" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-14T06:35:39.525532" level="INFO">${stdout} = </msg>
<msg time="2026-04-14T06:35:39.525634" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-14T06:35:36.511802" elapsed="3.013888"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:35:39.526105" elapsed="0.000785"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.528018" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:39.527270" elapsed="0.000881"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-14T06:35:39.528652" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-14T06:35:39.528356" elapsed="0.000557"/>
</branch>
<status status="PASS" start="2026-04-14T06:35:39.528305" elapsed="0.000670"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-14T06:35:39.529183" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:35:39.529102" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-04-14T06:35:39.529068" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-14T06:35:39.529425" elapsed="0.000031"/>
</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-14T06:35:39.533330" elapsed="0.000329"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-14T06:35:39.533805" elapsed="0.000159"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-14T06:35:39.534093" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-14T06:35:39.530095" elapsed="0.004186"/>
</kw>
<msg time="2026-04-14T06:35:39.534414" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-14T06:35:35.869664" elapsed="3.664778"/>
</kw>
<status status="PASS" start="2026-04-14T06:35:35.869341" elapsed="3.665149"/>
</branch>
<status status="PASS" start="2026-04-14T06:35:35.868995" elapsed="3.665518"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.534935" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:39.534651" elapsed="0.000344"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.535577" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-14T06:35:39.535140" elapsed="0.000624">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.535938" elapsed="0.000022"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.536105" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.536279" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.536432" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-04-14T06:35:39.536585" elapsed="0.000019"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-04-14T06:35:39.536742" elapsed="0.000019"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-04-14T06:35:39.536905" elapsed="0.000019"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.537178" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-04-14T06:35:39.537058" elapsed="0.000171"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-04-14T06:35:39.536990" elapsed="0.000289"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-14T06:35:39.537427" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-14T06:35:39.537585" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-14T06:35:39.537741" elapsed="0.000057"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-14T06:35:39.537946" elapsed="0.000020"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.538110" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.538429" elapsed="0.000022"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-04-14T06:35:39.538581" elapsed="0.000022"/>
</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="FAIL" start="2026-04-14T06:35:35.867591" elapsed="3.671134">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-04-14T06:35:39.538908" elapsed="0.000021"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.540486" 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-14T06:35:39.539744" elapsed="0.000769"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="NOT RUN" start="2026-04-14T06:35:39.540737" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-14T06:35:39.540590" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-14T06:35:39.540572" elapsed="0.000228"/>
</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="PASS" start="2026-04-14T06:35:39.540935" elapsed="0.000211"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.541987" level="FAIL">'6176' does not contain '-'</msg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-14T06:35:39.541640" elapsed="0.000419">'6176' does not contain '-'</status>
</kw>
<msg time="2026-04-14T06:35:39.542152" level="INFO">${match} = False</msg>
<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="PASS" start="2026-04-14T06:35:39.541304" elapsed="0.000872"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.542670" level="INFO">${bug_url} = https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-04-14T06:35:39.542337" elapsed="0.000359"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.543121" level="INFO">${msg} = This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-04-14T06:35:39.542837" elapsed="0.000310"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.543583" level="INFO">${newline} = 
</msg>
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-14T06:35:39.543296" elapsed="0.000312"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.544120" level="INFO">Set test message to:
This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1' does not contain 'RESULT'</msg>
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="PASS" start="2026-04-14T06:35:39.543755" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.544559" level="INFO">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-14T06:35:39.544325" elapsed="0.000276"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<msg time="2026-04-14T06:35:39.545222" level="INFO">Set tag 'https://bugs.opendaylight.org/show_bug.cgi?id=6176'.</msg>
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="PASS" start="2026-04-14T06:35:39.544879" elapsed="0.000405"/>
</kw>
<status status="PASS" start="2026-04-14T06:35:39.544666" elapsed="0.000651"/>
</branch>
<status status="PASS" start="2026-04-14T06:35:39.544649" elapsed="0.000692"/>
</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-14T06:35:39.539345" elapsed="0.006041"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>https://bugs.opendaylight.org/show_bug.cgi?id=6176</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-04-14T06:35:35.866128" elapsed="3.679300">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89: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! 
make_tcp_connection: connect: Operation now in progress
make_nonblock_tcp_connection :: returned -1' does not contain 'RESULT'</status>
</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="FAIL" start="2026-04-14T06:15:19.194086" elapsed="1220.352346"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="0" fail="1" skip="0">https://bugs.opendaylight.org/show_bug.cgi?id=6176</stat>
<stat pass="1" fail="1" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
