<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-29T03:02:19.113164" 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-29T03:02:19.698711" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:02:19.698550" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:19.698504" elapsed="0.000312"/>
</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-29T03:02:19.698963" elapsed="0.000506"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T03:02:19.699963" level="INFO">Logging into '10.30.171.230:8101' as 'karaf'.</msg>
<msg time="2026-04-29T03:02:20.407409" 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-29T03:02:19.699666" elapsed="0.707954"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T03:02:20.459310" 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-29T03:02:20.407919" elapsed="0.051463"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T03:02:20.461085" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T03:02:20.461196" 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-29T03:02:20.459570" elapsed="0.001656"/>
</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-29T03:02:20.461382" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:02:20.461764" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:02:20.462467" 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-29T03:02:20.462130" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T03:02:20.462616" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.230
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-29T03:02:19.698147" elapsed="0.764652"/>
</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-29T03:02:19.694303" elapsed="0.768561"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T03:02:20.463421" 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-29T03:02:20.463048" elapsed="0.000430"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T03:02:20.463900" 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-29T03:02:20.463651" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T03:02:20.464501" 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-29T03:02:20.464114" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T03:02:20.465056" 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-29T03:02:20.464721" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T03:02:20.465645" 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-29T03:02:20.465247" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T03:02:20.466172" 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-29T03:02:20.465832" elapsed="0.000383"/>
</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-29T03:02:20.466559" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:02:20.466303" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:02:20.471223" 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-29T03:02:20.470821" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:02:20.472260" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T03:02:20.472345" 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-29T03:02:20.471815" elapsed="0.000555"/>
</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-29T03:02:20.472533" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T03:02:20.473895" level="INFO">Logging into '10.30.170.132:22' as 'jenkins'.</msg>
<msg time="2026-04-29T03:02:21.179034" 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 Wed Apr 29 03:02:20 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.132
  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-212-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-29T03:02:20.473383" elapsed="0.705813"/>
</kw>
<msg time="2026-04-29T03:02:21.179290" 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-29T03:02:20.473036" elapsed="0.706348"/>
</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-29T03:02:20.471456" elapsed="0.708048"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.188189" 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-29T03:02:21.179736" elapsed="0.010162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:02:21.190158" elapsed="0.000431"/>
</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-29T03:02:20.470251" elapsed="0.720431"/>
</kw>
<status status="PASS" start="2026-04-29T03:02:20.466937" elapsed="0.723800"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:20.466278" elapsed="0.724504"/>
</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-29T03:02:21.191005" elapsed="0.000711"/>
</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-29T03:02:21.198306" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:02:21.198128" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:21.198092" elapsed="0.000297"/>
</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-29T03:02:21.202057" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:02:21.201940" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:21.201920" elapsed="0.000208"/>
</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-29T03:02:21.202269" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.203160" level="INFO">Logging into '10.30.171.230:8101' as 'karaf'.</msg>
<msg time="2026-04-29T03:02:21.402941" 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-29T03:02:21.202891" elapsed="0.200231"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.502835" 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-29T03:02:21.403360" elapsed="0.099597"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.517234" 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-29T03:02:21.517456" 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-29T03:02:21.503197" elapsed="0.014293"/>
</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-29T03:02:21.517692" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:02:21.518108" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:02:21.518796" 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-29T03:02:21.518457" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T03:02:21.518906" elapsed="0.000053"/>
</return>
<msg time="2026-04-29T03:02:21.519109" 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.171.230
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-29T03:02:21.201571" elapsed="0.317570"/>
</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-29T03:02:21.519289" elapsed="0.000526"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T03:02:21.519868" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-29T03:02:21.197666" elapsed="0.322331"/>
</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-29T03:02:21.524229" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:02:21.524050" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:21.524017" elapsed="0.000314"/>
</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-29T03:02:21.524511" elapsed="0.000610"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.525747" level="INFO">Logging into '10.30.171.230:8101' as 'karaf'.</msg>
<msg time="2026-04-29T03:02:21.706999" 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-29T03:02:21.525326" elapsed="0.181839"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.728717" 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-29T03:02:21.707428" elapsed="0.021480"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.733386" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T03:02:21.733577" 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-29T03:02:21.729295" elapsed="0.004326"/>
</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-29T03:02:21.733842" elapsed="0.000352"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:02:21.734403" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:02:21.735491" 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-29T03:02:21.734935" elapsed="0.000691"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T03:02:21.735714" elapsed="0.000130"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.230
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-29T03:02:21.523597" elapsed="0.212416"/>
</kw>
<status status="PASS" start="2026-04-29T03:02:19.692367" elapsed="2.043733"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:02:21.738731" 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-29T03:02:21.737194" elapsed="0.001649"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T03:02:21.741309" 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-29T03:02:21.740775" elapsed="0.000606"/>
</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-29T03:02:21.741886" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:02:21.741500" elapsed="0.000476"/>
</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-29T03:02:21.745590" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:02:21.745312" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:21.745291" elapsed="0.000386"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.746030" 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-29T03:02:21.746161" 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-29T03:02:21.745814" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:02:21.746784" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.132" 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-29T03:02:21.746327" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.747491" 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-29T03:02:21.746992" elapsed="0.000545"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:02:21.748489" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T03:02:21.748608" 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-29T03:02:21.748139" elapsed="0.000495"/>
</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-29T03:02:21.748782" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T03:02:21.750046" level="INFO">Logging into '10.30.170.132:22' as 'jenkins'.</msg>
<msg time="2026-04-29T03:02:22.073023" 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 Wed Apr 29 03:02:20 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.132
  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: Wed Apr 29 03:02:21 2026 from 10.30.170.168
