<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-05T03:27:36.332386" 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-05T03:27:36.897702" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:27:36.897560" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:36.897531" elapsed="0.000269"/>
</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-05T03:27:36.897945" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T03:27:36.898923" level="INFO">Logging into '10.30.170.46:8101' as 'karaf'.</msg>
<msg time="2026-04-05T03:27:37.719097" 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-05T03:27:36.898626" elapsed="0.820813"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T03:27:37.768023" 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-05T03:27:37.719925" elapsed="0.048180"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T03:27:37.769901" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T03:27:37.770045" 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-05T03:27:37.768295" elapsed="0.001781"/>
</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-05T03:27:37.770261" elapsed="0.000304"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:27:37.770722" elapsed="0.000258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:27:37.771602" 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-05T03:27:37.771134" elapsed="0.000560"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T03:27:37.771753" elapsed="0.000068"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.46
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-05T03:27:36.897164" elapsed="0.874798"/>
</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-05T03:27:36.893562" elapsed="0.878466"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T03:27:37.772737" 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-05T03:27:37.772234" elapsed="0.000560"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T03:27:37.773198" 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-05T03:27:37.772949" elapsed="0.000320"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T03:27:37.773943" 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-05T03:27:37.773472" elapsed="0.000499"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T03:27:37.774525" 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-05T03:27:37.774151" elapsed="0.000421"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T03:27:37.775107" 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-05T03:27:37.774724" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T03:27:37.775649" 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-05T03:27:37.775295" elapsed="0.000399"/>
</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-05T03:27:37.776031" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:27:37.775798" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:27:37.780904" 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-05T03:27:37.780414" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:27:37.782068" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T03:27:37.782151" 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-05T03:27:37.781502" elapsed="0.000673"/>
</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-05T03:27:37.782332" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T03:27:37.783806" level="INFO">Logging into '10.30.170.97:22' as 'jenkins'.</msg>
<msg time="2026-04-05T03:27:38.548053" 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 Sun Apr  5 03:27:38 UTC 2026

  System load:  0.14               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.97
  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-165-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-05T03:27:37.783201" elapsed="0.765045"/>
</kw>
<msg time="2026-04-05T03:27:38.548352" 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-05T03:27:37.782853" elapsed="0.765609"/>
</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-05T03:27:37.781142" elapsed="0.767493"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-05T03:27:38.557811" 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-05T03:27:38.548877" elapsed="0.010733"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:27:38.559934" elapsed="0.000526"/>
</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-05T03:27:37.779852" elapsed="0.780749"/>
</kw>
<status status="PASS" start="2026-04-05T03:27:37.776319" elapsed="0.784340"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:37.775768" elapsed="0.784965"/>
</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-05T03:27:38.561234" elapsed="0.001443"/>
</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-05T03:27:38.570318" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:27:38.570185" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:38.570156" elapsed="0.000255"/>
</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-05T03:27:38.574445" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:27:38.574299" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:38.574274" elapsed="0.000322"/>
</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-05T03:27:38.574766" elapsed="0.000501"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T03:27:38.575723" level="INFO">Logging into '10.30.170.46:8101' as 'karaf'.</msg>
<msg time="2026-04-05T03:27:38.765981" 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-05T03:27:38.575425" elapsed="0.190759"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T03:27:38.868292" 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-05T03:27:38.766511" elapsed="0.101955"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T03:27:38.905333" 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-05T03:27:38.905726" 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-05T03:27:38.868784" elapsed="0.036975"/>
</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-05T03:27:38.905911" elapsed="0.000318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:27:38.906384" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:27:38.907109" 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-05T03:27:38.906763" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T03:27:38.907216" elapsed="0.000057"/>
</return>
<msg time="2026-04-05T03:27:38.907428" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.46
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-05T03:27:38.573840" elapsed="0.333620"/>
</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-05T03:27:38.907649" elapsed="0.000553"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T03:27:38.908254" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-05T03:27:38.569844" elapsed="0.338552"/>
</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-05T03:27:38.912299" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:27:38.912123" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:38.912097" elapsed="0.000275"/>
</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-05T03:27:38.912518" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T03:27:38.913425" level="INFO">Logging into '10.30.170.46:8101' as 'karaf'.</msg>
<msg time="2026-04-05T03:27:39.097132" 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-05T03:27:38.913135" elapsed="0.184159"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T03:27:39.126223" 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-05T03:27:39.097559" elapsed="0.028796"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T03:27:39.128711" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T03:27:39.128829" 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-05T03:27:39.126628" elapsed="0.002231"/>
</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-05T03:27:39.128996" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:27:39.129349" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:27:39.130011" 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-05T03:27:39.129700" elapsed="0.000361"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T03:27:39.130111" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.46
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-05T03:27:38.911788" elapsed="0.218502"/>
</kw>
<status status="PASS" start="2026-04-05T03:27:36.891771" elapsed="2.238582"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:27:39.132813" 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-05T03:27:39.131370" elapsed="0.001510"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T03:27:39.134320" 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-05T03:27:39.133966" elapsed="0.000397"/>
</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-05T03:27:39.134746" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:27:39.134461" elapsed="0.000345"/>
</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-05T03:27:39.137777" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:27:39.137514" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:39.137478" elapsed="0.000382"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:27:39.138230" 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-05T03:27:39.138369" 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-05T03:27:39.137997" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:27:39.139001" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.97" 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-05T03:27:39.138557" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:27:39.139688" 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-05T03:27:39.139202" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:27:39.140648" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T03:27:39.140741" 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-05T03:27:39.140307" elapsed="0.000458"/>
</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-05T03:27:39.140910" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T03:27:39.142118" level="INFO">Logging into '10.30.170.97:22' as 'jenkins'.</msg>
<msg time="2026-04-05T03:27:39.466994" 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 Sun Apr  5 03:27:38 UTC 2026

  System load:  0.14               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.97
  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: Sun Apr  5 03:27:38 2026 from 10.30.170.9
