<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-03T01:55:06.535325" 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-07-03T01:55:07.129533" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-03T01:55:07.129379" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:07.129350" elapsed="0.000284"/>
</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-07-03T01:55:07.129782" elapsed="0.000527"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T01:55:07.130790" level="INFO">Logging into '10.30.170.66:8101' as 'karaf'.</msg>
<msg time="2026-07-03T01:55:08.024807" 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-07-03T01:55:07.130492" elapsed="0.894564"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T01:55:08.073281" 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-07-03T01:55:08.025469" elapsed="0.047886"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T01:55:08.077255" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-03T01:55:08.077377" 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-07-03T01:55:08.073534" elapsed="0.003874"/>
</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-07-03T01:55:08.077579" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:55:08.078182" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:55:08.078919" 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-07-03T01:55:08.078556" elapsed="0.000421"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T01:55:08.079031" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-03T01:55:07.128991" elapsed="0.950223"/>
</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-07-03T01:55:07.125273" elapsed="0.954009"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T01:55:08.079893" 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-07-03T01:55:08.079502" elapsed="0.000452"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T01:55:08.080372" 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-07-03T01:55:08.080114" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T01:55:08.081046" 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-07-03T01:55:08.080595" elapsed="0.000479"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T01:55:08.081587" 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-07-03T01:55:08.081246" elapsed="0.000385"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T01:55:08.082512" 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-07-03T01:55:08.081782" elapsed="0.000759"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T01:55:08.083039" 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-07-03T01:55:08.082705" elapsed="0.000378"/>
</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-07-03T01:55:08.083436" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-03T01:55:08.083171" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T01:55:08.087918" 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-07-03T01:55:08.087491" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T01:55:08.089402" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T01:55:08.089490" 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-07-03T01:55:08.088509" elapsed="0.001006"/>
</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-07-03T01:55:08.089666" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T01:55:08.091086" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-03T01:55:08.789955" 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 Fri Jul  3 01:55:08 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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-768-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-07-03T01:55:08.090550" elapsed="0.699561"/>
</kw>
<msg time="2026-07-03T01:55:08.790205" 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-07-03T01:55:08.090197" elapsed="0.700100"/>
</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-07-03T01:55:08.088157" elapsed="0.702264"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-03T01:55:08.797731" 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-07-03T01:55:08.790643" elapsed="0.008765"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:55:08.799697" elapsed="0.000411"/>
</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-07-03T01:55:08.086924" elapsed="0.713279"/>
</kw>
<status status="PASS" start="2026-07-03T01:55:08.083572" elapsed="0.716684"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:08.083144" elapsed="0.717158"/>
</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-07-03T01:55:08.800519" elapsed="0.000737"/>
</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-07-03T01:55:08.807473" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-03T01:55:08.807303" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:08.807269" elapsed="0.000354"/>
</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-07-03T01:55:08.811479" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-03T01:55:08.811363" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:08.811342" elapsed="0.000212"/>
</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-07-03T01:55:08.811709" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T01:55:08.812583" level="INFO">Logging into '10.30.170.66:8101' as 'karaf'.</msg>
<msg time="2026-07-03T01:55:09.025763" 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-07-03T01:55:08.812323" elapsed="0.213606"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.120634" 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-07-03T01:55:09.026209" elapsed="0.094537"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.124777" 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-07-03T01:55:09.125003" 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-07-03T01:55:09.120985" elapsed="0.004051"/>
</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-07-03T01:55:09.125179" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:55:09.125550" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:55:09.126261" 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-07-03T01:55:09.125941" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T01:55:09.126370" elapsed="0.000054"/>
</return>
<msg time="2026-07-03T01:55:09.126578" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-03T01:55:08.811001" elapsed="0.315609"/>
</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-07-03T01:55:09.126759" elapsed="0.000549"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T01:55:09.127392" 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-07-03T01:55:08.806845" elapsed="0.320683"/>
</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-07-03T01:55:09.131313" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-03T01:55:09.131177" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:09.131153" elapsed="0.000254"/>
</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-07-03T01:55:09.131539" elapsed="0.000466"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.132678" level="INFO">Logging into '10.30.170.66:8101' as 'karaf'.</msg>
<msg time="2026-07-03T01:55:09.307601" 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-07-03T01:55:09.132376" elapsed="0.175375"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.333113" 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-07-03T01:55:09.308029" elapsed="0.025146"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.335016" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-03T01:55:09.335130" 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-07-03T01:55:09.333329" elapsed="0.001830"/>
</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-07-03T01:55:09.335300" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:55:09.335634" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:55:09.336317" 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-07-03T01:55:09.335989" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T01:55:09.336431" elapsed="0.000058"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-03T01:55:09.130821" elapsed="0.205795"/>
</kw>
<status status="PASS" start="2026-07-03T01:55:07.123142" elapsed="2.213540"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:55:09.338969" 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-07-03T01:55:09.337655" elapsed="0.001381"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T01:55:09.340469" 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-07-03T01:55:09.340115" elapsed="0.000399"/>
</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-07-03T01:55:09.340834" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T01:55:09.340593" elapsed="0.000318"/>
</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-07-03T01:55:09.343930" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-03T01:55:09.343649" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:09.343628" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.344355" 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-07-03T01:55:09.344480" 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-07-03T01:55:09.344148" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:55:09.345182" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.96" 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-07-03T01:55:09.344729" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.345899" 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-07-03T01:55:09.345387" elapsed="0.000540"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T01:55:09.346940" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T01:55:09.347034" 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-07-03T01:55:09.346590" elapsed="0.000468"/>
</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-07-03T01:55:09.347204" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.348421" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-03T01:55:09.669184" 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 Fri Jul  3 01:55:08 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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: Fri Jul  3 01:55:08 2026 from 10.30.170.116
[?2004h[jenkins@releng-48317-768-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-07-03T01:55:09.348064" elapsed="0.321330"/>
</kw>
<msg time="2026-07-03T01:55:09.669487" 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-07-03T01:55:09.347697" elapsed="0.321887"/>
</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-07-03T01:55:09.346135" elapsed="0.323581"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T01:55:09.670315" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T02:05:15.800502" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T02:05:15.801257" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T02:05:15.801403" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-03T01:55:09.669977" elapsed="606.131527"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T02:05:15.802126" elapsed="0.001285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.805035" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.66. 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:14.883 16  switches: flows:  108065 111379 109343 109990 109193 110353 112276 109028 109896 108517 111817 111152 111185 108796 109091 107786  total = 29.297783 per ms 
01:57:14.984 16  switches: flows:  117870 121226 120999 120108 118450 119912 121359 120610 121279 118254 123717 121717 119837 119008 116964 118095  total = 31.936720 per ms 
01:58:15.086 16  switches: flows:  118988 120736 121083 118883 119163 119732 119816 118939 117061 117011 120821 117839 119270 114084 115201 116380  total = 31.530654 per ms 
01:59:15.187 16  switches: flows:  120006 120470 119614 120195 119984 120778 119159 118462 117013 118750 116400 117367 118074 114959 116299 116856  total = 31.520491 per ms 
02:00:15.288 16  switches: flows:  109943 111413 112478 114445 112152 111168 111193 112399 110396 111598 109866 110883 111402 107854 108055 111601  total = 29.564771 per ms 
02:01:15.388 16  switches: flows:  120078 120638 122200 122669 121237 118982 121260 117862 121811 121540 119143 120280 118444 118424 116631 120457  total = 31.974231 per ms 
02:02:15.490 16  switches: flows:  119411 120152 120035 121544 121422 120489 120251 117686 119407 121325 118737 121201 119201 119102 115953 120178  total = 31.881506 per ms 
02:03:15.591 16  switches: flows:  120633 120407 121339 120646 120703 121030 121092 116512 117446 120961 119612 123022 117548 119678 116739 119874  total = 31.900752 per ms 
02:04:15.692 16  switches: flows:  119031 116794 117974 117541 119330 119034 118840 114959 116001 118922 118749 119074 117536 116790 116284 118201  total = 31.365317 per ms 
02:05:15.793 16  switches: flows:  119857 119750 118518 119281 120380 121073 121148 117845 116186 118053 121228 120361 117913 119123 119447 119960  total = 31.782290 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29564.77/31974.23/31495.19/10522.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:05:15.803960" elapsed="0.001506"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T02:05:15.806129" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-07-03T02:05:15.805706" elapsed="0.000654"/>
</branch>
<status status="PASS" start="2026-07-03T02:05:15.805634" elapsed="0.000831"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T02:05:15.806656" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-03T02:05:15.806584" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-07-03T02:05:15.806554" elapsed="0.000234"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T02:05:15.806860" elapsed="0.000056"/>
</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-07-03T02:05:15.810922" elapsed="0.000471"/>
</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-07-03T02:05:15.811604" elapsed="0.000326"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T02:05:15.812181" elapsed="0.000169"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T02:05:15.807563" elapsed="0.004869"/>
</kw>
<msg time="2026-07-03T02:05:15.812626" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-03T01:55:09.341263" elapsed="606.471403"/>
</kw>
<status status="PASS" start="2026-07-03T01:55:09.340941" elapsed="606.471796"/>
</branch>
<status status="PASS" start="2026-07-03T01:55:09.340570" elapsed="606.472202"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.813459" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.66. 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:14.883 16  switches: flows:  108065 111379 109343 109990 109193 110353 112276 109028 109896 108517 111817 111152 111185 108796 109091 107786  total = 29.297783 per ms 
01:57:14.984 16  switches: flows:  117870 121226 120999 120108 118450 119912 121359 120610 121279 118254 123717 121717 119837 119008 116964 118095  total = 31.936720 per ms 
01:58:15.086 16  switches: flows:  118988 120736 121083 118883 119163 119732 119816 118939 117061 117011 120821 117839 119270 114084 115201 116380  total = 31.530654 per ms 
01:59:15.187 16  switches: flows:  120006 120470 119614 120195 119984 120778 119159 118462 117013 118750 116400 117367 118074 114959 116299 116856  total = 31.520491 per ms 
02:00:15.288 16  switches: flows:  109943 111413 112478 114445 112152 111168 111193 112399 110396 111598 109866 110883 111402 107854 108055 111601  total = 29.564771 per ms 
02:01:15.388 16  switches: flows:  120078 120638 122200 122669 121237 118982 121260 117862 121811 121540 119143 120280 118444 118424 116631 120457  total = 31.974231 per ms 
02:02:15.490 16  switches: flows:  119411 120152 120035 121544 121422 120489 120251 117686 119407 121325 118737 121201 119201 119102 115953 120178  total = 31.881506 per ms 
02:03:15.591 16  switches: flows:  120633 120407 121339 120646 120703 121030 121092 116512 117446 120961 119612 123022 117548 119678 116739 119874  total = 31.900752 per ms 
02:04:15.692 16  switches: flows:  119031 116794 117974 117541 119330 119034 118840 114959 116001 118922 118749 119074 117536 116790 116284 118201  total = 31.365317 per ms 
02:05:15.793 16  switches: flows:  119857 119750 118518 119281 120380 121073 121148 117845 116186 118053 121228 120361 117913 119123 119447 119960  total = 31.782290 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29564.77/31974.23/31495.19/10522.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:05:15.812996" elapsed="0.000602"/>
</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-07-03T02:05:15.814059" elapsed="0.000776"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T02:05:15.815607" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T02:05:15.815777" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29564.77/31974.23/31495.19/10522.53 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-07-03T02:05:15.815180" elapsed="0.000644"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:05:15.816641" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29564.77/31974.23/31495.19/10522.53 | 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-07-03T02:05:15.816146" elapsed="0.000546"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.820090" 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-07-03T02:05:15.816971" elapsed="0.003177"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.822561" level="INFO">29564.77/31974.23/31495.19/10522.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:05:15.820298" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:05:15.825507" 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-07-03T02:05:15.822772" elapsed="0.002773"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:05:15.828546" level="INFO">@{result_value_list} = [ 29564.77 | 31974.23 | 31495.19 | 10522.53 ]</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-07-03T02:05:15.825823" elapsed="0.002753"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.829196" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T02:05:15.829289" 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-07-03T02:05:15.828784" elapsed="0.000529"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.834188" level="INFO">min :: 29564.77</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-07-03T02:05:15.829742" elapsed="0.004507"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T02:05:15.829605" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.838991" level="INFO">max :: 31974.23</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-07-03T02:05:15.834548" elapsed="0.004501"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T02:05:15.834410" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.843717" level="INFO">avg :: 31495.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:05:15.839306" elapsed="0.004472"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T02:05:15.839176" elapsed="0.004636"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.848825" level="INFO">stdev :: 10522.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:05:15.844052" elapsed="0.004849"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T02:05:15.843922" elapsed="0.005016"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T02:05:15.829400" elapsed="0.019573"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.852929" level="INFO">${min} = 29564.77</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-07-03T02:05:15.849136" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.857149" level="INFO">${max} = 31974.23</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-07-03T02:05:15.853113" elapsed="0.004072"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.861636" level="INFO">${average} = 31495.19</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-07-03T02:05:15.857391" elapsed="0.004278"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.867546" level="INFO">${stdev} = 10522.53</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-07-03T02:05:15.861859" elapsed="0.005717"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.868215" level="INFO">${date} = 2026-07-03 02:05:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-03T02:05:15.867773" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.868820" level="INFO">CBench Result: 2026-07-03 02:05:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29564.77,31974.23,31495.19,10522.53</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-07-03T02:05:15.868398" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T02:05:15.869995" 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-07-03T02:05:15.869552" elapsed="0.000511"/>
</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-07-03T02:05:15.870217" elapsed="0.000501"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T02:05:15.869059" elapsed="0.001725"/>
</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-07-03T01:55:09.339457" elapsed="606.531389"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.871335" 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-07-03T02:05:15.871016" elapsed="0.000374"/>
</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-07-03T02:05:15.871916" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-03T02:05:15.871602" elapsed="0.000655"/>
</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-07-03T01:55:09.336834" elapsed="606.535462"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.874143" 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-07-03T02:05:15.873685" elapsed="0.000517"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.876007" 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-07-03T02:05:15.875654" elapsed="0.000397"/>
</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-07-03T02:05:15.876425" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T02:05:15.876192" 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-07-03T02:05:15.879588" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-03T02:05:15.879309" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-07-03T02:05:15.879288" elapsed="0.000388"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T02:05:15.880064" 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-07-03T02:05:15.880195" 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-07-03T02:05:15.879822" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.880789" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.66 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.96" 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-07-03T02:05:15.880362" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T02:05:15.881424" 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-07-03T02:05:15.881014" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T02:05:15.882426" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T02:05:15.882517" 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-07-03T02:05:15.882058" elapsed="0.000484"/>
</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-07-03T02:05:15.882686" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T02:05:15.883901" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-03T02:05:16.488114" 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 Fri Jul  3 02:05:16 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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: Fri Jul  3 01:55:09 2026 from 10.30.170.116
[?2004h[jenkins@releng-48317-768-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-07-03T02:05:15.883528" elapsed="0.604790"/>
</kw>
<msg time="2026-07-03T02:05:16.488407" 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-07-03T02:05:15.883184" elapsed="0.605314"/>
</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-07-03T02:05:15.881656" elapsed="0.606961"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T02:05:16.489172" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.66 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T02:15:22.755933" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T02:15:22.756364" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T02:15:22.756437" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.66: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-07-03T02:05:16.488845" elapsed="606.267637"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T02:15:22.756817" elapsed="0.000574"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.758215" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.66. 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:21.617 16  switches: flows:  595310 589916 586421 603092 593028 587656 587368 576278 575103 571603 582506 575031 569340 573331 568799 574317  total = 155.151650 per ms 
02:07:21.718 16  switches: flows:  592945 575482 573774 581597 582469 572225 581043 602659 593825 587689 589898 590987 599656 595103 571991 573292  total = 155.813979 per ms 
02:08:21.820 16  switches: flows:  557170 551677 536899 545975 536916 536419 544935 544397 553934 553670 550378 547744 545784 555695 553763 546590  total = 145.787889 per ms 
02:09:21.921 16  switches: flows:  640771 638326 649034 637190 646489 633770 649532 642293 643731 636453 641520 645108 650794 646545 635562 630322  total = 170.836116 per ms 
02:10:22.023 16  switches: flows:  643544 642413 640251 648394 635717 647592 646406 638818 641427 645713 641785 627037 649640 635863 636282 634672  total = 170.637063 per ms 
02:11:22.124 16  switches: flows:  659053 651720 657772 657706 658659 650157 655773 653439 661709 653787 663325 652444 650477 664483 649469 656520  total = 174.646845 per ms 
02:12:22.225 16  switches: flows:  646057 643505 648265 650472 650244 639607 655540 651331 646358 644021 649439 655468 652089 644470 645633 648014  total = 172.552507 per ms 
02:13:22.534 16  switches: flows:  637205 630114 626938 633821 630743 636301 623886 635368 634216 625701 638318 633950 628137 634920 623739 622863  total = 167.407995 per ms 
02:14:22.636 16  switches: flows:  630068 623172 632898 627014 627663 630858 629567 634014 635925 632265 632911 627238 640288 624153 625240 628811  total = 167.752774 per ms 
02:15:22.739 16  switches: flows:  653117 649710 646737 647023 644711 649864 656062 651799 650809 642127 644017 648794 647999 643834 644494 646183  total = 172.492586 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145787.89/174646.85/166436.42/56195.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:15:22.757657" elapsed="0.000790"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T02:15:22.758787" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-07-03T02:15:22.758574" elapsed="0.000377"/>
</branch>
<status status="PASS" start="2026-07-03T02:15:22.758537" elapsed="0.000454"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T02:15:22.759133" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-03T02:15:22.759076" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-07-03T02:15:22.759053" elapsed="0.000173"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T02:15:22.759272" elapsed="0.000020"/>
</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-07-03T02:15:22.763145" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-03T02:15:22.763889" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T02:15:22.764328" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T02:15:22.759776" elapsed="0.004799"/>
</kw>
<msg time="2026-07-03T02:15:22.764767" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.66: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-07-03T02:05:15.876827" elapsed="606.887980"/>
</kw>
<status status="PASS" start="2026-07-03T02:05:15.876511" elapsed="606.888392"/>
</branch>
<status status="PASS" start="2026-07-03T02:05:15.876168" elapsed="606.888772"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.765658" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.66. 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:21.617 16  switches: flows:  595310 589916 586421 603092 593028 587656 587368 576278 575103 571603 582506 575031 569340 573331 568799 574317  total = 155.151650 per ms 
02:07:21.718 16  switches: flows:  592945 575482 573774 581597 582469 572225 581043 602659 593825 587689 589898 590987 599656 595103 571991 573292  total = 155.813979 per ms 
02:08:21.820 16  switches: flows:  557170 551677 536899 545975 536916 536419 544935 544397 553934 553670 550378 547744 545784 555695 553763 546590  total = 145.787889 per ms 
02:09:21.921 16  switches: flows:  640771 638326 649034 637190 646489 633770 649532 642293 643731 636453 641520 645108 650794 646545 635562 630322  total = 170.836116 per ms 
02:10:22.023 16  switches: flows:  643544 642413 640251 648394 635717 647592 646406 638818 641427 645713 641785 627037 649640 635863 636282 634672  total = 170.637063 per ms 
02:11:22.124 16  switches: flows:  659053 651720 657772 657706 658659 650157 655773 653439 661709 653787 663325 652444 650477 664483 649469 656520  total = 174.646845 per ms 
02:12:22.225 16  switches: flows:  646057 643505 648265 650472 650244 639607 655540 651331 646358 644021 649439 655468 652089 644470 645633 648014  total = 172.552507 per ms 
02:13:22.534 16  switches: flows:  637205 630114 626938 633821 630743 636301 623886 635368 634216 625701 638318 633950 628137 634920 623739 622863  total = 167.407995 per ms 
02:14:22.636 16  switches: flows:  630068 623172 632898 627014 627663 630858 629567 634014 635925 632265 632911 627238 640288 624153 625240 628811  total = 167.752774 per ms 
02:15:22.739 16  switches: flows:  653117 649710 646737 647023 644711 649864 656062 651799 650809 642127 644017 648794 647999 643834 644494 646183  total = 172.492586 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145787.89/174646.85/166436.42/56195.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:15:22.765221" elapsed="0.000540"/>
</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-07-03T02:15:22.765996" elapsed="0.000432"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T02:15:22.766841" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T02:15:22.766975" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 145787.89/174646.85/166436.42/56195.54 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-07-03T02:15:22.766608" elapsed="0.000404"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:15:22.767444" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 145787.89/174646.85/166436.42/56195.54 | 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-07-03T02:15:22.767184" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.770273" 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-07-03T02:15:22.767637" elapsed="0.002696"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.772721" level="INFO">145787.89/174646.85/166436.42/56195.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:15:22.770482" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:15:22.775179" 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-07-03T02:15:22.772943" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:15:22.777745" level="INFO">@{result_value_list} = [ 145787.89 | 174646.85 | 166436.42 | 56195.54 ]</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-07-03T02:15:22.775403" elapsed="0.002375"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.778269" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T02:15:22.778359" 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-07-03T02:15:22.777954" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.783278" level="INFO">min :: 145787.89</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-07-03T02:15:22.778776" elapsed="0.004561"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T02:15:22.778635" elapsed="0.004737"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.787955" level="INFO">max :: 174646.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-07-03T02:15:22.783592" elapsed="0.004420"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T02:15:22.783463" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.792885" level="INFO">avg :: 166436.42</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-07-03T02:15:22.788263" elapsed="0.004686"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T02:15:22.788136" elapsed="0.004850"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.797710" level="INFO">stdev :: 56195.54</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-07-03T02:15:22.793272" elapsed="0.004516"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T02:15:22.793127" elapsed="0.004711"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T02:15:22.778449" elapsed="0.019454"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.803545" level="INFO">${min} = 145787.89</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-07-03T02:15:22.798132" elapsed="0.005453"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.808250" level="INFO">${max} = 174646.85</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-07-03T02:15:22.803808" elapsed="0.004470"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.812221" level="INFO">${average} = 166436.42</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-07-03T02:15:22.808444" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.816183" level="INFO">${stdev} = 56195.54</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-07-03T02:15:22.812409" elapsed="0.003801"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.816737" level="INFO">${date} = 2026-07-03 02:15:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-03T02:15:22.816371" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.817406" level="INFO">CBench Result: 2026-07-03 02:15:22,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,145787.89,174646.85,166436.42,56195.54</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-07-03T02:15:22.816937" elapsed="0.000527"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T02:15:22.818570" 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-07-03T02:15:22.818143" elapsed="0.000494"/>
</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-07-03T02:15:22.818788" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T02:15:22.817643" elapsed="0.001706"/>
</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-07-03T02:05:15.875042" elapsed="606.944367"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.819904" 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-07-03T02:15:22.819567" elapsed="0.000395"/>
</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-07-03T02:15:22.820473" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-03T02:15:22.820169" elapsed="0.000657"/>
</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-07-03T02:05:15.872977" elapsed="606.947888"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.822286" 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-07-03T02:15:22.821898" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.823579" 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-07-03T02:15:22.823249" elapsed="0.000380"/>
</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-07-03T02:15:22.824000" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T02:15:22.823757" elapsed="0.000303"/>
</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-07-03T02:15:22.827171" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-03T02:15:22.826916" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-03T02:15:22.826895" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T02:15:22.827580" 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-07-03T02:15:22.827704" 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-07-03T02:15:22.827385" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.828304" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.96" 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-07-03T02:15:22.827881" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T02:15:22.828923" 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-07-03T02:15:22.828504" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T02:15:22.829915" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T02:15:22.830005" 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-07-03T02:15:22.829574" elapsed="0.000455"/>
</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-07-03T02:15:22.830171" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T02:15:22.831403" level="INFO">Logging into '10.30.171.96:22' as 'jenkins'.</msg>
<msg time="2026-07-03T02:15:23.454996" 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 Fri Jul  3 02:15:23 UTC 2026

  System load:  0.25               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.96
  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: Fri Jul  3 02:05:16 2026 from 10.30.170.116
[?2004h[jenkins@releng-48317-768-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-07-03T02:15:22.831038" elapsed="0.624148"/>
</kw>
<msg time="2026-07-03T02:15:23.455273" 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-07-03T02:15:22.830649" elapsed="0.624706"/>
</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-07-03T02:15:22.829198" elapsed="0.626271"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T02:15:23.455996" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T02:25:29.559000" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T02:25:29.559622" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T02:25:29.559757" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-03T02:15:23.455687" elapsed="606.104153"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T02:25:29.560464" elapsed="0.000938"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.562772" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.66. 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:28.635 16  switches: flows:  112834 111798 110789 112948 108462 113458 112947 110490 110319 111005 111644 110561 110025 109737 111325 109944  total = 29.638100 per ms 
02:17:28.735 16  switches: flows:  115088 116096 113786 111979 114208 113460 114015 115710 113483 112127 112734 113421 111947 110566 112323 112078  total = 30.166657 per ms 
02:18:28.835 16  switches: flows:  92232 91564 90871 91313 91976 91814 92342 92295 91054 90652 90822 90385 89648 90493 89796 89783  total = 24.243531 per ms 
02:19:28.936 16  switches: flows:  107697 111011 108728 108702 108490 109684 108254 107891 108423 106681 105165 105083 104732 105068 108392 106620  total = 28.629239 per ms 
02:20:29.036 16  switches: flows:  116666 121452 120229 121166 117419 118979 118739 116782 116743 116543 116919 116826 114678 114577 118740 117149  total = 31.341151 per ms 
02:21:29.136 16  switches: flows:  115932 120000 120579 118241 117606 119609 116736 117764 116358 114882 115819 114428 116175 116040 117503 116610  total = 31.185959 per ms 
02:22:29.237 16  switches: flows:  115440 118765 116628 117742 117356 118989 116036 113600 115114 113128 113739 112780 114685 113644 116906 114739  total = 30.769815 per ms 
02:23:29.337 16  switches: flows:  114454 113790 115627 114491 113224 115868 115288 111684 111582 113223 112147 112862 112901 112068 110652 113051  total = 30.164850 per ms 
02:24:29.437 16  switches: flows:  118326 115922 119092 115664 115141 119545 119821 114451 113334 117422 115367 116409 117487 114664 115711 115887  total = 31.018958 per ms 
02:25:29.538 16  switches: flows:  101607 99309 102661 99315 100025 99870 101914 98870 98347 100125 99165 99770 99423 98107 99285 99730  total = 26.580986 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24243.53/31341.15/29344.57/10048.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:25:29.561920" elapsed="0.001145"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T02:25:29.563491" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-07-03T02:25:29.563229" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-07-03T02:25:29.563179" elapsed="0.000524"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T02:25:29.563912" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-03T02:25:29.563814" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-07-03T02:25:29.563783" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T02:25:29.564099" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-03T02:25:29.569066" elapsed="0.000564"/>
</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-07-03T02:25:29.569854" elapsed="0.000297"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T02:25:29.570330" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T02:25:29.564798" elapsed="0.005753"/>
</kw>
<msg time="2026-07-03T02:25:29.570738" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-03T02:15:22.824405" elapsed="606.746368"/>
</kw>
<status status="PASS" start="2026-07-03T02:15:22.824087" elapsed="606.746753"/>
</branch>
<status status="PASS" start="2026-07-03T02:15:22.823734" elapsed="606.747165"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.571607" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.66. 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:28.635 16  switches: flows:  112834 111798 110789 112948 108462 113458 112947 110490 110319 111005 111644 110561 110025 109737 111325 109944  total = 29.638100 per ms 
02:17:28.735 16  switches: flows:  115088 116096 113786 111979 114208 113460 114015 115710 113483 112127 112734 113421 111947 110566 112323 112078  total = 30.166657 per ms 
02:18:28.835 16  switches: flows:  92232 91564 90871 91313 91976 91814 92342 92295 91054 90652 90822 90385 89648 90493 89796 89783  total = 24.243531 per ms 
02:19:28.936 16  switches: flows:  107697 111011 108728 108702 108490 109684 108254 107891 108423 106681 105165 105083 104732 105068 108392 106620  total = 28.629239 per ms 
02:20:29.036 16  switches: flows:  116666 121452 120229 121166 117419 118979 118739 116782 116743 116543 116919 116826 114678 114577 118740 117149  total = 31.341151 per ms 
02:21:29.136 16  switches: flows:  115932 120000 120579 118241 117606 119609 116736 117764 116358 114882 115819 114428 116175 116040 117503 116610  total = 31.185959 per ms 
02:22:29.237 16  switches: flows:  115440 118765 116628 117742 117356 118989 116036 113600 115114 113128 113739 112780 114685 113644 116906 114739  total = 30.769815 per ms 
02:23:29.337 16  switches: flows:  114454 113790 115627 114491 113224 115868 115288 111684 111582 113223 112147 112862 112901 112068 110652 113051  total = 30.164850 per ms 
02:24:29.437 16  switches: flows:  118326 115922 119092 115664 115141 119545 119821 114451 113334 117422 115367 116409 117487 114664 115711 115887  total = 31.018958 per ms 
02:25:29.538 16  switches: flows:  101607 99309 102661 99315 100025 99870 101914 98870 98347 100125 99165 99770 99423 98107 99285 99730  total = 26.580986 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24243.53/31341.15/29344.57/10048.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:25:29.571133" elapsed="0.000577"/>
</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-07-03T02:25:29.571934" elapsed="0.000469"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T02:25:29.572928" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T02:25:29.573034" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24243.53/31341.15/29344.57/10048.96 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-07-03T02:25:29.572609" elapsed="0.000450"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:25:29.573487" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24243.53/31341.15/29344.57/10048.96 | 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-07-03T02:25:29.573221" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.576124" 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-07-03T02:25:29.573662" elapsed="0.002519"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.578609" level="INFO">24243.53/31341.15/29344.57/10048.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:25:29.576329" elapsed="0.002340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:25:29.581586" 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-07-03T02:25:29.578823" elapsed="0.002802"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T02:25:29.585281" level="INFO">@{result_value_list} = [ 24243.53 | 31341.15 | 29344.57 | 10048.96 ]</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-07-03T02:25:29.581958" elapsed="0.003379"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.586202" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T02:25:29.586319" 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-07-03T02:25:29.585655" elapsed="0.000696"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.592766" level="INFO">min :: 24243.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T02:25:29.586934" elapsed="0.005911"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T02:25:29.586715" elapsed="0.006194"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.597664" level="INFO">max :: 31341.15</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-07-03T02:25:29.593221" elapsed="0.004506"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T02:25:29.593033" elapsed="0.004731"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.602414" level="INFO">avg :: 29344.57</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-07-03T02:25:29.598029" elapsed="0.004449"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T02:25:29.597877" elapsed="0.004637"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.607757" level="INFO">stdev :: 10048.96</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-07-03T02:25:29.602738" elapsed="0.005117"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T02:25:29.602603" elapsed="0.005331"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T02:25:29.586450" elapsed="0.021536"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.613141" level="INFO">${min} = 24243.53</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-07-03T02:25:29.608277" elapsed="0.004895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.618102" level="INFO">${max} = 31341.15</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-07-03T02:25:29.613385" elapsed="0.004752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.622213" level="INFO">${average} = 29344.57</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-07-03T02:25:29.618360" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.626320" level="INFO">${stdev} = 10048.96</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-07-03T02:25:29.622423" elapsed="0.003928"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.627036" level="INFO">${date} = 2026-07-03 02:25:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-03T02:25:29.626529" elapsed="0.000534"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.627678" level="INFO">CBench Result: 2026-07-03 02:25:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24243.53,31341.15,29344.57,10048.96</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-07-03T02:25:29.627215" elapsed="0.000523"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T02:25:29.628969" 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-07-03T02:25:29.628424" elapsed="0.000615"/>
</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-07-03T02:25:29.629196" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T02:25:29.627928" elapsed="0.001830"/>
</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-07-03T02:15:22.822681" elapsed="606.807138"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.630322" 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-07-03T02:25:29.630000" elapsed="0.000387"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T02:25:29.631657" 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-07-03T02:25:29.631146" elapsed="0.000735"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-03T02:25:29.632133" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-07-03T02:25:29.631973" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-07-03T02:25:29.631946" elapsed="0.000291"/>
</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-07-03T02:25:29.632392" elapsed="0.000024"/>
</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-07-03T02:25:29.632560" elapsed="0.000020"/>
</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-07-03T02:25:29.632744" elapsed="0.000021"/>
</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-07-03T02:25:29.632977" elapsed="0.000021"/>
</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-07-03T02:25:29.633140" 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-07-03T02:25:29.633288" elapsed="0.000019"/>
</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-07-03T02:25:29.633446" elapsed="0.000021"/>
</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-07-03T02:25:29.633671" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-03T02:25:29.633533" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-07-03T02:25:29.633515" elapsed="0.000231"/>
</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-07-03T02:25:29.630781" elapsed="0.003019"/>
</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-07-03T02:15:22.821324" elapsed="606.812524"/>
</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-07-03T01:55:06.536979" elapsed="1823.097629"/>
</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>
