<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-14T01:04:16.078669" 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-08-14T01:04:16.685275" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:04:16.685122" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:16.685086" elapsed="0.000304"/>
</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-08-14T01:04:16.685863" elapsed="0.000546"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T01:04:16.686907" level="INFO">Logging into '10.30.171.45:8101' as 'karaf'.</msg>
<msg time="2026-08-14T01:04:17.409361" 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-08-14T01:04:16.686585" elapsed="0.723022"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T01:04:17.459895" 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-08-14T01:04:17.410040" elapsed="0.049938"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T01:04:17.461771" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T01:04:17.461902" 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-08-14T01:04:17.460179" elapsed="0.001753"/>
</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-08-14T01:04:17.462116" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:04:17.462545" elapsed="0.000267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:04:17.463372" 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-08-14T01:04:17.462971" elapsed="0.000459"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T01:04:17.463491" elapsed="0.000079"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.45
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T01:04:16.684709" elapsed="0.779011"/>
</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-08-14T01:04:16.680780" elapsed="0.783066"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:04:17.464560" 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-08-14T01:04:17.464086" elapsed="0.000543"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:04:17.465084" 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-08-14T01:04:17.464804" elapsed="0.000339"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T01:04:17.465775" 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-08-14T01:04:17.465314" elapsed="0.000491"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T01:04:17.466408" 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-08-14T01:04:17.465990" elapsed="0.000463"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T01:04:17.467021" 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-08-14T01:04:17.466600" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T01:04:17.467573" 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-08-14T01:04:17.467245" elapsed="0.000372"/>
</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-08-14T01:04:17.467987" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:04:17.467750" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:04:17.472961" 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-08-14T01:04:17.472498" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:04:17.474127" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T01:04:17.474240" 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-08-14T01:04:17.473558" elapsed="0.000708"/>
</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-08-14T01:04:17.474416" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T01:04:17.475860" level="INFO">Logging into '10.30.171.35:22' as 'jenkins'.</msg>
<msg time="2026-08-14T01:04:17.956415" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 01:03:36 UTC 2026

  System load:  0.6                Processes:             113
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.35
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-810-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-08-14T01:04:17.475296" elapsed="0.481348"/>
</kw>
<msg time="2026-08-14T01:04:17.956784" 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-08-14T01:04:17.474944" elapsed="0.481962"/>
</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-08-14T01:04:17.473203" elapsed="0.483872"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-14T01:04:17.966478" 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-08-14T01:04:17.957401" elapsed="0.011150"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:04:17.968814" elapsed="0.000353"/>
</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-08-14T01:04:17.471949" elapsed="0.497288"/>
</kw>
<status status="PASS" start="2026-08-14T01:04:17.468395" elapsed="0.500882"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:17.467691" elapsed="0.501638"/>
</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-08-14T01:04:17.969518" elapsed="0.000626"/>
</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-08-14T01:04:17.974927" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:04:17.974792" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:17.974762" elapsed="0.000249"/>
</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-08-14T01:04:17.978585" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:04:17.978453" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:17.978434" elapsed="0.000220"/>
</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-08-14T01:04:17.978805" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T01:04:17.979689" level="INFO">Logging into '10.30.171.45:8101' as 'karaf'.</msg>
<msg time="2026-08-14T01:04:18.165185" 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-08-14T01:04:17.979425" elapsed="0.185864"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.270799" 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-08-14T01:04:18.165484" elapsed="0.105383"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.280757" 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-08-14T01:04:18.280965" 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-08-14T01:04:18.271016" elapsed="0.009981"/>
</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-08-14T01:04:18.281138" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:04:18.281467" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:04:18.282147" 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-08-14T01:04:18.281832" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T01:04:18.282252" elapsed="0.000053"/>
</return>
<msg time="2026-08-14T01:04:18.282453" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.45
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T01:04:17.978092" elapsed="0.304393"/>
</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-08-14T01:04:18.282632" elapsed="0.000731"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T01:04:18.283417" elapsed="0.000032"/>
</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-08-14T01:04:17.974397" elapsed="0.309150"/>
</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-08-14T01:04:18.287331" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:04:18.287207" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:18.287184" elapsed="0.000218"/>
</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-08-14T01:04:18.287532" elapsed="0.000477"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.288411" level="INFO">Logging into '10.30.171.45:8101' as 'karaf'.</msg>
<msg time="2026-08-14T01:04:18.454884" 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-08-14T01:04:18.288156" elapsed="0.166829"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.476551" 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-08-14T01:04:18.455162" elapsed="0.021453"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.478643" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T01:04:18.478759" 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-08-14T01:04:18.476788" elapsed="0.002023"/>
</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-08-14T01:04:18.478950" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:04:18.479289" elapsed="0.000176"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:04:18.479906" 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-08-14T01:04:18.479609" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T01:04:18.480005" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.45
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T01:04:18.286882" elapsed="0.193265"/>
</kw>
<status status="PASS" start="2026-08-14T01:04:16.678797" elapsed="1.801415"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:04:18.482760" 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-08-14T01:04:18.481304" elapsed="0.001552"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T01:04:18.484342" 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-08-14T01:04:18.483970" elapsed="0.000416"/>
</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-08-14T01:04:18.484694" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:04:18.484463" elapsed="0.000306"/>
</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-08-14T01:04:18.487769" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:04:18.487493" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:18.487473" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.488191" 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-08-14T01:04:18.488314" 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-08-14T01:04:18.487987" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:04:18.488914" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.35" 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-08-14T01:04:18.488475" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.489619" 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-08-14T01:04:18.489115" elapsed="0.000531"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:04:18.490565" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T01:04:18.490655" 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-08-14T01:04:18.490243" elapsed="0.000436"/>
</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-08-14T01:04:18.490875" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.492112" level="INFO">Logging into '10.30.171.35:22' as 'jenkins'.</msg>
<msg time="2026-08-14T01:04:18.804322" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 01:03:36 UTC 2026

  System load:  0.6                Processes:             113
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.35
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 01:04:17 2026 from 10.30.170.28
[?2004h[jenkins@releng-48317-810-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-08-14T01:04:18.491752" elapsed="0.312719"/>
</kw>
<msg time="2026-08-14T01:04:18.804554" 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-08-14T01:04:18.491386" elapsed="0.313255"/>
</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-08-14T01:04:18.489866" elapsed="0.314905"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T01:04:18.805223" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T01:14:24.900872" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T01:14:24.901417" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T01:14:24.901497" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45: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-08-14T01:04:18.804964" elapsed="606.096574"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:14:24.902064" elapsed="0.001021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.904083" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:23.984 16  switches: flows:  106804 104593 105343 106667 104692 107792 105971 103442 104065 99646 103646 104718 102936 106263 105978 101680  total = 27.903933 per ms 
01:06:24.084 16  switches: flows:  116021 114468 115040 116406 113169 113036 114958 114396 115192 110341 112766 112960 112249 112165 112427 110878  total = 30.224066 per ms 
01:07:24.184 16  switches: flows:  123194 121688 121625 123454 120359 121454 123258 122538 120875 119059 119627 120195 119928 119742 121056 118098  total = 32.215385 per ms 
01:08:24.285 16  switches: flows:  124533 122230 122364 122446 121111 121807 122930 123092 119569 119998 121112 120849 119858 119846 120427 117906  total = 32.280736 per ms 
01:09:24.386 16  switches: flows:  126094 123589 124631 124918 123623 124638 126169 125015 123375 122866 122065 122877 121659 122352 123497 120410  total = 32.908022 per ms 
01:10:24.487 16  switches: flows:  126271 124330 124729 125596 121586 124023 124405 125693 123917 121652 121623 122935 121661 121589 121689 121552  total = 32.832678 per ms 
01:11:24.588 16  switches: flows:  126437 124503 127559 126979 123992 124564 125896 127096 125578 123653 122834 123520 124352 122283 123261 123587  total = 33.212783 per ms 
01:12:24.689 16  switches: flows:  125473 123981 126722 125382 122635 125906 124272 126015 125874 122332 121729 122223 122368 122194 123187 121978  total = 32.982765 per ms 
01:13:24.790 16  switches: flows:  124671 121296 127130 125957 122917 123634 124353 124617 124241 121699 120285 122627 122513 120421 122211 120294  total = 32.759739 per ms 
01:14:24.891 16  switches: flows:  124730 121865 126635 126349 123015 125172 125340 125256 124655 121881 122269 122871 122589 122955 124325 123413  total = 33.000232 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30224.07/33212.78/32490.71/10864.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:14:24.903474" elapsed="0.000868"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T01:14:24.904695" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-08-14T01:14:24.904482" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-08-14T01:14:24.904438" elapsed="0.000428"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T01:14:24.905006" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:14:24.904953" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:14:24.904930" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T01:14:24.905140" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T01:14:24.909367" elapsed="0.001016"/>
</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-08-14T01:14:24.910614" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:14:24.911086" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T01:14:24.906187" elapsed="0.005119"/>
</kw>
<msg time="2026-08-14T01:14:24.911490" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45: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-08-14T01:04:18.485137" elapsed="606.426392"/>
</kw>
<status status="PASS" start="2026-08-14T01:04:18.484797" elapsed="606.426802"/>
</branch>
<status status="PASS" start="2026-08-14T01:04:18.484441" elapsed="606.427192"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.912298" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:23.984 16  switches: flows:  106804 104593 105343 106667 104692 107792 105971 103442 104065 99646 103646 104718 102936 106263 105978 101680  total = 27.903933 per ms 
01:06:24.084 16  switches: flows:  116021 114468 115040 116406 113169 113036 114958 114396 115192 110341 112766 112960 112249 112165 112427 110878  total = 30.224066 per ms 
01:07:24.184 16  switches: flows:  123194 121688 121625 123454 120359 121454 123258 122538 120875 119059 119627 120195 119928 119742 121056 118098  total = 32.215385 per ms 
01:08:24.285 16  switches: flows:  124533 122230 122364 122446 121111 121807 122930 123092 119569 119998 121112 120849 119858 119846 120427 117906  total = 32.280736 per ms 
01:09:24.386 16  switches: flows:  126094 123589 124631 124918 123623 124638 126169 125015 123375 122866 122065 122877 121659 122352 123497 120410  total = 32.908022 per ms 
01:10:24.487 16  switches: flows:  126271 124330 124729 125596 121586 124023 124405 125693 123917 121652 121623 122935 121661 121589 121689 121552  total = 32.832678 per ms 
01:11:24.588 16  switches: flows:  126437 124503 127559 126979 123992 124564 125896 127096 125578 123653 122834 123520 124352 122283 123261 123587  total = 33.212783 per ms 
01:12:24.689 16  switches: flows:  125473 123981 126722 125382 122635 125906 124272 126015 125874 122332 121729 122223 122368 122194 123187 121978  total = 32.982765 per ms 
01:13:24.790 16  switches: flows:  124671 121296 127130 125957 122917 123634 124353 124617 124241 121699 120285 122627 122513 120421 122211 120294  total = 32.759739 per ms 
01:14:24.891 16  switches: flows:  124730 121865 126635 126349 123015 125172 125340 125256 124655 121881 122269 122871 122589 122955 124325 123413  total = 33.000232 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30224.07/33212.78/32490.71/10864.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:14:24.911864" elapsed="0.000538"/>
</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-08-14T01:14:24.912612" elapsed="0.000558"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T01:14:24.913759" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T01:14:24.913855" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30224.07/33212.78/32490.71/10864.27 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-08-14T01:14:24.913460" elapsed="0.000420"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:14:24.914305" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30224.07/33212.78/32490.71/10864.27 | 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-08-14T01:14:24.914035" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.916760" 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-08-14T01:14:24.914475" elapsed="0.002345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.919219" level="INFO">30224.07/33212.78/32490.71/10864.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:14:24.916966" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:14:24.921683" 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-08-14T01:14:24.919425" elapsed="0.002287"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:14:24.924184" level="INFO">@{result_value_list} = [ 30224.07 | 33212.78 | 32490.71 | 10864.27 ]</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-08-14T01:14:24.921938" elapsed="0.002278"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.924690" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T01:14:24.924801" 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-08-14T01:14:24.924373" elapsed="0.000454"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.929582" level="INFO">min :: 30224.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:14:24.925252" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T01:14:24.925117" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.934228" level="INFO">max :: 33212.78</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-08-14T01:14:24.929915" elapsed="0.004371"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T01:14:24.929787" elapsed="0.004533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.938884" level="INFO">avg :: 32490.71</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-08-14T01:14:24.934540" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T01:14:24.934411" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.943534" level="INFO">stdev :: 10864.27</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-08-14T01:14:24.939199" elapsed="0.004393"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T01:14:24.939070" elapsed="0.004556"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T01:14:24.924915" elapsed="0.018743"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.947852" level="INFO">${min} = 30224.07</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T01:14:24.943844" elapsed="0.004038"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.952002" level="INFO">${max} = 33212.78</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-08-14T01:14:24.948044" elapsed="0.003986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.955983" level="INFO">${average} = 32490.71</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-08-14T01:14:24.952184" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.959940" level="INFO">${stdev} = 10864.27</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-08-14T01:14:24.956165" elapsed="0.003802"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.960497" level="INFO">${date} = 2026-08-14 01:14:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T01:14:24.960129" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.961110" level="INFO">CBench Result: 2026-08-14 01:14:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30224.07,33212.78,32490.71,10864.27</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-08-14T01:14:24.960669" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:14:24.962296" 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-08-14T01:14:24.961863" elapsed="0.000501"/>
</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-08-14T01:14:24.962516" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T01:14:24.961318" elapsed="0.001747"/>
</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-08-14T01:04:18.483288" elapsed="606.479837"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.963598" 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-08-14T01:14:24.963278" elapsed="0.000377"/>
</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-08-14T01:14:24.964189" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-14T01:14:24.963891" elapsed="0.000635"/>
</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-08-14T01:04:18.480402" elapsed="606.484162"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.965922" 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-08-14T01:14:24.965488" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.967233" 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-08-14T01:14:24.966895" elapsed="0.000381"/>
</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-08-14T01:14:24.967622" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:14:24.967393" elapsed="0.000288"/>
</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-08-14T01:14:24.970626" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:14:24.970378" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-14T01:14:24.970359" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:14:24.971053" 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-08-14T01:14:24.971173" 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-08-14T01:14:24.970856" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.971778" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.45 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.35" 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-08-14T01:14:24.971333" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:14:24.972381" 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-08-14T01:14:24.971981" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:14:24.973311" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T01:14:24.973408" 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-08-14T01:14:24.973002" elapsed="0.000432"/>
</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-08-14T01:14:24.973577" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T01:14:24.974831" level="INFO">Logging into '10.30.171.35:22' as 'jenkins'.</msg>
<msg time="2026-08-14T01:14:25.580685" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 01:14:25 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 01:04:18 2026 from 10.30.170.28
[?2004h[jenkins@releng-48317-810-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-08-14T01:14:24.974447" elapsed="0.606467"/>
</kw>
<msg time="2026-08-14T01:14:25.581009" 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-08-14T01:14:24.974101" elapsed="0.607001"/>
</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-08-14T01:14:24.972608" elapsed="0.608620"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T01:14:25.581862" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.45 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T01:24:32.019129" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T01:24:32.025440" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T01:24:32.025514" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.45: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-08-14T01:14:25.581474" elapsed="606.444070"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:24:32.027930" elapsed="0.002085"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.031959" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:15:30.704 16  switches: flows:  484959 489822 477819 490335 483434 493323 479601 482994 462733 477473 475702 461984 473518 473755 477923 470577  total = 127.599200 per ms 
01:16:30.805 16  switches: flows:  485008 471844 472144 479633 467868 480678 472829 480158 478724 479512 473048 474631 477462 466931 478084 471484  total = 126.620739 per ms 
01:17:30.907 16  switches: flows:  503128 519485 503023 501764 505139 510718 503147 501722 508125 500653 507093 504781 503717 507095 505935 513012  total = 134.749471 per ms 
01:18:31.009 16  switches: flows:  486408 484038 482546 488413 489811 481410 492816 486427 480935 414750 481999 474354 478196 487055 478901 480305  total = 127.591280 per ms 
01:19:31.496 16  switches: flows:  547782 556084 560660 553225 554887 553110 555991 547809 555247 554310 557857 552006 560349 553760 557111 551207  total = 146.664320 per ms 
01:20:31.597 16  switches: flows:  584016 586584 580982 579030 584388 578929 582252 581254 577965 584855 582706 583237 587646 583057 580799 583311  total = 155.089333 per ms 
01:21:31.699 16  switches: flows:  503173 496491 493684 499746 502456 503418 504760 495768 491817 496572 495656 490048 490107 494641 491090 505534  total = 132.359576 per ms 
01:22:31.800 16  switches: flows:  515656 511901 507116 510279 516861 517757 508953 506036 513634 517028 513987 514086 505872 509144 513475 518222  total = 136.437098 per ms 
01:23:31.902 16  switches: flows:  498839 509584 510467 497965 500150 494084 502610 507093 495956 503610 499267 497903 503634 505021 502527 335972  total = 130.857462 per ms 
01:24:32.004 16  switches: flows:  482439 479309 481872 487279 480043 479285 487928 477332 476808 480748 475182 478594 486431 485875 486096 480514  total = 128.213693 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126620.74/155089.33/135398.11/46029.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:24:32.030773" elapsed="0.001390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T01:24:32.032448" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-08-14T01:24:32.032273" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-08-14T01:24:32.032241" elapsed="0.000311"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T01:24:32.032651" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:24:32.032614" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:24:32.032597" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T01:24:32.032763" elapsed="0.000014"/>
</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-08-14T01:24:32.036922" elapsed="0.000378"/>
</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-08-14T01:24:32.037451" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:24:32.037780" elapsed="0.000114"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T01:24:32.033130" elapsed="0.004817"/>
</kw>
<msg time="2026-08-14T01:24:32.038082" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.45: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-08-14T01:14:24.968049" elapsed="607.070059"/>
</kw>
<status status="PASS" start="2026-08-14T01:14:24.967706" elapsed="607.070452"/>
</branch>
<status status="PASS" start="2026-08-14T01:14:24.967371" elapsed="607.070812"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.038628" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:15:30.704 16  switches: flows:  484959 489822 477819 490335 483434 493323 479601 482994 462733 477473 475702 461984 473518 473755 477923 470577  total = 127.599200 per ms 
01:16:30.805 16  switches: flows:  485008 471844 472144 479633 467868 480678 472829 480158 478724 479512 473048 474631 477462 466931 478084 471484  total = 126.620739 per ms 
01:17:30.907 16  switches: flows:  503128 519485 503023 501764 505139 510718 503147 501722 508125 500653 507093 504781 503717 507095 505935 513012  total = 134.749471 per ms 
01:18:31.009 16  switches: flows:  486408 484038 482546 488413 489811 481410 492816 486427 480935 414750 481999 474354 478196 487055 478901 480305  total = 127.591280 per ms 
01:19:31.496 16  switches: flows:  547782 556084 560660 553225 554887 553110 555991 547809 555247 554310 557857 552006 560349 553760 557111 551207  total = 146.664320 per ms 
01:20:31.597 16  switches: flows:  584016 586584 580982 579030 584388 578929 582252 581254 577965 584855 582706 583237 587646 583057 580799 583311  total = 155.089333 per ms 
01:21:31.699 16  switches: flows:  503173 496491 493684 499746 502456 503418 504760 495768 491817 496572 495656 490048 490107 494641 491090 505534  total = 132.359576 per ms 
01:22:31.800 16  switches: flows:  515656 511901 507116 510279 516861 517757 508953 506036 513634 517028 513987 514086 505872 509144 513475 518222  total = 136.437098 per ms 
01:23:31.902 16  switches: flows:  498839 509584 510467 497965 500150 494084 502610 507093 495956 503610 499267 497903 503634 505021 502527 335972  total = 130.857462 per ms 
01:24:32.004 16  switches: flows:  482439 479309 481872 487279 480043 479285 487928 477332 476808 480748 475182 478594 486431 485875 486096 480514  total = 128.213693 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126620.74/155089.33/135398.11/46029.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:24:32.038338" elapsed="0.000365"/>
</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-08-14T01:24:32.038879" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T01:24:32.039658" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T01:24:32.039774" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 126620.74/155089.33/135398.11/46029.31 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-08-14T01:24:32.039414" elapsed="0.000386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:24:32.040203" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 126620.74/155089.33/135398.11/46029.31 | 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-08-14T01:24:32.039951" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.042601" 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-08-14T01:24:32.040371" elapsed="0.002295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.045110" level="INFO">126620.74/155089.33/135398.11/46029.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:24:32.042832" elapsed="0.002335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:24:32.047576" 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-08-14T01:24:32.045315" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:24:32.050175" level="INFO">@{result_value_list} = [ 126620.74 | 155089.33 | 135398.11 | 46029.31 ]</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-08-14T01:24:32.047841" elapsed="0.002362"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.050670" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T01:24:32.050781" 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-08-14T01:24:32.050362" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.055902" level="INFO">min :: 126620.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:24:32.051222" elapsed="0.004740"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T01:24:32.051091" elapsed="0.004906"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.060804" level="INFO">max :: 155089.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:24:32.056219" elapsed="0.004644"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T01:24:32.056089" elapsed="0.004809"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.065476" level="INFO">avg :: 135398.11</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-08-14T01:24:32.061127" elapsed="0.004405"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T01:24:32.060996" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.070139" level="INFO">stdev :: 46029.31</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-08-14T01:24:32.065810" elapsed="0.004388"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T01:24:32.065658" elapsed="0.004575"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T01:24:32.050876" elapsed="0.019388"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.074215" level="INFO">${min} = 126620.74</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-08-14T01:24:32.070422" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.078146" level="INFO">${max} = 155089.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T01:24:32.074399" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.082083" level="INFO">${average} = 135398.11</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-08-14T01:24:32.078335" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.085989" level="INFO">${stdev} = 46029.31</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-08-14T01:24:32.082263" elapsed="0.003754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.086517" level="INFO">${date} = 2026-08-14 01:24:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T01:24:32.086176" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.087120" level="INFO">CBench Result: 2026-08-14 01:24:32,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,126620.74,155089.33,135398.11,46029.31</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-08-14T01:24:32.086687" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:24:32.088213" 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-08-14T01:24:32.087805" elapsed="0.000476"/>
</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-08-14T01:24:32.088429" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T01:24:32.087319" elapsed="0.001645"/>
</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-08-14T01:14:24.966296" elapsed="607.122727"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.089486" 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-08-14T01:24:32.089172" elapsed="0.000369"/>
</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-08-14T01:24:32.090064" elapsed="0.000258"/>
</kw>
<status status="PASS" start="2026-08-14T01:24:32.089764" elapsed="0.000629"/>
</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-08-14T01:14:24.964907" elapsed="607.125525"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.091874" 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-08-14T01:24:32.091295" elapsed="0.000662"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.093625" 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-08-14T01:24:32.093157" elapsed="0.000535"/>
</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-08-14T01:24:32.094194" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:24:32.093885" elapsed="0.000389"/>
</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-08-14T01:24:32.098030" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:24:32.097782" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-14T01:24:32.097762" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:24:32.098422" 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-08-14T01:24:32.098541" 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-08-14T01:24:32.098239" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.099148" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.35" 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-08-14T01:24:32.098700" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:24:32.099774" 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-08-14T01:24:32.099345" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:24:32.100679" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T01:24:32.100784" 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-08-14T01:24:32.100374" elapsed="0.000434"/>
</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-08-14T01:24:32.100948" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T01:24:32.102115" level="INFO">Logging into '10.30.171.35:22' as 'jenkins'.</msg>
<msg time="2026-08-14T01:24:32.659209" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 01:24:32 UTC 2026

  System load:  0.27               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.35
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 01:14:25 2026 from 10.30.170.28
[?2004h[jenkins@releng-48317-810-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-08-14T01:24:32.101765" elapsed="0.557674"/>
</kw>
<msg time="2026-08-14T01:24:32.659554" 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-08-14T01:24:32.101412" elapsed="0.558246"/>
</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-08-14T01:24:32.100004" elapsed="0.559827"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T01:24:32.660545" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.45 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T01:34:38.936652" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T01:34:38.937145" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T01:34:38.937212" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45: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-08-14T01:24:32.660112" elapsed="606.277136"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:34:38.937555" elapsed="0.000509"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.938820" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:25:38.021 16  switches: flows:  114760 116851 112780 116178 110579 111873 111055 114003 110792 107616 110332 114528 110988 113949 111476 110238  total = 29.966633 per ms 
01:26:38.122 16  switches: flows:  111812 117168 112430 117933 111690 111089 114227 116855 114103 109898 113195 110941 113300 112419 110926 110942  total = 30.098526 per ms 
01:27:38.223 16  switches: flows:  110634 115351 110003 114411 108092 109727 111540 113124 111789 108940 111188 107892 111515 110999 108368 108153  total = 29.479570 per ms 
01:28:38.324 16  switches: flows:  113239 115832 112502 117430 111176 110729 113132 115531 113614 109003 112515 108958 112339 112580 110347 109875  total = 29.930081 per ms 
01:29:38.425 16  switches: flows:  119975 122502 120200 126247 119173 120130 121593 121937 122188 114443 120366 117995 121683 120648 118417 117031  total = 32.022008 per ms 
01:30:38.527 16  switches: flows:  125859 128348 125061 130506 123660 124470 126466 128809 126485 121566 125399 122910 126222 126119 123542 122315  total = 33.406540 per ms 
01:31:38.627 16  switches: flows:  113347 115698 112535 117044 110974 111354 113019 117055 115215 108222 113862 109259 115387 113710 109720 110212  total = 30.060034 per ms 
01:32:38.729 16  switches: flows:  109458 110718 107570 112989 107477 106997 110705 112088 111325 104406 111099 105112 109957 109526 106471 106493  total = 28.991264 per ms 
01:33:38.830 16  switches: flows:  110939 114164 110540 114500 110219 110882 113258 115220 112785 108657 113046 106767 112624 111974 107889 108390  total = 29.648069 per ms 
01:34:38.932 16  switches: flows:  112679 114047 112243 115848 109238 111148 114396 116490 113996 108380 115004 108370 111837 113327 109302 110164  total = 29.890543 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28991.26/33406.54/30391.85/10216.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:34:38.938310" elapsed="0.000740"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T01:34:38.939373" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-08-14T01:34:38.939170" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-08-14T01:34:38.939135" elapsed="0.000370"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T01:34:38.939637" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:34:38.939586" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:34:38.939563" elapsed="0.000182"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T01:34:38.939790" 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-08-14T01:34:38.943554" elapsed="0.000482"/>
</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-08-14T01:34:38.944259" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:34:38.944659" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T01:34:38.940254" elapsed="0.004641"/>
</kw>
<msg time="2026-08-14T01:34:38.945075" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45: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-08-14T01:24:32.094927" elapsed="606.850185"/>
</kw>
<status status="PASS" start="2026-08-14T01:24:32.094308" elapsed="606.850873"/>
</branch>
<status status="PASS" start="2026-08-14T01:24:32.093855" elapsed="606.851359"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.945825" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.45:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.45. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:25:38.021 16  switches: flows:  114760 116851 112780 116178 110579 111873 111055 114003 110792 107616 110332 114528 110988 113949 111476 110238  total = 29.966633 per ms 
01:26:38.122 16  switches: flows:  111812 117168 112430 117933 111690 111089 114227 116855 114103 109898 113195 110941 113300 112419 110926 110942  total = 30.098526 per ms 
01:27:38.223 16  switches: flows:  110634 115351 110003 114411 108092 109727 111540 113124 111789 108940 111188 107892 111515 110999 108368 108153  total = 29.479570 per ms 
01:28:38.324 16  switches: flows:  113239 115832 112502 117430 111176 110729 113132 115531 113614 109003 112515 108958 112339 112580 110347 109875  total = 29.930081 per ms 
01:29:38.425 16  switches: flows:  119975 122502 120200 126247 119173 120130 121593 121937 122188 114443 120366 117995 121683 120648 118417 117031  total = 32.022008 per ms 
01:30:38.527 16  switches: flows:  125859 128348 125061 130506 123660 124470 126466 128809 126485 121566 125399 122910 126222 126119 123542 122315  total = 33.406540 per ms 
01:31:38.627 16  switches: flows:  113347 115698 112535 117044 110974 111354 113019 117055 115215 108222 113862 109259 115387 113710 109720 110212  total = 30.060034 per ms 
01:32:38.729 16  switches: flows:  109458 110718 107570 112989 107477 106997 110705 112088 111325 104406 111099 105112 109957 109526 106471 106493  total = 28.991264 per ms 
01:33:38.830 16  switches: flows:  110939 114164 110540 114500 110219 110882 113258 115220 112785 108657 113046 106767 112624 111974 107889 108390  total = 29.648069 per ms 
01:34:38.932 16  switches: flows:  112679 114047 112243 115848 109238 111148 114396 116490 113996 108380 115004 108370 111837 113327 109302 110164  total = 29.890543 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28991.26/33406.54/30391.85/10216.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:34:38.945406" elapsed="0.000521"/>
</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-08-14T01:34:38.946130" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T01:34:38.947253" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T01:34:38.947380" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28991.26/33406.54/30391.85/10216.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-14T01:34:38.946930" elapsed="0.000485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:34:38.948027" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28991.26/33406.54/30391.85/10216.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T01:34:38.947641" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.950701" 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-08-14T01:34:38.948310" elapsed="0.002463"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.953123" level="INFO">28991.26/33406.54/30391.85/10216.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:34:38.950920" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:34:38.955505" 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-08-14T01:34:38.953327" elapsed="0.002205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:34:38.957982" level="INFO">@{result_value_list} = [ 28991.26 | 33406.54 | 30391.85 | 10216.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-14T01:34:38.955719" elapsed="0.002290"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.958468" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T01:34:38.958555" 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-08-14T01:34:38.958164" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.963293" level="INFO">min :: 28991.26</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-08-14T01:34:38.958981" elapsed="0.004367"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T01:34:38.958852" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.967895" level="INFO">max :: 33406.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-08-14T01:34:38.963600" elapsed="0.004351"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T01:34:38.963473" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.972521" level="INFO">avg :: 30391.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-08-14T01:34:38.968210" elapsed="0.004366"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T01:34:38.968068" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.977117" level="INFO">stdev :: 10216.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:34:38.972837" elapsed="0.004336"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T01:34:38.972694" elapsed="0.004513"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T01:34:38.958643" elapsed="0.018594"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.981169" level="INFO">${min} = 28991.26</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-08-14T01:34:38.977392" elapsed="0.003804"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.985038" level="INFO">${max} = 33406.54</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-08-14T01:34:38.981348" elapsed="0.003716"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.989131" level="INFO">${average} = 30391.85</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-08-14T01:34:38.985213" elapsed="0.003946"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.993021" level="INFO">${stdev} = 10216.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-14T01:34:38.989311" elapsed="0.003736"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.993541" level="INFO">${date} = 2026-08-14 01:34:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T01:34:38.993204" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.994220" level="INFO">CBench Result: 2026-08-14 01:34:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28991.26,33406.54,30391.85,10216.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:34:38.993782" elapsed="0.000513"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:34:38.995391" 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-08-14T01:34:38.994935" elapsed="0.000524"/>
</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-08-14T01:34:38.995609" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T01:34:38.994439" elapsed="0.001744"/>
</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-08-14T01:24:32.092377" elapsed="606.903867"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.996698" 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-08-14T01:34:38.996390" elapsed="0.000382"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T01:34:38.997989" 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-08-14T01:34:38.997496" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-14T01:34:38.998239" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-14T01:34:38.998092" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-08-14T01:34:38.998073" elapsed="0.000253"/>
</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-08-14T01:34:38.998465" elapsed="0.000021"/>
</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-08-14T01:34:38.998619" elapsed="0.000021"/>
</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-08-14T01:34:38.998794" 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-08-14T01:34:38.998990" 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-08-14T01:34:38.999139" elapsed="0.000021"/>
</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-08-14T01:34:38.999285" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-14T01:34:38.999428" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-14T01:34:38.999644" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:34:38.999509" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:34:38.999493" elapsed="0.000225"/>
</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-08-14T01:34:38.997164" elapsed="0.002621"/>
</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-08-14T01:24:32.090784" elapsed="606.909046"/>
</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-08-14T01:04:16.080361" elapsed="1822.920193"/>
</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>
