<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-28T02:54:50.007689" 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-28T02:54:50.592282" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:54:50.592143" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:50.592114" elapsed="0.000267"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T02:54:50.592539" elapsed="0.000539"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T02:54:50.593565" level="INFO">Logging into '10.30.171.145:8101' as 'karaf'.</msg>
<msg time="2026-04-28T02:54:51.387565" 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-28T02:54:50.593255" elapsed="0.794492"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T02:54:51.438188" 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-28T02:54:51.388036" elapsed="0.050219"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T02:54:51.440077" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T02:54:51.440191" 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-28T02:54:51.438419" elapsed="0.001802"/>
</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-28T02:54:51.440378" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:54:51.440748" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:54:51.441442" 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-28T02:54:51.441085" elapsed="0.000434"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T02:54:51.441574" elapsed="0.000056"/>
</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.145
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-28T02:54:50.591754" elapsed="0.850001"/>
</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-28T02:54:50.588134" elapsed="0.853684"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T02:54:51.442366" 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-28T02:54:51.442005" elapsed="0.000417"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T02:54:51.442848" 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-28T02:54:51.442594" elapsed="0.000310"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T02:54:51.443448" 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-28T02:54:51.443061" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T02:54:51.444019" 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-28T02:54:51.443685" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T02:54:51.444596" 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-28T02:54:51.444207" elapsed="0.000416"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T02:54:51.445089" 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-28T02:54:51.444782" elapsed="0.000348"/>
</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-28T02:54:51.445473" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:54:51.445238" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:54:51.450063" 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-28T02:54:51.449656" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:54:51.451096" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T02:54:51.451176" 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-28T02:54:51.450650" elapsed="0.000550"/>
</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-28T02:54:51.451343" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T02:54:51.452713" level="INFO">Logging into '10.30.171.94:22' as 'jenkins'.</msg>
<msg time="2026-04-28T02:54:52.195649" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 02:54:51 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.94
  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-210-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-28T02:54:51.452206" elapsed="0.743612"/>
