<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-13T00:59:40.617115" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-09-13T00:59:41.136025" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-13T00:59:41.135894" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:41.135866" elapsed="0.000252"/>
</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-09-13T00:59:41.136264" elapsed="0.000465"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-13T00:59:41.137167" level="INFO">Logging into '10.30.171.221:8101' as 'karaf'.</msg>
<msg time="2026-09-13T00:59:42.034179" 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-09-13T00:59:41.136899" elapsed="0.897458"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.083286" 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-09-13T00:59:42.034608" elapsed="0.048741"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.085818" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-13T00:59:42.085930" 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-09-13T00:59:42.083494" elapsed="0.002463"/>
</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-09-13T00:59:42.086097" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T00:59:42.086479" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.087118" 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-09-13T00:59:42.086797" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T00:59:42.087214" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.221
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-13T00:59:41.135546" elapsed="0.951838"/>
</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-09-13T00:59:41.131778" elapsed="0.955663"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T00:59:42.087958" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-09-13T00:59:42.087606" elapsed="0.000403"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T00:59:42.088390" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-09-13T00:59:42.088148" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.088967" 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-09-13T00:59:42.088590" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.089485" 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-09-13T00:59:42.089144" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.090017" 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-09-13T00:59:42.089662" elapsed="0.000379"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.090477" 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-09-13T00:59:42.090186" elapsed="0.000328"/>
</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-09-13T00:59:42.090782" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-13T00:59:42.090590" elapsed="0.000257"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.094997" 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-09-13T00:59:42.094622" elapsed="0.000400"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.095953" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T00:59:42.096028" 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-09-13T00:59:42.095534" elapsed="0.000515"/>
</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-09-13T00:59:42.096180" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.097474" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-09-13T00:59:42.578959" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 00:58:51 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-48317-837-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-09-13T00:59:42.096977" elapsed="0.482111"/>
</kw>
<msg time="2026-09-13T00:59:42.579171" 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-09-13T00:59:42.096649" elapsed="0.482618"/>
</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-09-13T00:59:42.095208" elapsed="0.484167"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.589659" 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-09-13T00:59:42.579573" elapsed="0.012146"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T00:59:42.591974" elapsed="0.000348"/>
</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-09-13T00:59:42.094156" elapsed="0.498261"/>
</kw>
<status status="PASS" start="2026-09-13T00:59:42.091067" elapsed="0.501395"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:42.090566" elapsed="0.501939"/>
</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-09-13T00:59:42.592698" elapsed="0.000635"/>
</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-09-13T00:59:42.598851" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-13T00:59:42.598682" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:42.598653" elapsed="0.000295"/>
</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-09-13T00:59:42.603620" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-13T00:59:42.603470" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:42.603447" elapsed="0.000260"/>
</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-09-13T00:59:42.603891" elapsed="0.000547"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.604961" level="INFO">Logging into '10.30.171.221:8101' as 'karaf'.</msg>
<msg time="2026-09-13T00:59:42.854163" 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-09-13T00:59:42.604621" elapsed="0.249681"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.947866" 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-09-13T00:59:42.854537" elapsed="0.093388"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.955044" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-13T00:59:42.955212" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-13T00:59:42.948058" elapsed="0.007195"/>
</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-09-13T00:59:42.955379" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T00:59:42.955671" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T00:59:42.956314" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-13T00:59:42.956018" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T00:59:42.956412" elapsed="0.000050"/>
</return>
<msg time="2026-09-13T00:59:42.956594" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.221
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-13T00:59:42.603013" elapsed="0.353609"/>
</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-09-13T00:59:42.956752" elapsed="0.000516"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T00:59:42.957324" elapsed="0.000059"/>
</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-09-13T00:59:42.598319" elapsed="0.359175"/>
</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-09-13T00:59:42.960939" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-13T00:59:42.960801" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:42.960780" elapsed="0.000223"/>
</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-09-13T00:59:42.961119" elapsed="0.000407"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-13T00:59:42.961904" level="INFO">Logging into '10.30.171.221:8101' as 'karaf'.</msg>
<msg time="2026-09-13T00:59:43.156689" 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-09-13T00:59:42.961655" elapsed="0.195196"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-13T00:59:43.179387" 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-09-13T00:59:43.157102" elapsed="0.022336"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-13T00:59:43.181547" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-13T00:59:43.181649" 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-09-13T00:59:43.179568" elapsed="0.002108"/>
</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-09-13T00:59:43.181799" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T00:59:43.182106" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T00:59:43.182777" 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-09-13T00:59:43.182477" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T00:59:43.182892" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.221
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-13T00:59:42.960514" elapsed="0.222546"/>
</kw>
<status status="PASS" start="2026-09-13T00:59:41.129595" elapsed="2.053522"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T00:59:43.185105" 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-09-13T00:59:43.184128" elapsed="0.001035"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T00:59:43.186493" 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-09-13T00:59:43.186167" elapsed="0.000365"/>
</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-09-13T00:59:43.186835" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-13T00:59:43.186601" elapsed="0.000288"/>
</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-09-13T00:59:43.189572" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-13T00:59:43.189347" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:43.189330" elapsed="0.000316"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-13T00:59:43.189962" 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-09-13T00:59:43.190070" 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-09-13T00:59:43.189763" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T00:59:43.190614" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.221 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.158" 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-09-13T00:59:43.190216" elapsed="0.000453"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T00:59:43.191217" 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-09-13T00:59:43.190794" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T00:59:43.192076" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T00:59:43.192157" 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-09-13T00:59:43.191768" elapsed="0.000410"/>
</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-09-13T00:59:43.192321" elapsed="0.000301"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T00:59:43.193429" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-09-13T00:59:43.561534" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 00:58:51 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Sep 13 00:59:42 2026 from 10.30.171.156
[?2004h[jenkins@releng-48317-837-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-09-13T00:59:43.193092" elapsed="0.368609"/>
</kw>
<msg time="2026-09-13T00:59:43.561779" 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-09-13T00:59:43.192760" elapsed="0.369115"/>
</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-09-13T00:59:43.191436" elapsed="0.370552"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-13T00:59:43.562523" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.221 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-13T01:09:49.699207" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-13T01:09:49.699871" level="INFO">${stdout} = </msg>
<msg time="2026-09-13T01:09:49.699974" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-13T00:59:43.562197" elapsed="606.137832"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T01:09:49.700527" elapsed="0.000971"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.702619" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.221. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:48.797 16  switches: flows:  87644 86863 86450 86138 85123 85578 86253 83614 83437 81603 81992 82677 80783 80828 83389 80839  total = 22.386850 per ms 
01:01:48.897 16  switches: flows:  96419 97488 96964 95707 93847 95729 94440 92534 91007 90915 90945 90630 89725 90225 89962 88331  total = 24.706569 per ms 
01:02:48.997 16  switches: flows:  94474 92518 92851 91759 90636 91805 90484 90052 88697 87303 87707 87054 86722 86012 86756 85745  total = 23.803184 per ms 
01:03:49.098 16  switches: flows:  98714 96298 94466 95206 92640 92750 94055 92994 91023 90300 90932 88573 89055 89729 87969 88475  total = 24.512081 per ms 
01:04:49.198 16  switches: flows:  98487 96828 94601 96176 93706 92276 94051 93076 90295 89245 91758 88812 89557 88864 88299 88022  total = 24.526608 per ms 
01:05:49.299 16  switches: flows:  97874 98351 94132 95813 93283 93121 93074 92483 90023 89988 92120 88319 88491 89790 87447 87967  total = 24.497060 per ms 
01:06:49.399 16  switches: flows:  96639 96199 92947 94613 92207 91742 93173 90637 88264 87886 90145 87501 87777 86611 87577 86167  total = 24.127772 per ms 
01:07:49.499 16  switches: flows:  95331 94926 91734 93889 90760 90029 91616 91195 87254 87723 90163 86865 86711 86829 86596 85568  total = 23.913220 per ms 
01:08:49.600 16  switches: flows:  97918 97969 95152 95451 92868 93669 93811 91882 88881 90022 92984 87768 88994 89864 89819 87493  total = 24.534771 per ms 
01:09:49.700 16  switches: flows:  102000 100470 96052 99215 95241 94921 95249 94648 92744 92279 94607 92080 91158 91462 90215 89549  total = 25.156186 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23803.18/25156.19/24419.72/8149.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:09:49.701887" elapsed="0.001049"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-13T01:09:49.703413" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-09-13T01:09:49.703111" elapsed="0.000445"/>
</branch>
<status status="PASS" start="2026-09-13T01:09:49.703058" elapsed="0.000548"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-13T01:09:49.703797" elapsed="0.000056"/>
</return>
<status status="NOT RUN" start="2026-09-13T01:09:49.703724" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-09-13T01:09:49.703693" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-13T01:09:49.704023" elapsed="0.000027"/>
</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-09-13T01:09:49.709173" elapsed="0.000707"/>
</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-09-13T01:09:49.710175" elapsed="0.000344"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T01:09:49.710779" elapsed="0.000226"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-13T01:09:49.704670" elapsed="0.006440"/>
</kw>
<msg time="2026-09-13T01:09:49.711382" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-13T00:59:43.187206" elapsed="606.524230"/>
</kw>
<status status="PASS" start="2026-09-13T00:59:43.186915" elapsed="606.524617"/>
</branch>
<status status="PASS" start="2026-09-13T00:59:43.186581" elapsed="606.524998"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.712497" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.221. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:48.797 16  switches: flows:  87644 86863 86450 86138 85123 85578 86253 83614 83437 81603 81992 82677 80783 80828 83389 80839  total = 22.386850 per ms 
01:01:48.897 16  switches: flows:  96419 97488 96964 95707 93847 95729 94440 92534 91007 90915 90945 90630 89725 90225 89962 88331  total = 24.706569 per ms 
01:02:48.997 16  switches: flows:  94474 92518 92851 91759 90636 91805 90484 90052 88697 87303 87707 87054 86722 86012 86756 85745  total = 23.803184 per ms 
01:03:49.098 16  switches: flows:  98714 96298 94466 95206 92640 92750 94055 92994 91023 90300 90932 88573 89055 89729 87969 88475  total = 24.512081 per ms 
01:04:49.198 16  switches: flows:  98487 96828 94601 96176 93706 92276 94051 93076 90295 89245 91758 88812 89557 88864 88299 88022  total = 24.526608 per ms 
01:05:49.299 16  switches: flows:  97874 98351 94132 95813 93283 93121 93074 92483 90023 89988 92120 88319 88491 89790 87447 87967  total = 24.497060 per ms 
01:06:49.399 16  switches: flows:  96639 96199 92947 94613 92207 91742 93173 90637 88264 87886 90145 87501 87777 86611 87577 86167  total = 24.127772 per ms 
01:07:49.499 16  switches: flows:  95331 94926 91734 93889 90760 90029 91616 91195 87254 87723 90163 86865 86711 86829 86596 85568  total = 23.913220 per ms 
01:08:49.600 16  switches: flows:  97918 97969 95152 95451 92868 93669 93811 91882 88881 90022 92984 87768 88994 89864 89819 87493  total = 24.534771 per ms 
01:09:49.700 16  switches: flows:  102000 100470 96052 99215 95241 94921 95249 94648 92744 92279 94607 92080 91158 91462 90215 89549  total = 25.156186 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23803.18/25156.19/24419.72/8149.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:09:49.711887" elapsed="0.000758"/>
</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-09-13T01:09:49.712972" elapsed="0.000794"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-13T01:09:49.714606" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-13T01:09:49.714786" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23803.18/25156.19/24419.72/8149.36 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-09-13T01:09:49.714138" elapsed="0.000728"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:09:49.715710" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23803.18/25156.19/24419.72/8149.36 | 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-09-13T01:09:49.715180" elapsed="0.000584"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.720714" 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-09-13T01:09:49.716086" elapsed="0.004771"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.725737" level="INFO">23803.18/25156.19/24419.72/8149.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:09:49.721156" elapsed="0.004736"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:09:49.730896" 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-09-13T01:09:49.726196" elapsed="0.004757"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:09:49.735902" level="INFO">@{result_value_list} = [ 23803.18 | 25156.19 | 24419.72 | 8149.36 ]</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-09-13T01:09:49.731352" elapsed="0.004616"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.736936" level="INFO">Length is 4.</msg>
<msg time="2026-09-13T01:09:49.737111" 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-09-13T01:09:49.736272" elapsed="0.000886"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.745532" level="INFO">min :: 23803.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-09-13T01:09:49.737961" elapsed="0.007641"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-13T01:09:49.737664" elapsed="0.007981"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.751773" level="INFO">max :: 25156.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-09-13T01:09:49.745943" elapsed="0.005922"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-13T01:09:49.745759" elapsed="0.006149"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.757659" level="INFO">avg :: 24419.72</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-09-13T01:09:49.752183" elapsed="0.005568"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-13T01:09:49.752020" elapsed="0.005775"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.763694" level="INFO">stdev :: 8149.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:09:49.758089" elapsed="0.005681"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-13T01:09:49.757928" elapsed="0.005887"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-13T01:09:49.737281" elapsed="0.026599"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.768977" level="INFO">${min} = 23803.18</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T01:09:49.764095" elapsed="0.004916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.775349" level="INFO">${max} = 25156.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-09-13T01:09:49.769204" elapsed="0.006181"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.780374" level="INFO">${average} = 24419.72</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-09-13T01:09:49.775582" elapsed="0.004825"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.785181" level="INFO">${stdev} = 8149.36</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-09-13T01:09:49.780598" elapsed="0.004607"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.785683" level="INFO">${date} = 2026-09-13 01:09:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-13T01:09:49.785359" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.786220" level="INFO">CBench Result: 2026-09-13 01:09:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23803.18,25156.19,24419.72,8149.36</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-09-13T01:09:49.785851" elapsed="0.000418"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T01:09:49.787266" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-09-13T01:09:49.786858" elapsed="0.000480"/>
</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-09-13T01:09:49.787475" elapsed="0.000436"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-13T01:09:49.786417" elapsed="0.001551"/>
</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-09-13T00:59:43.185585" elapsed="606.602435"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.788450" 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-09-13T01:09:49.788152" elapsed="0.000347"/>
</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-09-13T01:09:49.788969" elapsed="0.000240"/>
</kw>
<status status="PASS" start="2026-09-13T01:09:49.788687" elapsed="0.000583"/>
</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-09-13T00:59:43.183272" elapsed="606.606043"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.790790" 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-09-13T01:09:49.790441" elapsed="0.000416"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.792347" 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-09-13T01:09:49.792039" elapsed="0.000346"/>
</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-09-13T01:09:49.792698" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-13T01:09:49.792451" elapsed="0.000301"/>
</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-09-13T01:09:49.795402" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-13T01:09:49.795170" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-09-13T01:09:49.795153" elapsed="0.000321"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-13T01:09:49.795776" 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-09-13T01:09:49.795896" 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-09-13T01:09:49.795590" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.796429" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.221 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.158" 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-09-13T01:09:49.796041" elapsed="0.000440"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T01:09:49.796970" 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-09-13T01:09:49.796605" elapsed="0.000388"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T01:09:49.797790" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T01:09:49.797885" 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-09-13T01:09:49.797508" elapsed="0.000399"/>
</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-09-13T01:09:49.798033" elapsed="0.000301"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T01:09:49.799098" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-09-13T01:09:50.435330" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 01:09:50 UTC 2026

  System load:  1.04               Processes:             104
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Sep 13 00:59:43 2026 from 10.30.171.156
[?2004h[jenkins@releng-48317-837-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-09-13T01:09:49.798772" elapsed="0.636812"/>
</kw>
<msg time="2026-09-13T01:09:50.435696" 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-09-13T01:09:49.798468" elapsed="0.637347"/>
</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-09-13T01:09:49.797169" elapsed="0.638816"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-13T01:09:50.436674" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.221 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-13T01:19:56.487232" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-13T01:19:56.487957" level="INFO">${stdout} = </msg>
<msg time="2026-09-13T01:19:56.488062" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.221: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-09-13T01:09:50.436268" elapsed="606.051848"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T01:19:56.488665" elapsed="0.000762"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.490707" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.221. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:55.565 16  switches: flows:  652037 647928 638853 657801 657261 660244 650407 645795 641369 651323 645238 645947 640047 635136 656524 656510  total = 173.040333 per ms 
01:11:55.667 16  switches: flows:  676330 678677 676540 675217 674269 674812 671708 674703 676459 675756 676667 674672 680225 675298 672801 682068  total = 179.967858 per ms 
01:12:55.768 16  switches: flows:  691300 691134 689532 691362 692216 679563 687432 690337 686555 690344 696941 694579 688429 686138 687762 697096  total = 183.703436 per ms 
01:13:55.869 16  switches: flows:  687863 687121 691696 687926 675566 691322 685024 697569 688182 692932 694090 685322 686366 691772 689807 694160  total = 183.469151 per ms 
01:14:55.971 16  switches: flows:  639118 633844 638507 633778 640735 637049 638003 644503 633490 635831 637014 639455 642433 642718 638764 647150  total = 170.085464 per ms 
01:15:56.072 16  switches: flows:  701533 694504 696655 694365 691162 699264 687601 694247 697756 695941 692205 688108 701475 691305 697599 697178  total = 185.037443 per ms 
01:16:56.172 16  switches: flows:  687064 689574 690147 692982 693683 682031 687056 694362 691012 685337 692854 688202 695274 688773 686399 688806  total = 183.584771 per ms 
01:17:56.274 16  switches: flows:  689236 695489 693240 698124 694787 689274 700459 695008 694798 695666 684615 685190 700517 697535 690853 697847  total = 184.731607 per ms 
01:18:56.375 16  switches: flows:  658324 661963 653698 655499 662014 658288 658388 647158 655711 653188 652326 660342 658167 660489 657511 654956  total = 174.840257 per ms 
01:19:56.476 16  switches: flows:  674020 681373 672091 665772 677676 676700 673319 670598 676390 670691 680127 675669 678382 660976 672158 667618  total = 179.258725 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 170085.46/185037.44/180519.86/60366.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:19:56.489888" elapsed="0.001169"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-13T01:19:56.491540" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-09-13T01:19:56.491237" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-09-13T01:19:56.491185" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-13T01:19:56.492063" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-13T01:19:56.491980" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-09-13T01:19:56.491932" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-13T01:19:56.492258" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T01:19:56.498330" elapsed="0.000955"/>
</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-09-13T01:19:56.499652" elapsed="0.000403"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T01:19:56.500332" elapsed="0.000255"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-13T01:19:56.492988" elapsed="0.007741"/>
</kw>
<msg time="2026-09-13T01:19:56.501091" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.221: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-09-13T01:09:49.793072" elapsed="606.708089"/>
</kw>
<status status="PASS" start="2026-09-13T01:09:49.792776" elapsed="606.708508"/>
</branch>
<status status="PASS" start="2026-09-13T01:09:49.792432" elapsed="606.708917"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.502522" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.221. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:55.565 16  switches: flows:  652037 647928 638853 657801 657261 660244 650407 645795 641369 651323 645238 645947 640047 635136 656524 656510  total = 173.040333 per ms 
01:11:55.667 16  switches: flows:  676330 678677 676540 675217 674269 674812 671708 674703 676459 675756 676667 674672 680225 675298 672801 682068  total = 179.967858 per ms 
01:12:55.768 16  switches: flows:  691300 691134 689532 691362 692216 679563 687432 690337 686555 690344 696941 694579 688429 686138 687762 697096  total = 183.703436 per ms 
01:13:55.869 16  switches: flows:  687863 687121 691696 687926 675566 691322 685024 697569 688182 692932 694090 685322 686366 691772 689807 694160  total = 183.469151 per ms 
01:14:55.971 16  switches: flows:  639118 633844 638507 633778 640735 637049 638003 644503 633490 635831 637014 639455 642433 642718 638764 647150  total = 170.085464 per ms 
01:15:56.072 16  switches: flows:  701533 694504 696655 694365 691162 699264 687601 694247 697756 695941 692205 688108 701475 691305 697599 697178  total = 185.037443 per ms 
01:16:56.172 16  switches: flows:  687064 689574 690147 692982 693683 682031 687056 694362 691012 685337 692854 688202 695274 688773 686399 688806  total = 183.584771 per ms 
01:17:56.274 16  switches: flows:  689236 695489 693240 698124 694787 689274 700459 695008 694798 695666 684615 685190 700517 697535 690853 697847  total = 184.731607 per ms 
01:18:56.375 16  switches: flows:  658324 661963 653698 655499 662014 658288 658388 647158 655711 653188 652326 660342 658167 660489 657511 654956  total = 174.840257 per ms 
01:19:56.476 16  switches: flows:  674020 681373 672091 665772 677676 676700 673319 670598 676390 670691 680127 675669 678382 660976 672158 667618  total = 179.258725 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 170085.46/185037.44/180519.86/60366.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:19:56.501755" elapsed="0.000989"/>
</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-09-13T01:19:56.503172" elapsed="0.000962"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-13T01:19:56.505179" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-13T01:19:56.505371" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 170085.46/185037.44/180519.86/60366.31 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-09-13T01:19:56.504540" elapsed="0.000880"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:19:56.506422" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 170085.46/185037.44/180519.86/60366.31 | 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-09-13T01:19:56.505814" elapsed="0.000663"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.512300" 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-09-13T01:19:56.506905" elapsed="0.005511"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.518244" level="INFO">170085.46/185037.44/180519.86/60366.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:19:56.512875" elapsed="0.005486"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:19:56.524121" 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-09-13T01:19:56.518877" elapsed="0.005302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:19:56.529718" level="INFO">@{result_value_list} = [ 170085.46 | 185037.44 | 180519.86 | 60366.31 ]</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-09-13T01:19:56.524961" elapsed="0.004816"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.530948" level="INFO">Length is 4.</msg>
<msg time="2026-09-13T01:19:56.531141" 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-09-13T01:19:56.530156" elapsed="0.001034"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.542905" level="INFO">min :: 170085.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-09-13T01:19:56.532150" elapsed="0.010915"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-13T01:19:56.531804" elapsed="0.011350"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.551315" level="INFO">max :: 185037.44</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-09-13T01:19:56.543775" elapsed="0.007613"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-13T01:19:56.543390" elapsed="0.008042"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.557587" level="INFO">avg :: 180519.86</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-09-13T01:19:56.551749" elapsed="0.005913"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-13T01:19:56.551543" elapsed="0.006162"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.563947" level="INFO">stdev :: 60366.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:19:56.558064" elapsed="0.005957"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-13T01:19:56.557817" elapsed="0.006248"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-13T01:19:56.531326" elapsed="0.032779"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.569800" level="INFO">${min} = 170085.46</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-09-13T01:19:56.564321" elapsed="0.005539"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.574695" level="INFO">${max} = 185037.44</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-09-13T01:19:56.570066" elapsed="0.004654"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.578301" level="INFO">${average} = 180519.86</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-09-13T01:19:56.574875" elapsed="0.003451"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.581977" level="INFO">${stdev} = 60366.31</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-09-13T01:19:56.578464" elapsed="0.003537"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.582493" level="INFO">${date} = 2026-09-13 01:19:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-13T01:19:56.582151" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.583061" level="INFO">CBench Result: 2026-09-13 01:19:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,170085.46,185037.44,180519.86,60366.31</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-09-13T01:19:56.582667" elapsed="0.000445"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T01:19:56.584214" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-09-13T01:19:56.583739" elapsed="0.000535"/>
</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-09-13T01:19:56.584413" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-13T01:19:56.583271" elapsed="0.001668"/>
</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-09-13T01:09:49.791198" elapsed="606.793796"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.585436" 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-09-13T01:19:56.585134" elapsed="0.000352"/>
</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-09-13T01:19:56.585989" elapsed="0.000243"/>
</kw>
<status status="PASS" start="2026-09-13T01:19:56.585697" elapsed="0.000596"/>
</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-09-13T01:09:49.789860" elapsed="606.796470"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.587625" 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-09-13T01:19:56.587267" elapsed="0.000409"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.588785" 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-09-13T01:19:56.588478" elapsed="0.000359"/>
</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-09-13T01:19:56.589181" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-13T01:19:56.588962" elapsed="0.000272"/>
</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-09-13T01:19:56.592088" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-13T01:19:56.591861" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-09-13T01:19:56.591844" elapsed="0.000316"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-13T01:19:56.592480" 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-09-13T01:19:56.592608" 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-09-13T01:19:56.592285" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.593148" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.221 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.158" 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-09-13T01:19:56.592754" elapsed="0.000446"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T01:19:56.593704" 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-09-13T01:19:56.593325" elapsed="0.000403"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T01:19:56.594555" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T01:19:56.594650" 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-09-13T01:19:56.594254" elapsed="0.000417"/>
</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-09-13T01:19:56.594800" elapsed="0.000305"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T01:19:56.595910" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-09-13T01:19:57.208973" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 01:19:56 UTC 2026

  System load:  0.25               Processes:             104
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Sep 13 01:09:50 2026 from 10.30.171.156
[?2004h[jenkins@releng-48317-837-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-09-13T01:19:56.595556" elapsed="0.613644"/>
</kw>
<msg time="2026-09-13T01:19:57.209316" 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-09-13T01:19:56.595243" elapsed="0.614176"/>
</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-09-13T01:19:56.593925" elapsed="0.615631"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-13T01:19:57.210291" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.221 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-13T01:30:03.241562" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-13T01:30:03.242270" level="INFO">${stdout} = </msg>
<msg time="2026-09-13T01:30:03.242371" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-13T01:19:57.209876" elapsed="606.032550"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T01:30:03.243008" elapsed="0.000702"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.244982" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.221. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:02.330 16  switches: flows:  95658 95127 95072 94212 93216 91690 91855 91757 90825 90632 90731 88405 88595 88776 88697 88191  total = 24.390650 per ms 
01:22:02.431 16  switches: flows:  101583 99383 97602 97277 98154 95446 97474 95967 91990 93800 93450 91764 91897 92714 92755 91475  total = 25.336583 per ms 
01:23:02.532 16  switches: flows:  99519 97033 97768 97846 97774 94356 98640 95871 91675 93111 92993 91215 91104 91708 90448 90261  total = 25.146727 per ms 
01:24:02.633 16  switches: flows:  100967 98670 96292 98014 98440 94948 98315 96904 93311 93611 91939 91768 90444 91979 90874 92312  total = 25.270970 per ms 
01:25:02.733 16  switches: flows:  105062 100388 100689 100964 101723 97580 102413 98539 96474 96599 96456 94132 93412 95275 94859 93685  total = 26.093946 per ms 
01:26:02.834 16  switches: flows:  101610 98323 97346 98304 99303 95755 97974 95429 92882 94687 92960 91431 91254 93201 91007 89477  total = 25.306778 per ms 
01:27:02.935 16  switches: flows:  104156 99989 100711 100871 102541 98055 101779 98646 95358 95055 95129 94093 93253 95172 93398 93113  total = 25.978606 per ms 
01:28:03.036 16  switches: flows:  103113 100620 99193 100043 99899 96712 99636 98602 94823 95469 94236 93526 91660 93851 92850 93205  total = 25.747656 per ms 
01:29:03.136 16  switches: flows:  96128 93769 94537 96029 96032 92189 94660 92522 90579 91082 91033 90716 90125 90602 89739 89146  total = 24.607081 per ms 
01:30:03.237 16  switches: flows:  103918 100462 99457 102882 101618 98587 99914 98687 95655 96207 95194 95624 93414 95870 93324 93770  total = 26.032947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24607.08/26093.95/25502.37/8513.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:30:03.244150" elapsed="0.001209"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-13T01:30:03.245907" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-09-13T01:30:03.245547" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-09-13T01:30:03.245495" elapsed="0.000615"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-13T01:30:03.246307" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-13T01:30:03.246231" elapsed="0.000160"/>
</branch>
<status status="NOT RUN" start="2026-09-13T01:30:03.246199" elapsed="0.000237"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-13T01:30:03.246500" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T01:30:03.252530" elapsed="0.000765"/>
</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-09-13T01:30:03.253616" elapsed="0.000395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T01:30:03.254294" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-13T01:30:03.247230" elapsed="0.007383"/>
</kw>
<msg time="2026-09-13T01:30:03.254943" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-13T01:19:56.589555" elapsed="606.665447"/>
</kw>
<status status="PASS" start="2026-09-13T01:19:56.589259" elapsed="606.665849"/>
</branch>
<status status="PASS" start="2026-09-13T01:19:56.588939" elapsed="606.666220"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.256156" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.221:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.221. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:02.330 16  switches: flows:  95658 95127 95072 94212 93216 91690 91855 91757 90825 90632 90731 88405 88595 88776 88697 88191  total = 24.390650 per ms 
01:22:02.431 16  switches: flows:  101583 99383 97602 97277 98154 95446 97474 95967 91990 93800 93450 91764 91897 92714 92755 91475  total = 25.336583 per ms 
01:23:02.532 16  switches: flows:  99519 97033 97768 97846 97774 94356 98640 95871 91675 93111 92993 91215 91104 91708 90448 90261  total = 25.146727 per ms 
01:24:02.633 16  switches: flows:  100967 98670 96292 98014 98440 94948 98315 96904 93311 93611 91939 91768 90444 91979 90874 92312  total = 25.270970 per ms 
01:25:02.733 16  switches: flows:  105062 100388 100689 100964 101723 97580 102413 98539 96474 96599 96456 94132 93412 95275 94859 93685  total = 26.093946 per ms 
01:26:02.834 16  switches: flows:  101610 98323 97346 98304 99303 95755 97974 95429 92882 94687 92960 91431 91254 93201 91007 89477  total = 25.306778 per ms 
01:27:02.935 16  switches: flows:  104156 99989 100711 100871 102541 98055 101779 98646 95358 95055 95129 94093 93253 95172 93398 93113  total = 25.978606 per ms 
01:28:03.036 16  switches: flows:  103113 100620 99193 100043 99899 96712 99636 98602 94823 95469 94236 93526 91660 93851 92850 93205  total = 25.747656 per ms 
01:29:03.136 16  switches: flows:  96128 93769 94537 96029 96032 92189 94660 92522 90579 91082 91033 90716 90125 90602 89739 89146  total = 24.607081 per ms 
01:30:03.237 16  switches: flows:  103918 100462 99457 102882 101618 98587 99914 98687 95655 96207 95194 95624 93414 95870 93324 93770  total = 26.032947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24607.08/26093.95/25502.37/8513.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:30:03.255475" elapsed="0.000840"/>
</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-09-13T01:30:03.256631" elapsed="0.000871"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-13T01:30:03.258361" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-13T01:30:03.258549" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24607.08/26093.95/25502.37/8513.63 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-09-13T01:30:03.257897" elapsed="0.000703"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:30:03.259563" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24607.08/26093.95/25502.37/8513.63 | 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-09-13T01:30:03.259026" elapsed="0.000593"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.265051" 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-09-13T01:30:03.259980" elapsed="0.005190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.270483" level="INFO">24607.08/26093.95/25502.37/8513.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T01:30:03.265488" elapsed="0.005113"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:30:03.275998" 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-09-13T01:30:03.270980" elapsed="0.005075"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T01:30:03.281423" level="INFO">@{result_value_list} = [ 24607.08 | 26093.95 | 25502.37 | 8513.63 ]</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-09-13T01:30:03.276456" elapsed="0.005026"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.282528" level="INFO">Length is 4.</msg>
<msg time="2026-09-13T01:30:03.282711" 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-09-13T01:30:03.281865" elapsed="0.000917"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.291160" level="INFO">min :: 24607.08</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-09-13T01:30:03.283606" elapsed="0.007624"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-13T01:30:03.283329" elapsed="0.007942"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.297397" level="INFO">max :: 26093.95</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-09-13T01:30:03.291547" elapsed="0.005921"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-13T01:30:03.291381" elapsed="0.006129"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.303322" level="INFO">avg :: 25502.37</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-09-13T01:30:03.297792" elapsed="0.005599"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-13T01:30:03.297614" elapsed="0.005819"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.309310" level="INFO">stdev :: 8513.63</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-09-13T01:30:03.303697" elapsed="0.005683"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-13T01:30:03.303537" elapsed="0.005885"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-13T01:30:03.282943" elapsed="0.026516"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.314368" level="INFO">${min} = 24607.08</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-09-13T01:30:03.309662" elapsed="0.004729"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.317960" level="INFO">${max} = 26093.95</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-09-13T01:30:03.314533" elapsed="0.003451"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.321536" level="INFO">${average} = 25502.37</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-09-13T01:30:03.318121" elapsed="0.003439"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.325165" level="INFO">${stdev} = 8513.63</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-09-13T01:30:03.321703" elapsed="0.003485"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.325650" level="INFO">${date} = 2026-09-13 01:30:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-13T01:30:03.325335" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.326216" level="INFO">CBench Result: 2026-09-13 01:30:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24607.08,26093.95,25502.37,8513.63</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-09-13T01:30:03.325841" elapsed="0.000424"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T01:30:03.327258" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-09-13T01:30:03.326814" elapsed="0.000505"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-13T01:30:03.327456" elapsed="0.000434"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-13T01:30:03.326392" elapsed="0.001554"/>
</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-09-13T01:19:56.587989" elapsed="606.740011"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.328418" 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-09-13T01:30:03.328133" elapsed="0.000335"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-13T01:30:03.329592" 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-09-13T01:30:03.329145" elapsed="0.000471"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-13T01:30:03.329839" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-09-13T01:30:03.329681" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-09-13T01:30:03.329665" elapsed="0.000251"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-13T01:30:03.330044" elapsed="0.000018"/>
</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-09-13T01:30:03.330183" elapsed="0.000017"/>
</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-09-13T01:30:03.330325" elapsed="0.000018"/>
</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-09-13T01:30:03.330461" elapsed="0.000017"/>
</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-09-13T01:30:03.330629" elapsed="0.000019"/>
</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-09-13T01:30:03.330774" elapsed="0.000018"/>
</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-09-13T01:30:03.330919" elapsed="0.000018"/>
</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-09-13T01:30:03.331117" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-13T01:30:03.330992" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-09-13T01:30:03.330977" elapsed="0.000211"/>
</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-09-13T01:30:03.328842" elapsed="0.002394"/>
</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-09-13T01:19:56.586768" elapsed="606.744511"/>
</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-09-13T00:59:40.618559" elapsed="1822.713249"/>
</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>
