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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-16T01:01:05.468656" elapsed="0.823253"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T01:01:06.340579" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-16T01:01:06.292204" elapsed="0.048436"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T01:01:06.342257" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T01:01:06.342362" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-16T01:01:06.340805" elapsed="0.001584"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-16T01:01:06.342543" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:01:06.342904" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:01:06.343630" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:01:06.343300" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T01:01:06.343743" elapsed="0.000050"/>
</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.63
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-16T01:01:05.467302" elapsed="0.876586"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-16T01:01:05.465260" elapsed="0.878688"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:01:06.344470" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-16T01:01:06.344139" elapsed="0.000384"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:01:06.344952" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-16T01:01:06.344734" elapsed="0.000271"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T01:01:06.345609" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-16T01:01:06.345184" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T01:01:06.346175" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T01:01:06.345832" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T01:01:06.346720" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-16T01:01:06.346376" elapsed="0.000369"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T01:01:06.347217" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T01:01:06.346926" elapsed="0.000331"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given `path` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-16T01:01:06.347528" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:01:06.347341" elapsed="0.000260"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:01:06.349928" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:01:06.349582" elapsed="0.000372"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:01:06.351045" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T01:01:06.351137" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:01:06.350454" elapsed="0.000707"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:01:06.351300" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T01:01:06.352418" level="INFO">Logging into '10.30.171.134:22' as 'jenkins'.</msg>
<msg time="2026-09-16T01:01:06.875773" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Wed Sep 16 01:00:35 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-48317-840-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-16T01:01:06.352172" elapsed="0.523751"/>
</kw>
<msg time="2026-09-16T01:01:06.876009" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:01:06.351795" elapsed="0.524299"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-16T01:01:06.350151" elapsed="0.526093"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-16T01:01:06.885682" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-16T01:01:06.876451" elapsed="0.011899"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:01:06.888532" elapsed="0.000289"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-16T01:01:06.349084" elapsed="0.539795"/>
</kw>
<status status="PASS" start="2026-09-16T01:01:06.347861" elapsed="0.541051"/>
</branch>
<status status="PASS" start="2026-09-16T01:01:06.347315" elapsed="0.541629"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-16T01:01:06.889128" elapsed="0.000476"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-16T01:01:06.891471" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:01:06.891371" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-09-16T01:01:06.891348" elapsed="0.000196"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-16T01:01:06.892996" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:01:06.892907" elapsed="0.000133"/>
</branch>
<status status="PASS" start="2026-09-16T01:01:06.892888" elapsed="0.000173"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:01:06.893235" elapsed="0.000369"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T01:01:06.893974" level="INFO">Logging into '10.30.170.63:8101' as 'karaf'.</msg>
<msg time="2026-09-16T01:01:07.153692" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-16T01:01:06.893775" elapsed="0.260078"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.260965" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-16T01:01:07.154156" elapsed="0.106895"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.265309" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T01:01:07.265498" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-16T01:01:07.261268" elapsed="0.004259"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-16T01:01:07.265680" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:01:07.266023" elapsed="0.000239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:01:07.266755" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:01:07.266441" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T01:01:07.266853" elapsed="0.000048"/>
</return>
<msg time="2026-09-16T01:01:07.267026" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.63
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-16T01:01:06.892624" elapsed="0.374432"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T01:01:07.267227" elapsed="0.000478"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T01:01:07.267750" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-16T01:01:06.891093" elapsed="0.376769"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-16T01:01:07.269523" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:01:07.269412" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-09-16T01:01:07.269390" elapsed="0.000219"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:01:07.269763" elapsed="0.000380"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.270510" level="INFO">Logging into '10.30.170.63:8101' as 'karaf'.</msg>
<msg time="2026-09-16T01:01:07.434765" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-16T01:01:07.270312" elapsed="0.164599"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.456887" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-16T01:01:07.435166" elapsed="0.021778"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.459107" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T01:01:07.459210" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-16T01:01:07.457113" elapsed="0.002124"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-16T01:01:07.459374" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:01:07.459705" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:01:07.460358" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:01:07.460059" elapsed="0.000347"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T01:01:07.460452" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.63
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-16T01:01:07.269128" elapsed="0.191489"/>
</kw>
<status status="PASS" start="2026-09-16T01:01:05.463488" elapsed="1.997188"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:01:07.462597" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:01:07.461652" elapsed="0.001009"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T01:01:07.464146" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T01:01:07.463816" elapsed="0.000372"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-16T01:01:07.464489" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:01:07.464262" elapsed="0.000280"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-16T01:01:07.465656" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:01:07.465413" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-09-16T01:01:07.465394" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.466110" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-16T01:01:07.465909" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:01:07.466773" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.134" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:01:07.466423" elapsed="0.000406"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.467396" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:01:07.466989" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:01:07.468264" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T01:01:07.468344" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:01:07.467957" elapsed="0.000409"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:01:07.468499" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.469652" level="INFO">Logging into '10.30.171.134:22' as 'jenkins'.</msg>
<msg time="2026-09-16T01:01:07.831773" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Wed Sep 16 01:00:35 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Wed Sep 16 01:01:06 2026 from 10.30.170.93
[?2004h[jenkins@releng-48317-840-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-16T01:01:07.469367" elapsed="0.362600"/>
</kw>
<msg time="2026-09-16T01:01:07.832053" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:01:07.468991" elapsed="0.363167"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-16T01:01:07.467618" elapsed="0.364661"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T01:01:07.832845" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T01:11:13.967220" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T01:11:13.967858" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T01:11:13.967957" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-16T01:01:07.832543" elapsed="606.135468"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:11:13.968473" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.970699" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63: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.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:13.075 16  switches: flows:  83621 84209 87289 83831 82243 80471 82437 81884 80648 79004 76142 75392 76584 76626 74530 75471  total = 21.339700 per ms 
01:03:13.175 16  switches: flows:  86979 86845 90329 87168 86030 82978 86595 83154 82880 81659 80384 79707 79728 81493 77289 79432  total = 22.173801 per ms 
01:04:13.275 16  switches: flows:  88285 88466 90105 89220 86112 84608 87665 86092 83735 82785 80207 80962 80965 80765 78974 79446  total = 22.435764 per ms 
01:05:13.375 16  switches: flows:  85594 87666 85754 87545 82586 83046 85307 84093 82042 81875 78314 79101 79687 78784 78532 80620  total = 21.972420 per ms 
01:06:13.476 16  switches: flows:  87059 88570 87922 86385 83933 85910 85636 83087 82314 79946 79076 80381 81149 78339 79723 80090  total = 22.121745 per ms 
01:07:13.576 16  switches: flows:  85626 85459 86359 86758 83018 86743 86122 82520 82453 79538 77998 78334 79618 78404 79443 81303  total = 21.958295 per ms 
01:08:13.676 16  switches: flows:  87524 89544 88556 88487 86188 85809 86832 83994 82032 82251 79684 79441 80819 80761 78434 79523  total = 22.294058 per ms 
01:09:13.776 16  switches: flows:  87065 88340 89423 87058 86052 84746 87153 83595 82639 82059 79108 78804 80908 79591 78497 77463  total = 22.171349 per ms 
01:10:13.877 16  switches: flows:  87587 87794 89366 86596 84869 86322 87400 84220 84008 82277 78996 79769 80675 81207 81617 80525  total = 22.349830 per ms 
01:11:13.977 16  switches: flows:  86054 87228 89373 87815 85155 85819 86519 84837 82583 82322 80011 79973 80243 79127 81078 80596  total = 22.275018 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21958.29/22435.76/22194.70/7399.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.969785" elapsed="0.001208"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T01:11:13.971466" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-09-16T01:11:13.971205" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-09-16T01:11:13.971147" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T01:11:13.971968" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:11:13.971895" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:11:13.971861" elapsed="0.000233"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T01:11:13.972160" elapsed="0.000026"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:11:13.973853" elapsed="0.000655"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:11:13.974934" elapsed="0.000335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:11:13.975541" elapsed="0.000256"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T01:11:13.972919" elapsed="0.002985"/>
</kw>
<msg time="2026-09-16T01:11:13.976131" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-16T01:01:07.464893" elapsed="606.511292"/>
</kw>
<status status="PASS" start="2026-09-16T01:01:07.464592" elapsed="606.511689"/>
</branch>
<status status="PASS" start="2026-09-16T01:01:07.464240" elapsed="606.512091"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.977380" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63: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.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:13.075 16  switches: flows:  83621 84209 87289 83831 82243 80471 82437 81884 80648 79004 76142 75392 76584 76626 74530 75471  total = 21.339700 per ms 
01:03:13.175 16  switches: flows:  86979 86845 90329 87168 86030 82978 86595 83154 82880 81659 80384 79707 79728 81493 77289 79432  total = 22.173801 per ms 
01:04:13.275 16  switches: flows:  88285 88466 90105 89220 86112 84608 87665 86092 83735 82785 80207 80962 80965 80765 78974 79446  total = 22.435764 per ms 
01:05:13.375 16  switches: flows:  85594 87666 85754 87545 82586 83046 85307 84093 82042 81875 78314 79101 79687 78784 78532 80620  total = 21.972420 per ms 
01:06:13.476 16  switches: flows:  87059 88570 87922 86385 83933 85910 85636 83087 82314 79946 79076 80381 81149 78339 79723 80090  total = 22.121745 per ms 
01:07:13.576 16  switches: flows:  85626 85459 86359 86758 83018 86743 86122 82520 82453 79538 77998 78334 79618 78404 79443 81303  total = 21.958295 per ms 
01:08:13.676 16  switches: flows:  87524 89544 88556 88487 86188 85809 86832 83994 82032 82251 79684 79441 80819 80761 78434 79523  total = 22.294058 per ms 
01:09:13.776 16  switches: flows:  87065 88340 89423 87058 86052 84746 87153 83595 82639 82059 79108 78804 80908 79591 78497 77463  total = 22.171349 per ms 
01:10:13.877 16  switches: flows:  87587 87794 89366 86596 84869 86322 87400 84220 84008 82277 78996 79769 80675 81207 81617 80525  total = 22.349830 per ms 
01:11:13.977 16  switches: flows:  86054 87228 89373 87815 85155 85819 86519 84837 82583 82322 80011 79973 80243 79127 81078 80596  total = 22.275018 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21958.29/22435.76/22194.70/7399.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.976791" elapsed="0.000741"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T01:11:13.977932" elapsed="0.000807"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T01:11:13.979597" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T01:11:13.979814" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21958.29/22435.76/22194.70/7399.81 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-16T01:11:13.979119" elapsed="0.000745"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:11:13.980750" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21958.29/22435.76/22194.70/7399.81 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:11:13.980219" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.981974" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.981213" elapsed="0.000873"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.983254" level="INFO">21958.29/22435.76/22194.70/7399.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.982486" elapsed="0.000878"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:11:13.984373" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:11:13.983754" elapsed="0.000673"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:11:13.985549" level="INFO">@{result_value_list} = [ 21958.29 | 22435.76 | 22194.70 | 7399.81 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:11:13.984911" elapsed="0.000726"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.986667" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T01:11:13.986846" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:11:13.986010" elapsed="0.000884"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.988801" level="INFO">min :: 21958.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.987794" elapsed="0.001144"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T01:11:13.987368" elapsed="0.001649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.990598" level="INFO">max :: 22435.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.989639" elapsed="0.001099"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T01:11:13.989230" elapsed="0.001577"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.992295" level="INFO">avg :: 22194.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.991356" elapsed="0.001050"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T01:11:13.990986" elapsed="0.001487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.994019" level="INFO">stdev :: 7399.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:13.993084" elapsed="0.001046"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T01:11:13.992711" elapsed="0.001486"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T01:11:13.987024" elapsed="0.007238"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.995481" level="INFO">${min} = 21958.29</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:11:13.994634" elapsed="0.000900"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.996802" level="INFO">${max} = 22435.76</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:11:13.995915" elapsed="0.000941"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.998112" level="INFO">${average} = 22194.70</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:11:13.997181" elapsed="0.000984"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:11:13.999538" level="INFO">${stdev} = 7399.81</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:11:13.998502" elapsed="0.001124"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.000872" level="INFO">${date} = 2026-09-16 01:11:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-16T01:11:14.000059" elapsed="0.000866"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.002079" level="INFO">CBench Result: 2026-09-16 01:11:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21958.29,22435.76,22194.70,7399.81</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:14.001329" elapsed="0.000861"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:11:14.004685" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-16T01:11:14.003537" elapsed="0.001287"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-16T01:11:14.005175" elapsed="0.000919"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T01:11:14.002585" elapsed="0.003754"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-16T01:01:07.463261" elapsed="606.543226"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.007618" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T01:11:14.006910" elapsed="0.000858"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-16T01:11:14.009148" elapsed="0.000710"/>
</kw>
<status status="PASS" start="2026-09-16T01:11:14.008246" elapsed="0.001770"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-16T01:01:07.460812" elapsed="606.549283"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.012743" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:14.012229" elapsed="0.000592"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.014660" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T01:11:14.014130" elapsed="0.000622"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-16T01:11:14.015227" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:11:14.014855" elapsed="0.000447"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-16T01:11:14.016888" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:11:14.016524" elapsed="0.000437"/>
</branch>
<status status="PASS" start="2026-09-16T01:11:14.016498" elapsed="0.000494"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:11:14.017513" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-16T01:11:14.017240" elapsed="0.000533"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.018469" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.63 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.134" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:11:14.018013" elapsed="0.000531"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:11:14.019303" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:11:14.018824" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:11:14.020482" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T01:11:14.020617" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:11:14.020090" elapsed="0.000577"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:11:14.020854" elapsed="0.000406"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T01:11:14.022362" level="INFO">Logging into '10.30.171.134:22' as 'jenkins'.</msg>
<msg time="2026-09-16T01:11:14.708940" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Wed Sep 16 01:11:14 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Wed Sep 16 01:01:07 2026 from 10.30.170.93
[?2004h[jenkins@releng-48317-840-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-16T01:11:14.021994" elapsed="0.687144"/>
</kw>
<msg time="2026-09-16T01:11:14.709228" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:11:14.021463" elapsed="0.687858"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-16T01:11:14.019604" elapsed="0.689826"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T01:11:14.710014" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.63 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T01:21:20.801253" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T01:21:20.801898" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T01:21:20.802028" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-16T01:11:14.709723" elapsed="606.092377"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:21:20.802601" elapsed="0.000700"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.804686" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63: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.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:19.876 16  switches: flows:  622475 629358 637812 630387 641434 647171 631605 632142 625469 634801 640568 632247 641273 651178 633026 635804  total = 169.445833 per ms 
01:13:20.000 16  switches: flows:  709622 719498 707346 715565 726175 715644 700936 712093 716916 710762 709359 711164 716815 708971 710231 720220  total = 189.794903 per ms 
01:14:20.101 16  switches: flows:  735404 742039 739831 750502 758241 745243 746144 749196 745224 741464 739795 741577 743647 742241 756317 745663  total = 198.374833 per ms 
01:15:20.203 16  switches: flows:  730822 745887 746564 743690 745022 741123 744910 733935 739121 736567 749613 751624 746192 745611 751199 739006  total = 197.846486 per ms 
01:16:20.304 16  switches: flows:  733332 733504 742866 727791 750862 740461 727520 744515 732600 739985 740117 728495 745625 748141 743698 740634  total = 196.673143 per ms 
01:17:20.404 16  switches: flows:  744995 752998 748428 740968 752517 746527 749585 758757 747219 744226 749212 757456 749481 750245 756128 755716  total = 199.738633 per ms 
01:18:20.506 16  switches: flows:  750513 753466 752541 761533 754854 745398 748936 754425 753506 754212 758453 768415 756100 754574 752446 767368  total = 201.106487 per ms 
01:19:20.607 16  switches: flows:  749608 753003 749781 759589 760866 747091 747948 753734 744340 757102 753915 763347 756936 755185 754114 758289  total = 200.743644 per ms 
01:20:20.709 16  switches: flows:  748486 755381 757515 746482 750737 744328 750320 755080 742945 757876 741129 743724 753775 746880 750921 758740  total = 199.736326 per ms 
01:21:20.811 16  switches: flows:  754355 754715 755111 765548 770102 759065 755760 771542 758208 762160 761456 768905 769523 758333 767269 770974  total = 203.041682 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 189794.90/203041.68/198561.79/66283.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.803786" elapsed="0.001203"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T01:21:20.805458" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-09-16T01:21:20.805183" elapsed="0.000460"/>
</branch>
<status status="PASS" start="2026-09-16T01:21:20.805130" elapsed="0.000567"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T01:21:20.805891" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:21:20.805817" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:21:20.805784" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T01:21:20.806148" elapsed="0.000031"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:21:20.807807" elapsed="0.000691"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:21:20.808909" elapsed="0.000354"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:21:20.809581" elapsed="0.000247"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T01:21:20.806860" elapsed="0.003086"/>
</kw>
<msg time="2026-09-16T01:21:20.810252" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-16T01:11:14.015826" elapsed="606.794488"/>
</kw>
<status status="PASS" start="2026-09-16T01:11:14.015336" elapsed="606.795086"/>
</branch>
<status status="PASS" start="2026-09-16T01:11:14.014825" elapsed="606.795651"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.811810" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63: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.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:19.876 16  switches: flows:  622475 629358 637812 630387 641434 647171 631605 632142 625469 634801 640568 632247 641273 651178 633026 635804  total = 169.445833 per ms 
01:13:20.000 16  switches: flows:  709622 719498 707346 715565 726175 715644 700936 712093 716916 710762 709359 711164 716815 708971 710231 720220  total = 189.794903 per ms 
01:14:20.101 16  switches: flows:  735404 742039 739831 750502 758241 745243 746144 749196 745224 741464 739795 741577 743647 742241 756317 745663  total = 198.374833 per ms 
01:15:20.203 16  switches: flows:  730822 745887 746564 743690 745022 741123 744910 733935 739121 736567 749613 751624 746192 745611 751199 739006  total = 197.846486 per ms 
01:16:20.304 16  switches: flows:  733332 733504 742866 727791 750862 740461 727520 744515 732600 739985 740117 728495 745625 748141 743698 740634  total = 196.673143 per ms 
01:17:20.404 16  switches: flows:  744995 752998 748428 740968 752517 746527 749585 758757 747219 744226 749212 757456 749481 750245 756128 755716  total = 199.738633 per ms 
01:18:20.506 16  switches: flows:  750513 753466 752541 761533 754854 745398 748936 754425 753506 754212 758453 768415 756100 754574 752446 767368  total = 201.106487 per ms 
01:19:20.607 16  switches: flows:  749608 753003 749781 759589 760866 747091 747948 753734 744340 757102 753915 763347 756936 755185 754114 758289  total = 200.743644 per ms 
01:20:20.709 16  switches: flows:  748486 755381 757515 746482 750737 744328 750320 755080 742945 757876 741129 743724 753775 746880 750921 758740  total = 199.736326 per ms 
01:21:20.811 16  switches: flows:  754355 754715 755111 765548 770102 759065 755760 771542 758208 762160 761456 768905 769523 758333 767269 770974  total = 203.041682 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 189794.90/203041.68/198561.79/66283.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.811107" elapsed="0.000897"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T01:21:20.812385" elapsed="0.000839"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T01:21:20.814185" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T01:21:20.814447" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 189794.90/203041.68/198561.79/66283.76 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-16T01:21:20.813657" elapsed="0.000847"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:21:20.815469" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 189794.90/203041.68/198561.79/66283.76 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:21:20.814921" elapsed="0.000611"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.816818" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.816014" elapsed="0.000929"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.818286" level="INFO">189794.90/203041.68/198561.79/66283.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.817456" elapsed="0.000955"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:21:20.819511" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:21:20.818810" elapsed="0.000794"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:21:20.820804" level="INFO">@{result_value_list} = [ 189794.90 | 203041.68 | 198561.79 | 66283.76 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:21:20.820081" elapsed="0.000784"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.821997" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T01:21:20.822190" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:21:20.821271" elapsed="0.000973"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.824380" level="INFO">min :: 189794.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.823248" elapsed="0.001284"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T01:21:20.822809" elapsed="0.001835"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.826363" level="INFO">max :: 203041.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.825278" elapsed="0.001207"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T01:21:20.824846" elapsed="0.001747"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.828244" level="INFO">avg :: 198561.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.827209" elapsed="0.001155"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T01:21:20.826789" elapsed="0.001649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.830098" level="INFO">stdev :: 66283.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.829082" elapsed="0.001139"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T01:21:20.828659" elapsed="0.001635"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T01:21:20.822401" elapsed="0.007961"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.831729" level="INFO">${min} = 189794.90</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:21:20.830759" elapsed="0.001028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.833152" level="INFO">${max} = 203041.68</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:21:20.832166" elapsed="0.001058"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.834769" level="INFO">${average} = 198561.79</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:21:20.833624" elapsed="0.001205"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.836358" level="INFO">${stdev} = 66283.76</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:21:20.835213" elapsed="0.001202"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.837986" level="INFO">${date} = 2026-09-16 01:21:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-16T01:21:20.836916" elapsed="0.001145"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.839757" level="INFO">CBench Result: 2026-09-16 01:21:20,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,189794.90,203041.68,198561.79,66283.76</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.838743" elapsed="0.001158"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:21:20.842362" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-16T01:21:20.841395" elapsed="0.001104"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-16T01:21:20.842886" elapsed="0.001381"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T01:21:20.840388" elapsed="0.004015"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-16T01:11:14.013227" elapsed="606.831295"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.845517" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T01:21:20.844869" elapsed="0.000795"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-16T01:21:20.846764" elapsed="0.000577"/>
</kw>
<status status="PASS" start="2026-09-16T01:21:20.846090" elapsed="0.001378"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-16T01:11:14.011272" elapsed="606.836245"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.849408" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.848894" elapsed="0.000590"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.851290" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T01:21:20.850856" elapsed="0.000488"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-16T01:21:20.851841" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:21:20.851510" elapsed="0.000404"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-16T01:21:20.853654" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:21:20.853333" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-09-16T01:21:20.853308" elapsed="0.000451"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:21:20.854269" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-16T01:21:20.854018" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.855191" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.134" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:21:20.854716" elapsed="0.000552"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:21:20.856029" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:21:20.855491" elapsed="0.000572"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:21:20.857233" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T01:21:20.857343" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:21:20.856808" elapsed="0.000565"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:21:20.857600" elapsed="0.000489"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T01:21:20.859225" level="INFO">Logging into '10.30.171.134:22' as 'jenkins'.</msg>
<msg time="2026-09-16T01:21:21.529526" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Wed Sep 16 01:21:21 UTC 2026

  System load:  0.67               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.134
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Wed Sep 16 01:11:14 2026 from 10.30.170.93
[?2004h[jenkins@releng-48317-840-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-16T01:21:20.858829" elapsed="0.670930"/>
</kw>
<msg time="2026-09-16T01:21:21.529853" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:21:20.858303" elapsed="0.671636"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-16T01:21:20.856315" elapsed="0.673752"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T01:21:21.530670" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T01:31:27.890977" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T01:31:27.891613" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T01:31:27.891719" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-16T01:21:21.530337" elapsed="606.361434"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:31:27.892294" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.894207" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63: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.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:27.008 16  switches: flows:  85773 94439 85224 85040 87449 88997 84907 83997 85135 83410 81580 84933 83829 82097 90524 81723  total = 22.817617 per ms 
01:23:27.108 16  switches: flows:  86681 86033 85676 84879 85397 84591 85712 84029 83967 85232 82055 83256 83480 82173 82190 82516  total = 22.427018 per ms 
01:24:27.208 16  switches: flows:  88144 87062 85731 86929 87031 83976 85258 86249 83897 84619 83413 85423 85779 83546 83302 84118  total = 22.703389 per ms 
01:25:27.309 16  switches: flows:  87614 85966 85537 85873 83778 84272 86592 84107 81534 83853 81537 83078 82832 82598 81416 83452  total = 22.363296 per ms 
01:26:27.409 16  switches: flows:  90397 88854 86616 87442 87279 86795 90094 86059 83939 86557 84296 86117 84992 84416 85713 84351  total = 23.026841 per ms 
01:27:27.509 16  switches: flows:  91639 90559 88710 88584 87153 88585 89795 88666 85316 89619 86959 85634 86364 86555 86542 86244  total = 23.409612 per ms 
01:28:27.610 16  switches: flows:  91438 90309 88771 89156 86770 87263 90041 86649 85618 88851 84872 84731 85365 85566 85228 86243  total = 23.242370 per ms 
01:29:27.710 16  switches: flows:  91293 89364 85234 89931 85859 87292 89042 86976 85317 89630 84688 85639 85481 84103 84625 86038  total = 23.136584 per ms 
01:30:27.810 16  switches: flows:  90024 87342 87571 89854 85558 85029 88082 85376 84538 88005 83615 85127 85469 84149 84234 84978  total = 22.944217 per ms 
01:31:27.910 16  switches: flows:  92350 89165 89674 90029 87346 87637 90179 86289 85136 89485 85578 86185 85848 86473 84964 85988  total = 23.333150 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22363.30/23409.61/22954.05/7659.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.893430" elapsed="0.001099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T01:31:27.895099" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-09-16T01:31:27.894747" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-09-16T01:31:27.894695" elapsed="0.000617"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T01:31:27.895500" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:31:27.895428" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:31:27.895395" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T01:31:27.895723" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T01:31:27.897307" elapsed="0.000728"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-16T01:31:27.898406" elapsed="0.000354"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:31:27.899051" elapsed="0.000196"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T01:31:27.896398" elapsed="0.002955"/>
</kw>
<msg time="2026-09-16T01:31:27.899607" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-16T01:21:20.852623" elapsed="607.047056"/>
</kw>
<status status="PASS" start="2026-09-16T01:21:20.851947" elapsed="607.047839"/>
</branch>
<status status="PASS" start="2026-09-16T01:21:20.851475" elapsed="607.048371"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.901025" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63: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.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:27.008 16  switches: flows:  85773 94439 85224 85040 87449 88997 84907 83997 85135 83410 81580 84933 83829 82097 90524 81723  total = 22.817617 per ms 
01:23:27.108 16  switches: flows:  86681 86033 85676 84879 85397 84591 85712 84029 83967 85232 82055 83256 83480 82173 82190 82516  total = 22.427018 per ms 
01:24:27.208 16  switches: flows:  88144 87062 85731 86929 87031 83976 85258 86249 83897 84619 83413 85423 85779 83546 83302 84118  total = 22.703389 per ms 
01:25:27.309 16  switches: flows:  87614 85966 85537 85873 83778 84272 86592 84107 81534 83853 81537 83078 82832 82598 81416 83452  total = 22.363296 per ms 
01:26:27.409 16  switches: flows:  90397 88854 86616 87442 87279 86795 90094 86059 83939 86557 84296 86117 84992 84416 85713 84351  total = 23.026841 per ms 
01:27:27.509 16  switches: flows:  91639 90559 88710 88584 87153 88585 89795 88666 85316 89619 86959 85634 86364 86555 86542 86244  total = 23.409612 per ms 
01:28:27.610 16  switches: flows:  91438 90309 88771 89156 86770 87263 90041 86649 85618 88851 84872 84731 85365 85566 85228 86243  total = 23.242370 per ms 
01:29:27.710 16  switches: flows:  91293 89364 85234 89931 85859 87292 89042 86976 85317 89630 84688 85639 85481 84103 84625 86038  total = 23.136584 per ms 
01:30:27.810 16  switches: flows:  90024 87342 87571 89854 85558 85029 88082 85376 84538 88005 83615 85127 85469 84149 84234 84978  total = 22.944217 per ms 
01:31:27.910 16  switches: flows:  92350 89165 89674 90029 87346 87637 90179 86289 85136 89485 85578 86185 85848 86473 84964 85988  total = 23.333150 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22363.30/23409.61/22954.05/7659.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.900360" elapsed="0.000815"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T01:31:27.901514" elapsed="0.000764"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T01:31:27.903153" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T01:31:27.903337" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22363.30/23409.61/22954.05/7659.79 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-16T01:31:27.902672" elapsed="0.000715"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:31:27.904321" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22363.30/23409.61/22954.05/7659.79 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:31:27.903783" elapsed="0.000598"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.905665" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.904900" elapsed="0.000884"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.907027" level="INFO">22363.30/23409.61/22954.05/7659.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.906227" elapsed="0.000917"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:31:27.908218" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:31:27.907506" elapsed="0.000770"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:31:27.909492" level="INFO">@{result_value_list} = [ 22363.30 | 23409.61 | 22954.05 | 7659.79 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-16T01:31:27.908779" elapsed="0.000773"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.910686" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T01:31:27.910891" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-16T01:31:27.909996" elapsed="0.000949"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.912960" level="INFO">min :: 22363.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-09-16T01:31:27.911920" elapsed="0.001171"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T01:31:27.911441" elapsed="0.001732"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.914791" level="INFO">max :: 23409.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.913794" elapsed="0.001139"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T01:31:27.913371" elapsed="0.001635"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.916590" level="INFO">avg :: 22954.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.915602" elapsed="0.001109"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T01:31:27.915183" elapsed="0.001599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.918421" level="INFO">stdev :: 7659.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.917367" elapsed="0.001173"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T01:31:27.916981" elapsed="0.001680"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T01:31:27.911092" elapsed="0.007633"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.920053" level="INFO">${min} = 22363.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:31:27.919110" elapsed="0.001003"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.921417" level="INFO">${max} = 23409.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:31:27.920463" elapsed="0.001010"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.922800" level="INFO">${average} = 22954.05</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:31:27.921855" elapsed="0.001004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.924173" level="INFO">${stdev} = 7659.79</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T01:31:27.923235" elapsed="0.000994"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.925465" level="INFO">${date} = 2026-09-16 01:31:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-16T01:31:27.924695" elapsed="0.000827"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.927003" level="INFO">CBench Result: 2026-09-16 01:31:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22363.30,23409.61,22954.05,7659.79</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:31:27.926142" elapsed="0.000979"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:31:27.929291" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-16T01:31:27.928398" elapsed="0.001031"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-16T01:31:27.929824" elapsed="0.001301"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T01:31:27.927408" elapsed="0.003851"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-16T01:21:20.850166" elapsed="607.081210"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.932353" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T01:31:27.931718" elapsed="0.000748"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T01:31:27.935149" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-16T01:31:27.934107" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-16T01:31:27.935741" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-16T01:31:27.935420" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-09-16T01:31:27.935361" elapsed="0.000600"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.936303" elapsed="0.000046"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.936667" elapsed="0.000044"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.937051" elapsed="0.000041"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.937379" elapsed="0.000040"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.938095" elapsed="0.000047"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.938425" elapsed="0.000040"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.938736" elapsed="0.000027"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-16T01:31:27.939062" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:31:27.938850" elapsed="0.000282"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:31:27.938825" elapsed="0.000339"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-16T01:31:27.933238" elapsed="0.005998"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-16T01:21:20.848158" elapsed="607.091143"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-16T01:01:04.984891" elapsed="1822.954967"/>
</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>
