<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-09T02:54:37.727770" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T02:54:38.313974" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:54:38.313770" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:38.313738" elapsed="0.000359"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:54:38.314243" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-09T02:54:38.315254" level="INFO">Logging into '10.30.171.204:8101' as 'karaf'.</msg>
<msg time="2026-04-09T02:54:39.090286" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-09T02:54:38.314936" elapsed="0.775595"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-09T02:54:39.139819" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-09T02:54:39.090866" elapsed="0.049139"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-09T02:54:39.142195" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-09T02:54:39.142310" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-09T02:54:39.140339" elapsed="0.002001"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-09T02:54:39.142497" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:54:39.142884" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:54:39.143680" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:54:39.143325" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T02:54:39.143791" elapsed="0.000067"/>
</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.204
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-09T02:54:38.313377" elapsed="0.830611"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-09T02:54:38.309508" elapsed="0.834576"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T02:54:39.144723" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T02:54:39.144283" elapsed="0.000499"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T02:54:39.145224" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T02:54:39.144958" elapsed="0.000356"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-09T02:54:39.145872" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-09T02:54:39.145468" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T02:54:39.146423" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T02:54:39.146085" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-09T02:54:39.146981" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-09T02:54:39.146611" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T02:54:39.147499" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T02:54:39.147184" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-09T02:54:39.147845" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:54:39.147630" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:54:39.152445" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:54:39.152007" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:54:39.153557" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T02:54:39.153642" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:54:39.153075" elapsed="0.000593"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:54:39.153813" elapsed="0.000389"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T02:54:39.155260" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-04-09T02:54:39.904732" 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 Apr  9 02:54:39 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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-172-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T02:54:39.154730" elapsed="0.750199"/>
</kw>
<msg time="2026-04-09T02:54:39.905028" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:54:39.154372" elapsed="0.750786"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T02:54:39.152679" elapsed="0.752614"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-09T02:54:39.916046" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-09T02:54:39.905528" elapsed="0.012211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:54:39.918197" elapsed="0.000604"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-09T02:54:39.151479" elapsed="0.767461"/>
</kw>
<status status="PASS" start="2026-04-09T02:54:39.148156" elapsed="0.770868"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:39.147604" elapsed="0.771523"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T02:54:39.919669" elapsed="0.001145"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T02:54:39.929482" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:54:39.929345" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:39.929316" elapsed="0.000248"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T02:54:39.933257" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:54:39.933132" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:39.933111" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:54:39.933471" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-09T02:54:39.934420" level="INFO">Logging into '10.30.171.204:8101' as 'karaf'.</msg>
<msg time="2026-04-09T02:54:40.151007" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-09T02:54:39.934134" elapsed="0.217064"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.246351" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-09T02:54:40.151467" elapsed="0.095045"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.256467" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-09T02:54:40.256689" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-09T02:54:40.246768" elapsed="0.009954"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-09T02:54:40.256885" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:54:40.257258" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:54:40.257967" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:54:40.257623" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T02:54:40.258111" elapsed="0.000055"/>
</return>
<msg time="2026-04-09T02:54:40.258333" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.204
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-09T02:54:39.932731" elapsed="0.325635"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T02:54:40.258522" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T02:54:40.259126" elapsed="0.000043"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-09T02:54:39.928986" elapsed="0.330314"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T02:54:40.263291" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:54:40.263143" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:40.263113" elapsed="0.000259"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:54:40.263513" elapsed="0.000500"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.264709" level="INFO">Logging into '10.30.171.204:8101' as 'karaf'.</msg>
<msg time="2026-04-09T02:54:40.444287" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-09T02:54:40.264231" elapsed="0.180263"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.470378" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-09T02:54:40.444807" elapsed="0.025647"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.472741" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-09T02:54:40.472876" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-09T02:54:40.470633" elapsed="0.002277"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-09T02:54:40.473136" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:54:40.473531" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:54:40.474350" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:54:40.473927" elapsed="0.000478"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T02:54:40.474467" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.204
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-09T02:54:40.262755" elapsed="0.211957"/>
</kw>
<status status="PASS" start="2026-04-09T02:54:38.307626" elapsed="2.167160"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:54:40.477452" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:54:40.476116" elapsed="0.001407"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T02:54:40.479198" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T02:54:40.478765" elapsed="0.000485"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-09T02:54:40.479615" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:54:40.479350" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-09T02:54:40.483000" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:54:40.482744" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:40.482723" elapsed="0.000382"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.483517" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-09T02:54:40.483653" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-09T02:54:40.483255" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:54:40.484326" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:54:40.483848" elapsed="0.000553"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.485164" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:54:40.484550" elapsed="0.000644"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:54:40.486199" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T02:54:40.486324" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:54:40.485806" elapsed="0.000549"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:54:40.486507" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.487781" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-04-09T02:54:40.858220" 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 Apr  9 02:54:39 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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 Apr  9 02:54:39 2026 from 10.30.171.0
[?2004h[jenkins@releng-63164-172-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T02:54:40.487408" elapsed="0.371049"/>
</kw>
<msg time="2026-04-09T02:54:40.858552" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:54:40.487027" elapsed="0.371631"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T02:54:40.485419" elapsed="0.373378"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-09T02:54:40.859680" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-09T03:04:46.978905" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-09T03:04:46.979439" level="INFO">${stdout} = </msg>
<msg time="2026-04-09T03:04:46.979533" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-09T02:54:40.859048" elapsed="606.120532"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T03:04:46.979931" elapsed="0.000530"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:46.981239" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:46.045 16  switches: flows:  113620 115177 112267 112362 112572 113941 112188 113734 109224 109488 110762 110618 105937 109055 107166 111014  total = 29.652083 per ms 
02:56:46.146 16  switches: flows:  123236 121618 124021 121925 122683 121504 122033 123543 119257 120052 118546 118081 114688 119527 117876 118394  total = 32.062839 per ms 
02:57:46.247 16  switches: flows:  121534 119018 122034 120065 122484 118217 115479 120862 115272 118302 114512 114721 113815 118108 115894 115803  total = 31.382941 per ms 
02:58:46.348 16  switches: flows:  107759 108048 106940 105826 107403 103797 105434 104274 102810 104331 101321 102389 101976 103234 101787 101527  total = 27.767889 per ms 
02:59:46.449 16  switches: flows:  126833 128422 127284 126992 124173 124056 125845 125643 118737 121319 121197 121723 120467 123217 119111 120527  total = 32.870840 per ms 
03:00:46.550 16  switches: flows:  126874 128716 126316 126471 122949 122709 124645 124186 119269 121054 121040 119488 119017 122746 116909 117660  total = 32.613016 per ms 
03:01:46.651 16  switches: flows:  125114 126876 126821 125021 121887 121979 124395 123809 118375 119900 119398 118755 118597 121301 117352 119070  total = 32.423350 per ms 
03:02:46.752 16  switches: flows:  121671 122710 121624 121380 121045 118722 119794 118976 116006 115718 116156 116750 116656 116678 114629 115595  total = 31.515884 per ms 
03:03:46.853 16  switches: flows:  122061 124796 124605 123637 121672 122059 121971 122428 119946 118763 117617 119210 118257 118495 115616 116639  total = 32.076000 per ms 
03:04:46.954 16  switches: flows:  124740 127684 127366 124877 124469 122137 125547 126095 122479 121565 119748 119970 119723 122426 119453 120537  total = 32.758908 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27767.89/32870.84/31719.07/10676.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:46.980718" elapsed="0.000731"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-09T03:04:46.981797" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-04-09T03:04:46.981586" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-09T03:04:46.981539" elapsed="0.000427"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-09T03:04:46.982179" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-09T03:04:46.982124" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-04-09T03:04:46.982096" elapsed="0.000170"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-09T03:04:46.982310" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:04:46.985948" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T03:04:46.986672" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T03:04:46.987124" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-09T03:04:46.982835" elapsed="0.004515"/>
</kw>
<msg time="2026-04-09T03:04:46.987533" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-09T02:54:40.480140" elapsed="606.507433"/>
</kw>
<status status="PASS" start="2026-04-09T02:54:40.479711" elapsed="606.507930"/>
</branch>
<status status="PASS" start="2026-04-09T02:54:40.479319" elapsed="606.508355"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:46.988309" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:46.045 16  switches: flows:  113620 115177 112267 112362 112572 113941 112188 113734 109224 109488 110762 110618 105937 109055 107166 111014  total = 29.652083 per ms 
02:56:46.146 16  switches: flows:  123236 121618 124021 121925 122683 121504 122033 123543 119257 120052 118546 118081 114688 119527 117876 118394  total = 32.062839 per ms 
02:57:46.247 16  switches: flows:  121534 119018 122034 120065 122484 118217 115479 120862 115272 118302 114512 114721 113815 118108 115894 115803  total = 31.382941 per ms 
02:58:46.348 16  switches: flows:  107759 108048 106940 105826 107403 103797 105434 104274 102810 104331 101321 102389 101976 103234 101787 101527  total = 27.767889 per ms 
02:59:46.449 16  switches: flows:  126833 128422 127284 126992 124173 124056 125845 125643 118737 121319 121197 121723 120467 123217 119111 120527  total = 32.870840 per ms 
03:00:46.550 16  switches: flows:  126874 128716 126316 126471 122949 122709 124645 124186 119269 121054 121040 119488 119017 122746 116909 117660  total = 32.613016 per ms 
03:01:46.651 16  switches: flows:  125114 126876 126821 125021 121887 121979 124395 123809 118375 119900 119398 118755 118597 121301 117352 119070  total = 32.423350 per ms 
03:02:46.752 16  switches: flows:  121671 122710 121624 121380 121045 118722 119794 118976 116006 115718 116156 116750 116656 116678 114629 115595  total = 31.515884 per ms 
03:03:46.853 16  switches: flows:  122061 124796 124605 123637 121672 122059 121971 122428 119946 118763 117617 119210 118257 118495 115616 116639  total = 32.076000 per ms 
03:04:46.954 16  switches: flows:  124740 127684 127366 124877 124469 122137 125547 126095 122479 121565 119748 119970 119723 122426 119453 120537  total = 32.758908 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27767.89/32870.84/31719.07/10676.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:46.987872" elapsed="0.000540"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T03:04:46.988616" elapsed="0.000543"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-09T03:04:46.989702" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-09T03:04:46.989829" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27767.89/32870.84/31719.07/10676.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-09T03:04:46.989385" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:04:46.990497" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27767.89/32870.84/31719.07/10676.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:04:46.990100" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:46.993336" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:46.990788" elapsed="0.002607"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:46.995882" level="INFO">27767.89/32870.84/31719.07/10676.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:46.993545" elapsed="0.002396"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:04:46.998431" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:04:46.996112" elapsed="0.002362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:04:47.001137" level="INFO">@{result_value_list} = [ 27767.89 | 32870.84 | 31719.07 | 10676.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:04:46.998824" elapsed="0.002341"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.001762" level="INFO">Length is 4.</msg>
<msg time="2026-04-09T03:04:47.001855" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T03:04:47.001362" elapsed="0.000517"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.006782" level="INFO">min :: 27767.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.002329" elapsed="0.004523"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-09T03:04:47.002188" elapsed="0.004702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.011426" level="INFO">max :: 32870.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.007137" elapsed="0.004372"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-09T03:04:47.006992" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.016546" level="INFO">avg :: 31719.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.011815" elapsed="0.004806"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-09T03:04:47.011661" elapsed="0.005005"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.021513" level="INFO">stdev :: 10676.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.016964" elapsed="0.004630"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-09T03:04:47.016790" elapsed="0.004851"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-09T03:04:47.001957" elapsed="0.019730"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.026325" level="INFO">${min} = 27767.89</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:04:47.021935" elapsed="0.004444"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.030576" level="INFO">${max} = 32870.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:04:47.026629" elapsed="0.003983"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.035053" level="INFO">${average} = 31719.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:04:47.030835" elapsed="0.004273"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.039894" level="INFO">${stdev} = 10676.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:04:47.035345" elapsed="0.004597"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.040700" level="INFO">${date} = 2026-04-09 03:04:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-09T03:04:47.040236" elapsed="0.000504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.041405" level="INFO">CBench Result: 2026-04-09 03:04:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27767.89,32870.84,31719.07,10676.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.040943" elapsed="0.000521"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T03:04:47.042709" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T03:04:47.042248" elapsed="0.000529"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T03:04:47.042957" elapsed="0.000516"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-09T03:04:47.041701" elapsed="0.001842"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-09T02:54:40.477996" elapsed="606.565609"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.044106" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-09T03:04:47.043759" elapsed="0.000406"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-09T03:04:47.044735" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-04-09T03:04:47.044408" elapsed="0.000707"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-09T02:54:40.474973" elapsed="606.570187"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.046721" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.046321" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.048122" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T03:04:47.047772" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-09T03:04:47.048558" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-09T03:04:47.048318" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-09T03:04:47.052044" elapsed="0.000085"/>
</kw>
<status status="NOT RUN" start="2026-04-09T03:04:47.051615" elapsed="0.000576"/>
</branch>
<status status="PASS" start="2026-04-09T03:04:47.051572" elapsed="0.000649"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-09T03:04:47.052779" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-09T03:04:47.052962" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-09T03:04:47.052391" elapsed="0.000603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.053976" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.204 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:04:47.053204" elapsed="0.000836"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T03:04:47.054656" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T03:04:47.054212" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T03:04:47.055793" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T03:04:47.055885" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T03:04:47.055454" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:04:47.056071" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T03:04:47.057329" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-04-09T03:04:47.625087" 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 Apr  9 03:04:47 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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 Apr  9 02:54:40 2026 from 10.30.171.0
[?2004h[jenkins@releng-63164-172-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T03:04:47.056931" elapsed="0.568355"/>
</kw>
<msg time="2026-04-09T03:04:47.625370" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:04:47.056586" elapsed="0.568870"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T03:04:47.054909" elapsed="0.570661"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-09T03:04:47.626137" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.204 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-09T03:14:53.667840" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-09T03:14:53.668440" level="INFO">${stdout} = </msg>
<msg time="2026-04-09T03:14:53.668555" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-09T03:04:47.625823" elapsed="606.042790"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T03:14:53.669286" elapsed="0.000690"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.671141" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204: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.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:05:52.738 16  switches: flows:  517735 518663 514485 500153 511417 515551 517407 512124 500205 493409 491078 502833 498808 485205 501756 499156  total = 134.666417 per ms 
03:06:52.841 16  switches: flows:  579938 580185 580272 586573 587269 581258 586336 590683 584103 588614 593947 584343 572946 584288 580040 581273  total = 155.437157 per ms 
03:07:52.942 16  switches: flows:  602808 599137 603732 606531 601652 595152 610298 607214 608982 601385 614802 605730 600877 611742 595547 604746  total = 160.900792 per ms 
03:08:53.044 16  switches: flows:  594701 592038 608226 603540 606396 608579 609663 608914 605253 611391 603870 606906 587063 598060 593970 591118  total = 160.225498 per ms 
03:09:53.145 16  switches: flows:  598148 604282 595674 603477 604032 607158 598929 599912 600152 600678 589312 601069 602822 602966 597309 591564  total = 159.689318 per ms 
03:10:53.247 16  switches: flows:  607700 594051 594338 598531 590336 591853 603021 601054 583773 599067 604844 598136 594805 587472 589330 587294  total = 158.491936 per ms 
03:11:53.348 16  switches: flows:  603996 594884 608651 589147 592227 597307 592597 591490 597975 607289 589768 605729 607203 600166 601584 607698  total = 159.527345 per ms 
03:12:53.450 16  switches: flows:  608103 611780 603344 604542 608755 611316 612763 620119 595416 608797 621415 607107 607761 605509 591465 595135  total = 161.615992 per ms 
03:13:53.551 16  switches: flows:  600835 599224 602723 591076 592329 601110 600130 607410 587270 594423 586858 592825 596589 583749 592237 586722  total = 158.325970 per ms 
03:14:53.652 16  switches: flows:  589120 604144 588615 588072 588782 597793 602273 595462 605114 597130 596833 594542 600944 599939 580033 597443  total = 158.503785 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 155437.16/161615.99/159190.87/53090.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.670377" elapsed="0.001065"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-09T03:14:53.671942" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-04-09T03:14:53.671616" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-04-09T03:14:53.671568" elapsed="0.000631"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-09T03:14:53.672410" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-09T03:14:53.672328" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-09T03:14:53.672293" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-09T03:14:53.672612" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:14:53.678341" elapsed="0.000802"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T03:14:53.679471" elapsed="0.000363"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T03:14:53.680165" elapsed="0.000239"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-09T03:14:53.673382" elapsed="0.007139"/>
</kw>
<msg time="2026-04-09T03:14:53.680947" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-09T03:04:47.048971" elapsed="606.632056"/>
</kw>
<status status="PASS" start="2026-04-09T03:04:47.048644" elapsed="606.632540"/>
</branch>
<status status="PASS" start="2026-04-09T03:04:47.048294" elapsed="606.632943"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.681872" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204: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.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:05:52.738 16  switches: flows:  517735 518663 514485 500153 511417 515551 517407 512124 500205 493409 491078 502833 498808 485205 501756 499156  total = 134.666417 per ms 
03:06:52.841 16  switches: flows:  579938 580185 580272 586573 587269 581258 586336 590683 584103 588614 593947 584343 572946 584288 580040 581273  total = 155.437157 per ms 
03:07:52.942 16  switches: flows:  602808 599137 603732 606531 601652 595152 610298 607214 608982 601385 614802 605730 600877 611742 595547 604746  total = 160.900792 per ms 
03:08:53.044 16  switches: flows:  594701 592038 608226 603540 606396 608579 609663 608914 605253 611391 603870 606906 587063 598060 593970 591118  total = 160.225498 per ms 
03:09:53.145 16  switches: flows:  598148 604282 595674 603477 604032 607158 598929 599912 600152 600678 589312 601069 602822 602966 597309 591564  total = 159.689318 per ms 
03:10:53.247 16  switches: flows:  607700 594051 594338 598531 590336 591853 603021 601054 583773 599067 604844 598136 594805 587472 589330 587294  total = 158.491936 per ms 
03:11:53.348 16  switches: flows:  603996 594884 608651 589147 592227 597307 592597 591490 597975 607289 589768 605729 607203 600166 601584 607698  total = 159.527345 per ms 
03:12:53.450 16  switches: flows:  608103 611780 603344 604542 608755 611316 612763 620119 595416 608797 621415 607107 607761 605509 591465 595135  total = 161.615992 per ms 
03:13:53.551 16  switches: flows:  600835 599224 602723 591076 592329 601110 600130 607410 587270 594423 586858 592825 596589 583749 592237 586722  total = 158.325970 per ms 
03:14:53.652 16  switches: flows:  589120 604144 588615 588072 588782 597793 602273 595462 605114 597130 596833 594542 600944 599939 580033 597443  total = 158.503785 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 155437.16/161615.99/159190.87/53090.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.681558" elapsed="0.000388"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T03:14:53.682111" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-09T03:14:53.682886" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-09T03:14:53.682977" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 155437.16/161615.99/159190.87/53090.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-09T03:14:53.682657" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:14:53.683430" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 155437.16/161615.99/159190.87/53090.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:14:53.683168" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.685892" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.683600" elapsed="0.002348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.688327" level="INFO">155437.16/161615.99/159190.87/53090.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.686131" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:14:53.690750" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:14:53.688526" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:14:53.693227" level="INFO">@{result_value_list} = [ 155437.16 | 161615.99 | 159190.87 | 53090.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:14:53.690996" elapsed="0.002259"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.693748" level="INFO">Length is 4.</msg>
<msg time="2026-04-09T03:14:53.693836" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T03:14:53.693412" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.698719" level="INFO">min :: 155437.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.694290" elapsed="0.004493"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-09T03:14:53.694158" elapsed="0.004662"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.703568" level="INFO">max :: 161615.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.699048" elapsed="0.004577"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-09T03:14:53.698918" elapsed="0.004922"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.708448" level="INFO">avg :: 159190.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.704074" elapsed="0.004430"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-09T03:14:53.703931" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.713185" level="INFO">stdev :: 53090.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.708790" elapsed="0.004452"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-09T03:14:53.708626" elapsed="0.004650"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-09T03:14:53.693934" elapsed="0.019374"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.717552" level="INFO">${min} = 155437.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:14:53.713466" elapsed="0.004114"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.721473" level="INFO">${max} = 161615.99</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:14:53.717735" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.725353" level="INFO">${average} = 159190.87</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:14:53.721650" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.729249" level="INFO">${stdev} = 53090.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:14:53.725529" elapsed="0.003747"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.729786" level="INFO">${date} = 2026-04-09 03:14:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-09T03:14:53.729432" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.730384" level="INFO">CBench Result: 2026-04-09 03:14:53,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,155437.16,161615.99,159190.87,53090.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.729956" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T03:14:53.731551" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T03:14:53.731104" elapsed="0.000514"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T03:14:53.731768" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-09T03:14:53.730602" elapsed="0.001713"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-09T03:04:47.047189" elapsed="606.685186"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.732892" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-09T03:14:53.732526" elapsed="0.000424"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-09T03:14:53.733480" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-04-09T03:14:53.733178" elapsed="0.000637"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-09T03:04:47.045677" elapsed="606.688177"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.735304" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.734902" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.736580" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T03:14:53.736253" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-09T03:14:53.737003" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-09T03:14:53.736778" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-09T03:14:53.739965" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-09T03:14:53.739718" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-09T03:14:53.739699" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-09T03:14:53.740407" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-09T03:14:53.740528" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-09T03:14:53.740196" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.741144" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:14:53.740703" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T03:14:53.741755" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T03:14:53.741341" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T03:14:53.742869" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T03:14:53.742963" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T03:14:53.742381" elapsed="0.000606"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:14:53.743147" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T03:14:53.744362" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-04-09T03:14:54.334339" 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 Apr  9 03:14:53 UTC 2026

  System load:  0.4                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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 Apr  9 03:04:47 2026 from 10.30.171.0
[?2004h[jenkins@releng-63164-172-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T03:14:53.743972" elapsed="0.590574"/>
</kw>
<msg time="2026-04-09T03:14:54.334633" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:14:53.743627" elapsed="0.591091"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T03:14:53.741984" elapsed="0.592846"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-09T03:14:54.335384" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-09T03:25:00.396715" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-09T03:25:00.397454" level="INFO">${stdout} = </msg>
<msg time="2026-04-09T03:25:00.397581" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-09T03:14:54.335048" elapsed="606.062609"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T03:25:00.398240" elapsed="0.000785"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.400366" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:59.466 16  switches: flows:  109133 111781 109012 108054 109856 109374 110839 109415 108043 109576 108320 107928 106809 106299 107764 107682  total = 28.998083 per ms 
03:16:59.568 16  switches: flows:  121995 121788 120670 120503 123283 120272 123557 121335 121057 121589 117633 121839 117105 117195 118014 119656  total = 32.070998 per ms 
03:17:59.668 16  switches: flows:  125371 125249 124684 124016 126557 125345 126751 123860 121661 122620 120334 122785 119401 120186 119895 121523  total = 32.782587 per ms 
03:18:59.769 16  switches: flows:  126621 128415 127302 126821 127390 127942 128542 125606 125111 124433 121817 124699 121402 120212 121072 123988  total = 33.300590 per ms 
03:19:59.870 16  switches: flows:  127229 127451 128021 126469 127202 127008 129296 126645 123242 124977 120935 125044 120288 119941 121288 124671  total = 33.272920 per ms 
03:20:59.971 16  switches: flows:  127744 128807 128210 129019 128005 129593 130385 127909 124365 125510 122239 126431 121318 122472 121822 125469  total = 33.598869 per ms 
03:22:00.072 16  switches: flows:  126424 126978 128466 126956 127718 128548 131015 124575 123314 125035 122011 124112 120734 121919 121240 122496  total = 33.303300 per ms 
03:23:00.173 16  switches: flows:  126539 126466 125696 125292 127092 125597 129042 125794 122480 123955 120131 122201 120827 120075 121772 124399  total = 33.067368 per ms 
03:24:00.275 16  switches: flows:  127721 128641 132086 128418 127981 129119 130046 129439 124149 124516 125876 125028 122873 122247 122081 125338  total = 33.702816 per ms 
03:25:00.377 16  switches: flows:  129452 127646 128965 127819 128196 127970 128921 127882 123868 126633 123996 124177 122403 121066 121270 123716  total = 33.509535 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32071.00/33702.82/33178.78/11069.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.399463" elapsed="0.001230"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-09T03:25:00.401308" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-04-09T03:25:00.400898" elapsed="0.000605"/>
</branch>
<status status="PASS" start="2026-04-09T03:25:00.400846" elapsed="0.000731"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-09T03:25:00.401813" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-04-09T03:25:00.401715" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-04-09T03:25:00.401677" elapsed="0.000286"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-09T03:25:00.402051" elapsed="0.000076"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T03:25:00.407155" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T03:25:00.407897" elapsed="0.000281"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T03:25:00.408386" elapsed="0.000183"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-09T03:25:00.402886" elapsed="0.005775"/>
</kw>
<msg time="2026-04-09T03:25:00.408863" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-09T03:14:53.737426" elapsed="606.671486"/>
</kw>
<status status="PASS" start="2026-04-09T03:14:53.737103" elapsed="606.671888"/>
</branch>
<status status="PASS" start="2026-04-09T03:14:53.736755" elapsed="606.672271"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.409757" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:59.466 16  switches: flows:  109133 111781 109012 108054 109856 109374 110839 109415 108043 109576 108320 107928 106809 106299 107764 107682  total = 28.998083 per ms 
03:16:59.568 16  switches: flows:  121995 121788 120670 120503 123283 120272 123557 121335 121057 121589 117633 121839 117105 117195 118014 119656  total = 32.070998 per ms 
03:17:59.668 16  switches: flows:  125371 125249 124684 124016 126557 125345 126751 123860 121661 122620 120334 122785 119401 120186 119895 121523  total = 32.782587 per ms 
03:18:59.769 16  switches: flows:  126621 128415 127302 126821 127390 127942 128542 125606 125111 124433 121817 124699 121402 120212 121072 123988  total = 33.300590 per ms 
03:19:59.870 16  switches: flows:  127229 127451 128021 126469 127202 127008 129296 126645 123242 124977 120935 125044 120288 119941 121288 124671  total = 33.272920 per ms 
03:20:59.971 16  switches: flows:  127744 128807 128210 129019 128005 129593 130385 127909 124365 125510 122239 126431 121318 122472 121822 125469  total = 33.598869 per ms 
03:22:00.072 16  switches: flows:  126424 126978 128466 126956 127718 128548 131015 124575 123314 125035 122011 124112 120734 121919 121240 122496  total = 33.303300 per ms 
03:23:00.173 16  switches: flows:  126539 126466 125696 125292 127092 125597 129042 125794 122480 123955 120131 122201 120827 120075 121772 124399  total = 33.067368 per ms 
03:24:00.275 16  switches: flows:  127721 128641 132086 128418 127981 129119 130046 129439 124149 124516 125876 125028 122873 122247 122081 125338  total = 33.702816 per ms 
03:25:00.377 16  switches: flows:  129452 127646 128965 127819 128196 127970 128921 127882 123868 126633 123996 124177 122403 121066 121270 123716  total = 33.509535 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32071.00/33702.82/33178.78/11069.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.409287" elapsed="0.000578"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T03:25:00.410112" elapsed="0.000605"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-09T03:25:00.411355" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-09T03:25:00.411506" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32071.00/33702.82/33178.78/11069.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-09T03:25:00.410981" elapsed="0.000562"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:25:00.412256" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32071.00/33702.82/33178.78/11069.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:25:00.411795" elapsed="0.000511"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.415880" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.412526" elapsed="0.003443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.418950" level="INFO">32071.00/33702.82/33178.78/11069.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.416292" elapsed="0.002716"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:25:00.421608" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:25:00.419185" elapsed="0.002451"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T03:25:00.424267" level="INFO">@{result_value_list} = [ 32071.00 | 33702.82 | 33178.78 | 11069.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T03:25:00.421864" elapsed="0.002432"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.424775" level="INFO">Length is 4.</msg>
<msg time="2026-04-09T03:25:00.424864" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T03:25:00.424453" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.429768" level="INFO">min :: 32071.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.425341" elapsed="0.004484"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-09T03:25:00.425204" elapsed="0.004656"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.434470" level="INFO">max :: 33702.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.430096" elapsed="0.004437"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-09T03:25:00.429950" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.439373" level="INFO">avg :: 33178.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.434785" elapsed="0.004650"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-09T03:25:00.434660" elapsed="0.004811"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.444132" level="INFO">stdev :: 11069.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.439691" elapsed="0.004506"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-09T03:25:00.439557" elapsed="0.004678"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-09T03:25:00.424977" elapsed="0.019291"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.448510" level="INFO">${min} = 32071.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:25:00.444437" elapsed="0.004102"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.452546" level="INFO">${max} = 33702.82</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:25:00.448701" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.456580" level="INFO">${average} = 33178.78</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:25:00.452727" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.460574" level="INFO">${stdev} = 11069.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T03:25:00.456774" elapsed="0.003827"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.461143" level="INFO">${date} = 2026-04-09 03:25:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-09T03:25:00.460774" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.461741" level="INFO">CBench Result: 2026-04-09 03:25:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32071.00,33702.82,33178.78,11069.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T03:25:00.461317" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T03:25:00.462977" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T03:25:00.462485" elapsed="0.000562"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T03:25:00.463238" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-09T03:25:00.461959" elapsed="0.001834"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-09T03:14:53.735689" elapsed="606.728165"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.464402" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-09T03:25:00.464002" elapsed="0.000460"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-09T03:25:00.465737" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-09T03:25:00.465223" elapsed="0.000542"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-09T03:25:00.466001" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-04-09T03:25:00.465846" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-04-09T03:25:00.465825" elapsed="0.000288"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.466260" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.466425" elapsed="0.000028"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.466613" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.466818" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.466969" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.467132" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.467294" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-09T03:25:00.467529" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-09T03:25:00.467381" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-04-09T03:25:00.467362" elapsed="0.000252"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-09T03:25:00.464854" elapsed="0.002812"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-09T03:14:53.734350" elapsed="606.733362"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-09T02:54:37.729410" elapsed="1822.739136"/>
</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>
