<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-12T01:06:48.984116" 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-12T01:06:49.526685" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:06:49.526515" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:49.526484" elapsed="0.000303"/>
</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-12T01:06:49.526923" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T01:06:49.527914" level="INFO">Logging into '10.30.171.137:8101' as 'karaf'.</msg>
<msg time="2026-09-12T01:06:50.324559" 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-12T01:06:49.527639" elapsed="0.797114"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T01:06:50.372455" 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-12T01:06:50.325029" elapsed="0.047600"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T01:06:50.374621" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T01:06:50.374731" 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-12T01:06:50.372910" elapsed="0.001849"/>
</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-12T01:06:50.374908" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:06:50.375267" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:06:50.376015" 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-12T01:06:50.375687" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T01:06:50.376116" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.137
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-12T01:06:49.526171" elapsed="0.850122"/>
</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-12T01:06:49.522565" elapsed="0.853789"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:06:50.377010" 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-12T01:06:50.376538" elapsed="0.000524"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:06:50.377436" 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-12T01:06:50.377204" elapsed="0.000298"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T01:06:50.378065" 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-12T01:06:50.377697" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T01:06:50.378570" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T01:06:50.378248" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T01:06:50.379182" 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-12T01:06:50.378828" elapsed="0.000379"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T01:06:50.379685" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T01:06:50.379356" elapsed="0.000370"/>
</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-12T01:06:50.380022" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:06:50.379815" elapsed="0.000255"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:06:50.386177" 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-12T01:06:50.385112" elapsed="0.001133"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:06:50.387512" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T01:06:50.387615" 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-12T01:06:50.386980" elapsed="0.000658"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:06:50.387778" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T01:06:50.389178" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-12T01:06:50.862840" 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 Sat Sep 12 01:06:20 UTC 2026

  System load:  0.19               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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-836-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-12T01:06:50.388640" elapsed="0.474341"/>
</kw>
<msg time="2026-09-12T01:06:50.863065" 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-12T01:06:50.388279" elapsed="0.474868"/>
</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-12T01:06:50.386626" elapsed="0.476629"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-12T01:06:50.871588" 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-12T01:06:50.863449" elapsed="0.010083"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:06:50.873799" elapsed="0.000351"/>
</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-12T01:06:50.383567" elapsed="0.490660"/>
</kw>
<status status="PASS" start="2026-09-12T01:06:50.380264" elapsed="0.494009"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:50.379787" elapsed="0.494527"/>
</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-12T01:06:50.874507" elapsed="0.000618"/>
</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-12T01:06:50.880727" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:06:50.880543" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:50.880513" elapsed="0.000311"/>
</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-12T01:06:50.885466" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:06:50.885315" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:50.885292" elapsed="0.000276"/>
</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-12T01:06:50.885752" elapsed="0.000528"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T01:06:50.886817" level="INFO">Logging into '10.30.171.137:8101' as 'karaf'.</msg>
<msg time="2026-09-12T01:06:51.158283" 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-12T01:06:50.886463" elapsed="0.271972"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.246376" 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-12T01:06:51.158718" elapsed="0.087804"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.268215" 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-12T01:06:51.268441" 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-12T01:06:51.246801" elapsed="0.021668"/>
</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-12T01:06:51.268652" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:06:51.269069" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:06:51.269741" 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-12T01:06:51.269411" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T01:06:51.269837" elapsed="0.000049"/>
</return>
<msg time="2026-09-12T01:06:51.270020" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.137
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-12T01:06:50.884886" elapsed="0.385163"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T01:06:51.270180" elapsed="0.000484"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T01:06:51.270710" elapsed="0.000029"/>
</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-12T01:06:50.880175" elapsed="0.390653"/>
</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-12T01:06:51.274369" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:06:51.274245" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:51.274224" elapsed="0.000208"/>
</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-12T01:06:51.274567" elapsed="0.000407"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.275334" level="INFO">Logging into '10.30.171.137:8101' as 'karaf'.</msg>
<msg time="2026-09-12T01:06:51.424108" 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-12T01:06:51.275106" elapsed="0.149149"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.448584" 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-12T01:06:51.424487" elapsed="0.024169"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.450502" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T01:06:51.450624" 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-12T01:06:51.448799" elapsed="0.001853"/>
</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-12T01:06:51.450774" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:06:51.451078" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:06:51.451712" 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-12T01:06:51.451401" elapsed="0.000356"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T01:06:51.451804" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.137
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-12T01:06:51.273961" elapsed="0.177998"/>
</kw>
<status status="PASS" start="2026-09-12T01:06:49.520635" elapsed="1.931381"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:06:51.454037" 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-12T01:06:51.452780" elapsed="0.001315"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T01:06:51.455384" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T01:06:51.455070" elapsed="0.000354"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-12T01:06:51.455750" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:06:51.455496" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-12T01:06:51.459079" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:06:51.458852" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:51.458829" elapsed="0.000324"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.459458" 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-12T01:06:51.459583" 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-12T01:06:51.459271" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:06:51.460121" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.137 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-12T01:06:51.459745" elapsed="0.000430"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.460805" 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-12T01:06:51.460299" elapsed="0.000530"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:06:51.461668" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T01:06:51.461746" 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-12T01:06:51.461342" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:06:51.461894" elapsed="0.000296"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.462990" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-12T01:06:51.830018" 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 Sat Sep 12 01:06:20 UTC 2026

  System load:  0.19               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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: Sat Sep 12 01:06:50 2026 from 10.30.170.222
