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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-26T01:46:30.629542" elapsed="0.884947"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T01:46:31.563843" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-26T01:46:31.514740" elapsed="0.049174"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T01:46:31.565632" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T01:46:31.565744" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-26T01:46:31.564083" elapsed="0.001691"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-26T01:46:31.565934" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:46:31.566332" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:46:31.567014" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:46:31.566701" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T01:46:31.567122" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.200
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-26T01:46:30.628032" elapsed="0.939259"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-26T01:46:30.624461" elapsed="0.942893"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T01:46:31.567944" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T01:46:31.567597" elapsed="0.000404"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T01:46:31.568417" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T01:46:31.568157" elapsed="0.000318"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T01:46:31.569011" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-26T01:46:31.568629" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T01:46:31.569559" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T01:46:31.569206" elapsed="0.000396"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T01:46:31.570141" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-26T01:46:31.569749" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T01:46:31.570660" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T01:46:31.570328" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-26T01:46:31.570996" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:46:31.570784" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:46:31.575373" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:46:31.574979" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:46:31.576442" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T01:46:31.576526" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:46:31.575976" elapsed="0.000574"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:46:31.576695" elapsed="0.000614"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T01:46:31.578360" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-26T01:46:32.274086" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 01:46:31 UTC 2026

  System load:  0.08               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-761-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T01:46:31.577855" elapsed="0.696339"/>
</kw>
<msg time="2026-06-26T01:46:32.274273" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:46:31.577490" elapsed="0.696863"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T01:46:31.575628" elapsed="0.698852"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.281952" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-26T01:46:32.274663" elapsed="0.008964"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:46:32.283810" elapsed="0.000474"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-26T01:46:31.574468" elapsed="0.709995"/>
</kw>
<status status="PASS" start="2026-06-26T01:46:31.571122" elapsed="0.713427"/>
</branch>
<status status="PASS" start="2026-06-26T01:46:31.570760" elapsed="0.713849"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T01:46:32.284938" elapsed="0.000977"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-26T01:46:32.295695" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-06-26T01:46:32.295425" elapsed="0.000385"/>
</branch>
<status status="PASS" start="2026-06-26T01:46:32.295350" elapsed="0.000515"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-26T01:46:32.299474" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-26T01:46:32.299345" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-06-26T01:46:32.299325" 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-06-26T01:46:32.299672" elapsed="0.000427"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.300519" level="INFO">Logging into '10.30.170.200:8101' as 'karaf'.</msg>
<msg time="2026-06-26T01:46:32.561306" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-26T01:46:32.300246" elapsed="0.261269"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.656218" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-26T01:46:32.561855" elapsed="0.094521"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.671202" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T01:46:32.671377" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-26T01:46:32.656742" elapsed="0.014696"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-26T01:46:32.671587" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:46:32.671931" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:46:32.672575" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:46:32.672276" elapsed="0.000354"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T01:46:32.672677" elapsed="0.000039"/>
</return>
<msg time="2026-06-26T01:46:32.672854" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.200
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-26T01:46:32.298990" elapsed="0.373896"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T01:46:32.673032" elapsed="0.000526"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T01:46:32.673610" 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-06-26T01:46:32.294709" elapsed="0.379033"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-26T01:46:32.677366" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-26T01:46:32.677247" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-06-26T01:46:32.677225" elapsed="0.000229"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:46:32.677585" elapsed="0.000425"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.678431" level="INFO">Logging into '10.30.170.200:8101' as 'karaf'.</msg>
<msg time="2026-06-26T01:46:32.874505" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-26T01:46:32.678156" elapsed="0.196441"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.900268" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-26T01:46:32.874762" elapsed="0.025569"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.902304" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T01:46:32.902417" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-26T01:46:32.900499" elapsed="0.001948"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-26T01:46:32.902584" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:46:32.902912" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:46:32.903535" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:46:32.903237" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T01:46:32.903632" 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.170.200
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-26T01:46:32.676937" elapsed="0.226860"/>
</kw>
<status status="PASS" start="2026-06-26T01:46:30.622747" elapsed="2.281111"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:46:32.905982" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:46:32.904942" elapsed="0.001104"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T01:46:32.907473" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T01:46:32.907103" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-26T01:46:32.907841" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:46:32.907592" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-26T01:46:32.910810" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:46:32.910563" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-06-26T01:46:32.910544" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.911220" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-26T01:46:32.911027" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:46:32.911974" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:46:32.911517" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.912654" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:46:32.912174" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:46:32.913597" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T01:46:32.913688" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:46:32.913257" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:46:32.913857" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T01:46:32.915074" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-26T01:46:33.249553" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 01:46:31 UTC 2026

  System load:  0.08               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 01:46:32 2026 from 10.30.170.204