[?2004h[jenkins@releng-63164-165-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-05T03:27:39.141765" elapsed="0.325467"/>
</kw>
<msg time="2026-04-05T03:27:39.467343" 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-05T03:27:39.141400" elapsed="0.326056"/>
</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-05T03:27:39.139921" elapsed="0.327721"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T03:27:39.468691" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-05T03:37:45.580178" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T03:37:45.580848" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T03:37:45.580956" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-05T03:27:39.467949" elapsed="606.113065"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:37:45.581481" elapsed="0.000848"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.583537" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:44.664 16  switches: flows:  95659 94694 96704 92250 94836 96453 95790 93787 91623 93531 90898 91661 91331 93852 90070 92605  total = 24.929067 per ms 
03:29:44.766 16  switches: flows:  121568 119611 120965 117575 119684 117824 118893 118281 116038 117005 113072 115535 114284 114350 112507 114871  total = 31.149042 per ms 
03:30:44.867 16  switches: flows:  119956 120888 123234 118302 119813 118918 118380 118168 112964 116666 116067 114149 114089 113032 115335 117896  total = 31.245432 per ms 
03:31:44.967 16  switches: flows:  127442 126302 127483 125366 125226 123404 124680 125374 120325 122226 120751 120816 122124 120851 120652 121672  total = 32.856732 per ms 
03:32:45.067 16  switches: flows:  129880 129194 128854 126648 126309 127296 127908 124561 121349 123974 123408 125390 123390 121898 122105 124928  total = 33.395791 per ms 
03:33:45.168 16  switches: flows:  130353 129703 128798 124790 127279 126635 129004 126359 124955 127005 123813 126446 126881 124607 124512 125543  total = 33.721716 per ms 
03:34:45.268 16  switches: flows:  127853 128774 128682 123050 125855 124115 127455 125612 122997 122827 121979 122968 124820 123157 123656 121601  total = 33.201086 per ms 
03:35:45.369 16  switches: flows:  129963 131957 132876 125758 128824 127480 130479 130935 128197 126146 123379 127038 127389 127508 124037 124154  total = 34.045094 per ms 
03:36:45.469 16  switches: flows:  126986 128565 131475 125012 126759 125305 130444 127704 123930 122536 122649 126678 125230 124496 122592 122131  total = 33.485622 per ms 
03:37:45.569 16  switches: flows:  128510 131298 132415 125243 128461 127585 131059 130207 126641 124827 125439 127085 128423 126022 122817 123839  total = 33.941115 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31149.04/34045.09/33004.63/11049.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:37:45.582767" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T03:37:45.584404" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-04-05T03:37:45.584099" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-04-05T03:37:45.584035" elapsed="0.000620"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T03:37:45.584876" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:37:45.584789" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-05T03:37:45.584753" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T03:37:45.585088" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T03:37:45.590833" elapsed="0.000771"/>
</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-05T03:37:45.591866" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:37:45.592170" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T03:37:45.585809" elapsed="0.006510"/>
</kw>
<msg time="2026-04-05T03:37:45.592449" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-05T03:27:39.135170" elapsed="606.457306"/>
</kw>
<status status="PASS" start="2026-04-05T03:27:39.134834" elapsed="606.457707"/>
</branch>
<status status="PASS" start="2026-04-05T03:27:39.134435" elapsed="606.458131"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.592995" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:44.664 16  switches: flows:  95659 94694 96704 92250 94836 96453 95790 93787 91623 93531 90898 91661 91331 93852 90070 92605  total = 24.929067 per ms 
03:29:44.766 16  switches: flows:  121568 119611 120965 117575 119684 117824 118893 118281 116038 117005 113072 115535 114284 114350 112507 114871  total = 31.149042 per ms 
03:30:44.867 16  switches: flows:  119956 120888 123234 118302 119813 118918 118380 118168 112964 116666 116067 114149 114089 113032 115335 117896  total = 31.245432 per ms 
03:31:44.967 16  switches: flows:  127442 126302 127483 125366 125226 123404 124680 125374 120325 122226 120751 120816 122124 120851 120652 121672  total = 32.856732 per ms 
03:32:45.067 16  switches: flows:  129880 129194 128854 126648 126309 127296 127908 124561 121349 123974 123408 125390 123390 121898 122105 124928  total = 33.395791 per ms 
03:33:45.168 16  switches: flows:  130353 129703 128798 124790 127279 126635 129004 126359 124955 127005 123813 126446 126881 124607 124512 125543  total = 33.721716 per ms 
03:34:45.268 16  switches: flows:  127853 128774 128682 123050 125855 124115 127455 125612 122997 122827 121979 122968 124820 123157 123656 121601  total = 33.201086 per ms 
03:35:45.369 16  switches: flows:  129963 131957 132876 125758 128824 127480 130479 130935 128197 126146 123379 127038 127389 127508 124037 124154  total = 34.045094 per ms 
03:36:45.469 16  switches: flows:  126986 128565 131475 125012 126759 125305 130444 127704 123930 122536 122649 126678 125230 124496 122592 122131  total = 33.485622 per ms 
03:37:45.569 16  switches: flows:  128510 131298 132415 125243 128461 127585 131059 130207 126641 124827 125439 127085 128423 126022 122817 123839  total = 33.941115 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31149.04/34045.09/33004.63/11049.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:37:45.592708" elapsed="0.000360"/>
</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-05T03:37:45.593217" elapsed="0.000396"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T03:37:45.594011" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T03:37:45.594100" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31149.04/34045.09/33004.63/11049.19 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-05T03:37:45.593775" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:37:45.594547" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31149.04/34045.09/33004.63/11049.19 | 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-05T03:37:45.594278" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.596941" 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-05T03:37:45.594729" elapsed="0.002267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.599334" level="INFO">31149.04/34045.09/33004.63/11049.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:37:45.597140" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:37:45.601735" 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-05T03:37:45.599554" elapsed="0.002207"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:37:45.604149" level="INFO">@{result_value_list} = [ 31149.04 | 34045.09 | 33004.63 | 11049.19 ]</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-05T03:37:45.601955" elapsed="0.002220"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.604658" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T03:37:45.604745" 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-05T03:37:45.604327" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.609475" level="INFO">min :: 31149.04</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-05T03:37:45.605184" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T03:37:45.605053" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.614040" level="INFO">max :: 34045.09</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-05T03:37:45.609804" elapsed="0.004291"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T03:37:45.609674" elapsed="0.004456"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.619300" level="INFO">avg :: 33004.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:37:45.614345" elapsed="0.005011"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T03:37:45.614218" elapsed="0.005173"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.623923" level="INFO">stdev :: 11049.19</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-05T03:37:45.619630" elapsed="0.004349"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T03:37:45.619484" elapsed="0.004529"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T03:37:45.604847" elapsed="0.019199"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.628148" level="INFO">${min} = 31149.04</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-05T03:37:45.624204" elapsed="0.003970"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.632037" level="INFO">${max} = 34045.09</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-05T03:37:45.628328" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.636058" level="INFO">${average} = 33004.63</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T03:37:45.632215" elapsed="0.003869"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.639992" level="INFO">${stdev} = 11049.19</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-05T03:37:45.636235" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.640574" level="INFO">${date} = 2026-04-05 03:37:45</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-05T03:37:45.640181" elapsed="0.000418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.641156" level="INFO">CBench Result: 2026-04-05 03:37:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31149.04,34045.09,33004.63,11049.19</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-05T03:37:45.640744" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T03:37:45.642254" 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-05T03:37:45.641836" elapsed="0.000484"/>
</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-05T03:37:45.642471" elapsed="0.000515"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T03:37:45.641348" elapsed="0.001701"/>
</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-05T03:27:39.133307" elapsed="606.509801"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.643587" 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-05T03:37:45.643258" elapsed="0.000384"/>
</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-05T03:37:45.644152" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-04-05T03:37:45.643857" elapsed="0.000626"/>
</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-05T03:27:39.130529" elapsed="606.514007"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.646005" 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-05T03:37:45.645625" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.647346" 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-05T03:37:45.647016" elapsed="0.000371"/>
</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-05T03:37:45.647739" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:37:45.647516" elapsed="0.000281"/>
</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-05T03:37:45.650620" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:37:45.650361" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-04-05T03:37:45.650342" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:37:45.651056" 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-05T03:37:45.651172" 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-05T03:37:45.650861" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.651764" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.46 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.97" 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-05T03:37:45.651331" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:37:45.652362" 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-05T03:37:45.651959" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:37:45.653277" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T03:37:45.653363" 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-05T03:37:45.652978" elapsed="0.000409"/>
</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-05T03:37:45.653540" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T03:37:45.654761" level="INFO">Logging into '10.30.170.97:22' as 'jenkins'.</msg>
<msg time="2026-04-05T03:37:46.233281" 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 Sun Apr  5 03:37:45 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.97
  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: Sun Apr  5 03:27:39 2026 from 10.30.170.9
[?2004h[jenkins@releng-63164-165-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-05T03:37:45.654352" elapsed="0.579185"/>
</kw>
<msg time="2026-04-05T03:37:46.233632" 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-05T03:37:45.654013" elapsed="0.579730"/>
</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-05T03:37:45.652605" elapsed="0.581267"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T03:37:46.234487" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.46 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-05T03:47:53.814900" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T03:47:53.815479" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T03:47:53.815626" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46: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-05T03:37:46.234134" elapsed="607.581558"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:47:53.816163" elapsed="0.000753"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.818125" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:38:52.894 16  switches: flows:  499606 483340 493960 473188 491632 507529 479227 487336 494141 491796 500665 493565 490064 498467 483705 494002  total = 131.037050 per ms 
03:39:52.996 16  switches: flows:  573806 556722 565658 576811 569786 566809 560575 565626 582637 580700 561030 573502 575044 568790 587207 572335  total = 152.027281 per ms 
03:40:53.098 16  switches: flows:  649545 649568 640050 645799 634018 639268 650515 650874 648218 652396 651329 651160 654197 650469 637007 652610  total = 172.326043 per ms 
03:41:53.199 16  switches: flows:  532061 530691 507087 530450 525458 557578 541326 551459 515614 514901 536599 543418 549791 519707 529734 534765  total = 141.772470 per ms 
03:42:53.301 16  switches: flows:  566761 567049 577192 582873 579104 570730 581285 564920 571362 586779 582784 562635 572768 570580 571177 573460  total = 152.767835 per ms 
03:43:53.402 16  switches: flows:  611509 605292 603319 610323 604305 606530 617834 605463 597063 605615 597922 611830 607892 612947 603866 623181  total = 161.810446 per ms 
03:44:53.504 16  switches: flows:  642196 545228 558305 580726 588310 538292 584747 594489 605054 573395 651381 565823 581877 649205 661072 646059  total = 159.166064 per ms 
03:45:53.605 16  switches: flows:  661022 656928 658599 647998 656119 651623 651016 649667 654154 659331 646585 659569 651881 658385 658580 664256  total = 174.469380 per ms 
03:46:53.706 16  switches: flows:  564239 562300 558509 560765 561664 552026 565518 555971 553010 566124 574857 548378 549627 559828 555467 569638  total = 149.047647 per ms 
03:47:53.807 16  switches: flows:  608884 604422 597827 596296 609412 593467 613653 599920 601958 611383 592344 605344 605572 606352 600455 611589  total = 160.710126 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141772.47/174469.38/158233.03/53689.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:47:53.817293" elapsed="0.001131"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T03:47:53.818947" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-05T03:47:53.818647" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-04-05T03:47:53.818592" elapsed="0.000562"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T03:47:53.819365" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:47:53.819282" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-05T03:47:53.819247" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T03:47:53.819611" 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-05T03:47:53.824190" elapsed="0.000497"/>
</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-05T03:47:53.824896" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:47:53.825312" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T03:47:53.820304" elapsed="0.005246"/>
</kw>
<msg time="2026-04-05T03:47:53.825755" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46: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-05T03:37:45.648136" elapsed="608.177656"/>
</kw>
<status status="PASS" start="2026-04-05T03:37:45.647822" elapsed="608.178038"/>
</branch>
<status status="PASS" start="2026-04-05T03:37:45.647474" elapsed="608.178418"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.826508" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:38:52.894 16  switches: flows:  499606 483340 493960 473188 491632 507529 479227 487336 494141 491796 500665 493565 490064 498467 483705 494002  total = 131.037050 per ms 
03:39:52.996 16  switches: flows:  573806 556722 565658 576811 569786 566809 560575 565626 582637 580700 561030 573502 575044 568790 587207 572335  total = 152.027281 per ms 
03:40:53.098 16  switches: flows:  649545 649568 640050 645799 634018 639268 650515 650874 648218 652396 651329 651160 654197 650469 637007 652610  total = 172.326043 per ms 
03:41:53.199 16  switches: flows:  532061 530691 507087 530450 525458 557578 541326 551459 515614 514901 536599 543418 549791 519707 529734 534765  total = 141.772470 per ms 
03:42:53.301 16  switches: flows:  566761 567049 577192 582873 579104 570730 581285 564920 571362 586779 582784 562635 572768 570580 571177 573460  total = 152.767835 per ms 
03:43:53.402 16  switches: flows:  611509 605292 603319 610323 604305 606530 617834 605463 597063 605615 597922 611830 607892 612947 603866 623181  total = 161.810446 per ms 
03:44:53.504 16  switches: flows:  642196 545228 558305 580726 588310 538292 584747 594489 605054 573395 651381 565823 581877 649205 661072 646059  total = 159.166064 per ms 
03:45:53.605 16  switches: flows:  661022 656928 658599 647998 656119 651623 651016 649667 654154 659331 646585 659569 651881 658385 658580 664256  total = 174.469380 per ms 
03:46:53.706 16  switches: flows:  564239 562300 558509 560765 561664 552026 565518 555971 553010 566124 574857 548378 549627 559828 555467 569638  total = 149.047647 per ms 
03:47:53.807 16  switches: flows:  608884 604422 597827 596296 609412 593467 613653 599920 601958 611383 592344 605344 605572 606352 600455 611589  total = 160.710126 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141772.47/174469.38/158233.03/53689.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:47:53.826092" elapsed="0.000521"/>
</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-05T03:47:53.826819" elapsed="0.000510"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T03:47:53.827875" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T03:47:53.827998" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141772.47/174469.38/158233.03/53689.88 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-05T03:47:53.827571" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:47:53.828630" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141772.47/174469.38/158233.03/53689.88 | 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-05T03:47:53.828245" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.831594" 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-05T03:47:53.828868" elapsed="0.002784"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.833985" level="INFO">141772.47/174469.38/158233.03/53689.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:47:53.831797" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:47:53.836366" 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-05T03:47:53.834188" elapsed="0.002204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:47:53.838799" level="INFO">@{result_value_list} = [ 141772.47 | 174469.38 | 158233.03 | 53689.88 ]</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-05T03:47:53.836592" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.839280" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T03:47:53.839374" 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-05T03:47:53.838978" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.844078" level="INFO">min :: 141772.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:47:53.839800" elapsed="0.004335"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T03:47:53.839672" elapsed="0.004497"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.848809" level="INFO">max :: 174469.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:47:53.844385" elapsed="0.004480"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T03:47:53.844258" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.853461" level="INFO">avg :: 158233.03</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-05T03:47:53.849162" elapsed="0.004371"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T03:47:53.848987" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.858405" level="INFO">stdev :: 53689.88</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-05T03:47:53.853807" elapsed="0.004655"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T03:47:53.853656" elapsed="0.004858"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T03:47:53.839471" elapsed="0.019076"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.862405" level="INFO">${min} = 141772.47</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T03:47:53.858708" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.866552" level="INFO">${max} = 174469.38</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T03:47:53.862601" elapsed="0.003979"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.870416" level="INFO">${average} = 158233.03</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-05T03:47:53.866733" elapsed="0.003709"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.874287" level="INFO">${stdev} = 53689.88</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-05T03:47:53.870607" elapsed="0.003706"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.874879" level="INFO">${date} = 2026-04-05 03:47:53</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-05T03:47:53.874471" elapsed="0.000434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.875454" level="INFO">CBench Result: 2026-04-05 03:47:53,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141772.47,174469.38,158233.03,53689.88</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-05T03:47:53.875053" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T03:47:53.876574" 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-05T03:47:53.876135" elapsed="0.000505"/>
</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-05T03:47:53.876791" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T03:47:53.875668" elapsed="0.001642"/>
</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-05T03:37:45.646376" elapsed="608.230999"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.877886" 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-05T03:47:53.877539" elapsed="0.000403"/>
</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-05T03:47:53.878450" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-04-05T03:47:53.878146" elapsed="0.000653"/>
</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-05T03:37:45.644988" elapsed="608.233850"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.880189" 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-05T03:47:53.879809" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.881464" 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-05T03:47:53.881135" elapsed="0.000387"/>
</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-05T03:47:53.881861" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:47:53.881629" elapsed="0.000291"/>
</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-05T03:47:53.884772" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:47:53.884528" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-05T03:47:53.884507" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:47:53.885158" 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-05T03:47:53.885272" 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-05T03:47:53.884980" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.885896" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.97" 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-05T03:47:53.885437" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T03:47:53.886518" 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-05T03:47:53.886094" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:47:53.887574" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T03:47:53.887668" 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-05T03:47:53.887112" elapsed="0.000580"/>
</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-05T03:47:53.887837" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T03:47:53.889022" level="INFO">Logging into '10.30.170.97:22' as 'jenkins'.</msg>
<msg time="2026-04-05T03:47:54.468179" 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 Sun Apr  5 03:47:54 UTC 2026

  System load:  0.4                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.97
  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: Sun Apr  5 03:37:46 2026 from 10.30.170.9
[?2004h[jenkins@releng-63164-165-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-05T03:47:53.888668" elapsed="0.579725"/>
</kw>
<msg time="2026-04-05T03:47:54.468481" 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-05T03:47:53.888309" elapsed="0.580281"/>
</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-05T03:47:53.886745" elapsed="0.581959"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T03:47:54.469230" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-05T03:58:00.559966" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T03:58:00.560558" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T03:58:00.560683" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-05T03:47:54.468922" elapsed="606.091830"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:58:00.561209" elapsed="0.000682"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.563036" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:48:59.653 16  switches: flows:  118606 118157 120396 117501 116827 116898 115635 119669 116038 117278 122694 118274 114004 116992 117832 117553  total = 31.405900 per ms 
03:49:59.754 16  switches: flows:  116439 118216 116981 116748 114394 117298 116253 117779 115003 113785 115708 116530 114585 114963 115701 114729  total = 30.867008 per ms 
03:50:59.854 16  switches: flows:  123784 126281 122870 124401 124591 124715 123176 125298 120674 123879 124788 123214 121214 121144 123498 118448  total = 32.811395 per ms 
03:51:59.954 16  switches: flows:  129538 127265 125040 127250 127443 127932 125634 129523 122897 126606 129934 126502 125514 124332 128749 122968  total = 33.729115 per ms 
03:53:00.055 16  switches: flows:  117194 119393 115414 119256 117089 115436 117417 116700 114444 112894 116203 114100 113330 115426 114856 114617  total = 30.844310 per ms 
03:54:00.155 16  switches: flows:  120945 122059 117996 120272 118751 119544 118879 121545 116463 118923 120364 116795 114688 117587 117723 118554  total = 31.631956 per ms 
03:55:00.256 16  switches: flows:  114679 114684 114007 115423 112868 112400 113748 115788 111543 113303 115506 110990 108539 110865 113238 112080  total = 30.110711 per ms 
03:56:00.356 16  switches: flows:  123631 125599 124085 125365 124828 123884 124474 125304 122953 123294 126515 121945 122474 122585 122229 121038  total = 32.948276 per ms 
03:57:00.457 16  switches: flows:  123400 125230 123815 125070 125381 124292 124594 126512 123118 122820 125704 120823 121617 121233 122968 120823  total = 32.901751 per ms 
03:58:00.557 16  switches: flows:  123917 123498 123765 124246 123675 122642 123708 125213 121803 121242 127431 120782 120302 120115 122163 119299  total = 32.675447 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30110.71/33729.12/32057.77/10748.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:58:00.562255" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T03:58:00.563852" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-04-05T03:58:00.563553" elapsed="0.000445"/>
</branch>
<status status="PASS" start="2026-04-05T03:58:00.563474" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T03:58:00.564258" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-05T03:58:00.564177" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-05T03:58:00.564142" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T03:58:00.564464" elapsed="0.000057"/>
</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-05T03:58:00.570031" elapsed="0.000749"/>
</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-05T03:58:00.571153" elapsed="0.000399"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T03:58:00.571867" elapsed="0.000217"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T03:58:00.565181" elapsed="0.007019"/>
</kw>
<msg time="2026-04-05T03:58:00.572481" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-05T03:47:53.882254" elapsed="606.690318"/>
</kw>
<status status="PASS" start="2026-04-05T03:47:53.881945" elapsed="606.690737"/>
</branch>
<status status="PASS" start="2026-04-05T03:47:53.881609" elapsed="606.691123"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.573724" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:48:59.653 16  switches: flows:  118606 118157 120396 117501 116827 116898 115635 119669 116038 117278 122694 118274 114004 116992 117832 117553  total = 31.405900 per ms 
03:49:59.754 16  switches: flows:  116439 118216 116981 116748 114394 117298 116253 117779 115003 113785 115708 116530 114585 114963 115701 114729  total = 30.867008 per ms 
03:50:59.854 16  switches: flows:  123784 126281 122870 124401 124591 124715 123176 125298 120674 123879 124788 123214 121214 121144 123498 118448  total = 32.811395 per ms 
03:51:59.954 16  switches: flows:  129538 127265 125040 127250 127443 127932 125634 129523 122897 126606 129934 126502 125514 124332 128749 122968  total = 33.729115 per ms 
03:53:00.055 16  switches: flows:  117194 119393 115414 119256 117089 115436 117417 116700 114444 112894 116203 114100 113330 115426 114856 114617  total = 30.844310 per ms 
03:54:00.155 16  switches: flows:  120945 122059 117996 120272 118751 119544 118879 121545 116463 118923 120364 116795 114688 117587 117723 118554  total = 31.631956 per ms 
03:55:00.256 16  switches: flows:  114679 114684 114007 115423 112868 112400 113748 115788 111543 113303 115506 110990 108539 110865 113238 112080  total = 30.110711 per ms 
03:56:00.356 16  switches: flows:  123631 125599 124085 125365 124828 123884 124474 125304 122953 123294 126515 121945 122474 122585 122229 121038  total = 32.948276 per ms 
03:57:00.457 16  switches: flows:  123400 125230 123815 125070 125381 124292 124594 126512 123118 122820 125704 120823 121617 121233 122968 120823  total = 32.901751 per ms 
03:58:00.557 16  switches: flows:  123917 123498 123765 124246 123675 122642 123708 125213 121803 121242 127431 120782 120302 120115 122163 119299  total = 32.675447 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30110.71/33729.12/32057.77/10748.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:58:00.573052" elapsed="0.000838"/>
</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-05T03:58:00.574219" elapsed="0.000957"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T03:58:00.575818" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T03:58:00.575906" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30110.71/33729.12/32057.77/10748.70 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-05T03:58:00.575578" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:58:00.576336" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30110.71/33729.12/32057.77/10748.70 | 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-05T03:58:00.576084" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.578756" 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-05T03:58:00.576522" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.581354" level="INFO">30110.71/33729.12/32057.77/10748.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:58:00.578974" elapsed="0.002437"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:58:00.583801" 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-05T03:58:00.581577" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T03:58:00.586214" level="INFO">@{result_value_list} = [ 30110.71 | 33729.12 | 32057.77 | 10748.70 ]</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-05T03:58:00.584016" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.586725" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T03:58:00.586823" 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-05T03:58:00.586395" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.591533" level="INFO">min :: 30110.71</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-05T03:58:00.587254" elapsed="0.004349"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T03:58:00.587118" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.596157" level="INFO">max :: 33729.12</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-05T03:58:00.591873" elapsed="0.004339"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T03:58:00.591746" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.600734" level="INFO">avg :: 32057.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T03:58:00.596456" elapsed="0.004334"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T03:58:00.596330" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.605475" level="INFO">stdev :: 10748.70</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-05T03:58:00.601037" elapsed="0.004510"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T03:58:00.600907" elapsed="0.004674"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T03:58:00.586929" elapsed="0.018683"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.609512" level="INFO">${min} = 30110.71</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-05T03:58:00.605772" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.613362" level="INFO">${max} = 33729.12</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-05T03:58:00.609700" elapsed="0.003688"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.617256" level="INFO">${average} = 32057.77</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-05T03:58:00.613578" elapsed="0.003704"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.621186" level="INFO">${stdev} = 10748.70</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-05T03:58:00.617434" elapsed="0.003778"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.621736" level="INFO">${date} = 2026-04-05 03:58:00</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-05T03:58:00.621373" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.622320" level="INFO">CBench Result: 2026-04-05 03:58:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30110.71,33729.12,32057.77,10748.70</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-05T03:58:00.621913" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T03:58:00.623457" 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-05T03:58:00.623001" elapsed="0.000540"/>
</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-05T03:58:00.623694" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T03:58:00.622526" elapsed="0.001689"/>
</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-05T03:47:53.880571" elapsed="606.743703"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.624750" 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-05T03:58:00.624423" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T03:58:00.626011" 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-05T03:58:00.625527" elapsed="0.000512"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-05T03:58:00.626258" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-04-05T03:58:00.626114" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-04-05T03:58:00.626094" elapsed="0.000247"/>
</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-05T03:58:00.626484" elapsed="0.000037"/>
</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-05T03:58:00.626668" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-05T03:58:00.626854" 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-05T03:58:00.627047" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-05T03:58:00.627204" 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-05T03:58:00.627359" elapsed="0.000025"/>
</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-05T03:58:00.627523" 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-05T03:58:00.627746" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-05T03:58:00.627607" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-04-05T03:58:00.627590" elapsed="0.000232"/>
</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-05T03:58:00.625178" elapsed="0.002694"/>
</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-05T03:47:53.879249" elapsed="606.748667"/>
</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-05T03:27:36.333979" elapsed="1824.294655"/>
</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>
