<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-11T03:13:12.092465" 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-11T03:13:12.660635" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:13:12.660490" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:12.660459" elapsed="0.000276"/>
</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-11T03:13:12.663743" elapsed="0.000560"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-11T03:13:12.664804" level="INFO">Logging into '10.30.171.73:8101' as 'karaf'.</msg>
<msg time="2026-06-11T03:13:13.403900" 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-11T03:13:12.664479" elapsed="0.739693"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-11T03:13:13.453544" 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-11T03:13:13.404550" elapsed="0.049267"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-11T03:13:13.458064" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-11T03:13:13.458313" 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-11T03:13:13.454424" elapsed="0.003931"/>
</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-11T03:13:13.458578" elapsed="0.000383"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:13:13.459213" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:13:13.460217" 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-11T03:13:13.459725" elapsed="0.000570"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T03:13:13.460369" elapsed="0.000074"/>
</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.73
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-11T03:13:12.660092" elapsed="0.800521"/>
</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-11T03:13:12.656245" elapsed="0.804458"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T03:13:13.461506" 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-11T03:13:13.460962" elapsed="0.000623"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T03:13:13.462210" 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-11T03:13:13.461799" elapsed="0.000492"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-11T03:13:13.463060" 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-11T03:13:13.462506" elapsed="0.000593"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T03:13:13.463846" 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-11T03:13:13.463372" elapsed="0.000533"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-11T03:13:13.464662" 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-11T03:13:13.464110" elapsed="0.000589"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T03:13:13.465409" 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-11T03:13:13.464921" elapsed="0.000547"/>
</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-11T03:13:13.465889" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:13:13.465591" elapsed="0.000375"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:13:13.471935" 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-11T03:13:13.471513" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:13:13.473119" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T03:13:13.473223" 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-11T03:13:13.472606" elapsed="0.000641"/>
</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-11T03:13:13.473397" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T03:13:13.474928" level="INFO">Logging into '10.30.171.22:22' as 'jenkins'.</msg>
<msg time="2026-06-11T03:13:14.126989" 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 Thu Jun 11 03:13:13 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.22
  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-298-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-11T03:13:13.474372" elapsed="0.652914"/>
</kw>
<msg time="2026-06-11T03:13:14.127459" 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-11T03:13:13.473936" elapsed="0.653691"/>
</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-11T03:13:13.472233" elapsed="0.655627"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.188742" 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-11T03:13:14.128301" elapsed="0.062221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:13:14.190728" elapsed="0.000320"/>
</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-11T03:13:13.470946" elapsed="0.720168"/>
</kw>
<status status="PASS" start="2026-06-11T03:13:13.466242" elapsed="0.724935"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:13.465553" elapsed="0.725664"/>
</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-11T03:13:14.191386" elapsed="0.000528"/>
</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-11T03:13:14.197467" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:13:14.197280" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:14.197246" elapsed="0.000330"/>
</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-11T03:13:14.202640" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:13:14.202526" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:14.202506" elapsed="0.000206"/>
</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-11T03:13:14.202846" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.203728" level="INFO">Logging into '10.30.171.73:8101' as 'karaf'.</msg>
<msg time="2026-06-11T03:13:14.438143" 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-11T03:13:14.203466" elapsed="0.234812"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.536473" 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-11T03:13:14.438493" elapsed="0.098050"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.554461" 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-11T03:13:14.554682" 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-11T03:13:14.536701" elapsed="0.018014"/>
</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-11T03:13:14.554857" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:13:14.555209" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:13:14.555873" 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-11T03:13:14.555555" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T03:13:14.555980" elapsed="0.000053"/>
</return>
<msg time="2026-06-11T03:13:14.556213" 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.73
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-11T03:13:14.202010" elapsed="0.354235"/>
</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-11T03:13:14.556394" elapsed="0.000576"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T03:13:14.557023" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-11T03:13:14.196823" elapsed="0.360350"/>
</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-11T03:13:14.561034" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:13:14.560903" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:14.560878" elapsed="0.000230"/>
</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-11T03:13:14.561260" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.562159" level="INFO">Logging into '10.30.171.73:8101' as 'karaf'.</msg>
<msg time="2026-06-11T03:13:14.728376" 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-11T03:13:14.561876" elapsed="0.166615"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.752145" 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-11T03:13:14.728682" elapsed="0.023550"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.754092" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-11T03:13:14.754211" 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-11T03:13:14.752418" elapsed="0.001823"/>
</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-11T03:13:14.754379" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:13:14.754747" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:13:14.755444" 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-11T03:13:14.755099" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T03:13:14.755546" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.73
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-11T03:13:14.560569" elapsed="0.195152"/>
</kw>
<status status="PASS" start="2026-06-11T03:13:12.654330" elapsed="2.101455"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:13:14.758481" 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-11T03:13:14.756833" elapsed="0.001725"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T03:13:14.760094" 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-11T03:13:14.759737" elapsed="0.000418"/>
</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-11T03:13:14.760491" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:13:14.760241" 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-11T03:13:14.763652" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:13:14.763397" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:14.763372" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.764093" 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-11T03:13:14.764238" 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-11T03:13:14.763871" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:13:14.764930" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.22" 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-11T03:13:14.764435" elapsed="0.000565"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.765736" 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-11T03:13:14.765194" elapsed="0.000568"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:13:14.766701" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T03:13:14.766793" 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-11T03:13:14.766367" elapsed="0.000450"/>
</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-11T03:13:14.766961" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T03:13:14.768209" level="INFO">Logging into '10.30.171.22:22' as 'jenkins'.</msg>
<msg time="2026-06-11T03:13:15.097225" 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 Thu Jun 11 03:13:13 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.22
  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: Thu Jun 11 03:13:14 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-298-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-11T03:13:14.767832" elapsed="0.329576"/>
