<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-25T01:52:08.848228" 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-05-25T01:52:09.413601" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-25T01:52:09.413464" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:09.413434" elapsed="0.000268"/>
</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-05-25T01:52:09.413903" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T01:52:09.414905" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-05-25T01:52:10.206040" 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-05-25T01:52:09.414592" elapsed="0.791562"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T01:52:10.253234" 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-05-25T01:52:10.206369" elapsed="0.047017"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T01:52:10.255301" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T01:52:10.255418" 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-05-25T01:52:10.253670" elapsed="0.001778"/>
</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-05-25T01:52:10.255609" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:52:10.256004" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:52:10.256731" 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-05-25T01:52:10.256372" elapsed="0.000414"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T01:52:10.256840" elapsed="0.000086"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T01:52:09.413085" elapsed="0.843979"/>
</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-05-25T01:52:09.409372" elapsed="0.847763"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T01:52:10.257718" 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-05-25T01:52:10.257338" elapsed="0.000437"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T01:52:10.258197" 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-05-25T01:52:10.257949" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T01:52:10.258818" 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-05-25T01:52:10.258409" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T01:52:10.259470" 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-05-25T01:52:10.259065" elapsed="0.000449"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T01:52:10.260052" 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-05-25T01:52:10.259661" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T01:52:10.260549" 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-05-25T01:52:10.260241" elapsed="0.000350"/>
</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-05-25T01:52:10.260968" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-25T01:52:10.260684" elapsed="0.000342"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T01:52:10.265633" 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-05-25T01:52:10.265219" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T01:52:10.266736" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T01:52:10.266819" 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-05-25T01:52:10.266246" elapsed="0.000597"/>
</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-05-25T01:52:10.267042" elapsed="0.000386"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T01:52:10.268478" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-05-25T01:52:11.020716" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 01:52:10 UTC 2026

  System load:  0.17               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-48317-729-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-05-25T01:52:10.267960" elapsed="0.752926"/>
</kw>
<msg time="2026-05-25T01:52:11.020982" 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-05-25T01:52:10.267586" elapsed="0.753491"/>
</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-05-25T01:52:10.265882" elapsed="0.755320"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.027213" 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-05-25T01:52:11.021433" elapsed="0.007536"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:52:11.029237" elapsed="0.000372"/>
</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-05-25T01:52:10.264668" elapsed="0.765027"/>
</kw>
<status status="PASS" start="2026-05-25T01:52:10.261244" elapsed="0.768502"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:10.260657" elapsed="0.769136"/>
</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-05-25T01:52:11.030034" elapsed="0.000686"/>
</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-05-25T01:52:11.036989" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-25T01:52:11.036791" elapsed="0.000273"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:11.036755" elapsed="0.000343"/>
</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-05-25T01:52:11.040725" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-25T01:52:11.040613" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:11.040594" elapsed="0.000201"/>
</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-05-25T01:52:11.040945" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.041817" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-05-25T01:52:11.306847" 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-05-25T01:52:11.041557" elapsed="0.265445"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.411072" 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-05-25T01:52:11.307243" elapsed="0.103910"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.420786" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T01:52:11.421037" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-25T01:52:11.411336" elapsed="0.009733"/>
</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-05-25T01:52:11.421217" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:52:11.421552" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:52:11.422317" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:52:11.421956" elapsed="0.000417"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T01:52:11.422423" elapsed="0.000053"/>
</return>
<msg time="2026-05-25T01:52:11.422625" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T01:52:11.040240" elapsed="0.382416"/>
</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-05-25T01:52:11.422802" elapsed="0.000563"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T01:52:11.423416" elapsed="0.000030"/>
</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-05-25T01:52:11.036345" elapsed="0.387199"/>
</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-05-25T01:52:11.427585" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-25T01:52:11.427448" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:11.427423" elapsed="0.000235"/>
</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-05-25T01:52:11.427787" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.428662" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-05-25T01:52:11.592429" 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-05-25T01:52:11.428406" elapsed="0.164169"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.617857" 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-05-25T01:52:11.592826" elapsed="0.025123"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.619760" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T01:52:11.619879" 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-05-25T01:52:11.618143" elapsed="0.001767"/>
</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-05-25T01:52:11.620046" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:52:11.620391" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:52:11.621128" 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-05-25T01:52:11.620741" elapsed="0.000439"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T01:52:11.621235" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T01:52:11.426906" elapsed="0.194518"/>
</kw>
<status status="PASS" start="2026-05-25T01:52:09.407541" elapsed="2.213949"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:52:11.624243" 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-05-25T01:52:11.622437" elapsed="0.001883"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T01:52:11.625916" 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-05-25T01:52:11.625541" elapsed="0.000420"/>
</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-05-25T01:52:11.626300" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T01:52:11.626047" elapsed="0.000311"/>
</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-05-25T01:52:11.629371" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-25T01:52:11.629114" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:11.629084" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.629804" 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-05-25T01:52:11.629944" 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-05-25T01:52:11.629588" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:52:11.630531" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.246" 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-05-25T01:52:11.630107" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.631224" 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-05-25T01:52:11.630731" elapsed="0.000520"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T01:52:11.632175" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T01:52:11.632266" 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-05-25T01:52:11.631830" elapsed="0.000460"/>
</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-05-25T01:52:11.632434" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.633673" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-05-25T01:52:11.950540" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 01:52:10 UTC 2026

  System load:  0.17               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Mon May 25 01:52:10 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-729-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-05-25T01:52:11.633314" elapsed="0.317428"/>
