<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-03T05:55:15.965792" 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-06-03T05:55:16.543227" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:55:16.543081" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:16.543052" 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-06-03T05:55:16.543470" elapsed="0.000559"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T05:55:16.544508" level="INFO">Logging into '10.30.171.219:8101' as 'karaf'.</msg>
<msg time="2026-06-03T05:55:17.339447" 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-06-03T05:55:16.544205" elapsed="0.795445"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T05:55:17.389231" 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-06-03T05:55:17.339951" elapsed="0.049350"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T05:55:17.391010" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-03T05:55:17.391119" 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-06-03T05:55:17.389464" elapsed="0.001685"/>
</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-06-03T05:55:17.391304" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:55:17.391654" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:55:17.392359" 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-06-03T05:55:17.392024" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T05:55:17.392465" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.219
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-03T05:55:16.542687" elapsed="0.849949"/>
</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-06-03T05:55:16.539042" elapsed="0.853655"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T05:55:17.393272" 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-06-03T05:55:17.392903" elapsed="0.000426"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T05:55:17.393729" 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-06-03T05:55:17.393481" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T05:55:17.394351" 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-06-03T05:55:17.393954" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T05:55:17.394898" 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-06-03T05:55:17.394544" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T05:55:17.395484" 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-06-03T05:55:17.395087" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T05:55:17.396011" 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-06-03T05:55:17.395670" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-03T05:55:17.396352" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:55:17.396138" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:55:17.400699" 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-06-03T05:55:17.400301" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:55:17.402129" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T05:55:17.402221" 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-06-03T05:55:17.401304" elapsed="0.000942"/>
</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-06-03T05:55:17.402395" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T05:55:17.403780" level="INFO">Logging into '10.30.170.185:22' as 'jenkins'.</msg>
<msg time="2026-06-03T05:55:18.135840" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 05:55:17 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.185
  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-282-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-06-03T05:55:17.403270" elapsed="0.732765"/>
