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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T03:05:33.609045" elapsed="0.684435"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T03:05:34.344473" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T03:05:34.293827" elapsed="0.050810"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T03:05:34.346735" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T03:05:34.346873" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T03:05:34.344944" elapsed="0.001961"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T03:05:34.347069" elapsed="0.000255"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:05:34.347482" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:05:34.348366" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:05:34.347956" elapsed="0.000487"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T03:05:34.348509" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T03:05:33.607408" elapsed="0.741302"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-18T03:05:33.603471" elapsed="0.745308"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T03:05:34.349443" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T03:05:34.348989" elapsed="0.000514"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T03:05:34.349944" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T03:05:34.349659" elapsed="0.000353"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T03:05:34.350617" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T03:05:34.350168" elapsed="0.000478"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T03:05:34.351185" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T03:05:34.350843" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T03:05:34.351765" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T03:05:34.351378" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T03:05:34.352335" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T03:05:34.351973" elapsed="0.000408"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-18T03:05:34.352748" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:05:34.352469" elapsed="0.000365"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:05:34.357202" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:05:34.356764" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:05:34.358299" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T03:05:34.358385" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:05:34.357798" elapsed="0.000613"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:05:34.358557" elapsed="0.000380"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T03:05:34.359963" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-04-18T03:05:35.045406" 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 Apr 18 03:05:34 UTC 2026

  System load:  0.02               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.102
  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-190-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T03:05:34.359445" elapsed="0.686118"/>
</kw>
<msg time="2026-04-18T03:05:35.045655" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:05:34.359093" elapsed="0.686654"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T03:05:34.357439" elapsed="0.688480"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.053883" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-18T03:05:35.046127" elapsed="0.009389"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:05:35.055955" elapsed="0.000587"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-18T03:05:34.356218" elapsed="0.700467"/>
</kw>
<status status="PASS" start="2026-04-18T03:05:34.352936" elapsed="0.703832"/>
</branch>
<status status="PASS" start="2026-04-18T03:05:34.352443" elapsed="0.704428"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T03:05:35.057214" elapsed="0.001085"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T03:05:35.065365" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-18T03:05:35.065241" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-18T03:05:35.065216" 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-04-18T03:05:35.069180" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-18T03:05:35.069061" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-18T03:05:35.069040" elapsed="0.000211"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:05:35.069390" elapsed="0.000512"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.070379" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-04-18T03:05:35.259338" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T03:05:35.070056" elapsed="0.189454"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.355365" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T03:05:35.259782" elapsed="0.095695"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.360637" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T03:05:35.360832" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T03:05:35.355684" elapsed="0.005182"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T03:05:35.361026" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:05:35.361387" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:05:35.362150" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:05:35.361801" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T03:05:35.362269" elapsed="0.000051"/>
</return>
<msg time="2026-04-18T03:05:35.362470" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T03:05:35.068669" elapsed="0.293833"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T03:05:35.362648" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T03:05:35.363257" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-18T03:05:35.064924" elapsed="0.298464"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T03:05:35.367090" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-18T03:05:35.366952" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-18T03:05:35.366928" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:05:35.367293" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.368176" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-04-18T03:05:35.621507" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T03:05:35.367911" elapsed="0.253831"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.663492" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T03:05:35.622062" elapsed="0.041581"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.665925" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T03:05:35.666059" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T03:05:35.663933" elapsed="0.002158"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T03:05:35.666239" elapsed="0.000321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:05:35.666715" elapsed="0.000255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:05:35.667499" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:05:35.667158" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T03:05:35.667611" elapsed="0.000058"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T03:05:35.366599" elapsed="0.301225"/>
</kw>
<status status="PASS" start="2026-04-18T03:05:33.601220" elapsed="2.066674"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:05:35.670624" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:05:35.668923" elapsed="0.001781"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T03:05:35.672341" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T03:05:35.671930" elapsed="0.000458"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T03:05:35.672814" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:05:35.672499" elapsed="0.000405"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T03:05:35.676043" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:05:35.675761" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-04-18T03:05:35.675738" elapsed="0.000392"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.676499" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T03:05:35.676265" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:05:35.677256" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.102" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:05:35.676814" elapsed="0.000507"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.678092" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:05:35.677500" elapsed="0.000621"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:05:35.679096" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T03:05:35.679192" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:05:35.678732" elapsed="0.000485"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:05:35.679365" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T03:05:35.680627" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-04-18T03:05:36.011950" 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 Apr 18 03:05:34 UTC 2026

  System load:  0.02               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.102
  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 Apr 18 03:05:34 2026 from 10.30.171.88
