<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-01T00:47:58.836079" 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-08-01T00:47:59.405445" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-01T00:47:59.405292" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-08-01T00:47:59.405262" elapsed="0.000283"/>
</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-08-01T00:47:59.405690" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-01T00:47:59.406696" level="INFO">Logging into '10.30.171.245:8101' as 'karaf'.</msg>
<msg time="2026-08-01T00:48:00.340927" 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-08-01T00:47:59.406399" elapsed="0.934768"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-01T00:48:00.390264" 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-08-01T00:48:00.341474" elapsed="0.048883"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-01T00:48:00.392167" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-01T00:48:00.392280" 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-08-01T00:48:00.390596" elapsed="0.001719"/>
</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-08-01T00:48:00.392474" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T00:48:00.392904" elapsed="0.000252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:48:00.393663" 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-08-01T00:48:00.393320" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T00:48:00.393778" elapsed="0.000053"/>
</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.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-01T00:47:59.404897" elapsed="0.989059"/>
</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-08-01T00:47:59.401277" elapsed="0.992756"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T00:48:00.394655" 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-08-01T00:48:00.394255" elapsed="0.000459"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T00:48:00.395148" 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-08-01T00:48:00.394874" elapsed="0.000345"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-01T00:48:00.395813" 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-08-01T00:48:00.395409" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T00:48:00.396386" 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-08-01T00:48:00.396017" elapsed="0.000413"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-01T00:48:00.397019" 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-08-01T00:48:00.396583" elapsed="0.000464"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T00:48:00.397559" 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-08-01T00:48:00.397233" elapsed="0.000371"/>
</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-08-01T00:48:00.397940" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-01T00:48:00.397705" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T00:48:00.402639" 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-08-01T00:48:00.402222" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T00:48:00.403721" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T00:48:00.403807" 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-08-01T00:48:00.403254" elapsed="0.000578"/>
</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-08-01T00:48:00.403979" elapsed="0.000380"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T00:48:00.405421" level="INFO">Logging into '10.30.170.82:22' as 'jenkins'.</msg>
<msg time="2026-08-01T00:48:01.257684" 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 Sat Aug  1 00:48:00 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.82
  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-357-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-08-01T00:48:00.404899" elapsed="0.852957"/>
</kw>
<msg time="2026-08-01T00:48:01.257953" 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-08-01T00:48:00.404516" elapsed="0.853539"/>
</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-08-01T00:48:00.402877" elapsed="0.855326"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.267598" 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-08-01T00:48:01.258415" elapsed="0.011196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T00:48:01.270027" elapsed="0.000646"/>
</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-08-01T00:48:00.401665" elapsed="0.869159"/>
</kw>
<status status="PASS" start="2026-08-01T00:48:00.398330" elapsed="0.872583"/>
</branch>
<status status="PASS" start="2026-08-01T00:48:00.397672" elapsed="0.873309"/>
</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-08-01T00:48:01.271369" elapsed="0.001095"/>
</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-08-01T00:48:01.279641" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-01T00:48:01.279516" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-08-01T00:48:01.279491" elapsed="0.000227"/>
</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-08-01T00:48:01.283340" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-01T00:48:01.283225" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-08-01T00:48:01.283205" elapsed="0.000205"/>
</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-08-01T00:48:01.283547" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.284419" level="INFO">Logging into '10.30.171.245:8101' as 'karaf'.</msg>
<msg time="2026-08-01T00:48:01.485888" 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-08-01T00:48:01.284152" elapsed="0.201887"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.581987" 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-08-01T00:48:01.486302" elapsed="0.095808"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.588875" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-08-01T00:48:01.589076" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-08-01T00:48:01.582325" elapsed="0.006798"/>
</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-08-01T00:48:01.589271" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T00:48:01.589661" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:48:01.590374" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-08-01T00:48:01.590023" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T00:48:01.590483" elapsed="0.000054"/>
</return>
<msg time="2026-08-01T00:48:01.590693" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-01T00:48:01.282851" elapsed="0.307874"/>
</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-08-01T00:48:01.590874" elapsed="0.000526"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T00:48:01.591478" elapsed="0.000034"/>
</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-08-01T00:48:01.279199" elapsed="0.312417"/>
</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-08-01T00:48:01.595429" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-01T00:48:01.595285" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-01T00:48:01.595261" elapsed="0.000240"/>
</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-08-01T00:48:01.595634" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.596682" level="INFO">Logging into '10.30.171.245:8101' as 'karaf'.</msg>
<msg time="2026-08-01T00:48:01.825217" 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-08-01T00:48:01.596255" elapsed="0.229121"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.855364" 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-08-01T00:48:01.825631" elapsed="0.029892"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.857688" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-01T00:48:01.857806" 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-08-01T00:48:01.855823" elapsed="0.002013"/>
</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-08-01T00:48:01.857981" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T00:48:01.858390" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:48:01.859043" 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-08-01T00:48:01.858726" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T00:48:01.859170" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-01T00:48:01.594934" elapsed="0.264402"/>
</kw>
<status status="PASS" start="2026-08-01T00:47:59.399209" elapsed="2.460190"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:48:01.861573" 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-08-01T00:48:01.860362" elapsed="0.001280"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T00:48:01.863266" 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-08-01T00:48:01.862882" elapsed="0.000429"/>
</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-08-01T00:48:01.863705" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-08-01T00:48:01.863395" elapsed="0.000388"/>
</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-08-01T00:48:01.867247" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-01T00:48:01.866932" elapsed="0.000394"/>
</branch>
<status status="PASS" start="2026-08-01T00:48:01.866911" elapsed="0.000443"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.867757" 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-08-01T00:48:01.867891" 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-08-01T00:48:01.867499" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:48:01.868589" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.82" 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-08-01T00:48:01.868057" elapsed="0.000632"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.869413" 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-08-01T00:48:01.868874" elapsed="0.000567"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T00:48:01.870406" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T00:48:01.870498" 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-08-01T00:48:01.870048" elapsed="0.000474"/>
</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-08-01T00:48:01.870672" elapsed="0.000395"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T00:48:01.871971" level="INFO">Logging into '10.30.170.82:22' as 'jenkins'.</msg>
<msg time="2026-08-01T00:48:02.254681" 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 Sat Aug  1 00:48:00 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.82
  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: Sat Aug  1 00:48:01 2026 from 10.30.170.53