</kw>
<msg time="2026-05-25T01:52:11.950837" 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-05-25T01:52:11.632938" elapsed="0.318010"/>
</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-05-25T01:52:11.631452" elapsed="0.319627"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T01:52:11.951982" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T02:02:18.064157" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T02:02:18.064739" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T02:02:18.064848" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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-05-25T01:52:11.951322" elapsed="606.113631"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:02:18.065414" elapsed="0.000749"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.067360" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:17.153 16  switches: flows:  126407 126366 125212 118867 118038 121910 120996 122899 118849 117444 119674 114327 113967 117623 115700 117747  total = 31.933767 per ms 
01:54:17.256 16  switches: flows:  139558 140073 139415 136438 137753 136460 135516 136388 130814 129524 129881 129036 130849 130482 129589 129735  total = 35.632302 per ms 
01:55:17.357 16  switches: flows:  139442 139743 136787 137513 138064 134261 135008 134013 128527 129679 128173 127510 129325 127062 128718 127101  total = 35.289854 per ms 
01:56:17.458 16  switches: flows:  139612 139349 140297 137066 137993 137127 136472 135306 127337 128055 129879 128061 129179 128438 128953 128308  total = 35.464599 per ms 
01:57:17.559 16  switches: flows:  141491 141989 140658 137852 139735 136385 137739 136784 131700 130819 131293 130069 131918 129901 130672 130531  total = 35.932270 per ms 
01:58:17.660 16  switches: flows:  142488 141131 139683 137916 139120 136999 139279 137655 130790 131677 130319 129182 129931 129870 131080 131152  total = 35.911260 per ms 
01:59:17.761 16  switches: flows:  141313 142723 140151 138512 140536 136949 138337 138164 129753 131556 130241 128679 132540 128151 131008 131038  total = 35.934189 per ms 
02:00:17.862 16  switches: flows:  142669 141634 143616 139893 140372 138842 140270 140339 130481 131340 133408 129937 130382 130486 133079 133100  total = 36.270244 per ms 
02:01:17.963 16  switches: flows:  141940 142846 142005 139712 141871 139418 141153 140671 130451 131980 131340 131235 131727 131446 134127 131455  total = 36.328936 per ms 
02:02:18.065 16  switches: flows:  143232 142016 141108 140181 138867 138663 140689 138119 131048 131370 131129 130770 128961 129492 134228 129814  total = 36.101163 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35289.85/36328.94/35873.87/11962.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:02:18.066526" elapsed="0.001150"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T02:02:18.068256" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-25T02:02:18.067894" elapsed="0.000520"/>
</branch>
<status status="PASS" start="2026-05-25T02:02:18.067809" elapsed="0.000660"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T02:02:18.068682" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:02:18.068599" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-25T02:02:18.068564" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T02:02:18.068931" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T02:02:18.073108" elapsed="0.000328"/>
</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-05-25T02:02:18.073584" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:02:18.073906" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T02:02:18.069624" elapsed="0.004433"/>
</kw>
<msg time="2026-05-25T02:02:18.074184" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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-05-25T01:52:11.626716" elapsed="606.447495"/>
</kw>
<status status="PASS" start="2026-05-25T01:52:11.626387" elapsed="606.447873"/>
</branch>
<status status="PASS" start="2026-05-25T01:52:11.626022" elapsed="606.448261"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.074851" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:17.153 16  switches: flows:  126407 126366 125212 118867 118038 121910 120996 122899 118849 117444 119674 114327 113967 117623 115700 117747  total = 31.933767 per ms 
01:54:17.256 16  switches: flows:  139558 140073 139415 136438 137753 136460 135516 136388 130814 129524 129881 129036 130849 130482 129589 129735  total = 35.632302 per ms 
01:55:17.357 16  switches: flows:  139442 139743 136787 137513 138064 134261 135008 134013 128527 129679 128173 127510 129325 127062 128718 127101  total = 35.289854 per ms 
01:56:17.458 16  switches: flows:  139612 139349 140297 137066 137993 137127 136472 135306 127337 128055 129879 128061 129179 128438 128953 128308  total = 35.464599 per ms 
01:57:17.559 16  switches: flows:  141491 141989 140658 137852 139735 136385 137739 136784 131700 130819 131293 130069 131918 129901 130672 130531  total = 35.932270 per ms 
01:58:17.660 16  switches: flows:  142488 141131 139683 137916 139120 136999 139279 137655 130790 131677 130319 129182 129931 129870 131080 131152  total = 35.911260 per ms 
01:59:17.761 16  switches: flows:  141313 142723 140151 138512 140536 136949 138337 138164 129753 131556 130241 128679 132540 128151 131008 131038  total = 35.934189 per ms 
02:00:17.862 16  switches: flows:  142669 141634 143616 139893 140372 138842 140270 140339 130481 131340 133408 129937 130382 130486 133079 133100  total = 36.270244 per ms 
02:01:17.963 16  switches: flows:  141940 142846 142005 139712 141871 139418 141153 140671 130451 131980 131340 131235 131727 131446 134127 131455  total = 36.328936 per ms 
02:02:18.065 16  switches: flows:  143232 142016 141108 140181 138867 138663 140689 138119 131048 131370 131129 130770 128961 129492 134228 129814  total = 36.101163 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35289.85/36328.94/35873.87/11962.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:02:18.074422" elapsed="0.000517"/>
</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-05-25T02:02:18.075093" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T02:02:18.075897" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T02:02:18.075990" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35289.85/36328.94/35873.87/11962.56 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-05-25T02:02:18.075644" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:02:18.076425" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35289.85/36328.94/35873.87/11962.56 | 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-05-25T02:02:18.076169" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.078811" 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-05-25T02:02:18.076596" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.081252" level="INFO">35289.85/36328.94/35873.87/11962.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:02:18.079027" elapsed="0.002281"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:02:18.083699" 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-05-25T02:02:18.081454" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:02:18.086117" level="INFO">@{result_value_list} = [ 35289.85 | 36328.94 | 35873.87 | 11962.56 ]</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-05-25T02:02:18.083929" elapsed="0.002215"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.086602" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T02:02:18.086690" 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-05-25T02:02:18.086296" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.091400" level="INFO">min :: 35289.85</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-05-25T02:02:18.087122" elapsed="0.004334"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T02:02:18.086991" elapsed="0.004500"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.096009" level="INFO">max :: 36328.94</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-05-25T02:02:18.091709" elapsed="0.004357"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T02:02:18.091583" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.100568" level="INFO">avg :: 35873.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:02:18.096317" elapsed="0.004307"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T02:02:18.096189" elapsed="0.004470"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.105161" level="INFO">stdev :: 11962.56</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-05-25T02:02:18.100896" elapsed="0.004320"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T02:02:18.100750" elapsed="0.004501"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T02:02:18.086783" elapsed="0.018500"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.109180" level="INFO">${min} = 35289.85</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-05-25T02:02:18.105440" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.113108" level="INFO">${max} = 36328.94</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-05-25T02:02:18.109361" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.117348" level="INFO">${average} = 35873.87</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T02:02:18.113288" elapsed="0.004087"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.121260" level="INFO">${stdev} = 11962.56</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-05-25T02:02:18.117527" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.121794" level="INFO">${date} = 2026-05-25 02:02:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T02:02:18.121447" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.122409" level="INFO">CBench Result: 2026-05-25 02:02:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35289.85,36328.94,35873.87,11962.56</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-05-25T02:02:18.121999" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T02:02:18.123508" 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-05-25T02:02:18.123087" elapsed="0.000488"/>
</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-05-25T02:02:18.123725" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T02:02:18.122603" elapsed="0.001656"/>
</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-05-25T01:52:11.624812" elapsed="606.499506"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.124776" 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-05-25T02:02:18.124467" elapsed="0.000364"/>
</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-05-25T02:02:18.125363" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-05-25T02:02:18.125058" elapsed="0.000636"/>
</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-05-25T01:52:11.621660" elapsed="606.504071"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.127001" 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-05-25T02:02:18.126605" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.128409" 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-05-25T02:02:18.128076" elapsed="0.000376"/>
</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-05-25T02:02:18.128773" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:02:18.128558" elapsed="0.000273"/>
</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-05-25T02:02:18.131757" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:02:18.131512" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-05-25T02:02:18.131493" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:02:18.132179" 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-05-25T02:02:18.132296" 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-05-25T02:02:18.131987" elapsed="0.000336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.132890" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.246" 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-05-25T02:02:18.132457" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:02:18.133484" 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-05-25T02:02:18.133089" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:02:18.134448" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T02:02:18.134536" 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-05-25T02:02:18.134143" 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-05-25T02:02:18.134701" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T02:02:18.135930" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-05-25T02:02:18.735762" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 02:02:18 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Mon May 25 01:52:11 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-729-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-05-25T02:02:18.135562" elapsed="0.600365"/>
</kw>
<msg time="2026-05-25T02:02:18.736005" 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-05-25T02:02:18.135195" elapsed="0.600887"/>
</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-05-25T02:02:18.133712" elapsed="0.602470"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T02:02:18.736686" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T02:12:24.886678" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T02:12:24.887286" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T02:12:24.887391" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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-05-25T02:02:18.736406" elapsed="606.151041"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:12:24.887928" elapsed="0.000715"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.889790" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:23.941 16  switches: flows:  656124 655028 647761 654573 645698 647692 658622 643834 643347 640820 636322 643705 634893 622423 627738 647352  total = 171.765533 per ms 
02:04:24.042 16  switches: flows:  666716 683669 681190 679975 678644 677681 674712 679359 677404 671885 681188 677012 685655 677217 677495 678883  total = 180.508049 per ms 
02:05:24.144 16  switches: flows:  676312 673478 674384 672830 674273 673354 667444 678204 678280 669423 682361 674882 675335 679220 673887 679414  total = 179.746521 per ms 
02:06:24.246 16  switches: flows:  677238 680588 679901 676604 682193 683748 682462 677229 684893 678056 675503 671647 689302 680633 679826 685369  total = 181.116626 per ms 
02:07:24.348 16  switches: flows:  685326 688224 683114 687913 687734 683826 692629 682632 686335 684721 690012 688128 682544 692877 689566 694839  total = 183.031303 per ms 
02:08:24.451 16  switches: flows:  683597 680720 686903 683862 677249 686394 673182 684553 684031 678198 692489 677540 678511 690128 677070 680364  total = 181.603447 per ms 
02:09:24.553 16  switches: flows:  696192 692221 674943 684883 690311 690367 690537 689923 687840 683356 688016 689055 695715 683826 682276 691302  total = 183.203920 per ms 
02:10:24.656 16  switches: flows:  676245 678206 674441 675985 680710 677213 679366 682152 671155 668609 671230 678918 677888 682460 678073 688729  total = 180.384360 per ms 
02:11:24.763 16  switches: flows:  670952 665761 669587 673697 687734 676614 668810 674260 676481 674818 663206 680011 677049 672415 678437 683087  total = 179.562303 per ms 
02:12:24.867 16  switches: flows:  687310 681570 685930 689536 679788 686021 682046 685513 687106 684656 684273 689763 684668 689101 685761 685857  total = 182.501379 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 179562.30/183203.92/181295.32/60445.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:12:24.889040" elapsed="0.001075"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T02:12:24.890610" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-25T02:12:24.890293" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-05-25T02:12:24.890243" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T02:12:24.891058" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:12:24.890975" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-25T02:12:24.890938" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T02:12:24.891267" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T02:12:24.897028" elapsed="0.000504"/>
</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-05-25T02:12:24.897679" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:12:24.897989" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T02:12:24.891984" elapsed="0.006159"/>
</kw>
<msg time="2026-05-25T02:12:24.898273" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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-05-25T02:02:18.129188" elapsed="606.769117"/>
</kw>
<status status="PASS" start="2026-05-25T02:02:18.128855" elapsed="606.769499"/>
</branch>
<status status="PASS" start="2026-05-25T02:02:18.128538" elapsed="606.769838"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.898804" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:23.941 16  switches: flows:  656124 655028 647761 654573 645698 647692 658622 643834 643347 640820 636322 643705 634893 622423 627738 647352  total = 171.765533 per ms 
02:04:24.042 16  switches: flows:  666716 683669 681190 679975 678644 677681 674712 679359 677404 671885 681188 677012 685655 677217 677495 678883  total = 180.508049 per ms 
02:05:24.144 16  switches: flows:  676312 673478 674384 672830 674273 673354 667444 678204 678280 669423 682361 674882 675335 679220 673887 679414  total = 179.746521 per ms 
02:06:24.246 16  switches: flows:  677238 680588 679901 676604 682193 683748 682462 677229 684893 678056 675503 671647 689302 680633 679826 685369  total = 181.116626 per ms 
02:07:24.348 16  switches: flows:  685326 688224 683114 687913 687734 683826 692629 682632 686335 684721 690012 688128 682544 692877 689566 694839  total = 183.031303 per ms 
02:08:24.451 16  switches: flows:  683597 680720 686903 683862 677249 686394 673182 684553 684031 678198 692489 677540 678511 690128 677070 680364  total = 181.603447 per ms 
02:09:24.553 16  switches: flows:  696192 692221 674943 684883 690311 690367 690537 689923 687840 683356 688016 689055 695715 683826 682276 691302  total = 183.203920 per ms 
02:10:24.656 16  switches: flows:  676245 678206 674441 675985 680710 677213 679366 682152 671155 668609 671230 678918 677888 682460 678073 688729  total = 180.384360 per ms 
02:11:24.763 16  switches: flows:  670952 665761 669587 673697 687734 676614 668810 674260 676481 674818 663206 680011 677049 672415 678437 683087  total = 179.562303 per ms 
02:12:24.867 16  switches: flows:  687310 681570 685930 689536 679788 686021 682046 685513 687106 684656 684273 689763 684668 689101 685761 685857  total = 182.501379 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 179562.30/183203.92/181295.32/60445.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:12:24.898516" elapsed="0.000376"/>
</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-05-25T02:12:24.899048" elapsed="0.000366"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T02:12:24.899799" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T02:12:24.899904" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 179562.30/183203.92/181295.32/60445.64 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-05-25T02:12:24.899576" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:12:24.900339" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 179562.30/183203.92/181295.32/60445.64 | 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-05-25T02:12:24.900086" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.902743" 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-05-25T02:12:24.900523" elapsed="0.002277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.905173" level="INFO">179562.30/183203.92/181295.32/60445.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:12:24.902961" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:12:24.907554" 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-05-25T02:12:24.905378" elapsed="0.002203"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:12:24.910001" level="INFO">@{result_value_list} = [ 179562.30 | 183203.92 | 181295.32 | 60445.64 ]</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-05-25T02:12:24.907768" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.910488" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T02:12:24.910576" 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-05-25T02:12:24.910187" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.915381" level="INFO">min :: 179562.30</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-05-25T02:12:24.910990" elapsed="0.004447"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T02:12:24.910845" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.920182" level="INFO">max :: 183203.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:12:24.915688" elapsed="0.004550"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T02:12:24.915562" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.924787" level="INFO">avg :: 181295.32</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-05-25T02:12:24.920513" elapsed="0.004329"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T02:12:24.920362" elapsed="0.004536"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.929970" level="INFO">stdev :: 60445.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:12:24.925117" elapsed="0.004917"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T02:12:24.924988" elapsed="0.005083"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T02:12:24.910662" elapsed="0.019442"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.934062" level="INFO">${min} = 179562.30</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-05-25T02:12:24.930275" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.938106" level="INFO">${max} = 183203.92</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-05-25T02:12:24.934265" elapsed="0.003871"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.942113" level="INFO">${average} = 181295.32</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-05-25T02:12:24.938296" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.946116" level="INFO">${stdev} = 60445.64</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-05-25T02:12:24.942310" elapsed="0.003833"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.946652" level="INFO">${date} = 2026-05-25 02:12:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T02:12:24.946303" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.947245" level="INFO">CBench Result: 2026-05-25 02:12:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,179562.30,183203.92,181295.32,60445.64</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-05-25T02:12:24.946825" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T02:12:24.948341" 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-05-25T02:12:24.947929" elapsed="0.000477"/>
</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-05-25T02:12:24.948606" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T02:12:24.947438" elapsed="0.001710"/>
</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-05-25T02:02:18.127359" elapsed="606.821849"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.949721" 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-05-25T02:12:24.949357" elapsed="0.000426"/>
</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-05-25T02:12:24.950311" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-25T02:12:24.950011" elapsed="0.000636"/>
</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-05-25T02:02:18.126051" elapsed="606.824634"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.952352" 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-05-25T02:12:24.951954" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.954169" 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-05-25T02:12:24.953470" elapsed="0.000743"/>
</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-05-25T02:12:24.954559" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:12:24.954332" elapsed="0.000285"/>
</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-05-25T02:12:24.957532" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:12:24.957284" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-25T02:12:24.957264" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:12:24.957951" 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-05-25T02:12:24.958071" 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-05-25T02:12:24.957747" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.958651" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.246" 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-05-25T02:12:24.958233" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:12:24.959261" 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-05-25T02:12:24.958849" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:12:24.960345" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T02:12:24.960477" 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-05-25T02:12:24.959880" elapsed="0.000631"/>
</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-05-25T02:12:24.960658" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T02:12:24.961852" level="INFO">Logging into '10.30.171.246:22' as 'jenkins'.</msg>
<msg time="2026-05-25T02:12:25.586514" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 02:12:25 UTC 2026

  System load:  0.36               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Mon May 25 02:02:18 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-729-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-05-25T02:12:24.961501" elapsed="0.625207"/>