[?2004h[jenkins@releng-63164-190-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T03:05:35.680257" elapsed="0.331922"/>
</kw>
<msg time="2026-04-18T03:05:36.012272" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:05:35.679900" elapsed="0.332467"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T03:05:35.678341" elapsed="0.334156"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T03:05:36.013296" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T03:15:42.119805" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T03:15:42.121067" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T03:15:42.121187" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T03:05:36.012720" elapsed="606.108531"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:15:42.121842" elapsed="0.001172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.124253" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:41.215 16  switches: flows:  104482 103332 103798 100787 104538 103131 104407 104137 99663 100477 103780 101571 104592 102024 100037 101273  total = 27.367150 per ms 
03:07:41.316 16  switches: flows:  120264 118409 118090 117688 116211 117001 117211 117986 113690 113912 114055 116662 118703 115674 113631 115190  total = 31.020992 per ms 
03:08:41.417 16  switches: flows:  120906 121056 124094 118913 118010 120128 121859 119241 117064 117858 116967 120291 120201 117016 117052 118546  total = 31.766963 per ms 
03:09:41.517 16  switches: flows:  121934 121728 121945 118476 120593 120062 123901 120525 117582 116700 117479 121946 122091 117131 118386 116736  total = 31.900311 per ms 
03:10:41.617 16  switches: flows:  124326 124087 123462 121327 121286 122491 124420 121503 120075 120442 120840 123366 121996 119542 121247 120181  total = 32.455636 per ms 
03:11:41.718 16  switches: flows:  124775 124649 124559 123089 120207 124410 125076 121418 120720 119916 118535 124137 123643 120553 118790 122613  total = 32.563797 per ms 
03:12:41.818 16  switches: flows:  111851 114109 113511 112321 111913 112897 111564 110156 107492 108969 109154 111488 110697 107550 107725 110390  total = 29.480548 per ms 
03:13:41.918 16  switches: flows:  112893 113104 110589 112162 112821 112206 112517 109305 109758 108736 109359 111367 112426 107979 108791 108949  total = 29.500078 per ms 
03:14:42.018 16  switches: flows:  109757 108612 109559 107794 107352 108801 108069 107262 103855 104521 105866 107693 107783 107120 105616 108105  total = 28.581680 per ms 
03:15:42.119 16  switches: flows:  121051 117976 118229 118379 118599 118048 116726 117971 113507 118101 115983 118827 117927 116279 114577 115300  total = 31.239136 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28581.68/32563.80/30945.46/10403.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.123396" elapsed="0.001273"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T03:15:42.125387" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-04-18T03:15:42.124970" elapsed="0.000620"/>
</branch>
<status status="PASS" start="2026-04-18T03:15:42.124890" elapsed="0.000761"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T03:15:42.126006" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-18T03:15:42.125907" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-04-18T03:15:42.125854" elapsed="0.000310"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T03:15:42.126249" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:15:42.129918" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:15:42.130637" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:15:42.131077" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T03:15:42.126767" elapsed="0.004526"/>
</kw>
<msg time="2026-04-18T03:15:42.131442" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T03:05:35.673285" elapsed="606.458185"/>
</kw>
<status status="PASS" start="2026-04-18T03:05:35.672936" elapsed="606.458583"/>
</branch>
<status status="PASS" start="2026-04-18T03:05:35.672463" elapsed="606.459080"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.131998" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:41.215 16  switches: flows:  104482 103332 103798 100787 104538 103131 104407 104137 99663 100477 103780 101571 104592 102024 100037 101273  total = 27.367150 per ms 
03:07:41.316 16  switches: flows:  120264 118409 118090 117688 116211 117001 117211 117986 113690 113912 114055 116662 118703 115674 113631 115190  total = 31.020992 per ms 
03:08:41.417 16  switches: flows:  120906 121056 124094 118913 118010 120128 121859 119241 117064 117858 116967 120291 120201 117016 117052 118546  total = 31.766963 per ms 
03:09:41.517 16  switches: flows:  121934 121728 121945 118476 120593 120062 123901 120525 117582 116700 117479 121946 122091 117131 118386 116736  total = 31.900311 per ms 
03:10:41.617 16  switches: flows:  124326 124087 123462 121327 121286 122491 124420 121503 120075 120442 120840 123366 121996 119542 121247 120181  total = 32.455636 per ms 
03:11:41.718 16  switches: flows:  124775 124649 124559 123089 120207 124410 125076 121418 120720 119916 118535 124137 123643 120553 118790 122613  total = 32.563797 per ms 
03:12:41.818 16  switches: flows:  111851 114109 113511 112321 111913 112897 111564 110156 107492 108969 109154 111488 110697 107550 107725 110390  total = 29.480548 per ms 
03:13:41.918 16  switches: flows:  112893 113104 110589 112162 112821 112206 112517 109305 109758 108736 109359 111367 112426 107979 108791 108949  total = 29.500078 per ms 
03:14:42.018 16  switches: flows:  109757 108612 109559 107794 107352 108801 108069 107262 103855 104521 105866 107693 107783 107120 105616 108105  total = 28.581680 per ms 
03:15:42.119 16  switches: flows:  121051 117976 118229 118379 118599 118048 116726 117971 113507 118101 115983 118827 117927 116279 114577 115300  total = 31.239136 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28581.68/32563.80/30945.46/10403.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.131687" elapsed="0.000386"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T03:15:42.132221" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T03:15:42.133031" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T03:15:42.133124" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28581.68/32563.80/30945.46/10403.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T03:15:42.132794" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:15:42.133566" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28581.68/32563.80/30945.46/10403.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:15:42.133304" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.136040" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.133738" elapsed="0.002364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.138490" level="INFO">28581.68/32563.80/30945.46/10403.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.136252" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:15:42.140916" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:15:42.138699" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:15:42.143356" level="INFO">@{result_value_list} = [ 28581.68 | 32563.80 | 30945.46 | 10403.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:15:42.141137" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.143860" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T03:15:42.143955" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:15:42.143535" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.148677" level="INFO">min :: 28581.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.144381" elapsed="0.004354"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T03:15:42.144245" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.153628" level="INFO">max :: 32563.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.149039" elapsed="0.004647"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T03:15:42.148889" elapsed="0.004832"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.158618" level="INFO">avg :: 30945.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.153984" elapsed="0.004704"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T03:15:42.153842" elapsed="0.004884"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.163837" level="INFO">stdev :: 10403.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.159002" elapsed="0.004905"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T03:15:42.158852" elapsed="0.005097"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T03:15:42.144052" elapsed="0.019934"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.167989" level="INFO">${min} = 28581.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:15:42.164154" elapsed="0.003863"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.172327" level="INFO">${max} = 32563.80</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:15:42.168171" elapsed="0.004195"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.178316" level="INFO">${average} = 30945.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:15:42.172580" elapsed="0.005866"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.182605" level="INFO">${stdev} = 10403.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:15:42.178675" elapsed="0.003957"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.183182" level="INFO">${date} = 2026-04-18 03:15:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T03:15:42.182807" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.183786" level="INFO">CBench Result: 2026-04-18 03:15:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28581.68,32563.80,30945.46,10403.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.183357" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T03:15:42.184901" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T03:15:42.184475" elapsed="0.000495"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T03:15:42.185122" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T03:15:42.183993" elapsed="0.001661"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-18T03:05:35.671224" elapsed="606.514492"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.186208" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T03:15:42.185882" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-18T03:15:42.186813" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-18T03:15:42.186497" elapsed="0.000655"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T03:05:35.668060" elapsed="606.519128"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.188635" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.188248" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.189952" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T03:15:42.189606" elapsed="0.000388"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T03:15:42.190373" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:15:42.190116" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T03:15:42.193401" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:15:42.193070" elapsed="0.000396"/>
</branch>
<status status="PASS" start="2026-04-18T03:15:42.193045" elapsed="0.000444"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:15:42.193848" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T03:15:42.193622" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.194596" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.102" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:15:42.194140" elapsed="0.000518"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:15:42.195241" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:15:42.194815" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:15:42.196196" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T03:15:42.196287" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:15:42.195878" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:15:42.196451" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T03:15:42.197664" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-04-18T03:15:42.790647" 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 Apr 18 03:15:42 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.102
  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 Apr 18 03:05:35 2026 from 10.30.171.88
[?2004h[jenkins@releng-63164-190-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T03:15:42.197306" elapsed="0.593575"/>
</kw>
<msg time="2026-04-18T03:15:42.790971" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:15:42.196959" elapsed="0.594100"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T03:15:42.195477" elapsed="0.595697"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T03:15:42.791714" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T03:25:48.849894" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T03:25:48.850477" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T03:25:48.850589" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T03:15:42.791393" elapsed="606.059265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:25:48.851265" elapsed="0.000923"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.853450" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:47.922 16  switches: flows:  472624 477703 466545 470433 477658 468355 454376 472461 460907 447715 445854 462377 450008 452091 475932 461046  total = 123.601417 per ms 
03:17:48.023 16  switches: flows:  478253 478225 467237 462385 473868 474019 476698 477904 481562 474497 472908 474577 468304 475669 476304 478436  total = 126.302520 per ms 
03:18:48.125 16  switches: flows:  513483 514343 497616 518463 514137 503498 508866 508191 499620 503435 511602 498092 506202 509795 507386 508638  total = 135.160416 per ms 
03:19:48.226 16  switches: flows:  534095 543961 538680 545402 550116 533902 543271 534181 541903 545634 535008 539993 547031 541855 547222 544807  total = 144.208420 per ms 
03:20:48.327 16  switches: flows:  543029 545268 544618 541469 542748 536814 544247 545596 540051 540818 539004 542045 543490 544794 538521 536591  total = 144.243149 per ms 
03:21:48.430 16  switches: flows:  518015 516920 508205 514120 511365 518023 529096 510926 512073 513463 522568 520309 524268 519770 506869 521878  total = 137.563234 per ms 
03:22:48.531 16  switches: flows:  552966 547040 545746 546789 552759 549270 548868 534598 541933 549031 552296 546032 543612 539570 545139 552068  total = 145.550194 per ms 
03:23:48.632 16  switches: flows:  536097 538787 537369 533890 533235 536073 537131 539264 541028 542042 536536 537810 534235 532635 534698 531315  total = 142.796012 per ms 
03:24:48.732 16  switches: flows:  518977 526227 514766 517452 522667 518614 523062 517506 522026 522330 524295 521050 523347 517156 516749 523919  total = 138.603323 per ms 
03:25:48.840 16  switches: flows:  513689 509706 509407 512310 513252 512329 500737 508907 512918 507276 497994 503008 501189 502444 510899 515175  total = 135.277748 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126302.52/145550.19/138856.11/46648.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.852560" elapsed="0.001205"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T03:25:48.854735" elapsed="0.000137"/>
</return>
<status status="PASS" start="2026-04-18T03:25:48.854316" elapsed="0.000643"/>
</branch>
<status status="PASS" start="2026-04-18T03:25:48.854235" elapsed="0.000780"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T03:25:48.855226" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-18T03:25:48.855144" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-18T03:25:48.855108" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T03:25:48.855485" elapsed="0.000047"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:25:48.861377" elapsed="0.000594"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:25:48.862206" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:25:48.862676" elapsed="0.000278"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T03:25:48.856284" elapsed="0.006760"/>
</kw>
<msg time="2026-04-18T03:25:48.863258" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T03:15:42.190790" elapsed="606.672535"/>
</kw>
<status status="PASS" start="2026-04-18T03:15:42.190461" elapsed="606.672979"/>
</branch>
<status status="PASS" start="2026-04-18T03:15:42.190094" elapsed="606.673384"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.864189" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:47.922 16  switches: flows:  472624 477703 466545 470433 477658 468355 454376 472461 460907 447715 445854 462377 450008 452091 475932 461046  total = 123.601417 per ms 
03:17:48.023 16  switches: flows:  478253 478225 467237 462385 473868 474019 476698 477904 481562 474497 472908 474577 468304 475669 476304 478436  total = 126.302520 per ms 
03:18:48.125 16  switches: flows:  513483 514343 497616 518463 514137 503498 508866 508191 499620 503435 511602 498092 506202 509795 507386 508638  total = 135.160416 per ms 
03:19:48.226 16  switches: flows:  534095 543961 538680 545402 550116 533902 543271 534181 541903 545634 535008 539993 547031 541855 547222 544807  total = 144.208420 per ms 
03:20:48.327 16  switches: flows:  543029 545268 544618 541469 542748 536814 544247 545596 540051 540818 539004 542045 543490 544794 538521 536591  total = 144.243149 per ms 
03:21:48.430 16  switches: flows:  518015 516920 508205 514120 511365 518023 529096 510926 512073 513463 522568 520309 524268 519770 506869 521878  total = 137.563234 per ms 
03:22:48.531 16  switches: flows:  552966 547040 545746 546789 552759 549270 548868 534598 541933 549031 552296 546032 543612 539570 545139 552068  total = 145.550194 per ms 
03:23:48.632 16  switches: flows:  536097 538787 537369 533890 533235 536073 537131 539264 541028 542042 536536 537810 534235 532635 534698 531315  total = 142.796012 per ms 
03:24:48.732 16  switches: flows:  518977 526227 514766 517452 522667 518614 523062 517506 522026 522330 524295 521050 523347 517156 516749 523919  total = 138.603323 per ms 
03:25:48.840 16  switches: flows:  513689 509706 509407 512310 513252 512329 500737 508907 512918 507276 497994 503008 501189 502444 510899 515175  total = 135.277748 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126302.52/145550.19/138856.11/46648.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.863705" elapsed="0.000597"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T03:25:48.864522" elapsed="0.000576"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T03:25:48.865658" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T03:25:48.865814" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 126302.52/145550.19/138856.11/46648.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T03:25:48.865332" elapsed="0.000521"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:25:48.866462" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 126302.52/145550.19/138856.11/46648.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:25:48.866082" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.869367" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.866827" elapsed="0.002598"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.871808" level="INFO">126302.52/145550.19/138856.11/46648.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.869571" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:25:48.874357" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:25:48.872049" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:25:48.876853" level="INFO">@{result_value_list} = [ 126302.52 | 145550.19 | 138856.11 | 46648.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:25:48.874613" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.877360" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T03:25:48.877452" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:25:48.877039" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.882315" level="INFO">min :: 126302.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.877891" elapsed="0.004484"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T03:25:48.877744" elapsed="0.004666"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.887233" level="INFO">max :: 145550.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.882626" elapsed="0.004665"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T03:25:48.882500" elapsed="0.004827"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.892213" level="INFO">avg :: 138856.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.887640" elapsed="0.004632"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T03:25:48.887477" elapsed="0.004832"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.897204" level="INFO">stdev :: 46648.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.892529" elapsed="0.004737"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T03:25:48.892398" elapsed="0.004904"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T03:25:48.877544" elapsed="0.019790"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.901285" level="INFO">${min} = 126302.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:25:48.897501" elapsed="0.003813"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.905384" level="INFO">${max} = 145550.19</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:25:48.901470" elapsed="0.003942"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.909365" level="INFO">${average} = 138856.11</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:25:48.905587" elapsed="0.003805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.913533" level="INFO">${stdev} = 46648.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:25:48.909557" elapsed="0.004012"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.914282" level="INFO">${date} = 2026-04-18 03:25:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T03:25:48.913799" elapsed="0.000520"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.915171" level="INFO">CBench Result: 2026-04-18 03:25:48,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,126302.52,145550.19,138856.11,46648.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.914530" elapsed="0.000727"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T03:25:48.916650" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T03:25:48.916142" elapsed="0.000605"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T03:25:48.916986" elapsed="0.000662"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T03:25:48.915467" elapsed="0.002279"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-18T03:15:42.189025" elapsed="606.728837"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.918533" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T03:25:48.918076" elapsed="0.000541"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-18T03:25:48.919413" elapsed="0.000430"/>
</kw>
<status status="PASS" start="2026-04-18T03:25:48.918973" elapsed="0.000978"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T03:15:42.187508" elapsed="606.732504"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.921899" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.921375" elapsed="0.000587"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.923262" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T03:25:48.922919" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T03:25:48.923684" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:25:48.923446" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T03:25:48.926681" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:25:48.926429" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-04-18T03:25:48.926409" elapsed="0.000407"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:25:48.927169" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T03:25:48.926961" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.927906" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.102" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:25:48.927459" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T03:25:48.928512" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:25:48.928107" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:25:48.929882" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T03:25:48.930027" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:25:48.929172" elapsed="0.000895"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:25:48.930286" elapsed="0.000477"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T03:25:48.931915" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-04-18T03:25:49.559494" 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 Apr 18 03:25:49 UTC 2026

  System load:  0.64               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.102
  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 Apr 18 03:15:42 2026 from 10.30.171.88
[?2004h[jenkins@releng-63164-190-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T03:25:48.931489" elapsed="0.628231"/>
</kw>
<msg time="2026-04-18T03:25:49.559834" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:25:48.931021" elapsed="0.628899"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T03:25:48.928743" elapsed="0.631292"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T03:25:49.560578" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T03:35:55.627194" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T03:35:55.627678" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T03:35:55.627823" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T03:25:49.560268" elapsed="606.067616"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:35:55.628314" elapsed="0.000775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.630206" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:54.718 16  switches: flows:  114554 114711 114276 113226 111574 110133 114286 112976 110637 113009 112031 111686 110186 111408 111785 111598  total = 29.967933 per ms 
03:27:54.818 16  switches: flows:  123734 124688 122476 123155 123119 120339 122090 122504 121335 124890 121547 122444 122416 125362 125430 121682  total = 32.732181 per ms 
03:28:54.918 16  switches: flows:  122533 123009 121843 120771 120959 120354 119795 120533 120408 120528 120133 122416 120563 123803 121857 118715  total = 32.249796 per ms 
03:29:55.019 16  switches: flows:  106065 108059 106718 106027 105916 104966 106392 105514 105782 105942 102925 108883 105114 108780 107218 103538  total = 28.250154 per ms 
03:30:55.119 16  switches: flows:  102078 105169 104659 103332 105687 103272 103602 104655 103425 105363 101139 106261 105498 108454 106310 100496  total = 27.776914 per ms 
03:31:55.219 16  switches: flows:  114869 115945 116093 115796 116225 114097 113124 115945 116886 115956 112064 116405 113759 118072 115955 113562  total = 30.694605 per ms 
03:32:55.320 16  switches: flows:  118187 121606 120926 120646 120255 118617 118838 119552 118724 121600 118220 120688 119563 122993 121171 117614  total = 31.933200 per ms 
03:33:55.420 16  switches: flows:  122646 123363 123961 121978 124320 121604 121793 123789 122511 123330 120339 122372 122884 125956 123619 120545  total = 32.695555 per ms 
03:34:55.520 16  switches: flows:  119910 119712 121349 118716 117597 117056 119305 116975 118666 119474 115324 117780 116874 120364 120737 117137  total = 31.563555 per ms 
03:35:55.621 16  switches: flows:  114839 114898 116811 115058 116131 114021 114165 114142 112847 114843 111520 114696 112867 116352 114728 114405  total = 30.487789 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27776.91/32732.18/30931.53/10454.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.629446" elapsed="0.001067"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T03:35:55.631024" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-18T03:35:55.630692" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-04-18T03:35:55.630643" elapsed="0.000587"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T03:35:55.631438" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-18T03:35:55.631356" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-18T03:35:55.631321" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T03:35:55.631645" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T03:35:55.637486" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T03:35:55.638151" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T03:35:55.638441" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T03:35:55.632417" elapsed="0.006174"/>
</kw>
<msg time="2026-04-18T03:35:55.638727" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T03:25:48.924112" elapsed="606.714641"/>
</kw>
<status status="PASS" start="2026-04-18T03:25:48.923772" elapsed="606.715049"/>
</branch>
<status status="PASS" start="2026-04-18T03:25:48.923423" elapsed="606.715421"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.639287" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:54.718 16  switches: flows:  114554 114711 114276 113226 111574 110133 114286 112976 110637 113009 112031 111686 110186 111408 111785 111598  total = 29.967933 per ms 
03:27:54.818 16  switches: flows:  123734 124688 122476 123155 123119 120339 122090 122504 121335 124890 121547 122444 122416 125362 125430 121682  total = 32.732181 per ms 
03:28:54.918 16  switches: flows:  122533 123009 121843 120771 120959 120354 119795 120533 120408 120528 120133 122416 120563 123803 121857 118715  total = 32.249796 per ms 
03:29:55.019 16  switches: flows:  106065 108059 106718 106027 105916 104966 106392 105514 105782 105942 102925 108883 105114 108780 107218 103538  total = 28.250154 per ms 
03:30:55.119 16  switches: flows:  102078 105169 104659 103332 105687 103272 103602 104655 103425 105363 101139 106261 105498 108454 106310 100496  total = 27.776914 per ms 
03:31:55.219 16  switches: flows:  114869 115945 116093 115796 116225 114097 113124 115945 116886 115956 112064 116405 113759 118072 115955 113562  total = 30.694605 per ms 
03:32:55.320 16  switches: flows:  118187 121606 120926 120646 120255 118617 118838 119552 118724 121600 118220 120688 119563 122993 121171 117614  total = 31.933200 per ms 
03:33:55.420 16  switches: flows:  122646 123363 123961 121978 124320 121604 121793 123789 122511 123330 120339 122372 122884 125956 123619 120545  total = 32.695555 per ms 
03:34:55.520 16  switches: flows:  119910 119712 121349 118716 117597 117056 119305 116975 118666 119474 115324 117780 116874 120364 120737 117137  total = 31.563555 per ms 
03:35:55.621 16  switches: flows:  114839 114898 116811 115058 116131 114021 114165 114142 112847 114843 111520 114696 112867 116352 114728 114405  total = 30.487789 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27776.91/32732.18/30931.53/10454.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.639000" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T03:35:55.639505" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T03:35:55.640266" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T03:35:55.640355" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27776.91/32732.18/30931.53/10454.39 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T03:35:55.640052" elapsed="0.000327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:35:55.640833" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27776.91/32732.18/30931.53/10454.39 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:35:55.640528" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.643249" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.641005" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.645931" level="INFO">27776.91/32732.18/30931.53/10454.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.643453" elapsed="0.002536"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:35:55.648329" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:35:55.646140" elapsed="0.002217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T03:35:55.651556" level="INFO">@{result_value_list} = [ 27776.91 | 32732.18 | 30931.53 | 10454.39 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T03:35:55.648588" elapsed="0.003007"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.652310" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T03:35:55.652433" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T03:35:55.651841" elapsed="0.000626"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.657448" level="INFO">min :: 27776.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-04-18T03:35:55.653074" elapsed="0.004444"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T03:35:55.652891" elapsed="0.004669"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.662317" level="INFO">max :: 32732.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.657850" elapsed="0.004527"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T03:35:55.657669" elapsed="0.004744"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.667082" level="INFO">avg :: 30931.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.662644" elapsed="0.004496"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T03:35:55.662505" elapsed="0.004671"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.671761" level="INFO">stdev :: 10454.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-04-18T03:35:55.667403" elapsed="0.004431"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T03:35:55.667262" elapsed="0.004606"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T03:35:55.652557" elapsed="0.019342"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.675999" level="INFO">${min} = 27776.91</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:35:55.672079" elapsed="0.003948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.679882" level="INFO">${max} = 32732.18</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:35:55.676182" elapsed="0.003727"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.683715" level="INFO">${average} = 30931.53</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:35:55.680059" elapsed="0.003683"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.687646" level="INFO">${stdev} = 10454.39</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T03:35:55.683907" elapsed="0.003765"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.688199" level="INFO">${date} = 2026-04-18 03:35:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T03:35:55.687846" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.688830" level="INFO">CBench Result: 2026-04-18 03:35:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27776.91,32732.18,30931.53,10454.39</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T03:35:55.688375" elapsed="0.000511"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T03:35:55.690046" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T03:35:55.689539" elapsed="0.000575"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T03:35:55.690264" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T03:35:55.689051" elapsed="0.001763"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-18T03:25:48.922306" elapsed="606.768570"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.691340" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T03:35:55.691022" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T03:35:55.692654" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T03:35:55.692155" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-18T03:35:55.692938" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-04-18T03:35:55.692765" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-04-18T03:35:55.692742" elapsed="0.000296"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-18T03:35:55.693184" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-18T03:35:55.693346" 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-04-18T03:35:55.693506" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-18T03:35:55.693706" 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-04-18T03:35:55.693874" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-18T03:35:55.694028" 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-04-18T03:35:55.694170" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-18T03:35:55.694385" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-18T03:35:55.694250" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-04-18T03:35:55.694233" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-18T03:35:55.691804" elapsed="0.002762"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T03:25:48.920619" elapsed="606.773996"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-18T03:05:32.986429" elapsed="1822.708774"/>
</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>