</kw>
<msg time="2026-06-03T05:55:18.136135" 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-06-03T05:55:17.402919" elapsed="0.733319"/>
</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-06-03T05:55:17.400956" elapsed="0.735412"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.143542" 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-06-03T05:55:18.136598" elapsed="0.008371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:55:18.145162" elapsed="0.000292"/>
</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-06-03T05:55:17.399780" elapsed="0.745755"/>
</kw>
<status status="PASS" start="2026-06-03T05:55:17.396483" elapsed="0.749096"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:17.396113" elapsed="0.749503"/>
</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-06-03T05:55:18.145794" elapsed="0.000502"/>
</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-06-03T05:55:18.151006" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:55:18.150834" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:18.150801" elapsed="0.000312"/>
</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-06-03T05:55:18.156060" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:55:18.155902" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:18.155874" elapsed="0.000285"/>
</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-06-03T05:55:18.156339" elapsed="0.000621"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.157520" level="INFO">Logging into '10.30.171.219:8101' as 'karaf'.</msg>
<msg time="2026-06-03T05:55:18.374963" 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-06-03T05:55:18.157163" elapsed="0.218020"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.448178" 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-06-03T05:55:18.375471" elapsed="0.072793"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.489942" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-03T05:55:18.490176" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-03T05:55:18.448441" elapsed="0.041770"/>
</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-06-03T05:55:18.490356" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:55:18.490771" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:55:18.491498" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-03T05:55:18.491149" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T05:55:18.491608" elapsed="0.000062"/>
</return>
<msg time="2026-06-03T05:55:18.491866" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.219
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-03T05:55:18.155388" elapsed="0.336512"/>
</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-06-03T05:55:18.492054" elapsed="0.000626"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T05:55:18.492760" elapsed="0.000039"/>
</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-06-03T05:55:18.150399" elapsed="0.342504"/>
</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-06-03T05:55:18.496845" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:55:18.496674" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:18.496647" elapsed="0.000274"/>
</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-06-03T05:55:18.497058" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.498007" level="INFO">Logging into '10.30.171.219:8101' as 'karaf'.</msg>
<msg time="2026-06-03T05:55:18.657709" 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-06-03T05:55:18.497701" elapsed="0.160238"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.683153" 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-06-03T05:55:18.658236" elapsed="0.025056"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.685353" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-03T05:55:18.685516" 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-06-03T05:55:18.683548" elapsed="0.002003"/>
</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-06-03T05:55:18.685694" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:55:18.686093" elapsed="0.000336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:55:18.687069" 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-06-03T05:55:18.686621" elapsed="0.000505"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T05:55:18.687182" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.219
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-03T05:55:18.496319" elapsed="0.191043"/>
</kw>
<status status="PASS" start="2026-06-03T05:55:16.537225" elapsed="2.150203"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:55:18.689875" 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-06-03T05:55:18.688671" elapsed="0.001289"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T05:55:18.691436" 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-06-03T05:55:18.691071" elapsed="0.000410"/>
</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-06-03T05:55:18.691942" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:55:18.691592" elapsed="0.000437"/>
</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-06-03T05:55:18.695371" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:55:18.695101" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:18.695079" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.695846" 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-06-03T05:55:18.695976" 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-06-03T05:55:18.695596" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:55:18.696592" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.185" 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-06-03T05:55:18.696140" elapsed="0.000528"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.697359" 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-06-03T05:55:18.696834" elapsed="0.000564"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:55:18.698660" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T05:55:18.698809" 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-06-03T05:55:18.698198" elapsed="0.000643"/>
</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-06-03T05:55:18.699002" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T05:55:18.700419" level="INFO">Logging into '10.30.170.185:22' as 'jenkins'.</msg>
<msg time="2026-06-03T05:55:19.014096" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 05:55:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 05:55:18 2026 from 10.30.171.158
[?2004h[jenkins@releng-63164-282-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-06-03T05:55:18.700034" elapsed="0.314343"/>
</kw>
<msg time="2026-06-03T05:55:19.014467" 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-06-03T05:55:18.699529" elapsed="0.315032"/>
</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-06-03T05:55:18.697700" elapsed="0.316988"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T05:55:19.015538" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T06:05:25.111534" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T06:05:25.113699" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T06:05:25.113846" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-03T05:55:19.014957" elapsed="606.098950"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T06:05:25.115430" elapsed="0.001886"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.118630" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:56:24.246 16  switches: flows:  127429 129431 127092 128686 126359 124502 127154 124042 122835 125606 122306 126000 124267 120913 123714 122069  total = 33.373417 per ms 
05:57:24.348 16  switches: flows:  141844 139064 141590 139179 135981 136417 138725 135190 134124 137497 134226 137365 134785 135537 133126 134452  total = 36.424158 per ms 
05:58:24.449 16  switches: flows:  134295 132231 135675 133928 132718 133583 133355 130533 128380 131883 131169 134154 130759 130535 126784 129509  total = 35.099511 per ms 
05:59:24.549 16  switches: flows:  142519 140919 143068 143550 141765 140285 141088 136152 140364 139430 139917 138449 134332 137221 136795 136502  total = 37.143852 per ms 
06:00:24.650 16  switches: flows:  139481 137888 139191 139653 138443 141001 140306 133837 136021 135937 135905 137805 132394 133307 134791 132068  total = 36.406288 per ms 
06:01:24.750 16  switches: flows:  138973 138855 135068 138622 138626 139070 138191 132191 135021 137720 136758 134628 133545 135761 133024 135463  total = 36.297946 per ms 
06:02:24.850 16  switches: flows:  140741 140000 139852 138497 138708 141948 137689 133754 134954 136529 135269 137485 134363 134757 137634 134039  total = 36.542652 per ms 
06:03:24.951 16  switches: flows:  131413 130838 134168 130818 131868 132195 129219 127168 126263 127301 128097 129637 124541 125704 126794 127626  total = 34.336775 per ms 
06:04:25.051 16  switches: flows:  128873 129095 131671 130002 129865 128761 131596 129079 129505 128178 127892 127504 126974 125923 126691 124353  total = 34.208879 per ms 
06:05:25.151 16  switches: flows:  140601 138835 142772 138584 136587 141669 142609 139943 139127 137447 135787 137549 135545 134310 133567 133725  total = 36.749602 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34208.88/37143.85/35912.18/12013.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:05:25.117706" elapsed="0.001263"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T06:05:25.119300" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-06-03T06:05:25.119132" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-06-03T06:05:25.119096" elapsed="0.000315"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T06:05:25.119511" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-06-03T06:05:25.119474" elapsed="0.000077"/>
</branch>
<status status="NOT RUN" start="2026-06-03T06:05:25.119458" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T06:05:25.119606" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T06:05:25.122315" elapsed="0.000340"/>
</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-06-03T06:05:25.122820" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T06:05:25.123144" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T06:05:25.119985" elapsed="0.003314"/>
</kw>
<msg time="2026-06-03T06:05:25.123432" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-03T05:55:18.692546" elapsed="606.430914"/>
</kw>
<status status="PASS" start="2026-06-03T05:55:18.692081" elapsed="606.431428"/>
</branch>
<status status="PASS" start="2026-06-03T05:55:18.691560" elapsed="606.431973"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.124046" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:56:24.246 16  switches: flows:  127429 129431 127092 128686 126359 124502 127154 124042 122835 125606 122306 126000 124267 120913 123714 122069  total = 33.373417 per ms 
05:57:24.348 16  switches: flows:  141844 139064 141590 139179 135981 136417 138725 135190 134124 137497 134226 137365 134785 135537 133126 134452  total = 36.424158 per ms 
05:58:24.449 16  switches: flows:  134295 132231 135675 133928 132718 133583 133355 130533 128380 131883 131169 134154 130759 130535 126784 129509  total = 35.099511 per ms 
05:59:24.549 16  switches: flows:  142519 140919 143068 143550 141765 140285 141088 136152 140364 139430 139917 138449 134332 137221 136795 136502  total = 37.143852 per ms 
06:00:24.650 16  switches: flows:  139481 137888 139191 139653 138443 141001 140306 133837 136021 135937 135905 137805 132394 133307 134791 132068  total = 36.406288 per ms 
06:01:24.750 16  switches: flows:  138973 138855 135068 138622 138626 139070 138191 132191 135021 137720 136758 134628 133545 135761 133024 135463  total = 36.297946 per ms 
06:02:24.850 16  switches: flows:  140741 140000 139852 138497 138708 141948 137689 133754 134954 136529 135269 137485 134363 134757 137634 134039  total = 36.542652 per ms 
06:03:24.951 16  switches: flows:  131413 130838 134168 130818 131868 132195 129219 127168 126263 127301 128097 129637 124541 125704 126794 127626  total = 34.336775 per ms 
06:04:25.051 16  switches: flows:  128873 129095 131671 130002 129865 128761 131596 129079 129505 128178 127892 127504 126974 125923 126691 124353  total = 34.208879 per ms 
06:05:25.151 16  switches: flows:  140601 138835 142772 138584 136587 141669 142609 139943 139127 137447 135787 137549 135545 134310 133567 133725  total = 36.749602 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34208.88/37143.85/35912.18/12013.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:05:25.123682" elapsed="0.000439"/>
</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-06-03T06:05:25.124271" elapsed="0.000370"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T06:05:25.125059" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T06:05:25.125174" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34208.88/37143.85/35912.18/12013.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-06-03T06:05:25.124823" elapsed="0.000382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:05:25.125759" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34208.88/37143.85/35912.18/12013.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-06-03T06:05:25.125399" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.128325" 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-06-03T06:05:25.125947" elapsed="0.002436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.130834" level="INFO">34208.88/37143.85/35912.18/12013.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:05:25.128530" elapsed="0.002362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:05:25.133246" 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-06-03T06:05:25.131047" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:05:25.135751" level="INFO">@{result_value_list} = [ 34208.88 | 37143.85 | 35912.18 | 12013.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-06-03T06:05:25.133490" elapsed="0.002289"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.136259" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T06:05:25.136352" 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-06-03T06:05:25.135935" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.141194" level="INFO">min :: 34208.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-06-03T06:05:25.136831" elapsed="0.004421"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T06:05:25.136680" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.145861" level="INFO">max :: 37143.85</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-06-03T06:05:25.141508" elapsed="0.004423"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T06:05:25.141382" elapsed="0.004593"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.150565" level="INFO">avg :: 35912.18</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-06-03T06:05:25.146236" elapsed="0.004386"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T06:05:25.146105" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.155449" level="INFO">stdev :: 12013.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-06-03T06:05:25.150893" elapsed="0.004617"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T06:05:25.150765" elapsed="0.004783"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T06:05:25.136454" elapsed="0.019129"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.159854" level="INFO">${min} = 34208.88</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-06-03T06:05:25.155837" elapsed="0.004046"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.164119" level="INFO">${max} = 37143.85</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-06-03T06:05:25.160052" elapsed="0.004108"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.170009" level="INFO">${average} = 35912.18</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-06-03T06:05:25.164390" elapsed="0.005697"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.174252" level="INFO">${stdev} = 12013.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-06-03T06:05:25.170302" elapsed="0.003977"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.174843" level="INFO">${date} = 2026-06-03 06:05:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T06:05:25.174436" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.175434" level="INFO">CBench Result: 2026-06-03 06:05:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34208.88,37143.85,35912.18,12013.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-06-03T06:05:25.175016" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T06:05:25.176600" 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-06-03T06:05:25.176160" 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-06-03T06:05:25.176832" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T06:05:25.175656" elapsed="0.001715"/>
</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-06-03T05:55:18.690404" elapsed="606.487029"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.177926" 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-06-03T06:05:25.177584" elapsed="0.000397"/>
</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-06-03T06:05:25.178520" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-03T06:05:25.178221" elapsed="0.000656"/>
</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-06-03T05:55:18.687611" elapsed="606.491303"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.185994" 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-06-03T06:05:25.184540" elapsed="0.001743"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.190578" 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-06-03T06:05:25.189507" elapsed="0.001256"/>
</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-06-03T06:05:25.191495" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-03T06:05:25.191132" elapsed="0.000448"/>
</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-06-03T06:05:25.195819" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-03T06:05:25.195537" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-06-03T06:05:25.195516" elapsed="0.000390"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T06:05:25.196353" 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-06-03T06:05:25.196493" 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-06-03T06:05:25.196056" elapsed="0.000464"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.197174" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.219 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.185" 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-06-03T06:05:25.196668" elapsed="0.000568"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T06:05:25.197838" 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-06-03T06:05:25.197381" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T06:05:25.198871" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T06:05:25.198968" 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-06-03T06:05:25.198501" elapsed="0.000493"/>
</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-06-03T06:05:25.199143" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T06:05:25.200403" level="INFO">Logging into '10.30.170.185:22' as 'jenkins'.</msg>
<msg time="2026-06-03T06:05:25.786583" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 06:05:25 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 05:55:18 2026 from 10.30.171.158
[?2004h[jenkins@releng-63164-282-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-06-03T06:05:25.200029" elapsed="0.587288"/>
</kw>
<msg time="2026-06-03T06:05:25.787430" 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-06-03T06:05:25.199651" elapsed="0.587893"/>
</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-06-03T06:05:25.198104" elapsed="0.589593"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T06:05:25.788416" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.219 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T06:15:31.865541" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T06:15:31.866538" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T06:15:31.866606" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219: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-06-03T06:05:25.788010" elapsed="606.078633"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T06:15:31.866988" elapsed="0.000536"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.868296" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:06:30.957 16  switches: flows:  567223 571731 559259 557281 562440 559076 559029 558339 550523 562379 556223 550440 559978 549950 551451 554514  total = 148.830600 per ms 
06:07:31.059 16  switches: flows:  579085 586079 575631 580135 589177 582543 585154 574452 580527 587998 582439 583836 585667 583650 588170 579192  total = 155.134500 per ms 
06:08:31.196 16  switches: flows:  574028 576238 577434 571384 571238 568264 577401 562403 568893 575809 568980 575595 577374 573085 579759 573212  total = 152.505493 per ms 
06:09:31.297 16  switches: flows:  564350 560360 570920 570763 573180 568145 567919 573910 567322 565742 569417 571839 578793 578149 565606 571939  total = 151.717812 per ms 
06:10:31.400 16  switches: flows:  626045 614190 620964 615788 609663 606116 614804 612540 609918 612379 614206 607776 615021 613452 621941 613664  total = 163.530833 per ms 
06:11:31.502 16  switches: flows:  615820 621193 617135 624022 617874 612971 618577 618392 620444 612732 619164 620444 621108 615616 621146 615011  total = 164.582395 per ms 
06:12:31.604 16  switches: flows:  608817 618021 622638 613856 619168 613363 616891 612430 618745 614551 611583 615866 620563 621584 615887 603717  total = 163.851217 per ms 
06:13:31.705 16  switches: flows:  599661 609860 613991 608829 610033 606709 604414 602644 593933 610946 601364 603517 611948 607925 599899 592543  total = 161.033314 per ms 
06:14:31.806 16  switches: flows:  635442 625365 626199 622124 633865 621261 619497 621036 632046 631421 623342 623990 632244 631164 625480 616933  total = 166.743357 per ms 
06:15:31.907 16  switches: flows:  625644 631244 625621 620995 626410 624303 626661 622801 618119 633031 622405 631697 620115 624798 630105 622094  total = 166.485410 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151717.81/166743.36/160620.48/53831.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:15:31.867794" elapsed="0.000721"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T06:15:31.868865" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-06-03T06:15:31.868641" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-06-03T06:15:31.868605" elapsed="0.000396"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T06:15:31.869136" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-03T06:15:31.869084" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-03T06:15:31.869061" elapsed="0.000163"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T06:15:31.869268" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T06:15:31.872866" elapsed="0.000472"/>
</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-06-03T06:15:31.873544" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T06:15:31.873997" elapsed="0.000148"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T06:15:31.869735" elapsed="0.004483"/>
</kw>
<msg time="2026-06-03T06:15:31.874397" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219: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-06-03T06:05:25.192224" elapsed="606.682210"/>
</kw>
<status status="PASS" start="2026-06-03T06:05:25.191625" elapsed="606.682877"/>
</branch>
<status status="PASS" start="2026-06-03T06:05:25.191083" elapsed="606.683451"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.875167" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:06:30.957 16  switches: flows:  567223 571731 559259 557281 562440 559076 559029 558339 550523 562379 556223 550440 559978 549950 551451 554514  total = 148.830600 per ms 
06:07:31.059 16  switches: flows:  579085 586079 575631 580135 589177 582543 585154 574452 580527 587998 582439 583836 585667 583650 588170 579192  total = 155.134500 per ms 
06:08:31.196 16  switches: flows:  574028 576238 577434 571384 571238 568264 577401 562403 568893 575809 568980 575595 577374 573085 579759 573212  total = 152.505493 per ms 
06:09:31.297 16  switches: flows:  564350 560360 570920 570763 573180 568145 567919 573910 567322 565742 569417 571839 578793 578149 565606 571939  total = 151.717812 per ms 
06:10:31.400 16  switches: flows:  626045 614190 620964 615788 609663 606116 614804 612540 609918 612379 614206 607776 615021 613452 621941 613664  total = 163.530833 per ms 
06:11:31.502 16  switches: flows:  615820 621193 617135 624022 617874 612971 618577 618392 620444 612732 619164 620444 621108 615616 621146 615011  total = 164.582395 per ms 
06:12:31.604 16  switches: flows:  608817 618021 622638 613856 619168 613363 616891 612430 618745 614551 611583 615866 620563 621584 615887 603717  total = 163.851217 per ms 
06:13:31.705 16  switches: flows:  599661 609860 613991 608829 610033 606709 604414 602644 593933 610946 601364 603517 611948 607925 599899 592543  total = 161.033314 per ms 
06:14:31.806 16  switches: flows:  635442 625365 626199 622124 633865 621261 619497 621036 632046 631421 623342 623990 632244 631164 625480 616933  total = 166.743357 per ms 
06:15:31.907 16  switches: flows:  625644 631244 625621 620995 626410 624303 626661 622801 618119 633031 622405 631697 620115 624798 630105 622094  total = 166.485410 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151717.81/166743.36/160620.48/53831.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:15:31.874760" elapsed="0.000554"/>
</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-06-03T06:15:31.875577" elapsed="0.000559"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T06:15:31.876605" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T06:15:31.876729" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 151717.81/166743.36/160620.48/53831.84 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-06-03T06:15:31.876333" elapsed="0.000424"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:15:31.877182" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 151717.81/166743.36/160620.48/53831.84 | 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-06-03T06:15:31.876918" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.879759" 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-06-03T06:15:31.877359" elapsed="0.002476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.882668" level="INFO">151717.81/166743.36/160620.48/53831.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:15:31.880017" elapsed="0.002728"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:15:31.885235" 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-06-03T06:15:31.882898" elapsed="0.002365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:15:31.887752" level="INFO">@{result_value_list} = [ 151717.81 | 166743.36 | 160620.48 | 53831.84 ]</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-06-03T06:15:31.885477" elapsed="0.002304"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.888253" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T06:15:31.888340" 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-06-03T06:15:31.887936" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.893085" level="INFO">min :: 151717.81</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-06-03T06:15:31.888793" elapsed="0.004350"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T06:15:31.888647" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.897950" level="INFO">max :: 166743.36</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-06-03T06:15:31.893403" elapsed="0.004605"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T06:15:31.893273" elapsed="0.004770"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.902615" level="INFO">avg :: 160620.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:15:31.898260" elapsed="0.004411"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T06:15:31.898133" elapsed="0.004572"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.907355" level="INFO">stdev :: 53831.84</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-06-03T06:15:31.902959" elapsed="0.004454"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T06:15:31.902809" elapsed="0.004639"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T06:15:31.888434" elapsed="0.019045"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.911677" level="INFO">${min} = 151717.81</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-06-03T06:15:31.907640" elapsed="0.004066"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.915643" level="INFO">${max} = 166743.36</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-06-03T06:15:31.911885" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.919588" level="INFO">${average} = 160620.48</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-06-03T06:15:31.915858" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.923678" level="INFO">${stdev} = 53831.84</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-06-03T06:15:31.919784" elapsed="0.003922"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.924291" level="INFO">${date} = 2026-06-03 06:15:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T06:15:31.923888" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.924912" level="INFO">CBench Result: 2026-06-03 06:15:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,151717.81,166743.36,160620.48,53831.84</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-06-03T06:15:31.924472" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T06:15:31.926091" 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-06-03T06:15:31.925641" elapsed="0.000517"/>
</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-06-03T06:15:31.926313" elapsed="0.000516"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T06:15:31.925138" elapsed="0.001761"/>
</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-06-03T06:05:25.187533" elapsed="606.739428"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.927461" 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-06-03T06:15:31.927117" elapsed="0.000405"/>
</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-06-03T06:15:31.928084" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-06-03T06:15:31.927754" elapsed="0.000682"/>
</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-06-03T06:05:25.181408" elapsed="606.747067"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.929774" 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-06-03T06:15:31.929367" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.931091" 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-06-03T06:15:31.930752" elapsed="0.000382"/>
</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-06-03T06:15:31.931511" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-03T06:15:31.931264" elapsed="0.000308"/>
</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-06-03T06:15:31.934501" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T06:15:31.934249" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-03T06:15:31.934230" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T06:15:31.934945" 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-06-03T06:15:31.935065" 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-06-03T06:15:31.934735" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.935694" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.185" 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-06-03T06:15:31.935229" elapsed="0.000542"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T06:15:31.936334" 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-06-03T06:15:31.935918" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T06:15:31.937441" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T06:15:31.937550" 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-06-03T06:15:31.936963" elapsed="0.000613"/>
</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-06-03T06:15:31.937737" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T06:15:31.938958" level="INFO">Logging into '10.30.170.185:22' as 'jenkins'.</msg>
<msg time="2026-06-03T06:15:32.527267" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 06:15:32 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 06:05:25 2026 from 10.30.171.158
[?2004h[jenkins@releng-63164-282-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-06-03T06:15:31.938578" elapsed="0.588932"/>
</kw>
<msg time="2026-06-03T06:15:32.527639" 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-06-03T06:15:31.938227" elapsed="0.589565"/>
</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-06-03T06:15:31.936566" elapsed="0.591378"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T06:15:32.528649" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T06:25:38.687626" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T06:25:38.688209" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T06:25:38.688316" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-03T06:15:32.528241" elapsed="606.160135"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T06:25:38.688883" elapsed="0.000758"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.690827" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:16:37.843 16  switches: flows:  147340 149861 146262 145403 145604 141527 141629 143771 140896 141325 139566 141674 138434 142934 141380 138823  total = 38.107150 per ms 
06:17:37.943 16  switches: flows:  146911 146427 146206 144998 145493 141188 140979 143781 137697 139082 140175 143013 138040 142969 140608 137730  total = 37.858408 per ms 
06:18:38.044 16  switches: flows:  147654 145508 146739 142791 146075 141609 143954 145458 139571 138468 138399 141742 138511 142995 142945 138037  total = 37.944242 per ms 
06:19:38.144 16  switches: flows:  145258 142956 142648 137683 142160 135939 137661 138973 134104 135508 134681 137226 133779 137481 137221 132417  total = 36.700175 per ms 
06:20:38.245 16  switches: flows:  146602 144589 143657 140212 142797 138289 138846 142268 138123 134984 136273 138927 135545 139085 137972 136623  total = 37.184409 per ms 
06:21:38.345 16  switches: flows:  145602 144750 143189 140469 145723 140145 139970 144106 137866 139006 136212 139439 137720 140334 139314 136014  total = 37.435134 per ms 
06:22:38.445 16  switches: flows:  147914 147695 147319 142391 144208 141402 140815 143549 139608 137873 138722 141905 135871 142014 141155 136389  total = 37.750754 per ms 
06:23:38.545 16  switches: flows:  147032 148962 147187 141887 145609 141403 142920 142298 139193 140374 140189 141239 137805 140770 142290 136300  total = 37.861099 per ms 
06:24:38.646 16  switches: flows:  146637 145659 145944 143278 145509 141348 140883 143091 140885 138445 138838 142936 139091 142000 140553 135868  total = 37.786282 per ms 
06:25:38.746 16  switches: flows:  145639 145353 146445 140409 145822 143068 141511 144179 139197 139106 140319 141805 138601 140933 141556 136956  total = 37.785188 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36700.18/37944.24/37589.52/12535.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:25:38.690050" elapsed="0.001072"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T06:25:38.691610" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-03T06:25:38.691306" elapsed="0.000488"/>
</branch>
<status status="PASS" start="2026-06-03T06:25:38.691252" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T06:25:38.692063" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-03T06:25:38.691983" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-06-03T06:25:38.691947" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T06:25:38.692269" elapsed="0.000028"/>
</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-06-03T06:25:38.698039" elapsed="0.000504"/>
</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-06-03T06:25:38.698690" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T06:25:38.699002" elapsed="0.000113"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T06:25:38.693010" elapsed="0.006159"/>
</kw>
<msg time="2026-06-03T06:25:38.699298" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-03T06:15:31.931955" elapsed="606.767369"/>
</kw>
<status status="PASS" start="2026-06-03T06:15:31.931600" elapsed="606.767773"/>
</branch>
<status status="PASS" start="2026-06-03T06:15:31.931238" elapsed="606.768159"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.699845" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:16:37.843 16  switches: flows:  147340 149861 146262 145403 145604 141527 141629 143771 140896 141325 139566 141674 138434 142934 141380 138823  total = 38.107150 per ms 
06:17:37.943 16  switches: flows:  146911 146427 146206 144998 145493 141188 140979 143781 137697 139082 140175 143013 138040 142969 140608 137730  total = 37.858408 per ms 
06:18:38.044 16  switches: flows:  147654 145508 146739 142791 146075 141609 143954 145458 139571 138468 138399 141742 138511 142995 142945 138037  total = 37.944242 per ms 
06:19:38.144 16  switches: flows:  145258 142956 142648 137683 142160 135939 137661 138973 134104 135508 134681 137226 133779 137481 137221 132417  total = 36.700175 per ms 
06:20:38.245 16  switches: flows:  146602 144589 143657 140212 142797 138289 138846 142268 138123 134984 136273 138927 135545 139085 137972 136623  total = 37.184409 per ms 
06:21:38.345 16  switches: flows:  145602 144750 143189 140469 145723 140145 139970 144106 137866 139006 136212 139439 137720 140334 139314 136014  total = 37.435134 per ms 
06:22:38.445 16  switches: flows:  147914 147695 147319 142391 144208 141402 140815 143549 139608 137873 138722 141905 135871 142014 141155 136389  total = 37.750754 per ms 
06:23:38.545 16  switches: flows:  147032 148962 147187 141887 145609 141403 142920 142298 139193 140374 140189 141239 137805 140770 142290 136300  total = 37.861099 per ms 
06:24:38.646 16  switches: flows:  146637 145659 145944 143278 145509 141348 140883 143091 140885 138445 138838 142936 139091 142000 140553 135868  total = 37.786282 per ms 
06:25:38.746 16  switches: flows:  145639 145353 146445 140409 145822 143068 141511 144179 139197 139106 140319 141805 138601 140933 141556 136956  total = 37.785188 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36700.18/37944.24/37589.52/12535.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:25:38.699541" elapsed="0.000377"/>
</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-06-03T06:25:38.700064" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T06:25:38.700826" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T06:25:38.700916" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36700.18/37944.24/37589.52/12535.84 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-06-03T06:25:38.700591" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:25:38.701355" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36700.18/37944.24/37589.52/12535.84 | 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-06-03T06:25:38.701093" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.703788" 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-06-03T06:25:38.701526" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.706430" level="INFO">36700.18/37944.24/37589.52/12535.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:25:38.703990" elapsed="0.002498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:25:38.708956" 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-06-03T06:25:38.706663" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T06:25:38.711456" level="INFO">@{result_value_list} = [ 36700.18 | 37944.24 | 37589.52 | 12535.84 ]</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-06-03T06:25:38.709178" elapsed="0.002307"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.711975" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T06:25:38.712081" 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-06-03T06:25:38.711640" elapsed="0.000469"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.717004" level="INFO">min :: 36700.18</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-06-03T06:25:38.712516" elapsed="0.004548"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T06:25:38.712385" elapsed="0.004715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.721785" level="INFO">max :: 37944.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T06:25:38.717352" elapsed="0.004502"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T06:25:38.717191" elapsed="0.004700"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.726709" level="INFO">avg :: 37589.52</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-06-03T06:25:38.722122" elapsed="0.004665"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T06:25:38.721977" elapsed="0.004846"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.731465" level="INFO">stdev :: 12535.84</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-06-03T06:25:38.727039" elapsed="0.004483"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T06:25:38.726910" elapsed="0.004647"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T06:25:38.712178" elapsed="0.019409"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.735652" level="INFO">${min} = 36700.18</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-06-03T06:25:38.731928" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.740118" level="INFO">${max} = 37944.24</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-06-03T06:25:38.735849" elapsed="0.004305"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.744685" level="INFO">${average} = 37589.52</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-06-03T06:25:38.740363" elapsed="0.004349"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.748792" level="INFO">${stdev} = 12535.84</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-06-03T06:25:38.744887" elapsed="0.003935"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.749387" level="INFO">${date} = 2026-06-03 06:25:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T06:25:38.748995" elapsed="0.000418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.749986" level="INFO">CBench Result: 2026-06-03 06:25:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36700.18,37944.24,37589.52,12535.84</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-06-03T06:25:38.749559" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T06:25:38.751198" 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-06-03T06:25:38.750688" elapsed="0.000577"/>
</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-06-03T06:25:38.751422" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T06:25:38.750197" elapsed="0.001785"/>
</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-06-03T06:15:31.930168" elapsed="606.821876"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.752501" 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-06-03T06:25:38.752190" elapsed="0.000367"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T06:25:38.753835" 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-06-03T06:25:38.753305" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-03T06:25:38.754094" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-06-03T06:25:38.753944" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-03T06:25:38.753921" elapsed="0.000268"/>
</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-06-03T06:25:38.754334" elapsed="0.000021"/>
</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-06-03T06:25:38.754489" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-03T06:25:38.754646" elapsed="0.000020"/>
</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-06-03T06:25:38.754863" 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-06-03T06:25:38.755013" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-03T06:25:38.755158" elapsed="0.000020"/>
</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-06-03T06:25:38.755300" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-03T06:25:38.755522" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-03T06:25:38.755387" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-06-03T06:25:38.755370" elapsed="0.000227"/>
</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-06-03T06:25:38.752968" elapsed="0.002680"/>
</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-06-03T06:15:31.928798" elapsed="606.826896"/>
</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-06-03T05:55:15.967370" elapsed="1822.788777"/>
</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>