</kw>
<msg time="2026-04-28T02:54:52.195920" 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-28T02:54:51.451861" elapsed="0.744151"/>
</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-28T02:54:51.450295" elapsed="0.745840"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.204505" 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-28T02:54:52.196357" elapsed="0.009946"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:54:52.206764" elapsed="0.000598"/>
</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-28T02:54:51.449081" elapsed="0.758455"/>
</kw>
<status status="PASS" start="2026-04-28T02:54:51.445769" elapsed="0.761855"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:51.445192" elapsed="0.762503"/>
</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-28T02:54:52.208037" elapsed="0.001138"/>
</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-28T02:54:52.215632" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:54:52.215496" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:52.215451" elapsed="0.000263"/>
</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-28T02:54:52.219316" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:54:52.219199" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:52.219179" elapsed="0.000207"/>
</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-28T02:54:52.219546" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.220440" level="INFO">Logging into '10.30.171.145:8101' as 'karaf'.</msg>
<msg time="2026-04-28T02:54:52.414060" 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-28T02:54:52.220167" elapsed="0.194066"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.518959" 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-28T02:54:52.414518" elapsed="0.104676"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.528552" 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-28T02:54:52.528848" 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-28T02:54:52.519680" elapsed="0.009216"/>
</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-28T02:54:52.529137" elapsed="0.000376"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:54:52.529734" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:54:52.530759" 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-28T02:54:52.530213" elapsed="0.000635"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T02:54:52.530925" elapsed="0.000068"/>
</return>
<msg time="2026-04-28T02:54:52.531198" 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.145
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-28T02:54:52.218833" elapsed="0.312409"/>
</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-28T02:54:52.531567" elapsed="0.000860"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T02:54:52.532538" elapsed="0.000053"/>
</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-28T02:54:52.215142" elapsed="0.317593"/>
</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-28T02:54:52.538005" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:54:52.537858" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:52.537831" elapsed="0.000250"/>
</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-28T02:54:52.538217" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.539164" level="INFO">Logging into '10.30.171.145:8101' as 'karaf'.</msg>
<msg time="2026-04-28T02:54:52.732502" 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-28T02:54:52.538878" elapsed="0.193820"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.759146" 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-28T02:54:52.732980" elapsed="0.026253"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.761124" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T02:54:52.761231" 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-28T02:54:52.759439" elapsed="0.001821"/>
</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-28T02:54:52.761399" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:54:52.761791" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:54:52.762494" 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-28T02:54:52.762146" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T02:54:52.762603" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.145
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-28T02:54:52.537492" elapsed="0.225284"/>
</kw>
<status status="PASS" start="2026-04-28T02:54:50.586293" elapsed="2.176547"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:54:52.765612" 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-28T02:54:52.763874" elapsed="0.001814"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T02:54:52.767214" 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-28T02:54:52.766853" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-28T02:54:52.767608" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:54:52.767344" elapsed="0.000323"/>
</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-28T02:54:52.770703" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:54:52.770430" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:52.770411" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.771135" 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-28T02:54:52.771260" 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-28T02:54:52.770919" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:54:52.771868" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.94" 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-28T02:54:52.771424" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.772678" 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-28T02:54:52.772173" elapsed="0.000532"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:54:52.773641" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T02:54:52.773731" 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-28T02:54:52.773290" elapsed="0.000465"/>
</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-28T02:54:52.773900" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T02:54:52.775122" level="INFO">Logging into '10.30.171.94:22' as 'jenkins'.</msg>
<msg time="2026-04-28T02:54:53.116205" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 02:54:51 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.94
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 28 02:54:52 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-210-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-28T02:54:52.774763" elapsed="0.341653"/>
</kw>
<msg time="2026-04-28T02:54:53.116522" 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-28T02:54:52.774394" elapsed="0.342220"/>
</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-28T02:54:52.772909" elapsed="0.343831"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T02:54:53.117567" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T03:04:59.224312" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T03:04:59.224904" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T03:04:59.225003" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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-28T02:54:53.116963" elapsed="606.108107"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T03:04:59.225552" elapsed="0.000712"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.227252" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:58.325 16  switches: flows:  99296 97790 99409 94431 97088 96615 97855 97551 93301 94317 96793 94973 95579 95529 94672 92100  total = 25.621650 per ms 
02:56:58.427 16  switches: flows:  112474 111384 109247 108943 108803 110589 106226 109941 104617 104385 107579 109681 107585 107200 107560 102778  total = 28.768528 per ms 
02:57:58.527 16  switches: flows:  100920 100545 96737 96584 96117 98792 96543 98646 94015 95550 95751 96397 94395 95461 96830 92876  total = 25.726406 per ms 
02:58:58.627 16  switches: flows:  106572 104286 102352 102744 101567 102931 101389 103190 99318 99823 101006 102337 99571 99706 101855 97034  total = 27.049553 per ms 
02:59:58.727 16  switches: flows:  114239 113283 111257 110498 110768 111192 111005 111197 107218 106958 108787 110945 109650 108884 110069 105472  total = 29.308101 per ms 
03:00:58.828 16  switches: flows:  114698 114861 113291 111605 111837 111770 110622 110769 107587 108020 110717 110810 110367 109873 110955 105219  total = 29.500745 per ms 
03:01:58.928 16  switches: flows:  107678 106176 104824 104364 104352 103830 103661 103825 102760 100713 102480 103378 101672 100961 102631 98741  total = 27.488243 per ms 
03:02:59.028 16  switches: flows:  119671 119593 119382 116838 114837 117238 116725 115785 115045 113815 113670 115658 114117 114568 114610 113224  total = 30.861426 per ms 
03:03:59.128 16  switches: flows:  120577 118136 118840 116958 115362 115984 117770 116293 113911 112825 113471 116156 113467 114551 113560 112504  total = 30.788041 per ms 
03:04:59.228 16  switches: flows:  120717 119934 117934 118385 115417 116700 117272 117194 113488 112998 113787 116773 114108 115042 112944 113714  total = 30.888557 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25726.41/30888.56/28931.07/9800.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:04:59.226601" elapsed="0.000923"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T03:04:59.227937" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-28T03:04:59.227694" elapsed="0.000350"/>
</branch>
<status status="PASS" start="2026-04-28T03:04:59.227645" elapsed="0.000438"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T03:04:59.228263" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-28T03:04:59.228185" elapsed="0.000143"/>
</branch>
<status status="NOT RUN" start="2026-04-28T03:04:59.228154" elapsed="0.000207"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T03:04:59.228426" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T03:04:59.233015" elapsed="0.000730"/>
</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-28T03:04:59.234018" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T03:04:59.234630" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T03:04:59.228985" elapsed="0.005894"/>
</kw>
<msg time="2026-04-28T03:04:59.235067" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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-28T02:54:52.768023" elapsed="606.467083"/>
</kw>
<status status="PASS" start="2026-04-28T02:54:52.767697" elapsed="606.467479"/>
</branch>
<status status="PASS" start="2026-04-28T02:54:52.767319" elapsed="606.467891"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.235778" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:58.325 16  switches: flows:  99296 97790 99409 94431 97088 96615 97855 97551 93301 94317 96793 94973 95579 95529 94672 92100  total = 25.621650 per ms 
02:56:58.427 16  switches: flows:  112474 111384 109247 108943 108803 110589 106226 109941 104617 104385 107579 109681 107585 107200 107560 102778  total = 28.768528 per ms 
02:57:58.527 16  switches: flows:  100920 100545 96737 96584 96117 98792 96543 98646 94015 95550 95751 96397 94395 95461 96830 92876  total = 25.726406 per ms 
02:58:58.627 16  switches: flows:  106572 104286 102352 102744 101567 102931 101389 103190 99318 99823 101006 102337 99571 99706 101855 97034  total = 27.049553 per ms 
02:59:58.727 16  switches: flows:  114239 113283 111257 110498 110768 111192 111005 111197 107218 106958 108787 110945 109650 108884 110069 105472  total = 29.308101 per ms 
03:00:58.828 16  switches: flows:  114698 114861 113291 111605 111837 111770 110622 110769 107587 108020 110717 110810 110367 109873 110955 105219  total = 29.500745 per ms 
03:01:58.928 16  switches: flows:  107678 106176 104824 104364 104352 103830 103661 103825 102760 100713 102480 103378 101672 100961 102631 98741  total = 27.488243 per ms 
03:02:59.028 16  switches: flows:  119671 119593 119382 116838 114837 117238 116725 115785 115045 113815 113670 115658 114117 114568 114610 113224  total = 30.861426 per ms 
03:03:59.128 16  switches: flows:  120577 118136 118840 116958 115362 115984 117770 116293 113911 112825 113471 116156 113467 114551 113560 112504  total = 30.788041 per ms 
03:04:59.228 16  switches: flows:  120717 119934 117934 118385 115417 116700 117272 117194 113488 112998 113787 116773 114108 115042 112944 113714  total = 30.888557 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25726.41/30888.56/28931.07/9800.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:04:59.235417" elapsed="0.000438"/>
</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-28T03:04:59.236018" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T03:04:59.236907" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T03:04:59.237010" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25726.41/30888.56/28931.07/9800.21 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-28T03:04:59.236597" elapsed="0.000439"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:04:59.237565" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25726.41/30888.56/28931.07/9800.21 | 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-28T03:04:59.237198" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.240308" 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-28T03:04:59.237746" elapsed="0.002620"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.242845" level="INFO">25726.41/30888.56/28931.07/9800.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:04:59.240535" elapsed="0.002368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:04:59.245283" 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-28T03:04:59.243058" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:04:59.247937" level="INFO">@{result_value_list} = [ 25726.41 | 30888.56 | 28931.07 | 9800.21 ]</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-28T03:04:59.245568" elapsed="0.002408"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.248659" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T03:04:59.248784" 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-28T03:04:59.248195" elapsed="0.000623"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.255405" level="INFO">min :: 25726.41</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-28T03:04:59.249368" elapsed="0.006137"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T03:04:59.249181" elapsed="0.006375"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.261405" level="INFO">max :: 30888.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:04:59.255865" elapsed="0.005621"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T03:04:59.255686" elapsed="0.005837"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.266368" level="INFO">avg :: 28931.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:04:59.261749" elapsed="0.004772"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T03:04:59.261616" elapsed="0.004953"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.271718" level="INFO">stdev :: 9800.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-28T03:04:59.266806" elapsed="0.004991"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T03:04:59.266672" elapsed="0.005173"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T03:04:59.248914" elapsed="0.022967"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.276362" level="INFO">${min} = 25726.41</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-28T03:04:59.272049" elapsed="0.004341"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.281193" level="INFO">${max} = 30888.56</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T03:04:59.276571" elapsed="0.004656"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.286627" level="INFO">${average} = 28931.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T03:04:59.281386" elapsed="0.005279"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.291117" level="INFO">${stdev} = 9800.21</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-28T03:04:59.286986" elapsed="0.004159"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.291731" level="INFO">${date} = 2026-04-28 03:04:59</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-28T03:04:59.291310" elapsed="0.000447"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.292616" level="INFO">CBench Result: 2026-04-28 03:04:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25726.41,30888.56,28931.07,9800.21</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-28T03:04:59.291964" elapsed="0.000740"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T03:04:59.294275" 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-28T03:04:59.293662" elapsed="0.000714"/>
</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-28T03:04:59.294660" elapsed="0.000711"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T03:04:59.292948" elapsed="0.002546"/>
</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-28T02:54:52.766168" elapsed="606.529418"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.296236" 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-28T03:04:59.295791" elapsed="0.000529"/>
</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-28T03:04:59.297093" elapsed="0.000309"/>
</kw>
<status status="PASS" start="2026-04-28T03:04:59.296654" elapsed="0.000840"/>
</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-28T02:54:52.762995" elapsed="606.534539"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.299147" 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-28T03:04:59.298721" elapsed="0.000486"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.300836" 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-28T03:04:59.300405" elapsed="0.000475"/>
</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-28T03:04:59.301346" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-28T03:04:59.301044" elapsed="0.000386"/>
</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-28T03:04:59.305582" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-28T03:04:59.305207" elapsed="0.000457"/>
</branch>
<status status="PASS" start="2026-04-28T03:04:59.305180" elapsed="0.000521"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T03:04:59.306236" 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-28T03:04:59.306427" 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-28T03:04:59.305900" elapsed="0.000637"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.307399" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.145 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.94" 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-28T03:04:59.306753" elapsed="0.000756"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T03:04:59.308296" 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-28T03:04:59.307724" elapsed="0.000601"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T03:04:59.309324" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T03:04:59.309435" 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-28T03:04:59.308993" elapsed="0.000491"/>
</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-28T03:04:59.309674" elapsed="0.000397"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T03:04:59.311324" level="INFO">Logging into '10.30.171.94:22' as 'jenkins'.</msg>
<msg time="2026-04-28T03:04:59.908122" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 03:04:59 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.94
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 28 02:54:53 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-210-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-28T03:04:59.310854" elapsed="0.597518"/>
</kw>
<msg time="2026-04-28T03:04:59.908498" 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-28T03:04:59.310289" elapsed="0.598319"/>
</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-28T03:04:59.308568" elapsed="0.600176"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T03:04:59.909422" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.145 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T03:15:05.937250" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T03:15:05.937870" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T03:15:05.937990" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.145: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-28T03:04:59.909056" elapsed="606.029025"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T03:15:05.938631" elapsed="0.000869"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.940751" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:05.044 16  switches: flows:  491504 512552 516993 512004 512651 514790 504023 506901 520923 497700 481927 485526 492550 503878 481097 474606  total = 133.493750 per ms 
03:07:05.144 16  switches: flows:  550322 564392 560521 542432 547490 547017 566818 568091 554646 560307 549900 561646 552683 561901 547786 550858  total = 147.866428 per ms 
03:08:05.246 16  switches: flows:  554345 584178 557463 568233 565097 553804 565504 569203 581128 561402 561908 565518 567321 571953 577663 565880  total = 150.922468 per ms 
03:09:05.347 16  switches: flows:  609190 614127 602120 607832 599236 620503 617247 615439 599105 606574 586244 617463 616218 618314 616559 619036  total = 162.479431 per ms 
03:10:05.452 16  switches: flows:  586211 595099 597321 592681 601309 597553 597882 586339 590492 608258 587366 589644 594829 600464 589731 605188  total = 158.399378 per ms 
03:11:05.554 16  switches: flows:  594001 586100 581043 581842 588599 599854 582502 594155 594812 593022 579871 599395 590919 588544 593749 581132  total = 156.895536 per ms 
03:12:05.655 16  switches: flows:  655458 658061 652004 662399 672427 660058 659847 661790 658834 658164 662488 651514 656344 661189 655026 666310  total = 175.570673 per ms 
03:13:05.759 16  switches: flows:  631551 650570 639455 640232 631202 642023 637934 623290 641330 625976 633027 630802 637521 629165 631030 637865  total = 169.091294 per ms 
03:14:05.859 16  switches: flows:  619860 624270 618444 623822 629918 625472 613640 624531 617862 619400 618391 613248 610184 630899 628602 614891  total = 165.280457 per ms 
03:15:05.961 16  switches: flows:  642287 642736 641360 642664 653619 647000 644925 643153 648904 644017 635684 649904 644660 646353 645745 653419  total = 171.816545 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147866.43/175570.67/162035.80/54730.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:15:05.939886" elapsed="0.001183"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T03:15:05.941665" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-28T03:15:05.941296" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-04-28T03:15:05.941237" elapsed="0.000651"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T03:15:05.942131" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-28T03:15:05.942024" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-04-28T03:15:05.941987" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T03:15:05.942356" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T03:15:05.947996" elapsed="0.000359"/>
</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-28T03:15:05.948529" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T03:15:05.948841" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T03:15:05.943160" elapsed="0.005841"/>
</kw>
<msg time="2026-04-28T03:15:05.949132" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.145: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-28T03:04:59.301975" elapsed="606.647184"/>
</kw>
<status status="PASS" start="2026-04-28T03:04:59.301492" elapsed="606.647717"/>
</branch>
<status status="PASS" start="2026-04-28T03:04:59.301010" elapsed="606.648223"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.949698" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:05.044 16  switches: flows:  491504 512552 516993 512004 512651 514790 504023 506901 520923 497700 481927 485526 492550 503878 481097 474606  total = 133.493750 per ms 
03:07:05.144 16  switches: flows:  550322 564392 560521 542432 547490 547017 566818 568091 554646 560307 549900 561646 552683 561901 547786 550858  total = 147.866428 per ms 
03:08:05.246 16  switches: flows:  554345 584178 557463 568233 565097 553804 565504 569203 581128 561402 561908 565518 567321 571953 577663 565880  total = 150.922468 per ms 
03:09:05.347 16  switches: flows:  609190 614127 602120 607832 599236 620503 617247 615439 599105 606574 586244 617463 616218 618314 616559 619036  total = 162.479431 per ms 
03:10:05.452 16  switches: flows:  586211 595099 597321 592681 601309 597553 597882 586339 590492 608258 587366 589644 594829 600464 589731 605188  total = 158.399378 per ms 
03:11:05.554 16  switches: flows:  594001 586100 581043 581842 588599 599854 582502 594155 594812 593022 579871 599395 590919 588544 593749 581132  total = 156.895536 per ms 
03:12:05.655 16  switches: flows:  655458 658061 652004 662399 672427 660058 659847 661790 658834 658164 662488 651514 656344 661189 655026 666310  total = 175.570673 per ms 
03:13:05.759 16  switches: flows:  631551 650570 639455 640232 631202 642023 637934 623290 641330 625976 633027 630802 637521 629165 631030 637865  total = 169.091294 per ms 
03:14:05.859 16  switches: flows:  619860 624270 618444 623822 629918 625472 613640 624531 617862 619400 618391 613248 610184 630899 628602 614891  total = 165.280457 per ms 
03:15:05.961 16  switches: flows:  642287 642736 641360 642664 653619 647000 644925 643153 648904 644017 635684 649904 644660 646353 645745 653419  total = 171.816545 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147866.43/175570.67/162035.80/54730.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:15:05.949381" elapsed="0.000394"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-28T03:15:05.949934" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T03:15:05.950725" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T03:15:05.950832" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 147866.43/175570.67/162035.80/54730.54 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-28T03:15:05.950479" elapsed="0.000379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:15:05.951275" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 147866.43/175570.67/162035.80/54730.54 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T03:15:05.951012" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.953700" 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-28T03:15:05.951446" elapsed="0.002313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.956174" level="INFO">147866.43/175570.67/162035.80/54730.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:15:05.953902" elapsed="0.002331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:15:05.958877" 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-28T03:15:05.956397" elapsed="0.002514"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:15:05.961345" level="INFO">@{result_value_list} = [ 147866.43 | 175570.67 | 162035.80 | 54730.54 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T03:15:05.959118" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.961852" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T03:15:05.961941" 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-28T03:15:05.961542" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.966642" level="INFO">min :: 147866.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:15:05.962351" elapsed="0.004351"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T03:15:05.962220" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.971451" level="INFO">max :: 175570.67</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-28T03:15:05.966993" elapsed="0.004532"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T03:15:05.966866" elapsed="0.004696"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.976179" level="INFO">avg :: 162035.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-28T03:15:05.971784" elapsed="0.004455"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T03:15:05.971653" elapsed="0.004623"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.981015" level="INFO">stdev :: 54730.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:15:05.976601" elapsed="0.004479"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T03:15:05.976369" elapsed="0.004751"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T03:15:05.962030" elapsed="0.019138"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.985415" level="INFO">${min} = 147866.43</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T03:15:05.981363" elapsed="0.004079"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.989442" level="INFO">${max} = 175570.67</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-28T03:15:05.985619" elapsed="0.003867"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.993442" level="INFO">${average} = 162035.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T03:15:05.989641" elapsed="0.003844"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.997387" level="INFO">${stdev} = 54730.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T03:15:05.993642" elapsed="0.003777"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.997964" level="INFO">${date} = 2026-04-28 03:15:05</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-28T03:15:05.997596" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:05.998567" level="INFO">CBench Result: 2026-04-28 03:15:05,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,147866.43,175570.67,162035.80,54730.54</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:15:05.998138" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T03:15:05.999748" 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-28T03:15:05.999297" elapsed="0.000518"/>
</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-28T03:15:05.999967" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T03:15:05.998803" elapsed="0.001725"/>
</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-28T03:04:59.299671" elapsed="606.700917"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T03:15:06.001081" 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-28T03:15:06.000761" elapsed="0.000377"/>
</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-28T03:15:06.001679" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-28T03:15:06.001352" elapsed="0.000666"/>
</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-28T03:04:59.298022" elapsed="606.704035"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:06.003515" 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-28T03:15:06.003107" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T03:15:06.004857" 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-28T03:15:06.004477" 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-28T03:15:06.005264" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T03:15:06.005034" elapsed="0.000289"/>
</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-28T03:15:06.008266" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T03:15:06.008010" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-04-28T03:15:06.007990" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T03:15:06.008718" 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-28T03:15:06.008844" 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-28T03:15:06.008498" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:15:06.009439" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.94" 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-28T03:15:06.009008" elapsed="0.000509"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T03:15:06.010058" 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-28T03:15:06.009657" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T03:15:06.011229" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T03:15:06.011324" 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-28T03:15:06.010718" elapsed="0.000630"/>
</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-28T03:15:06.011509" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T03:15:06.012722" level="INFO">Logging into '10.30.171.94:22' as 'jenkins'.</msg>
<msg time="2026-04-28T03:15:06.617911" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 03:15:06 UTC 2026

  System load:  0.44               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.94
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 28 03:04:59 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-210-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-28T03:15:06.012346" elapsed="0.605789"/>
</kw>
<msg time="2026-04-28T03:15:06.618238" 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-28T03:15:06.012000" elapsed="0.606332"/>
</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-28T03:15:06.010291" elapsed="0.608189"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T03:15:06.619054" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T03:25:12.638796" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T03:25:12.639399" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T03:25:12.639556" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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-28T03:15:06.618714" elapsed="606.020923"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T03:25:12.640139" elapsed="0.000717"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.642013" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:11.778 16  switches: flows:  110364 108536 110578 107222 107701 107739 109946 107096 107286 109037 108013 108848 107543 107386 106307 107636  total = 28.853967 per ms 
03:17:11.878 16  switches: flows:  118088 117828 116402 115075 116358 115239 116645 114917 116111 116541 113951 115909 114582 114648 114250 115803  total = 30.820952 per ms 
03:18:11.979 16  switches: flows:  122421 118548 119995 118166 120085 120744 121082 117420 117752 119383 117320 118140 118995 117970 117897 119123  total = 31.697404 per ms 
03:19:12.079 16  switches: flows:  106416 104125 105535 105352 105968 104508 105222 105204 103240 104579 104268 104987 106186 103613 103534 103854  total = 27.896615 per ms 
03:20:12.181 16  switches: flows:  114208 117271 113266 113863 115636 115228 115338 115802 113966 114684 115059 114923 112642 116510 115417 113327  total = 30.567414 per ms 
03:21:12.281 16  switches: flows:  112630 114754 111901 112243 114228 112282 113477 112616 112313 111917 112036 111151 111578 113923 111887 110674  total = 29.943495 per ms 
03:22:12.381 16  switches: flows:  112873 111951 111779 112306 112761 111501 111134 111391 109540 110788 109847 110130 111284 111644 109779 108895  total = 29.577306 per ms 
03:23:12.482 16  switches: flows:  120558 117979 118791 120046 118923 117210 119513 119903 117056 118296 116561 116199 118907 118600 116508 115832  total = 31.462095 per ms 
03:24:12.582 16  switches: flows:  120498 119447 121045 120814 120764 118829 120090 119646 117704 118578 117172 118690 118674 120068 117900 117541  total = 31.737983 per ms 
03:25:12.683 16  switches: flows:  120610 118903 118365 119892 118349 116783 119908 118714 116741 117980 115853 115625 117095 118224 116044 114798  total = 31.345703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27896.61/31737.98/30561.00/10255.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:25:12.641220" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T03:25:12.642869" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-28T03:25:12.642549" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-04-28T03:25:12.642495" elapsed="0.000582"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T03:25:12.643290" elapsed="0.000365"/>
</return>
<status status="NOT RUN" start="2026-04-28T03:25:12.643204" elapsed="0.000667"/>
</branch>
<status status="NOT RUN" start="2026-04-28T03:25:12.643170" elapsed="0.000795"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T03:25:12.644101" elapsed="0.000035"/>
</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-28T03:25:12.649033" elapsed="0.000367"/>
</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-28T03:25:12.649570" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T03:25:12.649871" elapsed="0.000111"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T03:25:12.645071" elapsed="0.004974"/>
</kw>
<msg time="2026-04-28T03:25:12.650179" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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-28T03:15:06.005685" elapsed="606.644522"/>
</kw>
<status status="PASS" start="2026-04-28T03:15:06.005350" elapsed="606.644907"/>
</branch>
<status status="PASS" start="2026-04-28T03:15:06.005011" elapsed="606.645271"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.650748" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:11.778 16  switches: flows:  110364 108536 110578 107222 107701 107739 109946 107096 107286 109037 108013 108848 107543 107386 106307 107636  total = 28.853967 per ms 
03:17:11.878 16  switches: flows:  118088 117828 116402 115075 116358 115239 116645 114917 116111 116541 113951 115909 114582 114648 114250 115803  total = 30.820952 per ms 
03:18:11.979 16  switches: flows:  122421 118548 119995 118166 120085 120744 121082 117420 117752 119383 117320 118140 118995 117970 117897 119123  total = 31.697404 per ms 
03:19:12.079 16  switches: flows:  106416 104125 105535 105352 105968 104508 105222 105204 103240 104579 104268 104987 106186 103613 103534 103854  total = 27.896615 per ms 
03:20:12.181 16  switches: flows:  114208 117271 113266 113863 115636 115228 115338 115802 113966 114684 115059 114923 112642 116510 115417 113327  total = 30.567414 per ms 
03:21:12.281 16  switches: flows:  112630 114754 111901 112243 114228 112282 113477 112616 112313 111917 112036 111151 111578 113923 111887 110674  total = 29.943495 per ms 
03:22:12.381 16  switches: flows:  112873 111951 111779 112306 112761 111501 111134 111391 109540 110788 109847 110130 111284 111644 109779 108895  total = 29.577306 per ms 
03:23:12.482 16  switches: flows:  120558 117979 118791 120046 118923 117210 119513 119903 117056 118296 116561 116199 118907 118600 116508 115832  total = 31.462095 per ms 
03:24:12.582 16  switches: flows:  120498 119447 121045 120814 120764 118829 120090 119646 117704 118578 117172 118690 118674 120068 117900 117541  total = 31.737983 per ms 
03:25:12.683 16  switches: flows:  120610 118903 118365 119892 118349 116783 119908 118714 116741 117980 115853 115625 117095 118224 116044 114798  total = 31.345703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27896.61/31737.98/30561.00/10255.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:25:12.650433" elapsed="0.000392"/>
</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-28T03:25:12.650993" elapsed="0.000405"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T03:25:12.651805" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T03:25:12.651898" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27896.61/31737.98/30561.00/10255.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-28T03:25:12.651580" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:25:12.652370" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27896.61/31737.98/30561.00/10255.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-28T03:25:12.652098" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.654840" 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-28T03:25:12.652564" elapsed="0.002333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.657536" level="INFO">27896.61/31737.98/30561.00/10255.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:25:12.655053" elapsed="0.002541"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:25:12.660025" 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-28T03:25:12.657749" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T03:25:12.662532" level="INFO">@{result_value_list} = [ 27896.61 | 31737.98 | 30561.00 | 10255.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-28T03:25:12.660278" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.663042" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T03:25:12.663131" 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-28T03:25:12.662723" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.667970" level="INFO">min :: 27896.61</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-28T03:25:12.663608" elapsed="0.004421"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T03:25:12.663475" elapsed="0.004590"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.672663" level="INFO">max :: 31737.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:25:12.668299" elapsed="0.004423"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T03:25:12.668155" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.677321" level="INFO">avg :: 30561.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T03:25:12.672979" elapsed="0.004406"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T03:25:12.672844" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.682223" level="INFO">stdev :: 10255.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-28T03:25:12.677655" elapsed="0.004627"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T03:25:12.677527" elapsed="0.004790"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T03:25:12.663238" elapsed="0.019110"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.686505" level="INFO">${min} = 27896.61</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-28T03:25:12.682535" elapsed="0.004008"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.690485" level="INFO">${max} = 31737.98</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T03:25:12.686717" elapsed="0.003797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.694448" level="INFO">${average} = 30561.00</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-28T03:25:12.690679" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.698448" level="INFO">${stdev} = 10255.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-28T03:25:12.694655" elapsed="0.003836"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.699048" level="INFO">${date} = 2026-04-28 03:25:12</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-28T03:25:12.698660" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.699682" level="INFO">CBench Result: 2026-04-28 03:25:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27896.61,31737.98,30561.00,10255.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-28T03:25:12.699244" elapsed="0.000505"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T03:25:12.700954" 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-28T03:25:12.700415" elapsed="0.000610"/>
</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-28T03:25:12.701187" elapsed="0.000511"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T03:25:12.699916" elapsed="0.001858"/>
</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-28T03:15:06.003891" elapsed="606.697947"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.702315" 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-28T03:25:12.701992" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T03:25:12.703703" 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-28T03:25:12.703188" elapsed="0.000543"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-28T03:25:12.703984" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-28T03:25:12.703825" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-04-28T03:25:12.703801" elapsed="0.000283"/>
</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-28T03:25:12.704248" elapsed="0.000024"/>
</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-28T03:25:12.704414" elapsed="0.000022"/>
</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-28T03:25:12.704598" 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-28T03:25:12.704810" elapsed="0.000027"/>
</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-28T03:25:12.704975" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-28T03:25:12.705127" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-28T03:25:12.705276" 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-28T03:25:12.705520" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T03:25:12.705361" elapsed="0.000215"/>
</branch>
<status status="NOT RUN" start="2026-04-28T03:25:12.705344" elapsed="0.000257"/>
</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-28T03:25:12.702803" elapsed="0.002850"/>
</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-28T03:15:06.002503" elapsed="606.703198"/>
</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-28T02:54:50.009267" elapsed="1822.696891"/>
</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>