[?2004h[jenkins@releng-63164-212-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-29T03:02:21.749660" elapsed="0.323551"/>
</kw>
<msg time="2026-04-29T03:02:22.073295" 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-29T03:02:21.749285" elapsed="0.324099"/>
</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-29T03:02:21.747747" elapsed="0.325758"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T03:02:22.074311" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T03:12:28.158808" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T03:12:28.159306" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T03:12:28.159417" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T03:02:22.073733" elapsed="606.085753"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:12:28.159995" elapsed="0.001009"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.162480" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:27.252 16  switches: flows:  103445 101997 103002 103090 104862 103914 104195 102945 101456 99883 101221 103088 99463 101507 100213 98630  total = 27.215183 per ms 
03:04:27.352 16  switches: flows:  114629 114375 112605 111948 114721 113345 115082 116049 110703 108977 111655 113999 107762 111243 108128 108496  total = 29.845453 per ms 
03:05:27.453 16  switches: flows:  115456 116608 114224 112782 115720 115039 116706 116145 111720 109865 112461 114956 111318 113556 109975 110243  total = 30.228783 per ms 
03:06:27.554 16  switches: flows:  113106 115261 113857 111880 113521 113185 116557 115997 111504 108923 111648 113869 108731 112291 109987 108260  total = 29.926251 per ms 
03:07:27.654 16  switches: flows:  116314 118576 115444 114969 118792 116038 116665 119196 114476 111264 114478 115121 113037 113942 111451 111822  total = 30.641864 per ms 
03:08:27.754 16  switches: flows:  117967 117761 117168 115279 117807 115037 116906 115489 114979 112431 113125 114685 112804 113607 111900 110215  total = 30.568279 per ms 
03:09:27.855 16  switches: flows:  119855 118454 116404 115916 115732 117239 117693 117070 114717 111479 113367 113389 112319 111856 112839 112612  total = 30.631179 per ms 
03:10:27.956 16  switches: flows:  119536 118667 117848 117427 118033 120366 118723 119113 115990 113193 115287 117089 113771 114743 113778 114493  total = 31.082384 per ms 
03:11:28.056 16  switches: flows:  119372 117949 117702 116853 116946 118108 118956 118053 114812 113613 113219 115313 113304 113352 112918 114253  total = 30.860512 per ms 
03:12:28.156 16  switches: flows:  119716 118740 119182 118265 117941 120194 117779 116814 115474 112893 114218 116320 113864 114336 113802 114105  total = 31.008951 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29845.45/31082.38/30532.63/10186.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:12:28.161490" elapsed="0.001368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T03:12:28.163467" elapsed="0.000113"/>
</return>
<status status="PASS" start="2026-04-29T03:12:28.163098" elapsed="0.000574"/>
</branch>
<status status="PASS" start="2026-04-29T03:12:28.163029" elapsed="0.000703"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T03:12:28.164017" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:12:28.163904" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-04-29T03:12:28.163840" elapsed="0.000342"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T03:12:28.164271" elapsed="0.000038"/>
</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-29T03:12:28.168817" elapsed="0.000469"/>
</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-29T03:12:28.169495" elapsed="0.000302"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:12:28.169989" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T03:12:28.165059" elapsed="0.005150"/>
</kw>
<msg time="2026-04-29T03:12:28.170463" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T03:02:21.742501" elapsed="606.428035"/>
</kw>
<status status="PASS" start="2026-04-29T03:02:21.742017" elapsed="606.428595"/>
</branch>
<status status="PASS" start="2026-04-29T03:02:21.741466" elapsed="606.429180"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.171258" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:27.252 16  switches: flows:  103445 101997 103002 103090 104862 103914 104195 102945 101456 99883 101221 103088 99463 101507 100213 98630  total = 27.215183 per ms 
03:04:27.352 16  switches: flows:  114629 114375 112605 111948 114721 113345 115082 116049 110703 108977 111655 113999 107762 111243 108128 108496  total = 29.845453 per ms 
03:05:27.453 16  switches: flows:  115456 116608 114224 112782 115720 115039 116706 116145 111720 109865 112461 114956 111318 113556 109975 110243  total = 30.228783 per ms 
03:06:27.554 16  switches: flows:  113106 115261 113857 111880 113521 113185 116557 115997 111504 108923 111648 113869 108731 112291 109987 108260  total = 29.926251 per ms 
03:07:27.654 16  switches: flows:  116314 118576 115444 114969 118792 116038 116665 119196 114476 111264 114478 115121 113037 113942 111451 111822  total = 30.641864 per ms 
03:08:27.754 16  switches: flows:  117967 117761 117168 115279 117807 115037 116906 115489 114979 112431 113125 114685 112804 113607 111900 110215  total = 30.568279 per ms 
03:09:27.855 16  switches: flows:  119855 118454 116404 115916 115732 117239 117693 117070 114717 111479 113367 113389 112319 111856 112839 112612  total = 30.631179 per ms 
03:10:27.956 16  switches: flows:  119536 118667 117848 117427 118033 120366 118723 119113 115990 113193 115287 117089 113771 114743 113778 114493  total = 31.082384 per ms 
03:11:28.056 16  switches: flows:  119372 117949 117702 116853 116946 118108 118956 118053 114812 113613 113219 115313 113304 113352 112918 114253  total = 30.860512 per ms 
03:12:28.156 16  switches: flows:  119716 118740 119182 118265 117941 120194 117779 116814 115474 112893 114218 116320 113864 114336 113802 114105  total = 31.008951 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29845.45/31082.38/30532.63/10186.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:12:28.170844" elapsed="0.000518"/>
</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-29T03:12:28.171588" elapsed="0.000515"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T03:12:28.172727" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T03:12:28.172858" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29845.45/31082.38/30532.63/10186.23 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-29T03:12:28.172371" elapsed="0.000522"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:12:28.173482" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29845.45/31082.38/30532.63/10186.23 | 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-29T03:12:28.173117" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.177141" 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-29T03:12:28.173774" elapsed="0.003450"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.180149" level="INFO">29845.45/31082.38/30532.63/10186.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:12:28.177496" elapsed="0.002749"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:12:28.182670" 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-29T03:12:28.180412" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:12:28.185122" level="INFO">@{result_value_list} = [ 29845.45 | 31082.38 | 30532.63 | 10186.23 ]</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-29T03:12:28.182928" elapsed="0.002222"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.185647" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T03:12:28.185763" 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-29T03:12:28.185305" elapsed="0.000487"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.190605" level="INFO">min :: 29845.45</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-29T03:12:28.186215" elapsed="0.004448"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T03:12:28.186083" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.195613" level="INFO">max :: 31082.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:12:28.190947" elapsed="0.004726"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T03:12:28.190798" elapsed="0.004911"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.200697" level="INFO">avg :: 30532.63</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-29T03:12:28.196009" elapsed="0.004757"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T03:12:28.195827" elapsed="0.004975"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.205588" level="INFO">stdev :: 10186.23</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-29T03:12:28.201068" elapsed="0.004818"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T03:12:28.200898" elapsed="0.005026"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T03:12:28.185880" elapsed="0.020079"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.209973" level="INFO">${min} = 29845.45</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-29T03:12:28.206159" elapsed="0.003842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.213988" level="INFO">${max} = 31082.38</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-29T03:12:28.210155" elapsed="0.003861"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.218152" level="INFO">${average} = 30532.63</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-29T03:12:28.214168" elapsed="0.004011"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.222123" level="INFO">${stdev} = 10186.23</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-29T03:12:28.218339" elapsed="0.003811"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.222750" level="INFO">${date} = 2026-04-29 03:12: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-29T03:12:28.222321" elapsed="0.000455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.223337" level="INFO">CBench Result: 2026-04-29 03:12:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29845.45,31082.38,30532.63,10186.23</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-29T03:12:28.222923" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T03:12:28.224636" 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-29T03:12:28.224106" elapsed="0.000605"/>
</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-29T03:12:28.224875" elapsed="0.000613"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T03:12:28.223601" elapsed="0.001996"/>
</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-29T03:02:21.739706" elapsed="606.485980"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.226354" 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-29T03:12:28.225930" elapsed="0.000499"/>
</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-29T03:12:28.227149" elapsed="0.000311"/>
</kw>
<status status="PASS" start="2026-04-29T03:12:28.226734" elapsed="0.000817"/>
</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-29T03:02:21.736290" elapsed="606.491301"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.229109" 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-29T03:12:28.228715" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.230489" 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-29T03:12:28.230129" elapsed="0.000423"/>
</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-29T03:12:28.230905" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:12:28.230679" elapsed="0.000285"/>
</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-29T03:12:28.233926" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:12:28.233651" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-04-29T03:12:28.233632" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:12:28.234373" 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-29T03:12:28.234500" 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-29T03:12:28.234146" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.235098" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.230 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.132" 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-29T03:12:28.234679" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:12:28.235735" 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-29T03:12:28.235297" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:12:28.236690" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T03:12:28.236781" 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-29T03:12:28.236345" elapsed="0.000460"/>
</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-29T03:12:28.236947" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T03:12:28.238187" level="INFO">Logging into '10.30.170.132:22' as 'jenkins'.</msg>
<msg time="2026-04-29T03:12:28.830086" 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 Wed Apr 29 03:12:28 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.132
  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: Wed Apr 29 03:02:22 2026 from 10.30.170.168
[?2004h[jenkins@releng-63164-212-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-29T03:12:28.237827" elapsed="0.592495"/>
</kw>
<msg time="2026-04-29T03:12:28.830431" 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-29T03:12:28.237427" elapsed="0.593133"/>
</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-29T03:12:28.235963" elapsed="0.594728"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T03:12:28.831287" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.230 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T03:22:35.270661" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T03:22:35.271187" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T03:22:35.271292" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230: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-29T03:12:28.830944" elapsed="606.440405"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:22:35.271853" elapsed="0.000755"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.273749" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:33.982 16  switches: flows:  469540 472613 458370 469346 443725 472511 472949 466717 464281 457542 476114 472610 471755 457275 459011 481335  total = 124.428233 per ms 
03:14:34.084 16  switches: flows:  560350 546700 534299 544893 517694 561106 546625 539737 538782 547647 559849 552330 506134 543822 564489 560889  total = 145.176702 per ms 
03:15:34.187 16  switches: flows:  492935 501807 527131 482430 509146 517291 505884 511291 527775 498758 493874 516604 502731 506757 520358 512802  total = 135.232212 per ms 
03:16:34.290 16  switches: flows:  537760 546190 541824 531734 531005 544534 547688 544265 532715 527857 536049 530181 556223 545224 542011 544055  total = 143.742386 per ms 
03:17:34.762 16  switches: flows:  513174 543640 501384 535799 523945 531508 516356 534517 535853 516942 542072 537811 528813 530190 521664 536546  total = 139.740025 per ms 
03:18:34.863 16  switches: flows:  600228 579396 594414 600097 593650 585696 597990 595942 602355 616745 604987 593379 589831 595796 591889 590199  total = 158.609629 per ms 
03:19:34.964 16  switches: flows:  622672 638889 631569 637169 632946 640620 638152 641252 637058 632422 636104 628749 636405 645167 636731 642184  total = 169.349784 per ms 
03:20:35.066 16  switches: flows:  648417 649093 660593 656236 655421 653893 645343 656441 651652 644025 654188 651738 649004 659972 653466 658653  total = 173.842682 per ms 
03:21:35.168 16  switches: flows:  638409 621800 641523 641746 636211 640242 616109 643758 622634 643471 648373 643247 634549 637336 638314 636677  total = 169.454754 per ms 
03:22:35.269 16  switches: flows:  647266 649691 645782 639529 657035 652921 642673 651119 648574 646565 656715 646231 640666 649129 640515 648521  total = 172.426107 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135232.21/173842.68/156397.14/54135.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:22:35.272973" elapsed="0.001087"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T03:22:35.274624" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-04-29T03:22:35.274243" elapsed="0.000549"/>
</branch>
<status status="PASS" start="2026-04-29T03:22:35.274192" elapsed="0.000657"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T03:22:35.275088" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:22:35.275006" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-29T03:22:35.274968" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T03:22:35.275295" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T03:22:35.280110" elapsed="0.000330"/>
</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-29T03:22:35.280603" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:22:35.280899" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T03:22:35.276013" elapsed="0.005042"/>
</kw>
<msg time="2026-04-29T03:22:35.281185" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230: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-29T03:12:28.231310" elapsed="607.049902"/>
</kw>
<status status="PASS" start="2026-04-29T03:12:28.230992" elapsed="607.050270"/>
</branch>
<status status="PASS" start="2026-04-29T03:12:28.230654" elapsed="607.050631"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.281737" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:33.982 16  switches: flows:  469540 472613 458370 469346 443725 472511 472949 466717 464281 457542 476114 472610 471755 457275 459011 481335  total = 124.428233 per ms 
03:14:34.084 16  switches: flows:  560350 546700 534299 544893 517694 561106 546625 539737 538782 547647 559849 552330 506134 543822 564489 560889  total = 145.176702 per ms 
03:15:34.187 16  switches: flows:  492935 501807 527131 482430 509146 517291 505884 511291 527775 498758 493874 516604 502731 506757 520358 512802  total = 135.232212 per ms 
03:16:34.290 16  switches: flows:  537760 546190 541824 531734 531005 544534 547688 544265 532715 527857 536049 530181 556223 545224 542011 544055  total = 143.742386 per ms 
03:17:34.762 16  switches: flows:  513174 543640 501384 535799 523945 531508 516356 534517 535853 516942 542072 537811 528813 530190 521664 536546  total = 139.740025 per ms 
03:18:34.863 16  switches: flows:  600228 579396 594414 600097 593650 585696 597990 595942 602355 616745 604987 593379 589831 595796 591889 590199  total = 158.609629 per ms 
03:19:34.964 16  switches: flows:  622672 638889 631569 637169 632946 640620 638152 641252 637058 632422 636104 628749 636405 645167 636731 642184  total = 169.349784 per ms 
03:20:35.066 16  switches: flows:  648417 649093 660593 656236 655421 653893 645343 656441 651652 644025 654188 651738 649004 659972 653466 658653  total = 173.842682 per ms 
03:21:35.168 16  switches: flows:  638409 621800 641523 641746 636211 640242 616109 643758 622634 643471 648373 643247 634549 637336 638314 636677  total = 169.454754 per ms 
03:22:35.269 16  switches: flows:  647266 649691 645782 639529 657035 652921 642673 651119 648574 646565 656715 646231 640666 649129 640515 648521  total = 172.426107 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135232.21/173842.68/156397.14/54135.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:22:35.281429" elapsed="0.000382"/>
</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-29T03:22:35.281957" elapsed="0.000363"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T03:22:35.282747" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T03:22:35.282838" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135232.21/173842.68/156397.14/54135.59 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-29T03:22:35.282508" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:22:35.283274" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135232.21/173842.68/156397.14/54135.59 | 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-29T03:22:35.283019" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.285695" 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-29T03:22:35.283446" elapsed="0.002306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.288103" level="INFO">135232.21/173842.68/156397.14/54135.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:22:35.285897" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:22:35.290528" 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-29T03:22:35.288306" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:22:35.292952" level="INFO">@{result_value_list} = [ 135232.21 | 173842.68 | 156397.14 | 54135.59 ]</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-29T03:22:35.290745" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.293438" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T03:22:35.293542" 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-29T03:22:35.293132" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.298226" level="INFO">min :: 135232.21</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-29T03:22:35.293942" elapsed="0.004342"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T03:22:35.293814" elapsed="0.004504"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.303011" level="INFO">max :: 173842.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-29T03:22:35.298588" elapsed="0.004480"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T03:22:35.298408" elapsed="0.004696"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.307588" level="INFO">avg :: 156397.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-29T03:22:35.303318" elapsed="0.004326"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T03:22:35.303193" elapsed="0.004485"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.312162" level="INFO">stdev :: 54135.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:22:35.307895" elapsed="0.004323"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T03:22:35.307768" elapsed="0.004485"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T03:22:35.293631" elapsed="0.018653"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.316232" level="INFO">${min} = 135232.21</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-29T03:22:35.312440" elapsed="0.003819"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.320168" level="INFO">${max} = 173842.68</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-29T03:22:35.316411" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.324607" level="INFO">${average} = 156397.14</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T03:22:35.320347" elapsed="0.004287"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.328502" level="INFO">${stdev} = 54135.59</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-29T03:22:35.324787" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.329062" level="INFO">${date} = 2026-04-29 03:22: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-29T03:22:35.328701" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.329662" level="INFO">CBench Result: 2026-04-29 03:22:35,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135232.21,173842.68,156397.14,54135.59</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-29T03:22:35.329233" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T03:22:35.330779" 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-29T03:22:35.330314" elapsed="0.000531"/>
</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-29T03:22:35.330995" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T03:22:35.329852" elapsed="0.001658"/>
</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-29T03:12:28.229502" elapsed="607.102085"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.332047" 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-29T03:22:35.331735" elapsed="0.000368"/>
</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-29T03:22:35.332627" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-04-29T03:22:35.332306" elapsed="0.000652"/>
</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-29T03:12:28.227925" elapsed="607.105071"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.334602" 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-29T03:22:35.334173" elapsed="0.000487"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.336272" 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-29T03:22:35.335939" elapsed="0.000375"/>
</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-29T03:22:35.336660" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:22:35.336427" elapsed="0.000293"/>
</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-29T03:22:35.339580" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:22:35.339323" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-04-29T03:22:35.339303" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:22:35.339971" 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-29T03:22:35.340088" 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-29T03:22:35.339789" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.340678" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.132" 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-29T03:22:35.340246" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T03:22:35.341266" 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-29T03:22:35.340874" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:22:35.342329" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T03:22:35.342448" 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-29T03:22:35.341882" elapsed="0.000593"/>
</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-29T03:22:35.342637" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T03:22:35.343831" level="INFO">Logging into '10.30.170.132:22' as 'jenkins'.</msg>
<msg time="2026-04-29T03:22:35.995781" 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 Wed Apr 29 03:22:35 UTC 2026

  System load:  0.4                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.132
  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: Wed Apr 29 03:12:28 2026 from 10.30.170.168
[?2004h[jenkins@releng-63164-212-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-29T03:22:35.343457" elapsed="0.652611"/>
</kw>
<msg time="2026-04-29T03:22:35.996188" 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-29T03:22:35.343115" elapsed="0.653179"/>
</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-29T03:22:35.341495" elapsed="0.654970"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T03:22:35.997235" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.230 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T03:32:42.058377" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T03:32:42.058956" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T03:32:42.059067" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T03:22:35.996795" elapsed="606.062343"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:32:42.059625" elapsed="0.000804"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.061638" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:41.147 16  switches: flows:  123763 124002 122728 125595 121348 122067 122944 121285 123597 123102 118812 119559 122088 122231 118858 123437  total = 32.590267 per ms 
03:24:41.247 16  switches: flows:  120873 121148 122058 123729 121209 119817 123655 118622 121059 122194 117334 118034 120980 121352 116484 120362  total = 32.094835 per ms 
03:25:41.348 16  switches: flows:  122550 125508 125756 125972 123026 123806 125910 120537 124295 126797 120854 121069 123386 124372 119852 123722  total = 32.901802 per ms 
03:26:41.448 16  switches: flows:  121541 120151 122904 121562 120650 120226 122197 120012 120429 120847 116813 116797 120158 119643 115827 121428  total = 31.966223 per ms 
03:27:41.548 16  switches: flows:  123657 121510 123723 125356 121002 121075 123012 119628 122688 122764 118298 119656 120584 121881 117447 121672  total = 32.345223 per ms 
03:28:41.649 16  switches: flows:  120429 120192 122029 122444 119864 120756 122092 118800 121476 121984 116775 117593 119914 119236 115647 121490  total = 31.958617 per ms 
03:29:41.749 16  switches: flows:  122318 124186 124918 126016 122921 122914 123787 119549 123606 124137 117692 120136 122014 122531 117461 122774  total = 32.561493 per ms 
03:30:41.850 16  switches: flows:  122132 125557 123035 125475 120768 122805 123309 119244 122496 121646 117477 120550 121015 121879 117650 122175  total = 32.399410 per ms 
03:31:41.950 16  switches: flows:  123286 126371 126196 127247 121630 123671 126100 122437 124096 122004 118356 122305 121038 124470 119609 124541  total = 32.834403 per ms 
03:32:42.050 16  switches: flows:  118923 119202 119429 118232 118203 118443 117566 115016 118522 116299 115958 115454 117546 116762 114221 116500  total = 31.219106 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31219.11/32901.80/32253.46/10762.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:32:42.060835" elapsed="0.001197"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T03:32:42.062607" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-04-29T03:32:42.062223" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-04-29T03:32:42.062170" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T03:32:42.062894" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-29T03:32:42.062842" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-04-29T03:32:42.062819" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T03:32:42.063023" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T03:32:42.066622" elapsed="0.000466"/>
</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-29T03:32:42.067293" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T03:32:42.067725" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T03:32:42.063466" elapsed="0.004474"/>
</kw>
<msg time="2026-04-29T03:32:42.068120" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T03:22:35.337053" elapsed="606.731104"/>
</kw>
<status status="PASS" start="2026-04-29T03:22:35.336745" elapsed="606.731481"/>
</branch>
<status status="PASS" start="2026-04-29T03:22:35.336406" elapsed="606.731853"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.068881" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.230:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.230. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:41.147 16  switches: flows:  123763 124002 122728 125595 121348 122067 122944 121285 123597 123102 118812 119559 122088 122231 118858 123437  total = 32.590267 per ms 
03:24:41.247 16  switches: flows:  120873 121148 122058 123729 121209 119817 123655 118622 121059 122194 117334 118034 120980 121352 116484 120362  total = 32.094835 per ms 
03:25:41.348 16  switches: flows:  122550 125508 125756 125972 123026 123806 125910 120537 124295 126797 120854 121069 123386 124372 119852 123722  total = 32.901802 per ms 
03:26:41.448 16  switches: flows:  121541 120151 122904 121562 120650 120226 122197 120012 120429 120847 116813 116797 120158 119643 115827 121428  total = 31.966223 per ms 
03:27:41.548 16  switches: flows:  123657 121510 123723 125356 121002 121075 123012 119628 122688 122764 118298 119656 120584 121881 117447 121672  total = 32.345223 per ms 
03:28:41.649 16  switches: flows:  120429 120192 122029 122444 119864 120756 122092 118800 121476 121984 116775 117593 119914 119236 115647 121490  total = 31.958617 per ms 
03:29:41.749 16  switches: flows:  122318 124186 124918 126016 122921 122914 123787 119549 123606 124137 117692 120136 122014 122531 117461 122774  total = 32.561493 per ms 
03:30:41.850 16  switches: flows:  122132 125557 123035 125475 120768 122805 123309 119244 122496 121646 117477 120550 121015 121879 117650 122175  total = 32.399410 per ms 
03:31:41.950 16  switches: flows:  123286 126371 126196 127247 121630 123671 126100 122437 124096 122004 118356 122305 121038 124470 119609 124541  total = 32.834403 per ms 
03:32:42.050 16  switches: flows:  118923 119202 119429 118232 118203 118443 117566 115016 118522 116299 115958 115454 117546 116762 114221 116500  total = 31.219106 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31219.11/32901.80/32253.46/10762.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:32:42.068452" elapsed="0.000535"/>
</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-29T03:32:42.069195" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T03:32:42.070301" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T03:32:42.070430" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31219.11/32901.80/32253.46/10762.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-29T03:32:42.069990" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:32:42.071101" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31219.11/32901.80/32253.46/10762.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T03:32:42.070701" elapsed="0.000443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.074607" 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-29T03:32:42.071350" elapsed="0.003318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.077218" level="INFO">31219.11/32901.80/32253.46/10762.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:32:42.074817" elapsed="0.002461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:32:42.079730" 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-29T03:32:42.077430" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T03:32:42.082198" level="INFO">@{result_value_list} = [ 31219.11 | 32901.80 | 32253.46 | 10762.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T03:32:42.079950" elapsed="0.002276"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.082724" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T03:32:42.082817" 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-29T03:32:42.082384" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.088416" level="INFO">min :: 31219.11</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-29T03:32:42.083345" elapsed="0.005150"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T03:32:42.083169" elapsed="0.005393"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.093386" level="INFO">max :: 32901.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:32:42.088884" elapsed="0.004560"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T03:32:42.088682" elapsed="0.004798"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.098159" level="INFO">avg :: 32253.46</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-29T03:32:42.093721" elapsed="0.004497"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T03:32:42.093583" elapsed="0.004670"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.102849" level="INFO">stdev :: 10762.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:32:42.098466" elapsed="0.004440"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T03:32:42.098338" elapsed="0.004603"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T03:32:42.082917" elapsed="0.020056"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.107161" level="INFO">${min} = 31219.11</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-29T03:32:42.103139" elapsed="0.004051"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.111931" level="INFO">${max} = 32901.80</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-29T03:32:42.107361" elapsed="0.004606"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.116635" level="INFO">${average} = 32253.46</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-29T03:32:42.112177" elapsed="0.004486"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.120665" level="INFO">${stdev} = 10762.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T03:32:42.116821" elapsed="0.003871"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.121225" level="INFO">${date} = 2026-04-29 03:32:42</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-29T03:32:42.120859" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.121880" level="INFO">CBench Result: 2026-04-29 03:32:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31219.11,32901.80,32253.46,10762.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T03:32:42.121399" elapsed="0.000540"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T03:32:42.123190" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-29T03:32:42.122629" elapsed="0.000640"/>
</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-29T03:32:42.123433" elapsed="0.000529"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T03:32:42.122105" elapsed="0.001927"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-29T03:22:35.335355" elapsed="606.788742"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.124595" 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-29T03:32:42.124246" elapsed="0.000408"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T03:32:42.126000" 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-29T03:32:42.125400" elapsed="0.000628"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-29T03:32:42.126279" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-04-29T03:32:42.126118" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-04-29T03:32:42.126094" elapsed="0.000287"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.126575" elapsed="0.000028"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.126747" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.126913" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.127119" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.127270" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.127422" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.127589" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-29T03:32:42.127815" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-29T03:32:42.127675" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-04-29T03:32:42.127658" elapsed="0.000239"/>
</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-29T03:32:42.125046" elapsed="0.002902"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-29T03:22:35.333590" elapsed="606.794406"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-29T03:02:19.114812" elapsed="1823.013829"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