[?2004h[jenkins@releng-48317-761-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T01:46:32.914720" elapsed="0.334960"/>
</kw>
<msg time="2026-06-26T01:46:33.249753" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:46:32.914352" elapsed="0.335471"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T01:46:32.912883" elapsed="0.337039"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T01:46:33.250360" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T01:56:39.379024" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T01:56:39.379689" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T01:56:39.379799" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T01:46:33.250103" elapsed="606.129757"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:56:39.380379" elapsed="0.000808"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.382392" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:38.469 16  switches: flows:  108562 110325 108738 109406 110498 107856 109391 107302 106015 107007 107290 107679 108936 107957 104746 102934  total = 28.744033 per ms 
01:48:38.570 16  switches: flows:  122198 122735 122395 120854 120591 118974 121181 121268 119718 118948 119919 118135 121040 119899 116292 115622  total = 31.942811 per ms 
01:49:38.670 16  switches: flows:  122744 124445 122713 122771 121608 120944 121931 121996 120282 119157 119212 121117 120982 119842 116384 116138  total = 32.150758 per ms 
01:50:38.771 16  switches: flows:  125641 126243 126306 123852 123710 122038 124722 123178 121430 121459 120139 122569 123432 121449 117309 118604  total = 32.646808 per ms 
01:51:38.873 16  switches: flows:  124165 125386 122982 122526 122421 122081 122911 122742 120581 119345 119120 120666 121160 119991 116638 117669  total = 32.285627 per ms 
01:52:38.974 16  switches: flows:  112704 112306 113699 111655 111233 112281 109244 109832 108683 108700 107589 108555 110509 109238 105961 106780  total = 29.267311 per ms 
01:53:39.075 16  switches: flows:  108700 112532 112041 110848 110193 111273 109958 110307 109430 107753 108331 109489 106772 108521 105989 107901  total = 29.118620 per ms 
01:54:39.176 16  switches: flows:  122738 125666 125909 122959 123662 121094 124211 123817 121716 120742 120751 122904 122055 122820 118898 116986  total = 32.561106 per ms 
01:55:39.277 16  switches: flows:  123124 126083 125361 123891 123553 121180 123970 124857 121978 122537 122600 123293 121807 123575 119286 118577  total = 32.706604 per ms 
01:56:39.378 16  switches: flows:  115151 117816 116116 115580 113809 113619 113700 116536 114122 114570 115143 115038 112507 114957 111885 110367  total = 30.464201 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29118.62/32706.60/31460.43/10575.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.381607" elapsed="0.001133"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T01:56:39.383263" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-06-26T01:56:39.382937" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-06-26T01:56:39.382881" elapsed="0.000644"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T01:56:39.383744" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-26T01:56:39.383660" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-26T01:56:39.383624" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T01:56:39.383955" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:56:39.387436" elapsed="0.000358"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:56:39.387945" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:56:39.388263" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T01:56:39.384693" elapsed="0.003739"/>
</kw>
<msg time="2026-06-26T01:56:39.388575" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T01:46:32.908247" elapsed="606.480355"/>
</kw>
<status status="PASS" start="2026-06-26T01:46:32.907927" elapsed="606.480725"/>
</branch>
<status status="PASS" start="2026-06-26T01:46:32.907570" elapsed="606.481106"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.389143" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:38.469 16  switches: flows:  108562 110325 108738 109406 110498 107856 109391 107302 106015 107007 107290 107679 108936 107957 104746 102934  total = 28.744033 per ms 
01:48:38.570 16  switches: flows:  122198 122735 122395 120854 120591 118974 121181 121268 119718 118948 119919 118135 121040 119899 116292 115622  total = 31.942811 per ms 
01:49:38.670 16  switches: flows:  122744 124445 122713 122771 121608 120944 121931 121996 120282 119157 119212 121117 120982 119842 116384 116138  total = 32.150758 per ms 
01:50:38.771 16  switches: flows:  125641 126243 126306 123852 123710 122038 124722 123178 121430 121459 120139 122569 123432 121449 117309 118604  total = 32.646808 per ms 
01:51:38.873 16  switches: flows:  124165 125386 122982 122526 122421 122081 122911 122742 120581 119345 119120 120666 121160 119991 116638 117669  total = 32.285627 per ms 
01:52:38.974 16  switches: flows:  112704 112306 113699 111655 111233 112281 109244 109832 108683 108700 107589 108555 110509 109238 105961 106780  total = 29.267311 per ms 
01:53:39.075 16  switches: flows:  108700 112532 112041 110848 110193 111273 109958 110307 109430 107753 108331 109489 106772 108521 105989 107901  total = 29.118620 per ms 
01:54:39.176 16  switches: flows:  122738 125666 125909 122959 123662 121094 124211 123817 121716 120742 120751 122904 122055 122820 118898 116986  total = 32.561106 per ms 
01:55:39.277 16  switches: flows:  123124 126083 125361 123891 123553 121180 123970 124857 121978 122537 122600 123293 121807 123575 119286 118577  total = 32.706604 per ms 
01:56:39.378 16  switches: flows:  115151 117816 116116 115580 113809 113619 113700 116536 114122 114570 115143 115038 112507 114957 111885 110367  total = 30.464201 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29118.62/32706.60/31460.43/10575.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.388823" elapsed="0.000393"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T01:56:39.389365" elapsed="0.000403"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T01:56:39.390164" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T01:56:39.390257" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29118.62/32706.60/31460.43/10575.69 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T01:56:39.389928" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:56:39.390720" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29118.62/32706.60/31460.43/10575.69 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:56:39.390458" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.393179" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.390892" elapsed="0.002345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.395610" level="INFO">29118.62/32706.60/31460.43/10575.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.393383" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:56:39.398033" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:56:39.395815" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:56:39.400478" level="INFO">@{result_value_list} = [ 29118.62 | 32706.60 | 31460.43 | 10575.69 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:56:39.398266" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.400979" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T01:56:39.401088" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:56:39.400662" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.405850" level="INFO">min :: 29118.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.401547" elapsed="0.004359"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T01:56:39.401412" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.410478" level="INFO">max :: 32706.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.406164" elapsed="0.004370"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T01:56:39.406036" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.415114" level="INFO">avg :: 31460.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.410787" elapsed="0.004383"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T01:56:39.410660" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.419718" level="INFO">stdev :: 10575.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.415442" elapsed="0.004332"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T01:56:39.415301" elapsed="0.004508"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T01:56:39.401188" elapsed="0.018655"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.423906" level="INFO">${min} = 29118.62</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:56:39.420000" elapsed="0.003933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.427991" level="INFO">${max} = 32706.60</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:56:39.424087" elapsed="0.003931"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.432091" level="INFO">${average} = 31460.43</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:56:39.428170" elapsed="0.003948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.436037" level="INFO">${stdev} = 10575.69</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:56:39.432270" elapsed="0.003793"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.436605" level="INFO">${date} = 2026-06-26 01:56:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T01:56:39.436223" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.437199" level="INFO">CBench Result: 2026-06-26 01:56:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29118.62,32706.60,31460.43,10575.69</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.436778" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T01:56:39.438315" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T01:56:39.437904" elapsed="0.000478"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T01:56:39.438554" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T01:56:39.437424" elapsed="0.001660"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-26T01:46:32.906481" elapsed="606.532663"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.439633" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-26T01:56:39.439295" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-26T01:56:39.440212" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-06-26T01:56:39.439905" elapsed="0.000668"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-26T01:46:32.904004" elapsed="606.536606"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.441894" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.441513" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.443193" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T01:56:39.442861" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-26T01:56:39.443589" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:56:39.443350" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-26T01:56:39.446645" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:56:39.446368" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-06-26T01:56:39.446343" elapsed="0.000382"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:56:39.447074" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-26T01:56:39.446863" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.447798" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.200 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:56:39.447354" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:56:39.448412" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:56:39.447994" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:56:39.449365" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T01:56:39.449472" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:56:39.449040" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:56:39.449642" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T01:56:39.450870" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-26T01:56:40.064599" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 01:56:39 UTC 2026

  System load:  0.95               Processes:             103
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 01:46:33 2026 from 10.30.170.204
[?2004h[jenkins@releng-48317-761-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T01:56:39.450513" elapsed="0.614279"/>
</kw>
<msg time="2026-06-26T01:56:40.064888" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:56:39.450139" elapsed="0.614865"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T01:56:39.448645" elapsed="0.616478"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T01:56:40.065672" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.200 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T02:06:46.129974" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T02:06:46.130660" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T02:06:46.130769" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T01:56:40.065344" elapsed="606.065482"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T02:06:46.131424" elapsed="0.001224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.133980" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:45.207 16  switches: flows:  485352 477289 486422 486073 478219 478911 481969 481116 481456 473753 479424 476180 468573 469229 474627 474604  total = 127.553283 per ms 
01:58:45.308 16  switches: flows:  345069 346580 380524 347060 339201 375173 344408 345737 395370 337374 433748 389815 408308 339579 347168 340146  total = 96.758317 per ms 
01:59:45.409 16  switches: flows:  463598 447385 446479 439590 395058 452062 435140 437848 450905 433955 442673 443390 450766 455711 465626 445298  total = 118.226466 per ms 
02:00:45.512 16  switches: flows:  503287 506744 505840 499649 505424 501486 503825 494073 505949 499887 497352 501180 503749 496789 505774 502817  total = 133.669891 per ms 
02:01:45.613 16  switches: flows:  503342 518240 498332 501356 505845 517645 515741 516007 516045 507145 518696 503095 513727 499890 515577 504609  total = 135.693342 per ms 
02:02:45.713 16  switches: flows:  546074 537196 546081 533763 535329 536210 551555 543238 539243 542297 527844 554582 528610 539765 541828 518299  total = 143.458071 per ms 
02:03:45.814 16  switches: flows:  464673 465520 465847 466162 466180 465256 462797 472034 464055 472876 470995 470467 478352 459757 466677 469240  total = 124.471897 per ms 
02:04:45.916 16  switches: flows:  504453 513163 503955 505477 509655 511046 513269 509693 506187 509086 511322 508603 503134 502858 501565 515899  total = 135.260139 per ms 
02:05:46.018 16  switches: flows:  528851 523571 519634 517883 526755 520457 520806 523203 524095 518581 519697 522571 518582 517859 524848 526060  total = 138.990902 per ms 
02:06:46.120 16  switches: flows:  539172 529733 526324 533891 536111 535011 537398 536088 535880 532720 530085 531232 536517 534595 535594 538382  total = 142.238406 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 96758.32/143458.07/129863.05/45489.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.133066" elapsed="0.001292"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T02:06:46.134914" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-26T02:06:46.134577" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-06-26T02:06:46.134522" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T02:06:46.135382" elapsed="0.000065"/>
</return>
<status status="NOT RUN" start="2026-06-26T02:06:46.135297" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-06-26T02:06:46.135256" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T02:06:46.135627" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T02:06:46.141235" elapsed="0.000352"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T02:06:46.141737" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T02:06:46.142041" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T02:06:46.136363" elapsed="0.005836"/>
</kw>
<msg time="2026-06-26T02:06:46.142337" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T01:56:39.443990" elapsed="606.698374"/>
</kw>
<status status="PASS" start="2026-06-26T01:56:39.443676" elapsed="606.698753"/>
</branch>
<status status="PASS" start="2026-06-26T01:56:39.443328" elapsed="606.699125"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.142888" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:45.207 16  switches: flows:  485352 477289 486422 486073 478219 478911 481969 481116 481456 473753 479424 476180 468573 469229 474627 474604  total = 127.553283 per ms 
01:58:45.308 16  switches: flows:  345069 346580 380524 347060 339201 375173 344408 345737 395370 337374 433748 389815 408308 339579 347168 340146  total = 96.758317 per ms 
01:59:45.409 16  switches: flows:  463598 447385 446479 439590 395058 452062 435140 437848 450905 433955 442673 443390 450766 455711 465626 445298  total = 118.226466 per ms 
02:00:45.512 16  switches: flows:  503287 506744 505840 499649 505424 501486 503825 494073 505949 499887 497352 501180 503749 496789 505774 502817  total = 133.669891 per ms 
02:01:45.613 16  switches: flows:  503342 518240 498332 501356 505845 517645 515741 516007 516045 507145 518696 503095 513727 499890 515577 504609  total = 135.693342 per ms 
02:02:45.713 16  switches: flows:  546074 537196 546081 533763 535329 536210 551555 543238 539243 542297 527844 554582 528610 539765 541828 518299  total = 143.458071 per ms 
02:03:45.814 16  switches: flows:  464673 465520 465847 466162 466180 465256 462797 472034 464055 472876 470995 470467 478352 459757 466677 469240  total = 124.471897 per ms 
02:04:45.916 16  switches: flows:  504453 513163 503955 505477 509655 511046 513269 509693 506187 509086 511322 508603 503134 502858 501565 515899  total = 135.260139 per ms 
02:05:46.018 16  switches: flows:  528851 523571 519634 517883 526755 520457 520806 523203 524095 518581 519697 522571 518582 517859 524848 526060  total = 138.990902 per ms 
02:06:46.120 16  switches: flows:  539172 529733 526324 533891 536111 535011 537398 536088 535880 532720 530085 531232 536517 534595 535594 538382  total = 142.238406 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 96758.32/143458.07/129863.05/45489.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.142595" elapsed="0.000366"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T02:06:46.143108" elapsed="0.000399"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T02:06:46.143888" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T02:06:46.143989" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 96758.32/143458.07/129863.05/45489.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T02:06:46.143667" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T02:06:46.144439" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 96758.32/143458.07/129863.05/45489.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T02:06:46.144172" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.146836" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.144611" elapsed="0.002281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.149251" level="INFO">96758.32/143458.07/129863.05/45489.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.147036" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T02:06:46.151661" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T02:06:46.149468" elapsed="0.002219"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T02:06:46.154187" level="INFO">@{result_value_list} = [ 96758.32 | 143458.07 | 129863.05 | 45489.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T02:06:46.151888" elapsed="0.002327"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.154696" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T02:06:46.154791" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T02:06:46.154370" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.159761" level="INFO">min :: 96758.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.155214" elapsed="0.004604"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T02:06:46.155086" elapsed="0.004768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.164419" level="INFO">max :: 143458.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-06-26T02:06:46.160089" elapsed="0.004389"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T02:06:46.159945" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.169030" level="INFO">avg :: 129863.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.164730" elapsed="0.004356"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T02:06:46.164603" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.173673" level="INFO">stdev :: 45489.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.169344" elapsed="0.004386"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T02:06:46.169214" elapsed="0.004551"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T02:06:46.154886" elapsed="0.018911"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.177745" level="INFO">${min} = 96758.32</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:06:46.173955" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.181719" level="INFO">${max} = 143458.07</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:06:46.177926" elapsed="0.003819"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.185908" level="INFO">${average} = 129863.05</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:06:46.181898" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.189849" level="INFO">${stdev} = 45489.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:06:46.186087" elapsed="0.003789"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.190386" level="INFO">${date} = 2026-06-26 02:06:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T02:06:46.190035" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.190992" level="INFO">CBench Result: 2026-06-26 02:06:46,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,96758.32,143458.07,129863.05,45489.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.190583" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T02:06:46.192124" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T02:06:46.191690" 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-06-26T02:06:46.192342" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T02:06:46.191201" elapsed="0.001686"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-26T01:56:39.442268" elapsed="606.750679"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.193437" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-26T02:06:46.193101" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-26T02:06:46.194012" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-06-26T02:06:46.193704" elapsed="0.000642"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-26T01:56:39.440912" elapsed="606.753473"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.195918" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.195214" elapsed="0.000778"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.197210" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T02:06:46.196879" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-26T02:06:46.197611" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T02:06:46.197373" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-26T02:06:46.200899" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T02:06:46.200531" elapsed="0.000426"/>
</branch>
<status status="PASS" start="2026-06-26T02:06:46.200512" elapsed="0.000469"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T02:06:46.201306" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-26T02:06:46.201113" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.202018" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:06:46.201600" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T02:06:46.202624" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T02:06:46.202214" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T02:06:46.203547" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T02:06:46.203635" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T02:06:46.203221" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T02:06:46.203800" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T02:06:46.205019" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-26T02:06:46.851334" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 02:06:46 UTC 2026

  System load:  0.46               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 01:56:39 2026 from 10.30.170.204
[?2004h[jenkins@releng-48317-761-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T02:06:46.204663" elapsed="0.646952"/>
</kw>
<msg time="2026-06-26T02:06:46.851720" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T02:06:46.204298" elapsed="0.647513"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T02:06:46.202851" elapsed="0.649096"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T02:06:46.852564" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T02:16:52.913942" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T02:16:52.914634" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T02:16:52.914747" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T02:06:46.852192" elapsed="606.062613"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T02:16:52.915337" elapsed="0.000799"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.917432" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:51.989 16  switches: flows:  119020 119756 117358 118293 117680 118083 119579 118440 116117 118574 115209 116660 119692 116086 115187 113835  total = 31.326150 per ms 
02:08:52.091 16  switches: flows:  110622 111030 112027 110469 109542 110217 110923 109226 106143 105165 107395 106799 106457 105875 107417 106266  total = 28.877847 per ms 
02:09:52.192 16  switches: flows:  97599 97500 96007 98014 95826 95480 95321 94847 94898 92889 92981 94467 95013 95304 93548 93792  total = 25.349039 per ms 
02:10:52.293 16  switches: flows:  108704 111999 109768 110976 109507 111320 108507 109391 107977 108860 108581 107944 108677 110319 107080 107179  total = 29.064556 per ms 
02:11:52.395 16  switches: flows:  121641 125219 121993 123166 120493 122389 121364 122896 121397 121542 121956 120258 121746 121994 119995 119871  total = 32.411189 per ms 
02:12:52.496 16  switches: flows:  119477 120576 120154 120589 119717 119340 120056 121642 120226 118995 120424 118961 120212 119441 118524 117074  total = 31.870226 per ms 
02:13:52.597 16  switches: flows:  108294 110627 109595 110354 110084 109815 108790 107353 108720 106390 106692 107343 106847 107057 105143 108189  total = 28.806789 per ms 
02:14:52.698 16  switches: flows:  115261 118402 119483 116767 118364 115904 122672 114127 116213 113694 111926 114763 118885 116066 110551 115207  total = 30.919778 per ms 
02:15:52.799 16  switches: flows:  118262 121267 120057 118793 120575 119914 119075 119314 118362 115848 115738 118415 115200 116397 114774 118087  total = 31.448711 per ms 
02:16:52.902 16  switches: flows:  118841 123117 122749 120567 120424 120691 121631 119915 119475 117280 117101 119295 118512 117612 116379 119407  total = 31.829336 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25349.04/32411.19/30064.16/10244.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.916554" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T02:16:52.918004" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-06-26T02:16:52.917777" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-06-26T02:16:52.917740" elapsed="0.000415"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T02:16:52.918290" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-26T02:16:52.918237" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-26T02:16:52.918215" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T02:16:52.918439" 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-06-26T02:16:52.922424" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T02:16:52.923117" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T02:16:52.923566" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T02:16:52.918912" elapsed="0.004873"/>
</kw>
<msg time="2026-06-26T02:16:52.923977" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T02:06:46.198013" elapsed="606.726003"/>
</kw>
<status status="PASS" start="2026-06-26T02:06:46.197696" elapsed="606.726396"/>
</branch>
<status status="PASS" start="2026-06-26T02:06:46.197352" elapsed="606.726773"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.924781" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:51.989 16  switches: flows:  119020 119756 117358 118293 117680 118083 119579 118440 116117 118574 115209 116660 119692 116086 115187 113835  total = 31.326150 per ms 
02:08:52.091 16  switches: flows:  110622 111030 112027 110469 109542 110217 110923 109226 106143 105165 107395 106799 106457 105875 107417 106266  total = 28.877847 per ms 
02:09:52.192 16  switches: flows:  97599 97500 96007 98014 95826 95480 95321 94847 94898 92889 92981 94467 95013 95304 93548 93792  total = 25.349039 per ms 
02:10:52.293 16  switches: flows:  108704 111999 109768 110976 109507 111320 108507 109391 107977 108860 108581 107944 108677 110319 107080 107179  total = 29.064556 per ms 
02:11:52.395 16  switches: flows:  121641 125219 121993 123166 120493 122389 121364 122896 121397 121542 121956 120258 121746 121994 119995 119871  total = 32.411189 per ms 
02:12:52.496 16  switches: flows:  119477 120576 120154 120589 119717 119340 120056 121642 120226 118995 120424 118961 120212 119441 118524 117074  total = 31.870226 per ms 
02:13:52.597 16  switches: flows:  108294 110627 109595 110354 110084 109815 108790 107353 108720 106390 106692 107343 106847 107057 105143 108189  total = 28.806789 per ms 
02:14:52.698 16  switches: flows:  115261 118402 119483 116767 118364 115904 122672 114127 116213 113694 111926 114763 118885 116066 110551 115207  total = 30.919778 per ms 
02:15:52.799 16  switches: flows:  118262 121267 120057 118793 120575 119914 119075 119314 118362 115848 115738 118415 115200 116397 114774 118087  total = 31.448711 per ms 
02:16:52.902 16  switches: flows:  118841 123117 122749 120567 120424 120691 121631 119915 119475 117280 117101 119295 118512 117612 116379 119407  total = 31.829336 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25349.04/32411.19/30064.16/10244.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.924335" elapsed="0.000551"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T02:16:52.925139" elapsed="0.000673"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T02:16:52.926384" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T02:16:52.926544" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25349.04/32411.19/30064.16/10244.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T02:16:52.926045" elapsed="0.000533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T02:16:52.927219" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25349.04/32411.19/30064.16/10244.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T02:16:52.926821" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.930494" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.927699" elapsed="0.002853"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.932907" level="INFO">25349.04/32411.19/30064.16/10244.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.930701" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T02:16:52.935352" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T02:16:52.933158" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T02:16:52.937888" level="INFO">@{result_value_list} = [ 25349.04 | 32411.19 | 30064.16 | 10244.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T02:16:52.935602" elapsed="0.002314"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.938391" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T02:16:52.938499" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T02:16:52.938077" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.943346" level="INFO">min :: 25349.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.938926" elapsed="0.004498"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T02:16:52.938797" elapsed="0.004665"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.948170" level="INFO">max :: 32411.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.943714" elapsed="0.004514"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T02:16:52.943554" elapsed="0.004709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.952798" level="INFO">avg :: 30064.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.948491" elapsed="0.004363"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T02:16:52.948349" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.957679" level="INFO">stdev :: 10244.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.953158" elapsed="0.004578"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T02:16:52.952975" elapsed="0.004798"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T02:16:52.938597" elapsed="0.019206"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.961768" level="INFO">${min} = 25349.04</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:16:52.957963" elapsed="0.003832"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.965780" level="INFO">${max} = 32411.19</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:16:52.961952" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.969971" level="INFO">${average} = 30064.16</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:16:52.965962" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.973991" level="INFO">${stdev} = 10244.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T02:16:52.970156" elapsed="0.003862"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.974578" level="INFO">${date} = 2026-06-26 02:16:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T02:16:52.974180" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.975169" level="INFO">CBench Result: 2026-06-26 02:16:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25349.04,32411.19,30064.16,10244.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T02:16:52.974754" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T02:16:52.976364" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T02:16:52.975889" elapsed="0.000573"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T02:16:52.976619" elapsed="0.000515"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T02:16:52.975385" elapsed="0.001827"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-26T02:06:46.196306" elapsed="606.780967"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.977768" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-26T02:16:52.977441" elapsed="0.000384"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T02:16:52.979046" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-26T02:16:52.978554" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-26T02:16:52.979299" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-06-26T02:16:52.979151" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-26T02:16:52.979130" elapsed="0.000260"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-26T02:16:52.979551" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-26T02:16:52.979717" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-26T02:16:52.979875" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-26T02:16:52.980069" 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-06-26T02:16:52.980219" 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-06-26T02:16:52.980364" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-26T02:16:52.980525" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-26T02:16:52.980744" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-26T02:16:52.980608" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-06-26T02:16:52.980591" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-26T02:16:52.978204" elapsed="0.002664"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-26T02:06:46.194695" elapsed="606.786220"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-26T01:46:30.063162" elapsed="1822.918532"/>
</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>