</kw>
<msg time="2026-05-25T02:12:25.586796" 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-05-25T02:12:24.961154" elapsed="0.625737"/>
</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-05-25T02:12:24.959490" elapsed="0.627521"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T02:12:25.587540" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T02:22:31.658052" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T02:22:31.658841" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T02:22:31.659061" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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-05-25T02:12:25.587243" elapsed="606.071919"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:22:31.659707" elapsed="0.000959"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.661891" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:30.752 16  switches: flows:  141986 142322 142729 159724 143203 140068 140785 139928 140592 133826 135655 133603 133853 131870 135907 140605  total = 37.277600 per ms 
02:14:30.853 16  switches: flows:  141886 143819 140622 140858 141738 142424 138298 141387 138669 135686 137286 136610 134950 134500 138614 139121  total = 37.045575 per ms 
02:15:30.953 16  switches: flows:  143204 141503 137910 141798 142160 140249 136987 138542 135695 134579 137335 138725 133951 132379 138024 132305  total = 36.694475 per ms 
02:16:31.054 16  switches: flows:  144738 141650 137620 141189 141556 140462 138300 140978 135466 134025 137641 134104 133412 134750 136630 133775  total = 36.710058 per ms 
02:17:31.154 16  switches: flows:  142687 143309 138926 140500 140915 138707 138421 139900 133222 134345 137581 133467 133401 132028 136784 131824  total = 36.539236 per ms 
02:18:31.255 16  switches: flows:  143823 142157 140406 144318 142076 142333 140407 143906 134804 135017 139288 136385 132960 134428 139921 136577  total = 37.084833 per ms 
02:19:31.355 16  switches: flows:  146395 142512 137610 141269 142888 140543 139792 140994 137202 136749 137550 134715 134202 134899 137791 134203  total = 36.926856 per ms 
02:20:31.456 16  switches: flows:  145275 144788 141003 143790 144811 142318 139518 143567 136600 138208 139766 137652 136562 137152 137222 137189  total = 37.361009 per ms 
02:21:31.556 16  switches: flows:  141879 142447 137952 140939 141935 138704 137641 138082 134248 134208 135699 134165 132466 133955 134855 132522  total = 36.467381 per ms 
02:22:31.657 16  switches: flows:  141728 141387 136993 140570 139307 138143 136238 138357 134098 134125 134410 133089 131324 132291 133979 133102  total = 36.258357 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36258.36/37361.01/36787.53/12266.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.661085" elapsed="0.001201"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T02:22:31.662706" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-25T02:22:31.662488" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-05-25T02:22:31.662436" elapsed="0.000409"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T02:22:31.662999" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:22:31.662948" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-05-25T02:22:31.662925" elapsed="0.000171"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T02:22:31.663140" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T02:22:31.666952" elapsed="0.000500"/>
</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-05-25T02:22:31.667669" elapsed="0.000247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:22:31.668101" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T02:22:31.663634" elapsed="0.004703"/>
</kw>
<msg time="2026-05-25T02:22:31.668520" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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-05-25T02:12:24.954977" elapsed="606.713581"/>
</kw>
<status status="PASS" start="2026-05-25T02:12:24.954642" elapsed="606.713984"/>
</branch>
<status status="PASS" start="2026-05-25T02:12:24.954311" elapsed="606.714346"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.669350" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:30.752 16  switches: flows:  141986 142322 142729 159724 143203 140068 140785 139928 140592 133826 135655 133603 133853 131870 135907 140605  total = 37.277600 per ms 
02:14:30.853 16  switches: flows:  141886 143819 140622 140858 141738 142424 138298 141387 138669 135686 137286 136610 134950 134500 138614 139121  total = 37.045575 per ms 
02:15:30.953 16  switches: flows:  143204 141503 137910 141798 142160 140249 136987 138542 135695 134579 137335 138725 133951 132379 138024 132305  total = 36.694475 per ms 
02:16:31.054 16  switches: flows:  144738 141650 137620 141189 141556 140462 138300 140978 135466 134025 137641 134104 133412 134750 136630 133775  total = 36.710058 per ms 
02:17:31.154 16  switches: flows:  142687 143309 138926 140500 140915 138707 138421 139900 133222 134345 137581 133467 133401 132028 136784 131824  total = 36.539236 per ms 
02:18:31.255 16  switches: flows:  143823 142157 140406 144318 142076 142333 140407 143906 134804 135017 139288 136385 132960 134428 139921 136577  total = 37.084833 per ms 
02:19:31.355 16  switches: flows:  146395 142512 137610 141269 142888 140543 139792 140994 137202 136749 137550 134715 134202 134899 137791 134203  total = 36.926856 per ms 
02:20:31.456 16  switches: flows:  145275 144788 141003 143790 144811 142318 139518 143567 136600 138208 139766 137652 136562 137152 137222 137189  total = 37.361009 per ms 
02:21:31.556 16  switches: flows:  141879 142447 137952 140939 141935 138704 137641 138082 134248 134208 135699 134165 132466 133955 134855 132522  total = 36.467381 per ms 
02:22:31.657 16  switches: flows:  141728 141387 136993 140570 139307 138143 136238 138357 134098 134125 134410 133089 131324 132291 133979 133102  total = 36.258357 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36258.36/37361.01/36787.53/12266.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.668854" elapsed="0.000605"/>
</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-05-25T02:22:31.669684" elapsed="0.000586"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T02:22:31.670846" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T02:22:31.670999" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36258.36/37361.01/36787.53/12266.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-25T02:22:31.670501" elapsed="0.000533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:22:31.671650" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36258.36/37361.01/36787.53/12266.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T02:22:31.671263" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.675046" 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-05-25T02:22:31.671925" elapsed="0.003180"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.677862" level="INFO">36258.36/37361.01/36787.53/12266.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.675252" elapsed="0.002685"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:22:31.680394" 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-05-25T02:22:31.678090" elapsed="0.002332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T02:22:31.683018" level="INFO">@{result_value_list} = [ 36258.36 | 37361.01 | 36787.53 | 12266.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T02:22:31.680627" elapsed="0.002419"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.683515" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T02:22:31.683603" 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-05-25T02:22:31.683204" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.688394" level="INFO">min :: 36258.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-05-25T02:22:31.684054" elapsed="0.004398"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T02:22:31.683922" elapsed="0.004567"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.693158" level="INFO">max :: 37361.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.688705" elapsed="0.004510"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T02:22:31.688578" elapsed="0.004673"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.697798" level="INFO">avg :: 36787.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.693464" elapsed="0.004391"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T02:22:31.693336" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.702715" level="INFO">stdev :: 12266.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.698125" elapsed="0.004647"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T02:22:31.697998" elapsed="0.004809"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T02:22:31.683707" elapsed="0.019130"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.706732" level="INFO">${min} = 36258.36</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-05-25T02:22:31.703025" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.710611" level="INFO">${max} = 37361.01</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-05-25T02:22:31.706934" elapsed="0.003703"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.714653" level="INFO">${average} = 36787.53</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T02:22:31.710791" elapsed="0.003889"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.718649" level="INFO">${stdev} = 12266.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T02:22:31.714840" elapsed="0.003837"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.719217" level="INFO">${date} = 2026-05-25 02:22:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T02:22:31.718842" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.719810" level="INFO">CBench Result: 2026-05-25 02:22:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36258.36,37361.01,36787.53,12266.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T02:22:31.719398" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T02:22:31.721017" 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-05-25T02:22:31.720514" elapsed="0.000572"/>
</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-05-25T02:22:31.721240" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T02:22:31.720034" elapsed="0.001740"/>
</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-05-25T02:12:24.952733" elapsed="606.769101"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.722360" 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-05-25T02:22:31.722003" elapsed="0.000415"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T02:22:31.724131" 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-05-25T02:22:31.723430" elapsed="0.000740"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-25T02:22:31.724516" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-05-25T02:22:31.724277" elapsed="0.000357"/>
</branch>
<status status="PASS" start="2026-05-25T02:22:31.724249" elapsed="0.000423"/>
</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-05-25T02:22:31.725055" elapsed="0.000040"/>
</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-05-25T02:22:31.725319" elapsed="0.000030"/>
</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-05-25T02:22:31.725581" elapsed="0.000031"/>
</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-05-25T02:22:31.725928" elapsed="0.000035"/>
</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-05-25T02:22:31.726239" elapsed="0.000212"/>
</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-05-25T02:22:31.726674" elapsed="0.000030"/>
</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-05-25T02:22:31.726930" elapsed="0.000032"/>
</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-05-25T02:22:31.727284" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:22:31.727061" elapsed="0.000308"/>
</branch>
<status status="NOT RUN" start="2026-05-25T02:22:31.727034" elapsed="0.000379"/>
</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-05-25T02:22:31.722956" elapsed="0.004537"/>
</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-05-25T02:12:24.951320" elapsed="606.776250"/>
</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-05-25T01:52:08.849762" elapsed="1822.879382"/>
</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>