[?2004h[jenkins@releng-63164-357-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-08-01T00:48:01.871609" elapsed="0.383261"/>
</kw>
<msg time="2026-08-01T00:48:02.254962" 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-08-01T00:48:01.871246" elapsed="0.383800"/>
</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-08-01T00:48:01.869654" elapsed="0.385539"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-01T00:48:02.255744" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-01T00:58:08.372912" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-01T00:58:08.373343" level="INFO">${stdout} = </msg>
<msg time="2026-08-01T00:58:08.373413" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-08-01T00:48:02.255409" elapsed="606.118043"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T00:58:08.373909" elapsed="0.000536"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.375249" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:07.463 16  switches: flows:  131624 128976 127313 125384 125967 123162 128564 127714 123056 124729 123844 116697 123337 120664 122336 119919  total = 33.221433 per ms 
00:50:07.564 16  switches: flows:  144486 138082 140970 140935 137957 137061 138982 140897 131413 134037 136403 131566 135321 131919 132595 130975  total = 36.332676 per ms 
00:51:07.667 16  switches: flows:  134032 130617 131273 131182 131740 130065 128317 130001 122694 126997 127341 122666 130048 121607 125060 123493  total = 34.062009 per ms 
00:52:07.768 16  switches: flows:  140369 137208 136698 137126 134554 137397 135572 136074 127845 131802 132042 128041 130906 128157 131972 127396  total = 35.493326 per ms 
00:53:07.869 16  switches: flows:  142312 143000 139881 141455 138635 139588 138346 143367 131838 136304 135838 132005 135477 130569 134601 133877  total = 36.557178 per ms 
00:54:07.970 16  switches: flows:  142787 141998 143314 142034 138291 140417 139370 141079 132980 134722 136119 132558 133034 132002 135244 132617  total = 36.581687 per ms 
00:55:08.071 16  switches: flows:  144011 143941 141997 142102 138929 139092 139231 139825 133041 135732 135232 132709 135203 131878 135182 132573  total = 36.616736 per ms 
00:56:08.173 16  switches: flows:  142270 144351 140670 142123 139004 141979 138352 140038 132240 134417 133965 133131 134696 132565 133415 131238  total = 36.513169 per ms 
00:57:08.274 16  switches: flows:  143684 140674 139153 138703 138016 140094 136601 139210 131784 129574 134310 131107 132385 130927 132651 132490  total = 36.128993 per ms 
00:58:08.376 16  switches: flows:  141522 141779 138253 141771 138098 140057 136860 139413 131055 130720 134190 132278 133816 130723 132197 131584  total = 36.177523 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34062.01/36616.74/36051.48/12042.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T00:58:08.374708" elapsed="0.000749"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-01T00:58:08.375809" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-08-01T00:58:08.375587" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-08-01T00:58:08.375547" elapsed="0.000471"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-01T00:58:08.376190" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-01T00:58:08.376133" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-08-01T00:58:08.376087" elapsed="0.000195"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-01T00:58:08.376332" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T00:58:08.380143" elapsed="0.000491"/>
</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-08-01T00:58:08.380847" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T00:58:08.381294" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-01T00:58:08.376817" elapsed="0.004725"/>
</kw>
<msg time="2026-08-01T00:58:08.381727" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-08-01T00:48:01.864210" elapsed="606.517556"/>
</kw>
<status status="PASS" start="2026-08-01T00:48:01.863822" elapsed="606.518014"/>
</branch>
<status status="PASS" start="2026-08-01T00:48:01.863371" elapsed="606.518500"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.382519" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:07.463 16  switches: flows:  131624 128976 127313 125384 125967 123162 128564 127714 123056 124729 123844 116697 123337 120664 122336 119919  total = 33.221433 per ms 
00:50:07.564 16  switches: flows:  144486 138082 140970 140935 137957 137061 138982 140897 131413 134037 136403 131566 135321 131919 132595 130975  total = 36.332676 per ms 
00:51:07.667 16  switches: flows:  134032 130617 131273 131182 131740 130065 128317 130001 122694 126997 127341 122666 130048 121607 125060 123493  total = 34.062009 per ms 
00:52:07.768 16  switches: flows:  140369 137208 136698 137126 134554 137397 135572 136074 127845 131802 132042 128041 130906 128157 131972 127396  total = 35.493326 per ms 
00:53:07.869 16  switches: flows:  142312 143000 139881 141455 138635 139588 138346 143367 131838 136304 135838 132005 135477 130569 134601 133877  total = 36.557178 per ms 
00:54:07.970 16  switches: flows:  142787 141998 143314 142034 138291 140417 139370 141079 132980 134722 136119 132558 133034 132002 135244 132617  total = 36.581687 per ms 
00:55:08.071 16  switches: flows:  144011 143941 141997 142102 138929 139092 139231 139825 133041 135732 135232 132709 135203 131878 135182 132573  total = 36.616736 per ms 
00:56:08.173 16  switches: flows:  142270 144351 140670 142123 139004 141979 138352 140038 132240 134417 133965 133131 134696 132565 133415 131238  total = 36.513169 per ms 
00:57:08.274 16  switches: flows:  143684 140674 139153 138703 138016 140094 136601 139210 131784 129574 134310 131107 132385 130927 132651 132490  total = 36.128993 per ms 
00:58:08.376 16  switches: flows:  141522 141779 138253 141771 138098 140057 136860 139413 131055 130720 134190 132278 133816 130723 132197 131584  total = 36.177523 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34062.01/36616.74/36051.48/12042.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T00:58:08.382071" elapsed="0.000554"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-01T00:58:08.382891" elapsed="0.000575"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-01T00:58:08.384135" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-01T00:58:08.384329" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34062.01/36616.74/36051.48/12042.28 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-08-01T00:58:08.383697" elapsed="0.000681"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T00:58:08.384993" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34062.01/36616.74/36051.48/12042.28 | 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-08-01T00:58:08.384608" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.388514" 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-08-01T00:58:08.385264" elapsed="0.003332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.391389" level="INFO">34062.01/36616.74/36051.48/12042.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T00:58:08.388811" elapsed="0.002636"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T00:58:08.393994" 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-08-01T00:58:08.391624" elapsed="0.002398"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T00:58:08.396475" level="INFO">@{result_value_list} = [ 34062.01 | 36616.74 | 36051.48 | 12042.28 ]</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-08-01T00:58:08.394237" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.397158" level="INFO">Length is 4.</msg>
<msg time="2026-08-01T00:58:08.397249" 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-08-01T00:58:08.396662" elapsed="0.000612"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.402121" level="INFO">min :: 34062.01</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-08-01T00:58:08.397740" elapsed="0.004441"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-01T00:58:08.397597" elapsed="0.004620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.406779" level="INFO">max :: 36616.74</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-08-01T00:58:08.402440" elapsed="0.004397"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-01T00:58:08.402310" elapsed="0.004562"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.411617" level="INFO">avg :: 36051.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T00:58:08.407106" elapsed="0.004570"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-01T00:58:08.406963" elapsed="0.004748"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.416378" level="INFO">stdev :: 12042.28</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-08-01T00:58:08.411940" elapsed="0.004496"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-01T00:58:08.411810" elapsed="0.004662"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-01T00:58:08.397345" elapsed="0.019161"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.420687" level="INFO">${min} = 34062.01</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-08-01T00:58:08.416668" elapsed="0.004047"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.425298" level="INFO">${max} = 36616.74</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-08-01T00:58:08.420878" elapsed="0.004452"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.429403" level="INFO">${average} = 36051.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T00:58:08.425533" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.433464" level="INFO">${stdev} = 12042.28</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-08-01T00:58:08.429629" elapsed="0.003865"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.434065" level="INFO">${date} = 2026-08-01 00:58:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-01T00:58:08.433683" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.434685" level="INFO">CBench Result: 2026-08-01 00:58:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34062.01,36616.74,36051.48,12042.28</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-08-01T00:58:08.434262" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T00:58:08.435863" 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-08-01T00:58:08.435428" elapsed="0.000517"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-01T00:58:08.436120" 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-08-01T00:58:08.434915" elapsed="0.001760"/>
</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-08-01T00:48:01.862064" elapsed="606.574675"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.437249" 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-08-01T00:58:08.436898" elapsed="0.000409"/>
</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-08-01T00:58:08.437850" elapsed="0.000296"/>
</kw>
<status status="PASS" start="2026-08-01T00:58:08.437544" elapsed="0.000676"/>
</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-08-01T00:48:01.859578" elapsed="606.578680"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.439591" 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-08-01T00:58:08.439195" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.440924" 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-08-01T00:58:08.440589" elapsed="0.000378"/>
</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-08-01T00:58:08.441352" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-01T00:58:08.441117" elapsed="0.000307"/>
</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-08-01T00:58:08.444364" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-01T00:58:08.444110" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-01T00:58:08.444076" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-01T00:58:08.444809" 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-08-01T00:58:08.444930" 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-08-01T00:58:08.444588" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.445624" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.245 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.82" 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-08-01T00:58:08.445108" elapsed="0.000577"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T00:58:08.446252" 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-08-01T00:58:08.445830" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T00:58:08.447189" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T00:58:08.447277" 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-08-01T00:58:08.446854" elapsed="0.000447"/>
</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-08-01T00:58:08.447442" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T00:58:08.448645" level="INFO">Logging into '10.30.170.82:22' as 'jenkins'.</msg>
<msg time="2026-08-01T00:58:09.034950" 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 Sat Aug  1 00:58:08 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.82
  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: Sat Aug  1 00:48:02 2026 from 10.30.170.53
[?2004h[jenkins@releng-63164-357-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-08-01T00:58:08.448292" elapsed="0.586893"/>
</kw>
<msg time="2026-08-01T00:58:09.035281" 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-08-01T00:58:08.447929" elapsed="0.587450"/>
</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-08-01T00:58:08.446481" elapsed="0.589028"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-01T00:58:09.036088" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.245 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-01T01:08:15.076192" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-01T01:08:15.076839" level="INFO">${stdout} = </msg>
<msg time="2026-08-01T01:08:15.076949" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245: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-08-01T00:58:09.035751" elapsed="606.041256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T01:08:15.077534" elapsed="0.001011"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.080375" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:14.168 16  switches: flows:  661173 666227 671345 669023 673817 649738 654198 673697 640175 665673 657070 656797 663100 649526 660386 656655  total = 176.143333 per ms 
01:00:14.270 16  switches: flows:  701262 704818 701344 709622 701845 710193 700500 699997 695564 704214 705239 716350 701490 705218 705846 690784  total = 187.255726 per ms 
01:01:14.372 16  switches: flows:  696580 697779 697658 711214 710845 698365 702929 702959 690854 703043 706624 703030 710952 709079 698460 701591  total = 187.046489 per ms 
01:02:14.480 16  switches: flows:  706789 699899 695463 700155 700964 706050 698443 704578 703016 702096 705918 698642 693429 708147 695852 705464  total = 186.745863 per ms 
01:03:14.582 16  switches: flows:  694586 700601 693680 693292 698867 691042 705026 699565 701606 692883 697291 694667 690276 691964 696192 694442  total = 185.287994 per ms 
01:04:14.683 16  switches: flows:  700988 699134 700337 699303 701111 699268 701127 691323 700138 698561 699305 699811 698142 713050 702965 683341  total = 186.151947 per ms 
01:05:14.783 16  switches: flows:  685116 696088 706503 693915 701754 697981 690484 688727 690794 693969 702215 681900 695202 696698 688280 692292  total = 184.721345 per ms 
01:06:14.885 16  switches: flows:  706406 703775 710290 707586 698669 701408 691157 695569 701581 698940 699284 700975 692649 699792 688992 701966  total = 186.335615 per ms 
01:07:14.987 16  switches: flows:  687544 694736 698572 700303 694553 696191 688560 700823 692755 692075 697292 689961 696093 697180 697217 696806  total = 185.034005 per ms 
01:08:15.087 16  switches: flows:  693160 695367 705469 696095 704365 695350 699655 700270 703396 694219 696530 690574 700914 696594 697190 692696  total = 185.720178 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 184721.35/187255.73/186033.24/62016.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:08:15.078942" elapsed="0.001763"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-01T01:08:15.081241" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-08-01T01:08:15.080899" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-08-01T01:08:15.080837" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-01T01:08:15.081683" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-01T01:08:15.081601" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-08-01T01:08:15.081566" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-01T01:08:15.081891" elapsed="0.000029"/>
</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-08-01T01:08:15.087967" elapsed="0.000708"/>
</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-08-01T01:08:15.088834" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T01:08:15.089167" elapsed="0.000114"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-01T01:08:15.082619" elapsed="0.006720"/>
</kw>
<msg time="2026-08-01T01:08:15.089480" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245: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-08-01T00:58:08.441773" elapsed="606.647736"/>
</kw>
<status status="PASS" start="2026-08-01T00:58:08.441453" elapsed="606.648107"/>
</branch>
<status status="PASS" start="2026-08-01T00:58:08.441073" elapsed="606.648512"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.090055" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:14.168 16  switches: flows:  661173 666227 671345 669023 673817 649738 654198 673697 640175 665673 657070 656797 663100 649526 660386 656655  total = 176.143333 per ms 
01:00:14.270 16  switches: flows:  701262 704818 701344 709622 701845 710193 700500 699997 695564 704214 705239 716350 701490 705218 705846 690784  total = 187.255726 per ms 
01:01:14.372 16  switches: flows:  696580 697779 697658 711214 710845 698365 702929 702959 690854 703043 706624 703030 710952 709079 698460 701591  total = 187.046489 per ms 
01:02:14.480 16  switches: flows:  706789 699899 695463 700155 700964 706050 698443 704578 703016 702096 705918 698642 693429 708147 695852 705464  total = 186.745863 per ms 
01:03:14.582 16  switches: flows:  694586 700601 693680 693292 698867 691042 705026 699565 701606 692883 697291 694667 690276 691964 696192 694442  total = 185.287994 per ms 
01:04:14.683 16  switches: flows:  700988 699134 700337 699303 701111 699268 701127 691323 700138 698561 699305 699811 698142 713050 702965 683341  total = 186.151947 per ms 
01:05:14.783 16  switches: flows:  685116 696088 706503 693915 701754 697981 690484 688727 690794 693969 702215 681900 695202 696698 688280 692292  total = 184.721345 per ms 
01:06:14.885 16  switches: flows:  706406 703775 710290 707586 698669 701408 691157 695569 701581 698940 699284 700975 692649 699792 688992 701966  total = 186.335615 per ms 
01:07:14.987 16  switches: flows:  687544 694736 698572 700303 694553 696191 688560 700823 692755 692075 697292 689961 696093 697180 697217 696806  total = 185.034005 per ms 
01:08:15.087 16  switches: flows:  693160 695367 705469 696095 704365 695350 699655 700270 703396 694219 696530 690574 700914 696594 697190 692696  total = 185.720178 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 184721.35/187255.73/186033.24/62016.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:08:15.089745" elapsed="0.000403"/>
</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-08-01T01:08:15.090299" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-01T01:08:15.091067" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-01T01:08:15.091176" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 184721.35/187255.73/186033.24/62016.91 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-08-01T01:08:15.090842" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T01:08:15.091612" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 184721.35/187255.73/186033.24/62016.91 | 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-08-01T01:08:15.091355" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.094125" 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-08-01T01:08:15.091783" elapsed="0.002402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.096581" level="INFO">184721.35/187255.73/186033.24/62016.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:08:15.094335" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T01:08:15.099001" 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-08-01T01:08:15.096790" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T01:08:15.101546" level="INFO">@{result_value_list} = [ 184721.35 | 187255.73 | 186033.24 | 62016.91 ]</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-08-01T01:08:15.099273" elapsed="0.002300"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.102064" level="INFO">Length is 4.</msg>
<msg time="2026-08-01T01:08:15.102171" 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-08-01T01:08:15.101746" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.107194" level="INFO">min :: 184721.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:08:15.102608" elapsed="0.004644"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-01T01:08:15.102468" elapsed="0.004819"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.111867" level="INFO">max :: 187255.73</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-08-01T01:08:15.107511" elapsed="0.004416"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-01T01:08:15.107380" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.116576" level="INFO">avg :: 186033.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:08:15.112204" elapsed="0.004429"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-01T01:08:15.112057" elapsed="0.004611"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.121287" level="INFO">stdev :: 62016.91</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-08-01T01:08:15.116888" elapsed="0.004457"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-01T01:08:15.116756" elapsed="0.004624"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-01T01:08:15.102266" elapsed="0.019146"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.125335" level="INFO">${min} = 184721.35</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-08-01T01:08:15.121580" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.129340" level="INFO">${max} = 187255.73</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-08-01T01:08:15.125519" elapsed="0.003848"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.133660" level="INFO">${average} = 186033.24</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-08-01T01:08:15.129524" elapsed="0.004164"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.137668" level="INFO">${stdev} = 62016.91</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-08-01T01:08:15.133847" elapsed="0.003849"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.138258" level="INFO">${date} = 2026-08-01 01:08:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-01T01:08:15.137862" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.138853" level="INFO">CBench Result: 2026-08-01 01:08:15,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,184721.35,187255.73,186033.24,62016.91</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-08-01T01:08:15.138435" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T01:08:15.140135" 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-08-01T01:08:15.139648" elapsed="0.000556"/>
</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-08-01T01:08:15.140357" 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-08-01T01:08:15.139086" elapsed="0.001825"/>
</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-08-01T00:58:08.439984" elapsed="606.700988"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.141468" 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-08-01T01:08:15.141140" elapsed="0.000385"/>
</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-08-01T01:08:15.142046" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-08-01T01:08:15.141739" elapsed="0.000674"/>
</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-08-01T00:58:08.438565" elapsed="606.703888"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.143856" 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-08-01T01:08:15.143425" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.145223" 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-08-01T01:08:15.144867" elapsed="0.000399"/>
</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-08-01T01:08:15.145644" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-01T01:08:15.145412" elapsed="0.000292"/>
</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-08-01T01:08:15.148850" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-01T01:08:15.148597" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-08-01T01:08:15.148578" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-01T01:08:15.149297" 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-08-01T01:08:15.149419" 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-08-01T01:08:15.149067" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.150018" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.82" 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-08-01T01:08:15.149586" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T01:08:15.150637" 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-08-01T01:08:15.150234" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T01:08:15.151608" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T01:08:15.151696" 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-08-01T01:08:15.151267" elapsed="0.000454"/>
</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-08-01T01:08:15.151884" elapsed="0.000396"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T01:08:15.153171" level="INFO">Logging into '10.30.170.82:22' as 'jenkins'.</msg>
<msg time="2026-08-01T01:08:15.797568" 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 Sat Aug  1 01:08:15 UTC 2026

  System load:  0.39               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.82
  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: Sat Aug  1 00:58:08 2026 from 10.30.170.53
[?2004h[jenkins@releng-63164-357-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-08-01T01:08:15.152793" elapsed="0.645010"/>
</kw>
<msg time="2026-08-01T01:08:15.797897" 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-08-01T01:08:15.152442" elapsed="0.645550"/>
</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-08-01T01:08:15.150870" elapsed="0.647275"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-01T01:08:15.798729" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-01T01:18:21.829641" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-01T01:18:21.834284" level="INFO">${stdout} = </msg>
<msg time="2026-08-01T01:18:21.834396" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-08-01T01:08:15.798390" elapsed="606.036047"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T01:18:21.835784" elapsed="0.000827"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.837537" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:20.942 16  switches: flows:  145004 147134 145321 144322 164541 140363 140398 143043 138847 132304 139184 137346 141372 140288 139549 136114  total = 37.918833 per ms 
01:10:21.043 16  switches: flows:  146129 150550 145245 148284 141842 142993 143112 143841 141037 135407 139014 137540 141438 140216 141164 135905  total = 37.832125 per ms 
01:11:21.143 16  switches: flows:  146520 151968 148321 148211 144094 142622 144865 146217 142058 137881 140619 137965 142431 140260 142718 138503  total = 38.190387 per ms 
01:12:21.243 16  switches: flows:  147457 152100 145379 148342 146989 142605 144158 145191 139313 139106 139361 137127 142225 139235 140907 136863  total = 38.042407 per ms 
01:13:21.344 16  switches: flows:  146151 148614 145354 148144 142018 142397 142512 143290 139849 134702 138356 136651 140326 138486 139726 135318  total = 37.635379 per ms 
01:14:21.444 16  switches: flows:  146636 148592 147572 145853 143328 142591 145880 144101 141327 136158 140736 136586 140177 139265 141101 137484  total = 37.893170 per ms 
01:15:21.544 16  switches: flows:  145507 148637 145028 147630 142470 142397 142416 146066 139027 137116 138702 137652 141001 139976 140150 137402  total = 37.789889 per ms 
01:16:21.644 16  switches: flows:  145653 146381 144648 147644 141103 141081 141465 144594 139819 134624 138069 136136 140302 138043 139761 135011  total = 37.509622 per ms 
01:17:21.744 16  switches: flows:  145264 146715 145278 146466 141649 142508 141166 144408 140002 134549 138914 135212 141194 139410 141721 134987  total = 37.594628 per ms 
01:18:21.845 16  switches: flows:  144783 147622 144344 146648 141908 141390 141576 146730 138827 134119 137605 136450 138955 138928 142131 136351  total = 37.576711 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37509.62/38190.39/37784.92/12596.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:18:21.836891" elapsed="0.000928"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-01T01:18:21.838679" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-08-01T01:18:21.838452" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-08-01T01:18:21.837912" elapsed="0.000926"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-01T01:18:21.838976" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-01T01:18:21.838922" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-08-01T01:18:21.838899" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-01T01:18:21.839126" elapsed="0.000020"/>
</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-08-01T01:18:21.843499" elapsed="0.001097"/>
</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-08-01T01:18:21.844825" elapsed="0.000266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T01:18:21.845372" elapsed="0.000204"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-01T01:18:21.839609" elapsed="0.006085"/>
</kw>
<msg time="2026-08-01T01:18:21.845971" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-08-01T01:08:15.146051" elapsed="606.699984"/>
</kw>
<status status="PASS" start="2026-08-01T01:08:15.145730" elapsed="606.700442"/>
</branch>
<status status="PASS" start="2026-08-01T01:08:15.145387" elapsed="606.700850"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.847347" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:20.942 16  switches: flows:  145004 147134 145321 144322 164541 140363 140398 143043 138847 132304 139184 137346 141372 140288 139549 136114  total = 37.918833 per ms 
01:10:21.043 16  switches: flows:  146129 150550 145245 148284 141842 142993 143112 143841 141037 135407 139014 137540 141438 140216 141164 135905  total = 37.832125 per ms 
01:11:21.143 16  switches: flows:  146520 151968 148321 148211 144094 142622 144865 146217 142058 137881 140619 137965 142431 140260 142718 138503  total = 38.190387 per ms 
01:12:21.243 16  switches: flows:  147457 152100 145379 148342 146989 142605 144158 145191 139313 139106 139361 137127 142225 139235 140907 136863  total = 38.042407 per ms 
01:13:21.344 16  switches: flows:  146151 148614 145354 148144 142018 142397 142512 143290 139849 134702 138356 136651 140326 138486 139726 135318  total = 37.635379 per ms 
01:14:21.444 16  switches: flows:  146636 148592 147572 145853 143328 142591 145880 144101 141327 136158 140736 136586 140177 139265 141101 137484  total = 37.893170 per ms 
01:15:21.544 16  switches: flows:  145507 148637 145028 147630 142470 142397 142416 146066 139027 137116 138702 137652 141001 139976 140150 137402  total = 37.789889 per ms 
01:16:21.644 16  switches: flows:  145653 146381 144648 147644 141103 141081 141465 144594 139819 134624 138069 136136 140302 138043 139761 135011  total = 37.509622 per ms 
01:17:21.744 16  switches: flows:  145264 146715 145278 146466 141649 142508 141166 144408 140002 134549 138914 135212 141194 139410 141721 134987  total = 37.594628 per ms 
01:18:21.845 16  switches: flows:  144783 147622 144344 146648 141908 141390 141576 146730 138827 134119 137605 136450 138955 138928 142131 136351  total = 37.576711 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37509.62/38190.39/37784.92/12596.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:18:21.846594" elapsed="0.000924"/>
</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-08-01T01:18:21.847825" elapsed="0.000782"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-01T01:18:21.849187" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-01T01:18:21.849322" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37509.62/38190.39/37784.92/12596.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-01T01:18:21.848838" elapsed="0.000522"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T01:18:21.849920" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37509.62/38190.39/37784.92/12596.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T01:18:21.849583" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.852551" 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-08-01T01:18:21.850122" elapsed="0.002487"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.872174" level="INFO">37509.62/38190.39/37784.92/12596.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:18:21.852760" elapsed="0.020072"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T01:18:21.878450" 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-08-01T01:18:21.874669" elapsed="0.003819"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T01:18:21.881679" level="INFO">@{result_value_list} = [ 37509.62 | 38190.39 | 37784.92 | 12596.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T01:18:21.879311" elapsed="0.002398"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.882360" level="INFO">Length is 4.</msg>
<msg time="2026-08-01T01:18:21.882458" 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-08-01T01:18:21.881878" elapsed="0.000604"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.887513" level="INFO">min :: 37509.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-08-01T01:18:21.882977" elapsed="0.004602"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-01T01:18:21.882815" elapsed="0.004801"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.892319" level="INFO">max :: 38190.39</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-08-01T01:18:21.887925" elapsed="0.004456"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-01T01:18:21.887779" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.896982" level="INFO">avg :: 37784.92</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-08-01T01:18:21.892638" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-01T01:18:21.892504" elapsed="0.004572"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.902739" level="INFO">stdev :: 12596.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-08-01T01:18:21.897311" elapsed="0.005512"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-01T01:18:21.897178" elapsed="0.005697"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-01T01:18:21.882572" elapsed="0.020346"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.907358" level="INFO">${min} = 37509.62</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-08-01T01:18:21.903177" elapsed="0.004210"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.911823" level="INFO">${max} = 38190.39</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-08-01T01:18:21.907586" elapsed="0.004266"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.915777" level="INFO">${average} = 37784.92</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-08-01T01:18:21.912011" elapsed="0.003793"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.919794" level="INFO">${stdev} = 12596.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T01:18:21.915960" elapsed="0.003863"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.920392" level="INFO">${date} = 2026-08-01 01:18:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-01T01:18:21.919993" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.920994" level="INFO">CBench Result: 2026-08-01 01:18:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37509.62,38190.39,37784.92,12596.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T01:18:21.920577" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T01:18:21.922865" 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-08-01T01:18:21.921766" elapsed="0.001176"/>
</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-08-01T01:18:21.923116" elapsed="0.000593"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-01T01:18:21.921251" elapsed="0.002530"/>
</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-08-01T01:08:15.144308" elapsed="606.779537"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.924419" 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-08-01T01:18:21.924008" elapsed="0.000483"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-01T01:18:21.925951" 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-08-01T01:18:21.925426" elapsed="0.000553"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-01T01:18:21.926260" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-08-01T01:18:21.926070" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-08-01T01:18:21.926045" elapsed="0.000318"/>
</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-08-01T01:18:21.926696" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-01T01:18:21.926854" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-01T01:18:21.927017" 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-08-01T01:18:21.927250" elapsed="0.000022"/>
</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-08-01T01:18:21.927433" elapsed="0.000028"/>
</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-08-01T01:18:21.927590" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-01T01:18:21.927740" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-01T01:18:21.927983" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-01T01:18:21.927831" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-08-01T01:18:21.927809" elapsed="0.000251"/>
</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-08-01T01:18:21.924996" elapsed="0.003134"/>
</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-08-01T01:08:15.142900" elapsed="606.785278"/>
</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-08-01T00:47:58.837882" elapsed="1823.090937"/>
</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>