</kw>
<msg time="2026-06-11T03:13:15.097497" 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-11T03:13:14.767477" elapsed="0.330113"/>
</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-11T03:13:14.765968" elapsed="0.331783"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-11T03:13:15.098631" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-11T03:23:21.201711" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-11T03:23:21.202456" level="INFO">${stdout} = </msg>
<msg time="2026-06-11T03:23:21.202564" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-11T03:13:15.097991" elapsed="606.104633"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:23:21.203203" elapsed="0.000805"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.205277" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:20.290 16  switches: flows:  102325 105068 101742 102912 102497 105912 102938 102969 101583 102374 99804 101387 102232 99801 97579 101483  total = 27.210100 per ms 
03:15:20.391 16  switches: flows:  115130 118890 117556 118212 116529 118825 118303 116656 116313 115502 114809 115509 117950 112401 113019 114881  total = 30.956443 per ms 
03:16:20.491 16  switches: flows:  115488 117810 116500 116233 117063 118203 118022 115918 116574 115695 114315 114448 116188 111533 113540 114046  total = 30.808149 per ms 
03:17:20.592 16  switches: flows:  118538 120918 117084 120638 119748 119981 118925 120082 119433 117221 115530 118426 118602 113129 114852 115459  total = 31.423630 per ms 
03:18:20.692 16  switches: flows:  114361 117741 113936 117081 114788 118240 115940 115232 113618 115065 111871 114685 114815 111538 111866 113524  total = 30.520636 per ms 
03:19:20.792 16  switches: flows:  119025 119466 121901 121074 120223 119903 118947 119307 117587 116183 117009 116130 119237 112549 115011 117465  total = 31.464378 per ms 
03:20:20.893 16  switches: flows:  119414 120762 118282 122275 119075 122128 120681 120024 119867 117817 117501 118015 120635 114946 116369 116632  total = 31.687465 per ms 
03:21:20.993 16  switches: flows:  118504 119321 118833 120187 118337 120278 118791 119742 117305 115950 115696 116952 117983 112914 114750 115167  total = 31.292953 per ms 
03:22:21.093 16  switches: flows:  119493 120180 120186 120318 121260 120422 119861 120316 116740 118105 117018 117152 118923 114563 115937 116421  total = 31.562211 per ms 
03:23:21.193 16  switches: flows:  117007 116956 115180 117731 117505 118191 117077 117134 113901 115026 112698 113776 115537 112669 112633 113150  total = 30.718254 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.64/31687.46/31159.35/10393.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:23:21.204416" elapsed="0.001232"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-11T03:23:21.206192" elapsed="0.000102"/>
</return>
<status status="PASS" start="2026-06-11T03:23:21.205851" elapsed="0.000544"/>
</branch>
<status status="PASS" start="2026-06-11T03:23:21.205789" elapsed="0.000666"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-11T03:23:21.206677" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:23:21.206592" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-11T03:23:21.206555" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-11T03:23:21.206895" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-11T03:23:21.211649" elapsed="0.000336"/>
</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-11T03:23:21.212150" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:23:21.212461" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-11T03:23:21.207637" elapsed="0.004975"/>
</kw>
<msg time="2026-06-11T03:23:21.212750" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-11T03:13:14.760909" elapsed="606.451867"/>
</kw>
<status status="PASS" start="2026-06-11T03:13:14.760580" elapsed="606.452245"/>
</branch>
<status status="PASS" start="2026-06-11T03:13:14.760216" elapsed="606.452633"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.213307" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:20.290 16  switches: flows:  102325 105068 101742 102912 102497 105912 102938 102969 101583 102374 99804 101387 102232 99801 97579 101483  total = 27.210100 per ms 
03:15:20.391 16  switches: flows:  115130 118890 117556 118212 116529 118825 118303 116656 116313 115502 114809 115509 117950 112401 113019 114881  total = 30.956443 per ms 
03:16:20.491 16  switches: flows:  115488 117810 116500 116233 117063 118203 118022 115918 116574 115695 114315 114448 116188 111533 113540 114046  total = 30.808149 per ms 
03:17:20.592 16  switches: flows:  118538 120918 117084 120638 119748 119981 118925 120082 119433 117221 115530 118426 118602 113129 114852 115459  total = 31.423630 per ms 
03:18:20.692 16  switches: flows:  114361 117741 113936 117081 114788 118240 115940 115232 113618 115065 111871 114685 114815 111538 111866 113524  total = 30.520636 per ms 
03:19:20.792 16  switches: flows:  119025 119466 121901 121074 120223 119903 118947 119307 117587 116183 117009 116130 119237 112549 115011 117465  total = 31.464378 per ms 
03:20:20.893 16  switches: flows:  119414 120762 118282 122275 119075 122128 120681 120024 119867 117817 117501 118015 120635 114946 116369 116632  total = 31.687465 per ms 
03:21:20.993 16  switches: flows:  118504 119321 118833 120187 118337 120278 118791 119742 117305 115950 115696 116952 117983 112914 114750 115167  total = 31.292953 per ms 
03:22:21.093 16  switches: flows:  119493 120180 120186 120318 121260 120422 119861 120316 116740 118105 117018 117152 118923 114563 115937 116421  total = 31.562211 per ms 
03:23:21.193 16  switches: flows:  117007 116956 115180 117731 117505 118191 117077 117134 113901 115026 112698 113776 115537 112669 112633 113150  total = 30.718254 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.64/31687.46/31159.35/10393.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:23:21.212989" elapsed="0.000393"/>
</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-11T03:23:21.213530" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-11T03:23:21.214341" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-11T03:23:21.214437" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.64/31687.46/31159.35/10393.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-11T03:23:21.214072" elapsed="0.000391"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:23:21.214879" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30520.64/31687.46/31159.35/10393.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-11T03:23:21.214620" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.217318" 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-11T03:23:21.215054" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.219755" level="INFO">30520.64/31687.46/31159.35/10393.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:23:21.217522" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:23:21.222230" 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-11T03:23:21.219962" elapsed="0.002332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:23:21.224758" level="INFO">@{result_value_list} = [ 30520.64 | 31687.46 | 31159.35 | 10393.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-11T03:23:21.222488" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.225270" level="INFO">Length is 4.</msg>
<msg time="2026-06-11T03:23:21.225359" 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-11T03:23:21.224942" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.230076" level="INFO">min :: 30520.64</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-11T03:23:21.225780" elapsed="0.004368"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-11T03:23:21.225647" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.234736" level="INFO">max :: 31687.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:23:21.230420" elapsed="0.004372"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-11T03:23:21.230290" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.239649" level="INFO">avg :: 31159.35</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-11T03:23:21.235052" elapsed="0.004654"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-11T03:23:21.234923" elapsed="0.004818"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.244564" level="INFO">stdev :: 10393.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-11T03:23:21.239963" elapsed="0.004663"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-11T03:23:21.239835" elapsed="0.004827"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-11T03:23:21.225456" elapsed="0.019240"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.248723" level="INFO">${min} = 30520.64</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-11T03:23:21.244857" elapsed="0.003893"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.252746" level="INFO">${max} = 31687.46</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-11T03:23:21.248905" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.256865" level="INFO">${average} = 31159.35</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-11T03:23:21.252926" elapsed="0.003966"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.260891" level="INFO">${stdev} = 10393.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-11T03:23:21.257047" elapsed="0.003875"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.261525" level="INFO">${date} = 2026-06-11 03:23:21</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-11T03:23:21.261142" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.262110" level="INFO">CBench Result: 2026-06-11 03:23:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30520.64,31687.46,31159.35,10393.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-11T03:23:21.261702" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T03:23:21.263241" 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-11T03:23:21.262821" elapsed="0.000487"/>
</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-11T03:23:21.263461" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-11T03:23:21.262343" elapsed="0.001634"/>
</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-11T03:13:14.759045" elapsed="606.504994"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.264531" 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-11T03:23:21.264211" elapsed="0.000376"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-11T03:23:21.265101" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-11T03:23:21.264801" elapsed="0.000657"/>
</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-11T03:13:14.755940" elapsed="606.509556"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.267001" 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-11T03:23:21.266609" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.268383" 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-11T03:23:21.268030" elapsed="0.000396"/>
</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-11T03:23:21.268762" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:23:21.268535" elapsed="0.000290"/>
</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-11T03:23:21.271781" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:23:21.271535" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-11T03:23:21.271516" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:23:21.272204" 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-11T03:23:21.272324" 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-11T03:23:21.271997" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.272908" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.73 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.22" 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-11T03:23:21.272486" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:23:21.273519" 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-11T03:23:21.273103" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:23:21.274453" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T03:23:21.274543" 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-11T03:23:21.274122" elapsed="0.000445"/>
</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-11T03:23:21.274708" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T03:23:21.275893" level="INFO">Logging into '10.30.171.22:22' as 'jenkins'.</msg>
<msg time="2026-06-11T03:23:21.857714" 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 Thu Jun 11 03:23:21 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.22
  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: Thu Jun 11 03:13:15 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-298-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-11T03:23:21.275543" elapsed="0.582363"/>
</kw>
<msg time="2026-06-11T03:23:21.857991" 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-11T03:23:21.275199" elapsed="0.582880"/>
</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-11T03:23:21.273748" elapsed="0.584462"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-11T03:23:21.858756" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.73 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-11T03:33:28.252323" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-11T03:33:28.253032" level="INFO">${stdout} = </msg>
<msg time="2026-06-11T03:33:28.253169" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.73: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-11T03:23:21.858446" elapsed="606.394782"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:33:28.253717" elapsed="0.000781"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.255675" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:26.998 16  switches: flows:  519894 508958 521654 505581 517126 525755 524248 514184 502389 506700 513786 501871 501260 510550 521028 516432  total = 136.856933 per ms 
03:25:27.100 16  switches: flows:  489797 483403 485312 478227 478713 490001 468946 487460 476062 481667 485586 485132 450196 471766 487675 488675  total = 127.927315 per ms 
03:26:27.202 16  switches: flows:  536849 530767 542419 520753 542756 541496 512126 550714 550278 547275 540091 551252 532085 534445 547770 534007  total = 143.341795 per ms 
03:27:27.303 16  switches: flows:  569832 574567 574954 570648 563772 561060 566148 539393 569704 572275 571120 572450 574782 574901 587621 561402  total = 151.488440 per ms 
03:28:27.405 16  switches: flows:  490547 490957 506836 503170 490262 498417 503103 495411 509919 507843 408851 493956 444256 496667 505441 503040  total = 130.590895 per ms 
03:29:27.506 16  switches: flows:  570792 574678 575804 561151 574935 574037 580117 564510 570130 577368 577395 574697 568095 576407 572006 573866  total = 152.509706 per ms 
03:30:27.607 16  switches: flows:  512189 496959 507948 500871 508015 495261 508638 501353 496553 505994 478675 489082 489110 500125 490399 487579  total = 132.589060 per ms 
03:31:28.044 16  switches: flows:  621379 627089 632496 635043 637558 634687 637954 627187 629083 626775 634956 632483 636384 634168 640166 632517  total = 167.447224 per ms 
03:32:28.147 16  switches: flows:  497281 467947 485798 488271 482043 497263 491772 494869 489567 485285 488965 486908 486107 493486 487337 488875  total = 129.976616 per ms 
03:33:28.248 16  switches: flows:  531721 525723 530335 536449 525675 528673 522362 531615 533572 544964 531395 529131 537744 536033 549093 539814  total = 141.999275 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 127927.31/167447.22/141985.59/48957.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:33:28.254864" elapsed="0.001142"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-11T03:33:28.256521" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-11T03:33:28.256219" elapsed="0.000454"/>
</branch>
<status status="PASS" start="2026-06-11T03:33:28.256164" elapsed="0.000565"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-11T03:33:28.256941" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:33:28.256858" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-06-11T03:33:28.256823" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-11T03:33:28.257186" elapsed="0.000033"/>
</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-11T03:33:28.261329" elapsed="0.000487"/>
</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-11T03:33:28.262028" elapsed="0.000250"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:33:28.262462" 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-11T03:33:28.257954" elapsed="0.004730"/>
</kw>
<msg time="2026-06-11T03:33:28.262859" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.73: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-11T03:23:21.269192" elapsed="606.993704"/>
</kw>
<status status="PASS" start="2026-06-11T03:23:21.268857" elapsed="606.994106"/>
</branch>
<status status="PASS" start="2026-06-11T03:23:21.268514" elapsed="606.994482"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.263618" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:26.998 16  switches: flows:  519894 508958 521654 505581 517126 525755 524248 514184 502389 506700 513786 501871 501260 510550 521028 516432  total = 136.856933 per ms 
03:25:27.100 16  switches: flows:  489797 483403 485312 478227 478713 490001 468946 487460 476062 481667 485586 485132 450196 471766 487675 488675  total = 127.927315 per ms 
03:26:27.202 16  switches: flows:  536849 530767 542419 520753 542756 541496 512126 550714 550278 547275 540091 551252 532085 534445 547770 534007  total = 143.341795 per ms 
03:27:27.303 16  switches: flows:  569832 574567 574954 570648 563772 561060 566148 539393 569704 572275 571120 572450 574782 574901 587621 561402  total = 151.488440 per ms 
03:28:27.405 16  switches: flows:  490547 490957 506836 503170 490262 498417 503103 495411 509919 507843 408851 493956 444256 496667 505441 503040  total = 130.590895 per ms 
03:29:27.506 16  switches: flows:  570792 574678 575804 561151 574935 574037 580117 564510 570130 577368 577395 574697 568095 576407 572006 573866  total = 152.509706 per ms 
03:30:27.607 16  switches: flows:  512189 496959 507948 500871 508015 495261 508638 501353 496553 505994 478675 489082 489110 500125 490399 487579  total = 132.589060 per ms 
03:31:28.044 16  switches: flows:  621379 627089 632496 635043 637558 634687 637954 627187 629083 626775 634956 632483 636384 634168 640166 632517  total = 167.447224 per ms 
03:32:28.147 16  switches: flows:  497281 467947 485798 488271 482043 497263 491772 494869 489567 485285 488965 486908 486107 493486 487337 488875  total = 129.976616 per ms 
03:33:28.248 16  switches: flows:  531721 525723 530335 536449 525675 528673 522362 531615 533572 544964 531395 529131 537744 536033 549093 539814  total = 141.999275 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 127927.31/167447.22/141985.59/48957.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:33:28.263216" elapsed="0.000502"/>
</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-11T03:33:28.263925" elapsed="0.000540"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-11T03:33:28.264989" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-11T03:33:28.265113" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 127927.31/167447.22/141985.59/48957.00 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-11T03:33:28.264689" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:33:28.265734" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 127927.31/167447.22/141985.59/48957.00 | 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-11T03:33:28.265384" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.268434" 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-11T03:33:28.266035" elapsed="0.002455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.270870" level="INFO">127927.31/167447.22/141985.59/48957.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:33:28.268636" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:33:28.273304" 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-11T03:33:28.271075" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:33:28.275794" level="INFO">@{result_value_list} = [ 127927.31 | 167447.22 | 141985.59 | 48957.00 ]</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-11T03:33:28.273517" elapsed="0.002305"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.276308" level="INFO">Length is 4.</msg>
<msg time="2026-06-11T03:33:28.276395" 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-11T03:33:28.275977" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.281106" level="INFO">min :: 127927.31</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-11T03:33:28.276794" elapsed="0.004385"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-11T03:33:28.276664" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.286035" level="INFO">max :: 167447.22</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-11T03:33:28.281431" elapsed="0.004662"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-11T03:33:28.281304" elapsed="0.004861"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.290890" level="INFO">avg :: 141985.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:33:28.286390" elapsed="0.004556"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-11T03:33:28.286261" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.295767" level="INFO">stdev :: 48957.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:33:28.291222" elapsed="0.004608"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-11T03:33:28.291069" elapsed="0.004804"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-11T03:33:28.276484" elapsed="0.019423"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.299889" level="INFO">${min} = 127927.31</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-11T03:33:28.296069" elapsed="0.003848"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.303990" level="INFO">${max} = 167447.22</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-11T03:33:28.300072" elapsed="0.003945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.308016" level="INFO">${average} = 141985.59</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-11T03:33:28.304186" elapsed="0.003857"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.311960" level="INFO">${stdev} = 48957.00</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-11T03:33:28.308209" elapsed="0.003778"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.312510" level="INFO">${date} = 2026-06-11 03:33:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-11T03:33:28.312161" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.313091" level="INFO">CBench Result: 2026-06-11 03:33:28,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,127927.31,167447.22,141985.59,48957.00</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-11T03:33:28.312682" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T03:33:28.314240" 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-11T03:33:28.313779" elapsed="0.000528"/>
</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-11T03:33:28.314458" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-11T03:33:28.313301" elapsed="0.001675"/>
</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-11T03:23:21.267440" elapsed="607.047596"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.315516" 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-11T03:33:28.315203" elapsed="0.000369"/>
</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-11T03:33:28.316076" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-06-11T03:33:28.315777" elapsed="0.000657"/>
</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-11T03:23:21.265919" elapsed="607.050552"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.318061" 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-11T03:33:28.317653" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.319801" 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-11T03:33:28.319221" elapsed="0.000638"/>
</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-11T03:33:28.320209" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:33:28.319968" elapsed="0.000300"/>
</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-11T03:33:28.323196" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:33:28.322934" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-06-11T03:33:28.322914" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:33:28.323584" 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-11T03:33:28.323699" 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-11T03:33:28.323407" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.324328" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.22" 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-11T03:33:28.323859" elapsed="0.000535"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T03:33:28.324931" 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-11T03:33:28.324532" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:33:28.326041" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T03:33:28.326156" 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-11T03:33:28.325549" elapsed="0.000638"/>
</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-11T03:33:28.326332" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T03:33:28.327546" level="INFO">Logging into '10.30.171.22:22' as 'jenkins'.</msg>
<msg time="2026-06-11T03:33:28.969964" 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 Thu Jun 11 03:33:28 UTC 2026

  System load:  0.37               Processes:             108
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.22
  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: Thu Jun 11 03:23:21 2026 from 10.30.171.147
[?2004h[jenkins@releng-63164-298-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-11T03:33:28.327189" elapsed="0.642915"/>
</kw>
<msg time="2026-06-11T03:33:28.970193" 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-11T03:33:28.326822" elapsed="0.643439"/>
</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-11T03:33:28.325174" elapsed="0.645184"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-11T03:33:28.970865" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-11T03:43:35.006338" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-11T03:43:35.007077" level="INFO">${stdout} = </msg>
<msg time="2026-06-11T03:43:35.007223" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-11T03:33:28.970564" elapsed="606.036718"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:43:35.007773" elapsed="0.000784"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.009787" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:34.106 16  switches: flows:  103997 106661 102279 103105 103231 101786 104170 103054 104172 101524 102010 101705 101761 101950 103173 102045  total = 27.443717 per ms 
03:35:34.207 16  switches: flows:  108472 111473 106320 109075 109127 107893 109286 109211 107576 106766 107713 106374 106170 108791 109146 107023  total = 28.792183 per ms 
03:36:34.307 16  switches: flows:  102860 105292 100698 103941 103757 102477 102013 103237 101390 101360 101400 101927 99265 103511 101692 100707  total = 27.213347 per ms 
03:37:34.407 16  switches: flows:  97623 99298 95642 100203 99267 97097 97048 98072 95789 95679 97205 95604 94721 97683 98191 94555  total = 25.851451 per ms 
03:38:34.508 16  switches: flows:  97104 100726 96863 99044 96990 97876 97052 98918 96577 97747 96813 97140 95493 96845 96851 95972  total = 25.923566 per ms 
03:39:34.608 16  switches: flows:  103741 106765 104704 104035 101867 104289 103773 103346 102311 103724 101644 101488 102250 101523 103609 101348  total = 27.461106 per ms 
03:40:34.708 16  switches: flows:  100781 103063 103028 101367 101974 101470 103288 102029 101872 100775 99830 100855 99556 100755 100125 99782  total = 26.964099 per ms 
03:41:34.808 16  switches: flows:  100857 105068 104780 102978 100062 103430 104234 101663 103043 101779 101081 100965 101811 100877 102246 103216  total = 27.255968 per ms 
03:42:34.909 16  switches: flows:  103411 105518 104359 104696 103580 104706 105789 103868 102564 103881 102156 103818 102422 102394 103944 101450  total = 27.596472 per ms 
03:43:35.009 16  switches: flows:  105416 106242 105785 104886 106854 106343 108473 106954 103216 105856 102658 105093 103282 104192 102936 103549  total = 27.982211 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25851.45/28792.18/27226.71/9117.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.008962" elapsed="0.001134"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-11T03:43:35.010616" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-11T03:43:35.010316" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-06-11T03:43:35.010262" elapsed="0.000563"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-11T03:43:35.011037" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-11T03:43:35.010955" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-06-11T03:43:35.010920" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-11T03:43:35.011284" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-11T03:43:35.016823" elapsed="0.000493"/>
</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-11T03:43:35.017526" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T03:43:35.017927" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-11T03:43:35.011981" elapsed="0.006180"/>
</kw>
<msg time="2026-06-11T03:43:35.018342" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-11T03:33:28.320605" elapsed="606.697774"/>
</kw>
<status status="PASS" start="2026-06-11T03:33:28.320293" elapsed="606.698156"/>
</branch>
<status status="PASS" start="2026-06-11T03:33:28.319947" elapsed="606.698536"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.019076" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:34.106 16  switches: flows:  103997 106661 102279 103105 103231 101786 104170 103054 104172 101524 102010 101705 101761 101950 103173 102045  total = 27.443717 per ms 
03:35:34.207 16  switches: flows:  108472 111473 106320 109075 109127 107893 109286 109211 107576 106766 107713 106374 106170 108791 109146 107023  total = 28.792183 per ms 
03:36:34.307 16  switches: flows:  102860 105292 100698 103941 103757 102477 102013 103237 101390 101360 101400 101927 99265 103511 101692 100707  total = 27.213347 per ms 
03:37:34.407 16  switches: flows:  97623 99298 95642 100203 99267 97097 97048 98072 95789 95679 97205 95604 94721 97683 98191 94555  total = 25.851451 per ms 
03:38:34.508 16  switches: flows:  97104 100726 96863 99044 96990 97876 97052 98918 96577 97747 96813 97140 95493 96845 96851 95972  total = 25.923566 per ms 
03:39:34.608 16  switches: flows:  103741 106765 104704 104035 101867 104289 103773 103346 102311 103724 101644 101488 102250 101523 103609 101348  total = 27.461106 per ms 
03:40:34.708 16  switches: flows:  100781 103063 103028 101367 101974 101470 103288 102029 101872 100775 99830 100855 99556 100755 100125 99782  total = 26.964099 per ms 
03:41:34.808 16  switches: flows:  100857 105068 104780 102978 100062 103430 104234 101663 103043 101779 101081 100965 101811 100877 102246 103216  total = 27.255968 per ms 
03:42:34.909 16  switches: flows:  103411 105518 104359 104696 103580 104706 105789 103868 102564 103881 102156 103818 102422 102394 103944 101450  total = 27.596472 per ms 
03:43:35.009 16  switches: flows:  105416 106242 105785 104886 106854 106343 108473 106954 103216 105856 102658 105093 103282 104192 102936 103549  total = 27.982211 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25851.45/28792.18/27226.71/9117.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.018678" elapsed="0.000524"/>
</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-11T03:43:35.019410" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-11T03:43:35.020549" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-11T03:43:35.020674" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25851.45/28792.18/27226.71/9117.54 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-11T03:43:35.020240" elapsed="0.000467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:43:35.021293" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25851.45/28792.18/27226.71/9117.54 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-11T03:43:35.020919" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.024690" 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-11T03:43:35.021534" elapsed="0.003235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.028377" level="INFO">25851.45/28792.18/27226.71/9117.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.024978" elapsed="0.003478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:43:35.031794" 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-11T03:43:35.028666" elapsed="0.003166"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T03:43:35.034544" level="INFO">@{result_value_list} = [ 25851.45 | 28792.18 | 27226.71 | 9117.54 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-11T03:43:35.032153" elapsed="0.002419"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.035036" level="INFO">Length is 4.</msg>
<msg time="2026-06-11T03:43:35.035148" 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-11T03:43:35.034729" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.039881" level="INFO">min :: 25851.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.035565" elapsed="0.004372"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-11T03:43:35.035434" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.044558" level="INFO">max :: 28792.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-11T03:43:35.040233" elapsed="0.004380"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-11T03:43:35.040089" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.049241" level="INFO">avg :: 27226.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.044857" elapsed="0.004456"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-11T03:43:35.044731" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.054016" level="INFO">stdev :: 9117.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.049564" elapsed="0.004508"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-11T03:43:35.049432" elapsed="0.004675"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-11T03:43:35.035243" elapsed="0.018913"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.058297" level="INFO">${min} = 25851.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-11T03:43:35.054323" elapsed="0.004001"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.062235" level="INFO">${max} = 28792.18</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-11T03:43:35.058480" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.066213" level="INFO">${average} = 27226.71</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-11T03:43:35.062414" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.070198" level="INFO">${stdev} = 9117.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-11T03:43:35.066395" elapsed="0.003830"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.070738" level="INFO">${date} = 2026-06-11 03:43:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-11T03:43:35.070386" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.071349" level="INFO">CBench Result: 2026-06-11 03:43:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25851.45,28792.18,27226.71,9117.54</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T03:43:35.070916" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T03:43:35.072512" 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-11T03:43:35.072036" elapsed="0.000549"/>
</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-11T03:43:35.072741" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-11T03:43:35.071544" elapsed="0.001744"/>
</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-11T03:33:28.318466" elapsed="606.754883"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.073810" 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-11T03:43:35.073499" elapsed="0.000367"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-11T03:43:35.075076" 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-11T03:43:35.074591" elapsed="0.000512"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-11T03:43:35.075344" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-06-11T03:43:35.075196" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-06-11T03:43:35.075177" elapsed="0.000251"/>
</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-11T03:43:35.075572" elapsed="0.000022"/>
</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-11T03:43:35.075730" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-11T03:43:35.075891" elapsed="0.000032"/>
</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-11T03:43:35.076098" 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-11T03:43:35.076272" 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-11T03:43:35.076421" 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-11T03:43:35.076567" elapsed="0.000020"/>
</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-11T03:43:35.076791" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-11T03:43:35.076651" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-06-11T03:43:35.076634" elapsed="0.000233"/>
</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-11T03:43:35.074256" elapsed="0.002662"/>
</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-11T03:33:28.317027" elapsed="606.759938"/>
</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-11T03:13:12.094036" elapsed="1822.983633"/>
</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>