[?2004h[jenkins@releng-48317-836-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-12T01:06:51.462673" elapsed="0.367455"/>
</kw>
<msg time="2026-09-12T01:06:51.830187" 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-12T01:06:51.462326" elapsed="0.367932"/>
</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-12T01:06:51.461012" elapsed="0.369331"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T01:06:51.830731" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.137 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T01:16:57.950359" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T01:16:57.950988" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T01:16:57.951084" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-12T01:06:51.830491" elapsed="606.120646"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:16:57.951595" elapsed="0.000738"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:57.953394" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.137. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:57.041 16  switches: flows:  88282 87508 87318 85986 85846 84031 83362 84178 81691 81970 80926 80534 80436 79275 80955 78976  total = 22.187900 per ms 
01:08:57.142 16  switches: flows:  93371 91372 91812 91150 90468 88895 87696 89406 86096 85848 85159 84408 83427 84478 84683 83032  total = 23.316075 per ms 
01:09:57.242 16  switches: flows:  93410 93485 92796 91042 91272 88726 88003 89768 85739 86661 84713 83559 83580 84356 85409 81895  total = 23.367902 per ms 
01:10:57.342 16  switches: flows:  95425 94676 94804 92744 91916 90521 90818 91649 87307 86928 86655 85474 85546 85772 86950 83575  total = 23.806275 per ms 
01:11:57.442 16  switches: flows:  97401 94875 95785 94020 91739 92540 90538 93364 88838 87678 86657 87234 85681 85848 86676 85220  total = 24.028109 per ms 
01:12:57.543 16  switches: flows:  96212 96173 96074 93391 91234 91385 90279 93276 87870 87082 86580 87515 85781 86155 88026 87477  total = 24.035054 per ms 
01:13:57.643 16  switches: flows:  95789 97216 98114 93782 91299 91929 91032 94088 89152 89087 88005 87570 85829 86135 88156 87079  total = 24.197321 per ms 
01:14:57.743 16  switches: flows:  96720 95977 97226 93098 93135 92088 89769 92969 88282 87398 87747 85991 86603 85818 87587 85105  total = 24.051704 per ms 
01:15:57.843 16  switches: flows:  95434 96373 96555 93981 94119 92024 90565 94543 87686 87382 87826 87399 85942 86544 89784 86240  total = 24.166297 per ms 
01:16:57.943 16  switches: flows:  95926 96903 96930 93237 94159 92319 90638 92958 87699 88081 87904 86621 87024 87894 88699 85807  total = 24.172972 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23316.07/24197.32/23904.63/7974.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:16:57.952729" elapsed="0.000998"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T01:16:57.954196" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-12T01:16:57.953920" elapsed="0.000422"/>
</branch>
<status status="PASS" start="2026-09-12T01:16:57.953865" elapsed="0.000527"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T01:16:57.954632" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:16:57.954508" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:16:57.954477" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T01:16:57.954833" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:16:57.960116" elapsed="0.000733"/>
</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-12T01:16:57.961146" elapsed="0.000341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:16:57.961800" elapsed="0.000202"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T01:16:57.955438" elapsed="0.006669"/>
</kw>
<msg time="2026-09-12T01:16:57.962360" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-12T01:06:51.456116" elapsed="606.506297"/>
</kw>
<status status="PASS" start="2026-09-12T01:06:51.455828" elapsed="606.506681"/>
</branch>
<status status="PASS" start="2026-09-12T01:06:51.455475" elapsed="606.507101"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:57.963470" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.137. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:57.041 16  switches: flows:  88282 87508 87318 85986 85846 84031 83362 84178 81691 81970 80926 80534 80436 79275 80955 78976  total = 22.187900 per ms 
01:08:57.142 16  switches: flows:  93371 91372 91812 91150 90468 88895 87696 89406 86096 85848 85159 84408 83427 84478 84683 83032  total = 23.316075 per ms 
01:09:57.242 16  switches: flows:  93410 93485 92796 91042 91272 88726 88003 89768 85739 86661 84713 83559 83580 84356 85409 81895  total = 23.367902 per ms 
01:10:57.342 16  switches: flows:  95425 94676 94804 92744 91916 90521 90818 91649 87307 86928 86655 85474 85546 85772 86950 83575  total = 23.806275 per ms 
01:11:57.442 16  switches: flows:  97401 94875 95785 94020 91739 92540 90538 93364 88838 87678 86657 87234 85681 85848 86676 85220  total = 24.028109 per ms 
01:12:57.543 16  switches: flows:  96212 96173 96074 93391 91234 91385 90279 93276 87870 87082 86580 87515 85781 86155 88026 87477  total = 24.035054 per ms 
01:13:57.643 16  switches: flows:  95789 97216 98114 93782 91299 91929 91032 94088 89152 89087 88005 87570 85829 86135 88156 87079  total = 24.197321 per ms 
01:14:57.743 16  switches: flows:  96720 95977 97226 93098 93135 92088 89769 92969 88282 87398 87747 85991 86603 85818 87587 85105  total = 24.051704 per ms 
01:15:57.843 16  switches: flows:  95434 96373 96555 93981 94119 92024 90565 94543 87686 87382 87826 87399 85942 86544 89784 86240  total = 24.166297 per ms 
01:16:57.943 16  switches: flows:  95926 96903 96930 93237 94159 92319 90638 92958 87699 88081 87904 86621 87024 87894 88699 85807  total = 24.172972 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23316.07/24197.32/23904.63/7974.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:16:57.962887" elapsed="0.000783"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T01:16:57.963969" elapsed="0.000757"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T01:16:57.965483" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T01:16:57.965728" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23316.07/24197.32/23904.63/7974.65 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-12T01:16:57.965047" elapsed="0.000731"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:16:57.966631" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23316.07/24197.32/23904.63/7974.65 | 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-12T01:16:57.966083" elapsed="0.000604"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:57.971713" 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-12T01:16:57.966977" elapsed="0.004850"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:57.976721" level="INFO">23316.07/24197.32/23904.63/7974.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:16:57.972122" elapsed="0.004713"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:16:57.981699" 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-12T01:16:57.977132" elapsed="0.004624"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:16:57.986775" level="INFO">@{result_value_list} = [ 23316.07 | 24197.32 | 23904.63 | 7974.65 ]</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-12T01:16:57.982130" elapsed="0.004700"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:16:57.987828" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T01:16:57.988018" 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-12T01:16:57.987141" elapsed="0.000926"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:57.996619" level="INFO">min :: 23316.07</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-12T01:16:57.988942" elapsed="0.007750"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T01:16:57.988659" elapsed="0.008285"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.002731" level="INFO">max :: 24197.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:16:57.997225" elapsed="0.005576"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T01:16:57.997064" elapsed="0.005778"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.008590" level="INFO">avg :: 23904.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:16:58.003112" elapsed="0.005567"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T01:16:58.002952" elapsed="0.005770"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.014436" level="INFO">stdev :: 7974.65</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-12T01:16:58.008994" elapsed="0.005512"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T01:16:58.008833" elapsed="0.005733"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T01:16:57.988189" elapsed="0.026436"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.019494" level="INFO">${min} = 23316.07</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:16:58.014823" elapsed="0.004694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.024111" level="INFO">${max} = 24197.32</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:16:58.019694" elapsed="0.004442"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.027732" level="INFO">${average} = 23904.63</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:16:58.024274" elapsed="0.003482"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.031359" level="INFO">${stdev} = 7974.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:16:58.027893" elapsed="0.003490"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.031872" level="INFO">${date} = 2026-09-12 01:16:58</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-12T01:16:58.031540" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.032394" level="INFO">CBench Result: 2026-09-12 01:16:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23316.07,24197.32,23904.63,7974.65</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-12T01:16:58.032028" elapsed="0.000416"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:16:58.033358" 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-12T01:16:58.033008" elapsed="0.000409"/>
</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-12T01:16:58.033567" elapsed="0.000423"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T01:16:58.032579" elapsed="0.001468"/>
</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-12T01:06:51.454475" elapsed="606.579624"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.034509" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-12T01:16:58.034231" elapsed="0.000342"/>
</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-12T01:16:58.035037" elapsed="0.000237"/>
</kw>
<status status="PASS" start="2026-09-12T01:16:58.034770" elapsed="0.000565"/>
</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-12T01:06:51.452147" elapsed="606.583221"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.036640" 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-12T01:16:58.036271" elapsed="0.000420"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.037809" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T01:16:58.037476" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-12T01:16:58.038135" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:16:58.037907" 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 with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-12T01:16:58.040827" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:16:58.040605" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-09-12T01:16:58.040576" elapsed="0.000322"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:16:58.041181" 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-12T01:16:58.041287" 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-12T01:16:58.041016" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.041839" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.137 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-12T01:16:58.041433" elapsed="0.000458"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:16:58.042365" 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-12T01:16:58.042017" elapsed="0.000371"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:16:58.043197" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T01:16:58.043276" 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-12T01:16:58.042926" elapsed="0.000372"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:16:58.043423" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T01:16:58.044517" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-12T01:16:58.722647" 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 Sat Sep 12 01:16:58 UTC 2026

  System load:  0.96               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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: Sat Sep 12 01:06:51 2026 from 10.30.170.222
[?2004h[jenkins@releng-48317-836-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-12T01:16:58.044188" elapsed="0.678623"/>
</kw>
<msg time="2026-09-12T01:16:58.722885" 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-12T01:16:58.043882" elapsed="0.679080"/>
</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-12T01:16:58.042582" elapsed="0.680478"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T01:16:58.723530" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.137 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T01:27:04.763648" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T01:27:04.764252" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T01:27:04.764345" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.137: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-12T01:16:58.723254" elapsed="606.041161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:27:04.764909" elapsed="0.000835"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.766938" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.137. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:03.849 16  switches: flows:  618646 619205 623292 618322 626230 613095 613296 622769 604787 617771 608285 600849 609228 610985 621114 613450  total = 164.022067 per ms 
01:19:03.950 16  switches: flows:  690411 677619 683111 686194 689795 686238 692035 688194 693348 696412 689858 685897 689677 682479 688438 684836  total = 183.100942 per ms 
01:20:04.056 16  switches: flows:  711319 704157 708531 702488 710131 705867 711068 707066 706832 713154 712669 702488 710471 703113 710633 702791  total = 188.383001 per ms 
01:21:04.158 16  switches: flows:  685427 685450 691178 686824 689906 693583 689799 687198 684734 698153 685380 687422 693425 686224 691529 690087  total = 183.460663 per ms 
01:22:04.259 16  switches: flows:  699889 690365 693636 697972 693182 702994 694070 700323 701117 697221 698397 698186 701098 701621 699615 701464  total = 185.872366 per ms 
01:23:04.361 16  switches: flows:  684590 676688 686362 686637 687267 681891 682801 680176 684408 686339 676390 681587 678166 682997 682010 681050  total = 181.682902 per ms 
01:24:04.462 16  switches: flows:  695223 696170 698440 702362 699527 699103 692014 699994 700936 695661 697896 698889 696407 692072 690480 698989  total = 185.589102 per ms 
01:25:04.563 16  switches: flows:  700401 691781 698899 704241 699009 703955 698224 695880 698472 701934 706063 699775 695497 703498 696954 700921  total = 186.277840 per ms 
01:26:04.664 16  switches: flows:  683822 675947 687529 682757 683490 688923 685042 682641 682472 688061 686386 683445 685214 679801 684283 681870  total = 182.056708 per ms 
01:27:04.767 16  switches: flows:  693823 689949 695361 695780 692672 700995 695531 696933 693413 700708 691268 699076 692987 690256 687995 686551  total = 184.739727 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 181682.90/188383.00/184573.69/61559.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:27:04.766091" elapsed="0.001134"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T01:27:04.767775" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-09-12T01:27:04.767446" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-09-12T01:27:04.767388" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T01:27:04.768165" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:27:04.768091" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:27:04.768059" elapsed="0.000225"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T01:27:04.768343" 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>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:27:04.773825" elapsed="0.000710"/>
</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-12T01:27:04.774868" elapsed="0.000333"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:27:04.775483" elapsed="0.000240"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T01:27:04.769033" elapsed="0.006798"/>
</kw>
<msg time="2026-09-12T01:27:04.776091" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.137: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-12T01:16:58.038487" elapsed="606.737656"/>
</kw>
<status status="PASS" start="2026-09-12T01:16:58.038210" elapsed="606.738029"/>
</branch>
<status status="PASS" start="2026-09-12T01:16:58.037890" elapsed="606.738396"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.777207" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.137. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:03.849 16  switches: flows:  618646 619205 623292 618322 626230 613095 613296 622769 604787 617771 608285 600849 609228 610985 621114 613450  total = 164.022067 per ms 
01:19:03.950 16  switches: flows:  690411 677619 683111 686194 689795 686238 692035 688194 693348 696412 689858 685897 689677 682479 688438 684836  total = 183.100942 per ms 
01:20:04.056 16  switches: flows:  711319 704157 708531 702488 710131 705867 711068 707066 706832 713154 712669 702488 710471 703113 710633 702791  total = 188.383001 per ms 
01:21:04.158 16  switches: flows:  685427 685450 691178 686824 689906 693583 689799 687198 684734 698153 685380 687422 693425 686224 691529 690087  total = 183.460663 per ms 
01:22:04.259 16  switches: flows:  699889 690365 693636 697972 693182 702994 694070 700323 701117 697221 698397 698186 701098 701621 699615 701464  total = 185.872366 per ms 
01:23:04.361 16  switches: flows:  684590 676688 686362 686637 687267 681891 682801 680176 684408 686339 676390 681587 678166 682997 682010 681050  total = 181.682902 per ms 
01:24:04.462 16  switches: flows:  695223 696170 698440 702362 699527 699103 692014 699994 700936 695661 697896 698889 696407 692072 690480 698989  total = 185.589102 per ms 
01:25:04.563 16  switches: flows:  700401 691781 698899 704241 699009 703955 698224 695880 698472 701934 706063 699775 695497 703498 696954 700921  total = 186.277840 per ms 
01:26:04.664 16  switches: flows:  683822 675947 687529 682757 683490 688923 685042 682641 682472 688061 686386 683445 685214 679801 684283 681870  total = 182.056708 per ms 
01:27:04.767 16  switches: flows:  693823 689949 695361 695780 692672 700995 695531 696933 693413 700708 691268 699076 692987 690256 687995 686551  total = 184.739727 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 181682.90/188383.00/184573.69/61559.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:27:04.776594" elapsed="0.000767"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T01:27:04.777713" elapsed="0.000755"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T01:27:04.779261" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T01:27:04.779462" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 181682.90/188383.00/184573.69/61559.10 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-12T01:27:04.778820" elapsed="0.000692"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:27:04.780362" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 181682.90/188383.00/184573.69/61559.10 | 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-12T01:27:04.779852" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.785550" 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-12T01:27:04.780765" elapsed="0.004930"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.790660" level="INFO">181682.90/188383.00/184573.69/61559.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:27:04.785994" elapsed="0.004791"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:27:04.795803" 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-12T01:27:04.791099" elapsed="0.004759"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:27:04.800888" level="INFO">@{result_value_list} = [ 181682.90 | 188383.00 | 184573.69 | 61559.10 ]</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-12T01:27:04.796265" elapsed="0.004677"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.802002" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T01:27:04.802177" 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-12T01:27:04.801250" elapsed="0.000973"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.810020" level="INFO">min :: 181682.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-12T01:27:04.803058" elapsed="0.007035"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T01:27:04.802793" elapsed="0.007346"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.816353" level="INFO">max :: 188383.00</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-12T01:27:04.810489" elapsed="0.005953"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T01:27:04.810301" elapsed="0.006184"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.822339" level="INFO">avg :: 184573.69</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-12T01:27:04.816791" elapsed="0.005636"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T01:27:04.816619" elapsed="0.005851"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.828254" level="INFO">stdev :: 61559.10</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-12T01:27:04.822765" elapsed="0.005558"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T01:27:04.822579" elapsed="0.005787"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T01:27:04.802351" elapsed="0.026069"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.832783" level="INFO">${min} = 181682.90</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:27:04.828650" elapsed="0.004157"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.836399" level="INFO">${max} = 188383.00</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:27:04.832947" elapsed="0.003477"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.840006" level="INFO">${average} = 184573.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:27:04.836563" elapsed="0.003468"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.843701" level="INFO">${stdev} = 61559.10</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:27:04.840168" elapsed="0.003558"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.844202" level="INFO">${date} = 2026-09-12 01:27:04</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-12T01:27:04.843875" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.844764" level="INFO">CBench Result: 2026-09-12 01:27:04,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,181682.90,188383.00,184573.69,61559.10</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-12T01:27:04.844359" elapsed="0.000455"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:27:04.845812" 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-12T01:27:04.845407" elapsed="0.000464"/>
</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-12T01:27:04.846010" elapsed="0.000440"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T01:27:04.844958" elapsed="0.001551"/>
</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-12T01:16:58.036964" elapsed="606.809599"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.847027" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-12T01:27:04.846717" elapsed="0.000360"/>
</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-12T01:27:04.847554" elapsed="0.000256"/>
</kw>
<status status="PASS" start="2026-09-12T01:27:04.847268" elapsed="0.000604"/>
</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-12T01:16:58.035806" elapsed="606.812101"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.848990" 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-12T01:27:04.848652" elapsed="0.000388"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.850148" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T01:27:04.849854" elapsed="0.000332"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-12T01:27:04.850509" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:27:04.850292" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-12T01:27:04.853454" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:27:04.853209" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-09-12T01:27:04.853192" elapsed="0.000336"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:27:04.853878" 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-12T01:27:04.853982" 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-12T01:27:04.853683" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.854526" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.137 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-12T01:27:04.854131" elapsed="0.000447"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:27:04.855125" 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-12T01:27:04.854755" elapsed="0.000393"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:27:04.855987" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T01:27:04.856066" 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-12T01:27:04.855699" elapsed="0.000387"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:27:04.856215" elapsed="0.000308"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T01:27:04.857356" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-09-12T01:27:05.530795" 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 Sat Sep 12 01:27:05 UTC 2026

  System load:  0.39               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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: Sat Sep 12 01:16:58 2026 from 10.30.170.222
[?2004h[jenkins@releng-48317-836-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-12T01:27:04.857023" elapsed="0.673987"/>
</kw>
<msg time="2026-09-12T01:27:05.531096" 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-12T01:27:04.856694" elapsed="0.674491"/>
</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-12T01:27:04.855329" elapsed="0.675970"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T01:27:05.531898" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.137 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T01:37:11.637256" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T01:37:11.637897" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T01:37:11.637992" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-12T01:27:05.531556" elapsed="606.106486"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:37:11.638515" elapsed="0.000732"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.640308" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.137. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:28:10.734 16  switches: flows:  88370 87575 88303 87976 87677 86712 86997 84906 85559 84382 86086 85998 83889 86225 85594 83819  total = 23.001133 per ms 
01:29:10.834 16  switches: flows:  93079 91522 91698 92045 91066 90162 91845 90363 90298 89815 88955 90664 89310 89722 89265 88795  total = 24.103165 per ms 
01:30:10.935 16  switches: flows:  91565 91147 92133 89969 90028 88685 91964 88934 88972 89965 88378 89333 89585 89223 88021 87962  total = 23.891196 per ms 
01:31:11.035 16  switches: flows:  92116 92389 92328 90723 91238 88784 92450 88753 88817 90779 89242 90129 91375 90203 88327 88988  total = 24.070516 per ms 
01:32:11.137 16  switches: flows:  91236 92790 91674 91759 92361 90485 92801 89230 88821 91052 88906 89066 92270 90208 89326 88613  total = 24.136355 per ms 
01:33:11.238 16  switches: flows:  92076 93261 93193 91276 91565 89444 94036 89173 89560 90999 89672 89267 92779 90116 88342 89989  total = 24.205353 per ms 
01:34:11.340 16  switches: flows:  92892 94455 94512 92727 92454 91257 93951 91022 90656 91091 91345 91857 93594 92018 89146 91642  total = 24.536040 per ms 
01:35:11.441 16  switches: flows:  95104 95194 94491 94343 93717 92313 95536 91493 93035 92798 91279 92309 94370 92422 91109 91576  total = 24.810086 per ms 
01:36:11.542 16  switches: flows:  94090 96034 94846 93186 93385 93182 96321 91639 92192 92655 90695 92582 94231 92213 91604 91790  total = 24.802691 per ms 
01:37:11.642 16  switches: flows:  93178 94304 94365 92211 92676 91665 95032 91602 91022 91526 91051 90646 93928 90797 89809 91401  total = 24.545902 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23891.20/24810.09/24344.59/8121.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:37:11.639590" elapsed="0.001069"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T01:37:11.641119" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-09-12T01:37:11.640844" elapsed="0.000411"/>
</branch>
<status status="PASS" start="2026-09-12T01:37:11.640797" elapsed="0.000508"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T01:37:11.641489" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:37:11.641417" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:37:11.641386" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T01:37:11.641720" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:37:11.647164" elapsed="0.000716"/>
</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-12T01:37:11.648177" elapsed="0.000308"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:37:11.648792" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T01:37:11.642335" elapsed="0.006763"/>
</kw>
<msg time="2026-09-12T01:37:11.649347" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-12T01:27:04.850895" elapsed="606.798505"/>
</kw>
<status status="PASS" start="2026-09-12T01:27:04.850586" elapsed="606.798911"/>
</branch>
<status status="PASS" start="2026-09-12T01:27:04.850272" elapsed="606.799272"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.650467" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.137:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.137. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:28:10.734 16  switches: flows:  88370 87575 88303 87976 87677 86712 86997 84906 85559 84382 86086 85998 83889 86225 85594 83819  total = 23.001133 per ms 
01:29:10.834 16  switches: flows:  93079 91522 91698 92045 91066 90162 91845 90363 90298 89815 88955 90664 89310 89722 89265 88795  total = 24.103165 per ms 
01:30:10.935 16  switches: flows:  91565 91147 92133 89969 90028 88685 91964 88934 88972 89965 88378 89333 89585 89223 88021 87962  total = 23.891196 per ms 
01:31:11.035 16  switches: flows:  92116 92389 92328 90723 91238 88784 92450 88753 88817 90779 89242 90129 91375 90203 88327 88988  total = 24.070516 per ms 
01:32:11.137 16  switches: flows:  91236 92790 91674 91759 92361 90485 92801 89230 88821 91052 88906 89066 92270 90208 89326 88613  total = 24.136355 per ms 
01:33:11.238 16  switches: flows:  92076 93261 93193 91276 91565 89444 94036 89173 89560 90999 89672 89267 92779 90116 88342 89989  total = 24.205353 per ms 
01:34:11.340 16  switches: flows:  92892 94455 94512 92727 92454 91257 93951 91022 90656 91091 91345 91857 93594 92018 89146 91642  total = 24.536040 per ms 
01:35:11.441 16  switches: flows:  95104 95194 94491 94343 93717 92313 95536 91493 93035 92798 91279 92309 94370 92422 91109 91576  total = 24.810086 per ms 
01:36:11.542 16  switches: flows:  94090 96034 94846 93186 93385 93182 96321 91639 92192 92655 90695 92582 94231 92213 91604 91790  total = 24.802691 per ms 
01:37:11.642 16  switches: flows:  93178 94304 94365 92211 92676 91665 95032 91602 91022 91526 91051 90646 93928 90797 89809 91401  total = 24.545902 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23891.20/24810.09/24344.59/8121.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:37:11.649882" elapsed="0.000782"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T01:37:11.650959" elapsed="0.000752"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T01:37:11.652450" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T01:37:11.652671" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23891.20/24810.09/24344.59/8121.06 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-12T01:37:11.652027" elapsed="0.000696"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:37:11.653520" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23891.20/24810.09/24344.59/8121.06 | 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-12T01:37:11.653028" elapsed="0.000545"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.658534" 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-12T01:37:11.653915" elapsed="0.004779"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.663550" level="INFO">23891.20/24810.09/24344.59/8121.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:37:11.658989" elapsed="0.004722"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:37:11.668656" 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-12T01:37:11.664014" elapsed="0.004698"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:37:11.673680" level="INFO">@{result_value_list} = [ 23891.20 | 24810.09 | 24344.59 | 8121.06 ]</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-12T01:37:11.669085" elapsed="0.004651"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.674722" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T01:37:11.674898" 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-12T01:37:11.674041" elapsed="0.000904"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.682920" level="INFO">min :: 23891.20</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-12T01:37:11.675715" elapsed="0.007274"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T01:37:11.675410" elapsed="0.007622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.689113" level="INFO">max :: 24810.09</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-12T01:37:11.683536" elapsed="0.005647"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T01:37:11.683137" elapsed="0.006088"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.694980" level="INFO">avg :: 24344.59</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-12T01:37:11.689488" elapsed="0.005560"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T01:37:11.689327" elapsed="0.005764"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.700830" level="INFO">stdev :: 8121.06</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-12T01:37:11.695351" elapsed="0.005547"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T01:37:11.695192" elapsed="0.005748"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T01:37:11.675060" elapsed="0.025916"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.706012" level="INFO">${min} = 23891.20</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:37:11.701173" elapsed="0.004864"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.709555" level="INFO">${max} = 24810.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:37:11.706174" elapsed="0.003404"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.713142" level="INFO">${average} = 24344.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:37:11.709738" elapsed="0.003428"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.716765" level="INFO">${stdev} = 8121.06</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:37:11.713309" elapsed="0.003479"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.717240" level="INFO">${date} = 2026-09-12 01:37:11</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-12T01:37:11.716932" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.717781" level="INFO">CBench Result: 2026-09-12 01:37:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23891.20,24810.09,24344.59,8121.06</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-12T01:37:11.717393" elapsed="0.000436"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:37:11.718810" 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-12T01:37:11.718369" elapsed="0.000502"/>
</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-12T01:37:11.719006" elapsed="0.000401"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T01:37:11.717964" elapsed="0.001499"/>
</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-12T01:27:04.849331" elapsed="606.870182"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.719959" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-12T01:37:11.719677" elapsed="0.000331"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T01:37:11.721104" 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-12T01:37:11.720661" elapsed="0.000467"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-12T01:37:11.721323" elapsed="0.000025"/>
</return>
<status status="PASS" start="2026-09-12T01:37:11.721193" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-09-12T01:37:11.721177" elapsed="0.000220"/>
</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-12T01:37:11.721524" elapsed="0.000019"/>
</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-12T01:37:11.721693" elapsed="0.000018"/>
</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-12T01:37:11.721837" elapsed="0.000018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-12T01:37:11.721973" elapsed="0.000017"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-12T01:37:11.722140" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-12T01:37:11.722271" elapsed="0.000017"/>
</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-12T01:37:11.722400" elapsed="0.000017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-12T01:37:11.722621" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:37:11.722472" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:37:11.722457" elapsed="0.000237"/>
</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-12T01:37:11.720344" elapsed="0.002399"/>
</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-12T01:27:04.848183" elapsed="606.874601"/>
</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-12T01:06:48.985680" elapsed="1822.737468"/>
</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>
