<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-18T01:55:02.195641" 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-06-18T01:55:02.784392" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-18T01:55:02.784258" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:02.784228" elapsed="0.000265"/>
</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-06-18T01:55:02.784644" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-18T01:55:02.785638" level="INFO">Logging into '10.30.171.127:8101' as 'karaf'.</msg>
<msg time="2026-06-18T01:55:03.393187" 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-06-18T01:55:02.785338" elapsed="0.608058"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-18T01:55:03.441743" 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-06-18T01:55:03.393696" elapsed="0.048126"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-18T01:55:03.445226" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-18T01:55:03.445471" 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-06-18T01:55:03.442005" elapsed="0.003533"/>
</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-06-18T01:55:03.446008" elapsed="0.000512"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T01:55:03.446927" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T01:55:03.448410" 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-06-18T01:55:03.447722" elapsed="0.000808"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-18T01:55:03.448637" elapsed="0.000131"/>
</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.127
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-18T01:55:02.783883" elapsed="0.665135"/>
</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-06-18T01:55:02.780311" elapsed="0.668884"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-18T01:55:03.450579" 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-06-18T01:55:03.449569" elapsed="0.001183"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-18T01:55:03.451716" 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-06-18T01:55:03.451103" elapsed="0.000741"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-18T01:55:03.453110" 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-06-18T01:55:03.452190" elapsed="0.000985"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-18T01:55:03.454440" 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-06-18T01:55:03.453585" elapsed="0.001099"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-18T01:55:03.455899" 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-06-18T01:55:03.455170" elapsed="0.000756"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-18T01:55:03.456405" 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-06-18T01:55:03.456087" elapsed="0.000361"/>
</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-06-18T01:55:03.456775" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-18T01:55:03.456536" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-18T01:55:03.461155" 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-06-18T01:55:03.460739" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T01:55:03.462210" level="INFO">Length is 0.</msg>
<msg time="2026-06-18T01:55:03.462292" 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-06-18T01:55:03.461757" elapsed="0.000561"/>
</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-06-18T01:55:03.462470" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-18T01:55:03.463896" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-06-18T01:55:04.141848" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 18 01:55:03 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-753-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-06-18T01:55:03.463356" elapsed="0.678645"/>
</kw>
<msg time="2026-06-18T01:55:04.142093" 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-06-18T01:55:03.463013" elapsed="0.679167"/>
</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-06-18T01:55:03.461387" elapsed="0.680913"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.150078" 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-06-18T01:55:04.142509" elapsed="0.009731"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T01:55:04.152550" elapsed="0.000377"/>
</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-06-18T01:55:03.460192" elapsed="0.692813"/>
</kw>
<status status="PASS" start="2026-06-18T01:55:03.456903" elapsed="0.696153"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:03.456509" elapsed="0.696585"/>
</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-06-18T01:55:04.153252" elapsed="0.000621"/>
</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-06-18T01:55:04.158873" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-18T01:55:04.158745" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:04.158717" elapsed="0.000236"/>
</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-06-18T01:55:04.162546" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-18T01:55:04.162432" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:04.162412" elapsed="0.000202"/>
</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-06-18T01:55:04.162787" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.163687" level="INFO">Logging into '10.30.171.127:8101' as 'karaf'.</msg>
<msg time="2026-06-18T01:55:04.380972" 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-06-18T01:55:04.163399" elapsed="0.217744"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.468891" 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-06-18T01:55:04.381480" elapsed="0.087506"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.472799" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-18T01:55:04.472974" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-18T01:55:04.469179" elapsed="0.003827"/>
</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-06-18T01:55:04.473147" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T01:55:04.473512" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T01:55:04.474276" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T01:55:04.473978" elapsed="0.000354"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-18T01:55:04.474381" elapsed="0.000049"/>
</return>
<msg time="2026-06-18T01:55:04.474577" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.127
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-18T01:55:04.162072" elapsed="0.312537"/>
</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-06-18T01:55:04.474778" elapsed="0.000551"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-18T01:55:04.475381" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-18T01:55:04.158395" elapsed="0.317358"/>
</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-06-18T01:55:04.479733" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-18T01:55:04.479575" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:04.479551" elapsed="0.000252"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-18T01:55:04.479934" elapsed="0.000593"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.480951" level="INFO">Logging into '10.30.171.127:8101' as 'karaf'.</msg>
<msg time="2026-06-18T01:55:04.680196" 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-06-18T01:55:04.480692" elapsed="0.199674"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.701435" 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-06-18T01:55:04.680634" elapsed="0.020862"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.703243" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-18T01:55:04.703352" 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-06-18T01:55:04.701664" elapsed="0.001717"/>
</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-06-18T01:55:04.703520" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T01:55:04.703876" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T01:55:04.704532" 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-06-18T01:55:04.704205" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-18T01:55:04.704636" elapsed="0.000098"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.127
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-18T01:55:04.479145" elapsed="0.225719"/>
</kw>
<status status="PASS" start="2026-06-18T01:55:02.778552" elapsed="1.926398"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T01:55:04.707180" 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-06-18T01:55:04.706120" elapsed="0.001124"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-18T01:55:04.708820" 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-06-18T01:55:04.708444" elapsed="0.000421"/>
</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-06-18T01:55:04.709218" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-18T01:55:04.708976" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-18T01:55:04.712210" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-18T01:55:04.711958" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:04.711938" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.712624" 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-06-18T01:55:04.712776" 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-06-18T01:55:04.712423" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T01:55:04.713386" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.178" 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-06-18T01:55:04.712961" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.714085" 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-06-18T01:55:04.713585" elapsed="0.000528"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T01:55:04.715055" level="INFO">Length is 0.</msg>
<msg time="2026-06-18T01:55:04.715145" 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-06-18T01:55:04.714719" elapsed="0.000451"/>
</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-06-18T01:55:04.715313" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-18T01:55:04.716522" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-06-18T01:55:05.011016" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 18 01:55:03 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jun 18 01:55:04 2026 from 10.30.171.28
[?2004h[jenkins@releng-48317-753-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-06-18T01:55:04.716168" elapsed="0.295041"/>
</kw>
<msg time="2026-06-18T01:55:05.011293" 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-06-18T01:55:04.715819" elapsed="0.295571"/>
</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-06-18T01:55:04.714315" elapsed="0.297198"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-18T01:55:05.012053" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-18T02:05:11.144250" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-18T02:05:11.144915" level="INFO">${stdout} = </msg>
<msg time="2026-06-18T02:05:11.145033" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-06-18T01:55:05.011749" elapsed="606.133356"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T02:05:11.145619" elapsed="0.000915"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.147891" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:10.224 16  switches: flows:  113400 114826 114897 113945 116421 114230 114217 114831 113218 111347 110072 108992 111843 113231 112095 112448  total = 30.166883 per ms 
01:57:10.325 16  switches: flows:  124404 124715 126541 124604 125936 124606 126215 122080 122874 120884 122320 119261 120296 120997 121561 121662  total = 32.761151 per ms 
01:58:10.426 16  switches: flows:  117564 117325 117209 117192 118687 116761 119308 117775 115462 115311 112724 113755 113106 113281 113179 114061  total = 30.826850 per ms 
01:59:10.527 16  switches: flows:  127517 126626 129428 128684 128428 126566 127999 127913 124894 123715 124419 122626 123944 125254 122774 121251  total = 33.478044 per ms 
02:00:10.628 16  switches: flows:  129529 128800 130775 130721 129744 129485 129822 130194 127409 127346 126444 124877 127090 129223 124782 125019  total = 34.130688 per ms 
02:01:10.729 16  switches: flows:  127654 126303 128695 127992 124542 126309 125555 126656 123315 124359 121577 122628 124819 123257 122731 120611  total = 33.227910 per ms 
02:02:10.830 16  switches: flows:  132425 130913 131002 130254 127180 128304 129280 130270 125228 127362 125452 124644 128510 124094 123312 121772  total = 33.943380 per ms 
02:03:10.931 16  switches: flows:  130606 131281 130783 129565 130767 128359 129634 130103 126745 125609 128538 125838 126369 125676 126180 123618  total = 34.104269 per ms 
02:04:11.032 16  switches: flows:  130190 131080 128148 130937 128552 127818 128820 131068 126271 124507 125761 123327 122956 124490 124365 121476  total = 33.773077 per ms 
02:05:11.132 16  switches: flows:  131365 132542 128570 132541 132799 130604 130611 131091 127354 125769 127575 124958 125196 127237 125543 125716  total = 34.267333 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30826.85/34267.33/33390.30/11176.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:05:11.147025" elapsed="0.001268"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-18T02:05:11.148934" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-06-18T02:05:11.148535" elapsed="0.000577"/>
</branch>
<status status="PASS" start="2026-06-18T02:05:11.148460" elapsed="0.000714"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-18T02:05:11.149421" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-18T02:05:11.149332" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-06-18T02:05:11.149293" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-18T02:05:11.149678" elapsed="0.000141"/>
</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-06-18T02:05:11.153671" elapsed="0.000501"/>
</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-06-18T02:05:11.154379" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T02:05:11.154840" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-18T02:05:11.150553" elapsed="0.004514"/>
</kw>
<msg time="2026-06-18T02:05:11.155259" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-06-18T01:55:04.709621" elapsed="606.445679"/>
</kw>
<status status="PASS" start="2026-06-18T01:55:04.709306" elapsed="606.446066"/>
</branch>
<status status="PASS" start="2026-06-18T01:55:04.708949" elapsed="606.446459"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.156080" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:10.224 16  switches: flows:  113400 114826 114897 113945 116421 114230 114217 114831 113218 111347 110072 108992 111843 113231 112095 112448  total = 30.166883 per ms 
01:57:10.325 16  switches: flows:  124404 124715 126541 124604 125936 124606 126215 122080 122874 120884 122320 119261 120296 120997 121561 121662  total = 32.761151 per ms 
01:58:10.426 16  switches: flows:  117564 117325 117209 117192 118687 116761 119308 117775 115462 115311 112724 113755 113106 113281 113179 114061  total = 30.826850 per ms 
01:59:10.527 16  switches: flows:  127517 126626 129428 128684 128428 126566 127999 127913 124894 123715 124419 122626 123944 125254 122774 121251  total = 33.478044 per ms 
02:00:10.628 16  switches: flows:  129529 128800 130775 130721 129744 129485 129822 130194 127409 127346 126444 124877 127090 129223 124782 125019  total = 34.130688 per ms 
02:01:10.729 16  switches: flows:  127654 126303 128695 127992 124542 126309 125555 126656 123315 124359 121577 122628 124819 123257 122731 120611  total = 33.227910 per ms 
02:02:10.830 16  switches: flows:  132425 130913 131002 130254 127180 128304 129280 130270 125228 127362 125452 124644 128510 124094 123312 121772  total = 33.943380 per ms 
02:03:10.931 16  switches: flows:  130606 131281 130783 129565 130767 128359 129634 130103 126745 125609 128538 125838 126369 125676 126180 123618  total = 34.104269 per ms 
02:04:11.032 16  switches: flows:  130190 131080 128148 130937 128552 127818 128820 131068 126271 124507 125761 123327 122956 124490 124365 121476  total = 33.773077 per ms 
02:05:11.132 16  switches: flows:  131365 132542 128570 132541 132799 130604 130611 131091 127354 125769 127575 124958 125196 127237 125543 125716  total = 34.267333 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30826.85/34267.33/33390.30/11176.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:05:11.155619" elapsed="0.000617"/>
</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-06-18T02:05:11.156493" elapsed="0.001005"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-18T02:05:11.158454" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-18T02:05:11.158593" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30826.85/34267.33/33390.30/11176.33 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-06-18T02:05:11.157932" elapsed="0.000698"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:05:11.159261" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30826.85/34267.33/33390.30/11176.33 | 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-06-18T02:05:11.158882" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.162994" 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-06-18T02:05:11.159519" elapsed="0.003559"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.166598" level="INFO">30826.85/34267.33/33390.30/11176.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:05:11.163299" elapsed="0.003403"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:05:11.170408" 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-06-18T02:05:11.166931" elapsed="0.003518"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:05:11.172963" level="INFO">@{result_value_list} = [ 30826.85 | 34267.33 | 33390.30 | 11176.33 ]</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-06-18T02:05:11.170775" elapsed="0.002216"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.173638" level="INFO">Length is 4.</msg>
<msg time="2026-06-18T02:05:11.173768" 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-06-18T02:05:11.173228" elapsed="0.000564"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.178517" level="INFO">min :: 30826.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:05:11.174244" elapsed="0.004332"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-18T02:05:11.174106" elapsed="0.004506"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.183133" level="INFO">max :: 34267.33</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-06-18T02:05:11.178857" elapsed="0.004334"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-18T02:05:11.178726" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.187942" level="INFO">avg :: 33390.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:05:11.183448" elapsed="0.004551"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-18T02:05:11.183318" elapsed="0.004716"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.192714" level="INFO">stdev :: 11176.33</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-06-18T02:05:11.188258" elapsed="0.004513"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-18T02:05:11.188128" elapsed="0.004678"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-18T02:05:11.173876" elapsed="0.018965"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.196793" level="INFO">${min} = 30826.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-18T02:05:11.193011" elapsed="0.003809"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.201033" level="INFO">${max} = 34267.33</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-06-18T02:05:11.196995" elapsed="0.004066"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.205213" level="INFO">${average} = 33390.30</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-06-18T02:05:11.201218" elapsed="0.004022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.217066" level="INFO">${stdev} = 11176.33</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-06-18T02:05:11.207872" elapsed="0.009266"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.218466" level="INFO">${date} = 2026-06-18 02:05: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-06-18T02:05:11.217532" elapsed="0.000967"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.219101" level="INFO">CBench Result: 2026-06-18 02:05:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30826.85,34267.33,33390.30,11176.33</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-06-18T02:05:11.218668" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-18T02:05:11.220369" 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-06-18T02:05:11.219863" elapsed="0.000574"/>
</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-06-18T02:05:11.220590" elapsed="0.000503"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-18T02:05:11.219339" elapsed="0.001820"/>
</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-06-18T01:55:04.707810" elapsed="606.513410"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.221762" 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-06-18T02:05:11.221391" elapsed="0.000427"/>
</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-06-18T02:05:11.222369" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-06-18T02:05:11.222063" elapsed="0.000674"/>
</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-06-18T01:55:04.705139" elapsed="606.517638"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.224410" 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-06-18T02:05:11.224024" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.225801" 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-06-18T02:05:11.225408" elapsed="0.000438"/>
</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-06-18T02:05:11.226246" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-18T02:05:11.226012" elapsed="0.000292"/>
</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-06-18T02:05:11.229205" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-18T02:05:11.228956" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-18T02:05:11.228932" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-18T02:05:11.229741" 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-06-18T02:05:11.229876" 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-06-18T02:05:11.229430" elapsed="0.000473"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.230458" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.127 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.178" 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-06-18T02:05:11.230040" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-18T02:05:11.231093" 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-06-18T02:05:11.230672" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T02:05:11.232040" level="INFO">Length is 0.</msg>
<msg time="2026-06-18T02:05:11.232128" 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-06-18T02:05:11.231714" elapsed="0.000438"/>
</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-06-18T02:05:11.232292" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-18T02:05:11.233474" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-06-18T02:05:11.803237" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 18 02:05:11 UTC 2026

  System load:  1.02               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.178
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jun 18 01:55:04 2026 from 10.30.171.28
[?2004h[jenkins@releng-48317-753-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-06-18T02:05:11.233124" elapsed="0.570386"/>
</kw>
<msg time="2026-06-18T02:05:11.803622" 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-06-18T02:05:11.232784" elapsed="0.570979"/>
</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-06-18T02:05:11.231324" elapsed="0.572573"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-18T02:05:11.804541" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.127 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-18T02:15:19.018975" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-18T02:15:19.019540" level="INFO">${stdout} = </msg>
<msg time="2026-06-18T02:15:19.019645" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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-06-18T02:05:11.804166" elapsed="607.215575"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T02:15:19.020215" elapsed="0.000816"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.022217" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:16.931 16  switches: flows:  613914 610194 615604 613479 600381 602497 601349 605468 610664 620107 590122 607542 600104 604986 610357 586288  total = 161.550933 per ms 
02:07:17.033 16  switches: flows:  638956 645812 632577 642342 642495 642995 649594 633070 657778 649503 659646 649233 641676 655837 635976 652632  total = 171.879521 per ms 
02:08:17.134 16  switches: flows:  646523 643305 648950 637234 654677 643074 656542 661503 641607 655126 658513 670957 646536 655280 662260 654325  total = 173.646090 per ms 
02:09:17.235 16  switches: flows:  665860 673468 653495 668651 660694 661782 667123 665665 680713 677672 678872 674968 684317 667451 679363 687119  total = 178.819799 per ms 
02:10:18.500 16  switches: flows:  663444 676232 655868 657082 679314 661204 664189 661915 661858 677596 672600 666737 659146 659578 659288 677406  total = 173.893893 per ms 
02:11:18.602 16  switches: flows:  665876 673804 665179 665644 667346 664754 673329 666346 682737 676642 666649 678778 674648 690256 671114 665312  total = 178.838848 per ms 
02:12:18.705 16  switches: flows:  723830 676439 693874 733643 653618 735629 650777 641978 648271 580368 716917 637705 645474 632169 719632 737434  total = 180.156739 per ms 
02:13:18.809 16  switches: flows:  668902 695243 666219 686151 672573 677159 677472 671014 682768 676359 686213 668434 672178 674834 666138 680329  total = 180.059264 per ms 
02:14:18.912 16  switches: flows:  685931 705013 676280 687439 712738 683567 691772 691424 705647 687312 689033 689850 670732 689146 684662 686370  total = 183.636577 per ms 
02:15:19.015 16  switches: flows:  707562 703026 689336 696871 694014 697969 697136 684837 688647 701325 693384 694902 689648 681957 689867 690532  total = 184.705356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 171879.52/184705.36/178404.01/59616.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.021428" elapsed="0.001116"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-18T02:15:19.023111" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-06-18T02:15:19.022778" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-06-18T02:15:19.022711" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-18T02:15:19.023534" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-18T02:15:19.023455" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-06-18T02:15:19.023420" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-18T02:15:19.023778" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-18T02:15:19.029402" elapsed="0.000358"/>
</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-06-18T02:15:19.029908" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T02:15:19.030202" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-18T02:15:19.024472" elapsed="0.005885"/>
</kw>
<msg time="2026-06-18T02:15:19.030483" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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-06-18T02:05:11.226685" elapsed="607.803824"/>
</kw>
<status status="PASS" start="2026-06-18T02:05:11.226336" elapsed="607.804222"/>
</branch>
<status status="PASS" start="2026-06-18T02:05:11.225983" elapsed="607.804599"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.031025" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:16.931 16  switches: flows:  613914 610194 615604 613479 600381 602497 601349 605468 610664 620107 590122 607542 600104 604986 610357 586288  total = 161.550933 per ms 
02:07:17.033 16  switches: flows:  638956 645812 632577 642342 642495 642995 649594 633070 657778 649503 659646 649233 641676 655837 635976 652632  total = 171.879521 per ms 
02:08:17.134 16  switches: flows:  646523 643305 648950 637234 654677 643074 656542 661503 641607 655126 658513 670957 646536 655280 662260 654325  total = 173.646090 per ms 
02:09:17.235 16  switches: flows:  665860 673468 653495 668651 660694 661782 667123 665665 680713 677672 678872 674968 684317 667451 679363 687119  total = 178.819799 per ms 
02:10:18.500 16  switches: flows:  663444 676232 655868 657082 679314 661204 664189 661915 661858 677596 672600 666737 659146 659578 659288 677406  total = 173.893893 per ms 
02:11:18.602 16  switches: flows:  665876 673804 665179 665644 667346 664754 673329 666346 682737 676642 666649 678778 674648 690256 671114 665312  total = 178.838848 per ms 
02:12:18.705 16  switches: flows:  723830 676439 693874 733643 653618 735629 650777 641978 648271 580368 716917 637705 645474 632169 719632 737434  total = 180.156739 per ms 
02:13:18.809 16  switches: flows:  668902 695243 666219 686151 672573 677159 677472 671014 682768 676359 686213 668434 672178 674834 666138 680329  total = 180.059264 per ms 
02:14:18.912 16  switches: flows:  685931 705013 676280 687439 712738 683567 691772 691424 705647 687312 689033 689850 670732 689146 684662 686370  total = 183.636577 per ms 
02:15:19.015 16  switches: flows:  707562 703026 689336 696871 694014 697969 697136 684837 688647 701325 693384 694902 689648 681957 689867 690532  total = 184.705356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 171879.52/184705.36/178404.01/59616.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.030738" elapsed="0.000359"/>
</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-06-18T02:15:19.031243" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-18T02:15:19.032002" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-18T02:15:19.032091" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 171879.52/184705.36/178404.01/59616.18 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-06-18T02:15:19.031784" elapsed="0.000331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:15:19.032552" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 171879.52/184705.36/178404.01/59616.18 | 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-06-18T02:15:19.032271" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.034956" 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-06-18T02:15:19.032739" elapsed="0.002275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.037359" level="INFO">171879.52/184705.36/178404.01/59616.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.035160" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:15:19.040036" 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-06-18T02:15:19.037562" elapsed="0.002512"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:15:19.043388" level="INFO">@{result_value_list} = [ 171879.52 | 184705.36 | 178404.01 | 59616.18 ]</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-06-18T02:15:19.040336" elapsed="0.003089"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.044084" level="INFO">Length is 4.</msg>
<msg time="2026-06-18T02:15:19.044218" 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-06-18T02:15:19.043637" elapsed="0.000614"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.049374" level="INFO">min :: 171879.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.044840" elapsed="0.004591"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-18T02:15:19.044636" elapsed="0.004829"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.053947" level="INFO">max :: 184705.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.049696" elapsed="0.004307"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-18T02:15:19.049556" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.058541" level="INFO">avg :: 178404.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.054271" elapsed="0.004326"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-18T02:15:19.054139" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.063168" level="INFO">stdev :: 59616.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:15:19.058863" elapsed="0.004360"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-18T02:15:19.058734" elapsed="0.004524"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-18T02:15:19.044338" elapsed="0.018951"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.067099" level="INFO">${min} = 171879.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-18T02:15:19.063443" elapsed="0.003682"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.071221" level="INFO">${max} = 184705.36</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-06-18T02:15:19.067276" elapsed="0.003977"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.075967" level="INFO">${average} = 178404.01</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-06-18T02:15:19.071446" elapsed="0.004552"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.080215" level="INFO">${stdev} = 59616.18</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-06-18T02:15:19.076157" elapsed="0.004088"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.080834" level="INFO">${date} = 2026-06-18 02:15:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-18T02:15:19.080413" elapsed="0.000447"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.081439" level="INFO">CBench Result: 2026-06-18 02:15:19,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,171879.52,184705.36,178404.01,59616.18</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-06-18T02:15:19.081021" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-18T02:15:19.082708" 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-06-18T02:15:19.082202" elapsed="0.000577"/>
</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-06-18T02:15:19.082932" elapsed="0.000541"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-18T02:15:19.081701" elapsed="0.001853"/>
</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-06-18T02:05:11.224831" elapsed="607.858798"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.084234" 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-06-18T02:15:19.083847" elapsed="0.000457"/>
</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-06-18T02:15:19.085040" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-06-18T02:15:19.084626" elapsed="0.000841"/>
</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-06-18T02:05:11.223328" elapsed="607.862185"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.087372" 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-06-18T02:15:19.086847" elapsed="0.000600"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.089109" 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-06-18T02:15:19.088682" elapsed="0.000480"/>
</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-06-18T02:15:19.089698" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-18T02:15:19.089378" elapsed="0.000392"/>
</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-06-18T02:15:19.093972" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-18T02:15:19.093560" elapsed="0.000498"/>
</branch>
<status status="PASS" start="2026-06-18T02:15:19.093524" elapsed="0.000566"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-18T02:15:19.094776" 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-06-18T02:15:19.094936" 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-06-18T02:15:19.094266" elapsed="0.000704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.095725" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.178" 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-06-18T02:15:19.095142" elapsed="0.000655"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-18T02:15:19.096526" 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-06-18T02:15:19.095974" elapsed="0.000585"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T02:15:19.097760" level="INFO">Length is 0.</msg>
<msg time="2026-06-18T02:15:19.097871" 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-06-18T02:15:19.097340" elapsed="0.000562"/>
</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-06-18T02:15:19.098091" elapsed="0.000461"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-18T02:15:19.099664" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-06-18T02:15:19.765285" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 18 02:15:19 UTC 2026

  System load:  0.36               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.178
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jun 18 02:05:11 2026 from 10.30.171.28
[?2004h[jenkins@releng-48317-753-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-06-18T02:15:19.099207" elapsed="0.666299"/>
</kw>
<msg time="2026-06-18T02:15:19.765598" 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-06-18T02:15:19.098771" elapsed="0.666936"/>
</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-06-18T02:15:19.096850" elapsed="0.668975"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-18T02:15:19.766335" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-18T02:25:25.842865" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-18T02:25:25.843440" level="INFO">${stdout} = </msg>
<msg time="2026-06-18T02:25:25.843543" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-06-18T02:15:19.766036" elapsed="606.077574"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T02:25:25.844109" elapsed="0.000716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.846129" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:24.931 16  switches: flows:  123911 122566 123654 124176 121258 122887 123727 122756 121344 120077 121091 120718 119989 118288 119218 120432  total = 32.434867 per ms 
02:17:25.031 16  switches: flows:  127858 126592 129041 130940 126812 127094 127884 128059 127379 127754 126231 125786 127465 126653 127555 126182  total = 33.931425 per ms 
02:18:25.132 16  switches: flows:  123341 123257 125094 125650 123856 124471 123689 123009 123508 124343 123641 119408 122088 124665 123172 122446  total = 32.872391 per ms 
02:19:25.232 16  switches: flows:  127492 126045 127785 130026 127920 127002 127003 127723 127959 127004 126144 125054 126198 126969 127176 124591  total = 33.811705 per ms 
02:20:25.333 16  switches: flows:  128171 127837 128019 130664 127340 127541 128264 127992 129047 127675 127695 125173 126235 126958 126955 125302  total = 33.957770 per ms 
02:21:25.433 16  switches: flows:  125529 124588 126771 130014 126219 125370 126297 126740 126306 124682 126744 123928 125153 125685 126441 124289  total = 33.523316 per ms 
02:22:25.533 16  switches: flows:  126659 127920 127701 131324 127913 128530 127786 128982 127505 127891 126747 125595 127366 128553 128083 126541  total = 34.028123 per ms 
02:23:25.633 16  switches: flows:  126414 124907 127754 128412 126522 125865 126388 125976 124623 124547 125142 123595 125445 125106 125413 125704  total = 33.474303 per ms 
02:24:25.734 16  switches: flows:  128312 127172 129301 130400 129163 127976 128780 127197 126030 126499 126176 125177 127548 127752 128810 126357  total = 33.987446 per ms 
02:25:25.834 16  switches: flows:  123737 124087 127405 127063 123581 124074 124276 123609 122183 123090 122476 121873 123721 123921 123727 123410  total = 32.982180 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32872.39/34028.12/33618.74/11213.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:25:25.845245" elapsed="0.001196"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-18T02:25:25.846952" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-06-18T02:25:25.846632" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-06-18T02:25:25.846577" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-18T02:25:25.847354" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-18T02:25:25.847275" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-06-18T02:25:25.847241" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-18T02:25:25.847556" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-18T02:25:25.852289" elapsed="0.000579"/>
</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-06-18T02:25:25.853119" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-18T02:25:25.853558" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-18T02:25:25.848261" elapsed="0.005556"/>
</kw>
<msg time="2026-06-18T02:25:25.854060" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-06-18T02:15:19.090215" elapsed="606.763887"/>
</kw>
<status status="PASS" start="2026-06-18T02:15:19.089802" elapsed="606.764372"/>
</branch>
<status status="PASS" start="2026-06-18T02:15:19.089346" elapsed="606.764861"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.854857" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:24.931 16  switches: flows:  123911 122566 123654 124176 121258 122887 123727 122756 121344 120077 121091 120718 119989 118288 119218 120432  total = 32.434867 per ms 
02:17:25.031 16  switches: flows:  127858 126592 129041 130940 126812 127094 127884 128059 127379 127754 126231 125786 127465 126653 127555 126182  total = 33.931425 per ms 
02:18:25.132 16  switches: flows:  123341 123257 125094 125650 123856 124471 123689 123009 123508 124343 123641 119408 122088 124665 123172 122446  total = 32.872391 per ms 
02:19:25.232 16  switches: flows:  127492 126045 127785 130026 127920 127002 127003 127723 127959 127004 126144 125054 126198 126969 127176 124591  total = 33.811705 per ms 
02:20:25.333 16  switches: flows:  128171 127837 128019 130664 127340 127541 128264 127992 129047 127675 127695 125173 126235 126958 126955 125302  total = 33.957770 per ms 
02:21:25.433 16  switches: flows:  125529 124588 126771 130014 126219 125370 126297 126740 126306 124682 126744 123928 125153 125685 126441 124289  total = 33.523316 per ms 
02:22:25.533 16  switches: flows:  126659 127920 127701 131324 127913 128530 127786 128982 127505 127891 126747 125595 127366 128553 128083 126541  total = 34.028123 per ms 
02:23:25.633 16  switches: flows:  126414 124907 127754 128412 126522 125865 126388 125976 124623 124547 125142 123595 125445 125106 125413 125704  total = 33.474303 per ms 
02:24:25.734 16  switches: flows:  128312 127172 129301 130400 129163 127976 128780 127197 126030 126499 126176 125177 127548 127752 128810 126357  total = 33.987446 per ms 
02:25:25.834 16  switches: flows:  123737 124087 127405 127063 123581 124074 124276 123609 122183 123090 122476 121873 123721 123921 123727 123410  total = 32.982180 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32872.39/34028.12/33618.74/11213.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:25:25.854415" elapsed="0.000547"/>
</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-06-18T02:25:25.855168" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-18T02:25:25.856257" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-18T02:25:25.856387" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32872.39/34028.12/33618.74/11213.91 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-06-18T02:25:25.855944" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:25:25.857100" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32872.39/34028.12/33618.74/11213.91 | 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-06-18T02:25:25.856637" elapsed="0.000504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.860498" 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-06-18T02:25:25.857349" elapsed="0.003228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.863421" level="INFO">32872.39/34028.12/33618.74/11213.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:25:25.860825" elapsed="0.002652"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:25:25.865871" 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-06-18T02:25:25.863628" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-18T02:25:25.868354" level="INFO">@{result_value_list} = [ 32872.39 | 34028.12 | 33618.74 | 11213.91 ]</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-06-18T02:25:25.866098" elapsed="0.002285"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.868878" level="INFO">Length is 4.</msg>
<msg time="2026-06-18T02:25:25.868977" 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-06-18T02:25:25.868539" elapsed="0.000467"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.873752" level="INFO">min :: 32872.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:25:25.869418" elapsed="0.004390"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-18T02:25:25.869286" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.878353" level="INFO">max :: 34028.12</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-06-18T02:25:25.874065" elapsed="0.004343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-18T02:25:25.873933" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.883151" level="INFO">avg :: 33618.74</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-06-18T02:25:25.878665" elapsed="0.004543"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-18T02:25:25.878526" elapsed="0.004718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.887938" level="INFO">stdev :: 11213.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-18T02:25:25.883455" elapsed="0.004539"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-18T02:25:25.883328" elapsed="0.004700"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-18T02:25:25.869096" elapsed="0.018962"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.891935" level="INFO">${min} = 32872.39</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-06-18T02:25:25.888213" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.895954" level="INFO">${max} = 34028.12</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-06-18T02:25:25.892117" elapsed="0.003864"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.899857" level="INFO">${average} = 33618.74</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-06-18T02:25:25.896133" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.903769" level="INFO">${stdev} = 11213.91</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-06-18T02:25:25.900040" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.904293" level="INFO">${date} = 2026-06-18 02:25:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-18T02:25:25.903953" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.904891" level="INFO">CBench Result: 2026-06-18 02:25:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32872.39,34028.12,33618.74,11213.91</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-06-18T02:25:25.904461" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-18T02:25:25.906113" 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-06-18T02:25:25.905594" elapsed="0.000585"/>
</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-06-18T02:25:25.906329" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-18T02:25:25.905122" elapsed="0.001749"/>
</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-06-18T02:15:19.087888" elapsed="606.819041"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.907381" 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-06-18T02:25:25.907073" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-18T02:25:25.908643" 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-06-18T02:25:25.908168" elapsed="0.000517"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-18T02:25:25.908918" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-06-18T02:25:25.908768" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-06-18T02:25:25.908747" elapsed="0.000262"/>
</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-06-18T02:25:25.909207" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-18T02:25:25.909398" elapsed="0.000029"/>
</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-06-18T02:25:25.909606" elapsed="0.000025"/>
</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-06-18T02:25:25.909874" elapsed="0.000025"/>
</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-06-18T02:25:25.910042" elapsed="0.000020"/>
</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-06-18T02:25:25.910187" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-18T02:25:25.910331" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-18T02:25:25.910548" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-18T02:25:25.910412" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-18T02:25:25.910396" elapsed="0.000228"/>
</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-06-18T02:25:25.907834" elapsed="0.002860"/>
</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-06-18T02:15:19.086130" elapsed="606.824613"/>
</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-06-18T01:55:02.197248" elapsed="1823.714283"/>
</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>
