<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-20T05:05:46.386715" 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-20T05:05:46.973210" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:05:46.973063" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:46.973032" elapsed="0.000280"/>
</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-20T05:05:46.973478" elapsed="0.000543"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-20T05:05:46.974515" level="INFO">Logging into '10.30.171.178:8101' as 'karaf'.</msg>
<msg time="2026-06-20T05:05:47.773941" 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-20T05:05:46.974195" elapsed="0.799950"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-20T05:05:47.823820" 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-20T05:05:47.774501" elapsed="0.049402"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-20T05:05:47.825742" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-20T05:05:47.825859" 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-20T05:05:47.824081" elapsed="0.001809"/>
</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-20T05:05:47.826060" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:05:47.826460" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:05:47.827219" 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-20T05:05:47.826850" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T05:05:47.827330" elapsed="0.000141"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.178
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-20T05:05:46.972684" elapsed="0.854933"/>
</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-20T05:05:46.969047" elapsed="0.858638"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T05:05:47.828312" 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-20T05:05:47.827890" elapsed="0.000481"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T05:05:47.828805" 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-20T05:05:47.828546" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-20T05:05:47.829518" 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-20T05:05:47.829039" elapsed="0.000508"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T05:05:47.830080" 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-20T05:05:47.829721" elapsed="0.000404"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-20T05:05:47.830677" 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-20T05:05:47.830272" elapsed="0.000433"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T05:05:47.831201" 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-20T05:05:47.830865" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-20T05:05:47.831663" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:05:47.831431" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:05:47.836536" 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-20T05:05:47.836050" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:05:47.837642" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T05:05:47.837726" 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-20T05:05:47.837132" elapsed="0.000619"/>
</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-20T05:05:47.837899" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T05:05:47.839323" level="INFO">Logging into '10.30.171.177:22' as 'jenkins'.</msg>
<msg time="2026-06-20T05:05:48.528463" 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 Sat Jun 20 05:05:48 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.177
  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-755-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-20T05:05:47.838793" elapsed="0.689823"/>
</kw>
<msg time="2026-06-20T05:05:48.528709" 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-20T05:05:47.838439" elapsed="0.690370"/>
</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-20T05:05:47.836771" elapsed="0.692167"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-20T05:05:48.535851" 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-20T05:05:48.529167" elapsed="0.008127"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:05:48.537594" elapsed="0.000405"/>
</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-20T05:05:47.835516" elapsed="0.702586"/>
</kw>
<status status="PASS" start="2026-06-20T05:05:47.832026" elapsed="0.706139"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:47.831310" elapsed="0.706906"/>
</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-20T05:05:48.538470" elapsed="0.000726"/>
</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-20T05:05:48.545444" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:05:48.545254" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:48.545220" elapsed="0.000335"/>
</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-20T05:05:48.549720" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:05:48.549606" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:48.549586" elapsed="0.000203"/>
</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-20T05:05:48.549919" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-20T05:05:48.550784" level="INFO">Logging into '10.30.171.178:8101' as 'karaf'.</msg>
<msg time="2026-06-20T05:05:48.764314" 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-20T05:05:48.550524" elapsed="0.213984"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-20T05:05:48.852399" 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-20T05:05:48.764813" elapsed="0.087687"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-20T05:05:48.856238" 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-20T05:05:48.856448" 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-20T05:05:48.852684" elapsed="0.003797"/>
</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-20T05:05:48.856623" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:05:48.856979" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:05:48.857681" 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-20T05:05:48.857342" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T05:05:48.857789" elapsed="0.000055"/>
</return>
<msg time="2026-06-20T05:05:48.857999" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.178
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-20T05:05:48.549235" elapsed="0.308795"/>
</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-20T05:05:48.858177" elapsed="0.000590"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T05:05:48.858819" elapsed="0.000031"/>
</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-20T05:05:48.544821" elapsed="0.314131"/>
</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-20T05:05:48.862786" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:05:48.862649" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:48.862625" elapsed="0.000233"/>
</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-20T05:05:48.862989" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-20T05:05:48.864072" level="INFO">Logging into '10.30.171.178:8101' as 'karaf'.</msg>
<msg time="2026-06-20T05:05:49.054461" 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-20T05:05:48.863610" elapsed="0.191001"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-20T05:05:49.083248" 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-20T05:05:49.054833" elapsed="0.028471"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-20T05:05:49.085047" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-20T05:05:49.085146" 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-20T05:05:49.083464" elapsed="0.001711"/>
</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-20T05:05:49.085308" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:05:49.085636" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:05:49.086281" 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-20T05:05:49.085951" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-20T05:05:49.086405" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.178
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-20T05:05:48.862289" elapsed="0.224289"/>
</kw>
<status status="PASS" start="2026-06-20T05:05:46.967259" elapsed="2.119382"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:05:49.088813" 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-20T05:05:49.087528" elapsed="0.001350"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T05:05:49.090346" 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-20T05:05:49.089961" elapsed="0.000450"/>
</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-20T05:05:49.090736" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:05:49.090495" elapsed="0.000300"/>
</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-20T05:05:49.093753" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:05:49.093495" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:49.093475" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:05:49.094186" 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-20T05:05:49.094308" 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-20T05:05:49.093966" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:05:49.094910" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.178 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.177" 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-20T05:05:49.094485" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:05:49.095594" 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-20T05:05:49.095111" elapsed="0.000509"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:05:49.096545" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T05:05:49.096637" 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-20T05:05:49.096197" elapsed="0.000464"/>
</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-20T05:05:49.096803" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T05:05:49.098014" level="INFO">Logging into '10.30.171.177:22' as 'jenkins'.</msg>
<msg time="2026-06-20T05:05:49.425177" 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 Sat Jun 20 05:05:48 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.177
  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: Sat Jun 20 05:05:48 2026 from 10.30.171.181
[?2004h[jenkins@releng-48317-755-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-20T05:05:49.097655" elapsed="0.327793"/>
</kw>
<msg time="2026-06-20T05:05:49.425581" 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-20T05:05:49.097289" elapsed="0.328414"/>
</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-20T05:05:49.095822" elapsed="0.330047"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-20T05:05:49.426606" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.178 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-20T05:15:55.544959" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-20T05:15:55.545632" level="INFO">${stdout} = </msg>
<msg time="2026-06-20T05:15:55.545753" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178: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-20T05:05:49.426166" elapsed="606.119650"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:15:55.546323" elapsed="0.001039"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.548676" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.178. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:06:54.627 16  switches: flows:  114652 115938 116803 116670 115161 113981 113745 111676 113236 112966 112948 114366 111881 111656 112963 111203  total = 30.330750 per ms 
05:07:54.728 16  switches: flows:  124581 126381 128011 125769 124352 126913 125744 122659 122167 123856 121233 122908 123152 122768 125797 123859  total = 33.113774 per ms 
05:08:54.828 16  switches: flows:  121395 120615 122988 120953 117817 122512 119364 118805 116847 117811 117271 117134 117810 117209 120395 118338  total = 31.734712 per ms 
05:09:54.929 16  switches: flows:  123411 121492 124602 123404 124025 124467 124122 122362 121960 122274 122050 121335 119975 120234 121074 120042  total = 32.559420 per ms 
05:10:55.029 16  switches: flows:  108405 112051 112131 111522 112864 114344 112671 115396 113833 112764 108409 110542 109019 108929 107934 107736  total = 29.593056 per ms 
05:11:55.129 16  switches: flows:  121857 121253 124005 120994 122955 121722 123025 123766 121543 121543 118124 121438 115899 118097 119247 118121  total = 32.172756 per ms 
05:12:55.230 16  switches: flows:  121100 120049 122488 120963 121095 120254 121209 121368 118130 116252 115920 118992 115829 119721 117401 117427  total = 31.750223 per ms 
05:13:55.330 16  switches: flows:  123366 123513 124607 123354 121374 120934 122845 121486 118369 118951 118067 119936 118074 121016 119696 119355  total = 32.195313 per ms 
05:14:55.430 16  switches: flows:  122722 124005 125865 123684 118408 120527 121865 118409 118303 119113 119117 118254 118744 120685 119341 119572  total = 32.089964 per ms 
05:15:55.531 16  switches: flows:  124455 124321 125201 124692 120228 121848 123762 121869 120392 120927 117809 119455 119759 120720 119411 119520  total = 32.352114 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29593.06/33113.77/31951.26/10690.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:15:55.547824" elapsed="0.001163"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-20T05:15:55.549537" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-06-20T05:15:55.549189" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-06-20T05:15:55.549127" elapsed="0.000649"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-20T05:15:55.549996" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:15:55.549914" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-20T05:15:55.549878" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-20T05:15:55.550211" 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-20T05:15:55.554647" elapsed="0.000479"/>
</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-20T05:15:55.555341" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:15:55.555831" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-20T05:15:55.550977" elapsed="0.005074"/>
</kw>
<msg time="2026-06-20T05:15:55.556233" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178: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-20T05:05:49.091144" elapsed="606.465127"/>
</kw>
<status status="PASS" start="2026-06-20T05:05:49.090823" elapsed="606.465516"/>
</branch>
<status status="PASS" start="2026-06-20T05:05:49.090471" elapsed="606.465902"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.557014" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.178. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:06:54.627 16  switches: flows:  114652 115938 116803 116670 115161 113981 113745 111676 113236 112966 112948 114366 111881 111656 112963 111203  total = 30.330750 per ms 
05:07:54.728 16  switches: flows:  124581 126381 128011 125769 124352 126913 125744 122659 122167 123856 121233 122908 123152 122768 125797 123859  total = 33.113774 per ms 
05:08:54.828 16  switches: flows:  121395 120615 122988 120953 117817 122512 119364 118805 116847 117811 117271 117134 117810 117209 120395 118338  total = 31.734712 per ms 
05:09:54.929 16  switches: flows:  123411 121492 124602 123404 124025 124467 124122 122362 121960 122274 122050 121335 119975 120234 121074 120042  total = 32.559420 per ms 
05:10:55.029 16  switches: flows:  108405 112051 112131 111522 112864 114344 112671 115396 113833 112764 108409 110542 109019 108929 107934 107736  total = 29.593056 per ms 
05:11:55.129 16  switches: flows:  121857 121253 124005 120994 122955 121722 123025 123766 121543 121543 118124 121438 115899 118097 119247 118121  total = 32.172756 per ms 
05:12:55.230 16  switches: flows:  121100 120049 122488 120963 121095 120254 121209 121368 118130 116252 115920 118992 115829 119721 117401 117427  total = 31.750223 per ms 
05:13:55.330 16  switches: flows:  123366 123513 124607 123354 121374 120934 122845 121486 118369 118951 118067 119936 118074 121016 119696 119355  total = 32.195313 per ms 
05:14:55.430 16  switches: flows:  122722 124005 125865 123684 118408 120527 121865 118409 118303 119113 119117 118254 118744 120685 119341 119572  total = 32.089964 per ms 
05:15:55.531 16  switches: flows:  124455 124321 125201 124692 120228 121848 123762 121869 120392 120927 117809 119455 119759 120720 119411 119520  total = 32.352114 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29593.06/33113.77/31951.26/10690.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:15:55.556594" elapsed="0.000526"/>
</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-20T05:15:55.557327" elapsed="0.000566"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-20T05:15:55.558480" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-20T05:15:55.558614" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29593.06/33113.77/31951.26/10690.29 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-20T05:15:55.558122" elapsed="0.000527"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:15:55.559243" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29593.06/33113.77/31951.26/10690.29 | 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-20T05:15:55.558867" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.562780" 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-20T05:15:55.559508" elapsed="0.003355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.565740" level="INFO">29593.06/33113.77/31951.26/10690.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:15:55.563074" elapsed="0.002726"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:15:55.568244" 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-20T05:15:55.565953" elapsed="0.002320"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:15:55.570727" level="INFO">@{result_value_list} = [ 29593.06 | 33113.77 | 31951.26 | 10690.29 ]</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-20T05:15:55.568489" elapsed="0.002266"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.571249" level="INFO">Length is 4.</msg>
<msg time="2026-06-20T05:15:55.571339" 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-20T05:15:55.570912" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.576277" level="INFO">min :: 29593.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:15:55.571838" elapsed="0.004499"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-20T05:15:55.571702" elapsed="0.004671"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.580965" level="INFO">max :: 33113.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:15:55.576615" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-20T05:15:55.576484" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.585664" level="INFO">avg :: 31951.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:15:55.581279" elapsed="0.004444"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-20T05:15:55.581150" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.590746" level="INFO">stdev :: 10690.29</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-20T05:15:55.585982" elapsed="0.004824"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-20T05:15:55.585852" elapsed="0.004989"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-20T05:15:55.571466" elapsed="0.019410"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.595031" level="INFO">${min} = 29593.06</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-20T05:15:55.591047" elapsed="0.004012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.599333" level="INFO">${max} = 33113.77</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-20T05:15:55.595216" elapsed="0.004145"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.603492" level="INFO">${average} = 31951.26</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-20T05:15:55.599543" elapsed="0.003977"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.607563" level="INFO">${stdev} = 10690.29</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-20T05:15:55.603763" elapsed="0.003828"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.608160" level="INFO">${date} = 2026-06-20 05:15:55</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-20T05:15:55.607785" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.608770" level="INFO">CBench Result: 2026-06-20 05:15:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29593.06,33113.77,31951.26,10690.29</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-20T05:15:55.608336" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T05:15:55.609902" 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-20T05:15:55.609476" elapsed="0.000494"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-20T05:15:55.610123" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-20T05:15:55.608975" elapsed="0.001703"/>
</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-20T05:05:49.089303" elapsed="606.521436"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.611249" 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-20T05:15:55.610904" elapsed="0.000404"/>
</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-20T05:15:55.611875" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-06-20T05:15:55.611544" elapsed="0.000682"/>
</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-20T05:05:49.086798" elapsed="606.525466"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.613593" 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-20T05:15:55.613185" elapsed="0.000466"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.614919" 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-20T05:15:55.614582" elapsed="0.000381"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-20T05:15:55.615313" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:15:55.615079" elapsed="0.000295"/>
</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-20T05:15:55.618453" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:15:55.618189" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-06-20T05:15:55.618170" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:15:55.618890" 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-20T05:15:55.619012" 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-20T05:15:55.618674" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.619721" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.178 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.177" 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-20T05:15:55.619174" elapsed="0.000608"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:15:55.620325" 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-20T05:15:55.619925" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:15:55.621264" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T05:15:55.621354" 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-20T05:15:55.620943" elapsed="0.000435"/>
</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-20T05:15:55.621559" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T05:15:55.622773" level="INFO">Logging into '10.30.171.177:22' as 'jenkins'.</msg>
<msg time="2026-06-20T05:15:56.269208" 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 Sat Jun 20 05:15:55 UTC 2026

  System load:  1.07               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.177
  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: Sat Jun 20 05:05:49 2026 from 10.30.171.181
[?2004h[jenkins@releng-48317-755-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-20T05:15:55.622405" elapsed="0.647024"/>
</kw>
<msg time="2026-06-20T05:15:56.269518" 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-20T05:15:55.622044" elapsed="0.647564"/>
</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-20T05:15:55.620570" elapsed="0.649155"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-20T05:15:56.270273" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.178 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-20T05:26:02.431197" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-20T05:26:02.431768" level="INFO">${stdout} = </msg>
<msg time="2026-06-20T05:26:02.431877" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.178: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-20T05:15:56.269948" elapsed="606.162007"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:26:02.432494" elapsed="0.000714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.434373" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.178:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.178. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:17:01.495 16  switches: flows:  579901 583810 583340 574147 592310 576267 583437 587978 567638 578356 577332 568384 569627 586440 573641 576195  total = 154.313383 per ms 
05:18:01.599 16  switches: flows:  589757 589372 589479 584133 594980 577828 600117 597306 592230 596275 594605 606422 584735 574264 591416 593967  total = 157.345384 per ms 
05:19:01.703 16  switches: flows:  586978 579081 569848 576296 570660 564513 579603 587480 574947 573216 574113 565906 575451 572123 571752 582885  total = 153.150088 per ms 
05:20:01.805 16  switches: flows:  612727 619059 610153 612747 607505 622369 609231 620586 620962 609951 614657 611961 613237 612453 605730 618579  total = 163.421350 per ms 
05:21:01.908 16  switches: flows:  669000 658126 661937 667850 654268 655042 657648 663910 661854 666719 660255 668996 671929 666814 674635 651870  total = 176.549270 per ms 
05:22:02.009 16  switches: flows:  621475 627880 631714 620568 630513 627225 632450 631494 627324 630982 636734 619452 624131 622644 613969 648556  total = 167.170419 per ms 
05:23:02.110 16  switches: flows:  648254 653229 655963 647812 652495 655193 652187 657755 651045 642291 649424 664830 649446 653837 653278 663737  total = 173.887324 per ms 
05:24:02.212 16  switches: flows:  668623 651173 655184 674011 661079 671623 670959 666261 660168 668055 678869 670945 680024 654965 664689 663852  total = 177.376231 per ms 
05:25:02.313 16  switches: flows:  624607 627081 623874 626729 621306 612075 626818 624182 622433 620572 618534 630185 619285 623730 614613 629694  total = 165.816540 per ms 
05:26:02.415 16  switches: flows:  665012 666893 658039 667095 669557 667777 663367 680424 651914 657664 668906 661262 669519 664104 673975 663022  total = 177.177305 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153150.09/177376.23/167988.21/56627.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:26:02.433607" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-20T05:26:02.435175" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-06-20T05:26:02.434874" elapsed="0.000474"/>
</branch>
<status status="PASS" start="2026-06-20T05:26:02.434824" elapsed="0.000795"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-20T05:26:02.435836" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:26:02.435753" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-20T05:26:02.435716" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-20T05:26:02.436047" 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-20T05:26:02.441417" elapsed="0.000424"/>
</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-20T05:26:02.442000" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:26:02.442301" elapsed="0.000120"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-20T05:26:02.436785" elapsed="0.005691"/>
</kw>
<msg time="2026-06-20T05:26:02.442604" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.178: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-20T05:15:55.615903" elapsed="606.826728"/>
</kw>
<status status="PASS" start="2026-06-20T05:15:55.615519" elapsed="606.827161"/>
</branch>
<status status="PASS" start="2026-06-20T05:15:55.615055" elapsed="606.827649"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.443140" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.178:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.178. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:17:01.495 16  switches: flows:  579901 583810 583340 574147 592310 576267 583437 587978 567638 578356 577332 568384 569627 586440 573641 576195  total = 154.313383 per ms 
05:18:01.599 16  switches: flows:  589757 589372 589479 584133 594980 577828 600117 597306 592230 596275 594605 606422 584735 574264 591416 593967  total = 157.345384 per ms 
05:19:01.703 16  switches: flows:  586978 579081 569848 576296 570660 564513 579603 587480 574947 573216 574113 565906 575451 572123 571752 582885  total = 153.150088 per ms 
05:20:01.805 16  switches: flows:  612727 619059 610153 612747 607505 622369 609231 620586 620962 609951 614657 611961 613237 612453 605730 618579  total = 163.421350 per ms 
05:21:01.908 16  switches: flows:  669000 658126 661937 667850 654268 655042 657648 663910 661854 666719 660255 668996 671929 666814 674635 651870  total = 176.549270 per ms 
05:22:02.009 16  switches: flows:  621475 627880 631714 620568 630513 627225 632450 631494 627324 630982 636734 619452 624131 622644 613969 648556  total = 167.170419 per ms 
05:23:02.110 16  switches: flows:  648254 653229 655963 647812 652495 655193 652187 657755 651045 642291 649424 664830 649446 653837 653278 663737  total = 173.887324 per ms 
05:24:02.212 16  switches: flows:  668623 651173 655184 674011 661079 671623 670959 666261 660168 668055 678869 670945 680024 654965 664689 663852  total = 177.376231 per ms 
05:25:02.313 16  switches: flows:  624607 627081 623874 626729 621306 612075 626818 624182 622433 620572 618534 630185 619285 623730 614613 629694  total = 165.816540 per ms 
05:26:02.415 16  switches: flows:  665012 666893 658039 667095 669557 667777 663367 680424 651914 657664 668906 661262 669519 664104 673975 663022  total = 177.177305 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153150.09/177376.23/167988.21/56627.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:26:02.442846" elapsed="0.000369"/>
</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-20T05:26:02.443361" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-20T05:26:02.444201" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-20T05:26:02.444295" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 153150.09/177376.23/167988.21/56627.82 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-20T05:26:02.443920" elapsed="0.000400"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:26:02.444750" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 153150.09/177376.23/167988.21/56627.82 | 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-20T05:26:02.444490" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.447196" 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-20T05:26:02.444922" elapsed="0.002331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.449728" level="INFO">153150.09/177376.23/167988.21/56627.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:26:02.447416" elapsed="0.002369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:26:02.452247" 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-20T05:26:02.449945" elapsed="0.002330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:26:02.454717" level="INFO">@{result_value_list} = [ 153150.09 | 177376.23 | 167988.21 | 56627.82 ]</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-20T05:26:02.452483" elapsed="0.002262"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.455230" level="INFO">Length is 4.</msg>
<msg time="2026-06-20T05:26:02.455318" 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-20T05:26:02.454909" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.460450" level="INFO">min :: 153150.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:26:02.455744" elapsed="0.004767"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-20T05:26:02.455614" elapsed="0.004932"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.465180" level="INFO">max :: 177376.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:26:02.460784" elapsed="0.004454"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-20T05:26:02.460649" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.469933" level="INFO">avg :: 167988.21</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-20T05:26:02.465506" elapsed="0.004485"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-20T05:26:02.465364" elapsed="0.004661"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.475075" level="INFO">stdev :: 56627.82</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-20T05:26:02.470244" elapsed="0.004912"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-20T05:26:02.470115" elapsed="0.005090"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-20T05:26:02.455425" elapsed="0.019825"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.480912" level="INFO">${min} = 153150.09</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-20T05:26:02.475511" elapsed="0.005440"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.486086" level="INFO">${max} = 177376.23</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-20T05:26:02.481165" elapsed="0.004948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.489996" level="INFO">${average} = 167988.21</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-20T05:26:02.486270" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.493920" level="INFO">${stdev} = 56627.82</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-20T05:26:02.490177" elapsed="0.003770"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.494480" level="INFO">${date} = 2026-06-20 05:26:02</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-20T05:26:02.494103" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.495079" level="INFO">CBench Result: 2026-06-20 05:26:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,153150.09,177376.23,167988.21,56627.82</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-20T05:26:02.494665" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T05:26:02.496210" 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-20T05:26:02.495769" elapsed="0.000509"/>
</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-20T05:26:02.496444" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-20T05:26:02.495280" elapsed="0.001698"/>
</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-20T05:15:55.613970" elapsed="606.883066"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.497524" 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-20T05:26:02.497187" elapsed="0.000393"/>
</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-20T05:26:02.498085" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-06-20T05:26:02.497788" elapsed="0.000648"/>
</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-20T05:15:55.612600" elapsed="606.885875"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.500019" 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-20T05:26:02.499631" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.501321" 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-20T05:26:02.500987" elapsed="0.000377"/>
</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-20T05:26:02.501710" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:26:02.501492" elapsed="0.000275"/>
</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-20T05:26:02.505141" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:26:02.504891" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-20T05:26:02.504872" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:26:02.505560" 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-20T05:26:02.505675" 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-20T05:26:02.505356" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.506252" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.178 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.177" 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-20T05:26:02.505835" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-20T05:26:02.506854" 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-20T05:26:02.506462" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:26:02.507767" level="INFO">Length is 0.</msg>
<msg time="2026-06-20T05:26:02.507855" 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-20T05:26:02.507463" elapsed="0.000417"/>
</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-20T05:26:02.508048" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-20T05:26:02.509258" level="INFO">Logging into '10.30.171.177:22' as 'jenkins'.</msg>
<msg time="2026-06-20T05:26:03.080432" 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 Sat Jun 20 05:26:02 UTC 2026

  System load:  0.28               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.177
  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: Sat Jun 20 05:15:56 2026 from 10.30.171.181
[?2004h[jenkins@releng-48317-755-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-20T05:26:02.508881" elapsed="0.571747"/>
</kw>
<msg time="2026-06-20T05:26:03.080716" 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-20T05:26:02.508538" elapsed="0.572258"/>
</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-20T05:26:02.507078" elapsed="0.573834"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-20T05:26:03.081454" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.178 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-20T05:36:09.137999" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-20T05:36:09.138623" level="INFO">${stdout} = </msg>
<msg time="2026-06-20T05:36:09.138738" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178: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-20T05:26:03.081134" elapsed="606.057671"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:36:09.139439" elapsed="0.001121"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.141842" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.178. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:27:08.223 16  switches: flows:  111041 110708 108522 110209 107540 107491 107047 108871 107001 108045 107082 108452 107347 108614 106197 105280  total = 28.824117 per ms 
05:28:08.323 16  switches: flows:  127549 130682 126151 128775 125115 124988 126967 129061 122606 123955 125604 124891 125057 128034 124208 123438  total = 33.561938 per ms 
05:29:08.424 16  switches: flows:  129513 130586 127409 129308 126272 127485 127980 129353 124194 124811 127722 125473 127695 128499 124454 124821  total = 33.869651 per ms 
05:30:08.524 16  switches: flows:  121210 120500 119443 118995 119605 116430 118345 117635 117210 117336 114905 117941 116109 118421 117837 116118  total = 31.414872 per ms 
05:31:08.624 16  switches: flows:  121860 119488 123328 119368 121530 116954 117061 121157 115031 117689 118370 119358 116393 120838 119039 119446  total = 31.728877 per ms 
05:32:08.725 16  switches: flows:  126357 126373 121299 124326 122326 124188 121327 124219 120620 120708 120627 124514 121156 124063 121366 121310  total = 32.691760 per ms 
05:33:08.825 16  switches: flows:  118741 117092 115674 115627 115586 114372 115564 117267 114161 112693 114768 116348 113768 114673 113918 114149  total = 30.688766 per ms 
05:34:08.925 16  switches: flows:  128903 128394 128344 126224 126184 125567 129525 129113 123838 126452 128475 127656 125975 128682 123738 123451  total = 33.785596 per ms 
05:35:09.025 16  switches: flows:  126765 124739 124326 124163 124830 122333 126621 125941 120452 122482 124767 123557 124105 124746 120702 121272  total = 32.974935 per ms 
05:36:09.126 16  switches: flows:  126029 125072 122494 122286 124599 124755 124208 125422 118714 122317 123744 126083 122807 126761 119345 120144  total = 32.858095 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30688.77/33869.65/32619.39/10923.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.140941" elapsed="0.001112"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-20T05:36:09.142418" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-06-20T05:36:09.142181" elapsed="0.000358"/>
</branch>
<status status="PASS" start="2026-06-20T05:36:09.142142" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-20T05:36:09.142713" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-20T05:36:09.142661" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-06-20T05:36:09.142638" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-20T05:36:09.142848" elapsed="0.000018"/>
</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-20T05:36:09.146970" elapsed="0.000511"/>
</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-20T05:36:09.147702" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-20T05:36:09.148127" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-20T05:36:09.143328" elapsed="0.005018"/>
</kw>
<msg time="2026-06-20T05:36:09.148583" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178: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-20T05:26:02.502105" elapsed="606.646519"/>
</kw>
<status status="PASS" start="2026-06-20T05:26:02.501793" elapsed="606.646904"/>
</branch>
<status status="PASS" start="2026-06-20T05:26:02.501471" elapsed="606.647260"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.149455" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.178:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.178. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:27:08.223 16  switches: flows:  111041 110708 108522 110209 107540 107491 107047 108871 107001 108045 107082 108452 107347 108614 106197 105280  total = 28.824117 per ms 
05:28:08.323 16  switches: flows:  127549 130682 126151 128775 125115 124988 126967 129061 122606 123955 125604 124891 125057 128034 124208 123438  total = 33.561938 per ms 
05:29:08.424 16  switches: flows:  129513 130586 127409 129308 126272 127485 127980 129353 124194 124811 127722 125473 127695 128499 124454 124821  total = 33.869651 per ms 
05:30:08.524 16  switches: flows:  121210 120500 119443 118995 119605 116430 118345 117635 117210 117336 114905 117941 116109 118421 117837 116118  total = 31.414872 per ms 
05:31:08.624 16  switches: flows:  121860 119488 123328 119368 121530 116954 117061 121157 115031 117689 118370 119358 116393 120838 119039 119446  total = 31.728877 per ms 
05:32:08.725 16  switches: flows:  126357 126373 121299 124326 122326 124188 121327 124219 120620 120708 120627 124514 121156 124063 121366 121310  total = 32.691760 per ms 
05:33:08.825 16  switches: flows:  118741 117092 115674 115627 115586 114372 115564 117267 114161 112693 114768 116348 113768 114673 113918 114149  total = 30.688766 per ms 
05:34:08.925 16  switches: flows:  128903 128394 128344 126224 126184 125567 129525 129113 123838 126452 128475 127656 125975 128682 123738 123451  total = 33.785596 per ms 
05:35:09.025 16  switches: flows:  126765 124739 124326 124163 124830 122333 126621 125941 120452 122482 124767 123557 124105 124746 120702 121272  total = 32.974935 per ms 
05:36:09.126 16  switches: flows:  126029 125072 122494 122286 124599 124755 124208 125422 118714 122317 123744 126083 122807 126761 119345 120144  total = 32.858095 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30688.77/33869.65/32619.39/10923.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.148939" elapsed="0.000643"/>
</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-20T05:36:09.149801" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-20T05:36:09.150911" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-20T05:36:09.151039" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30688.77/33869.65/32619.39/10923.96 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-20T05:36:09.150576" elapsed="0.000497"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:36:09.151679" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30688.77/33869.65/32619.39/10923.96 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-20T05:36:09.151291" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.154762" 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-20T05:36:09.151920" elapsed="0.002902"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.157201" level="INFO">30688.77/33869.65/32619.39/10923.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.154971" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:36:09.159689" 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-20T05:36:09.157431" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-20T05:36:09.162279" level="INFO">@{result_value_list} = [ 30688.77 | 33869.65 | 32619.39 | 10923.96 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-20T05:36:09.159930" elapsed="0.002378"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.162857" level="INFO">Length is 4.</msg>
<msg time="2026-06-20T05:36:09.162952" 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-20T05:36:09.162494" elapsed="0.000482"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.167832" level="INFO">min :: 30688.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.163426" elapsed="0.004465"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-20T05:36:09.163274" elapsed="0.004652"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.172653" level="INFO">max :: 33869.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.168181" elapsed="0.004530"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-20T05:36:09.168017" elapsed="0.004730"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.177477" level="INFO">avg :: 32619.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.172962" elapsed="0.004575"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-20T05:36:09.172833" elapsed="0.004739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.182162" level="INFO">stdev :: 10923.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.177799" elapsed="0.004423"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-20T05:36:09.177660" elapsed="0.004598"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-20T05:36:09.163057" elapsed="0.019231"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.186540" level="INFO">${min} = 30688.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-20T05:36:09.182488" elapsed="0.004081"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.190506" level="INFO">${max} = 33869.65</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-20T05:36:09.186728" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.194548" level="INFO">${average} = 32619.39</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-20T05:36:09.190690" elapsed="0.003886"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.198795" level="INFO">${stdev} = 10923.96</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-20T05:36:09.194732" elapsed="0.004091"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.199394" level="INFO">${date} = 2026-06-20 05:36:09</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-20T05:36:09.198986" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.200042" level="INFO">CBench Result: 2026-06-20 05:36:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30688.77,33869.65,32619.39,10923.96</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-20T05:36:09.199579" elapsed="0.000524"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-20T05:36:09.201235" 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-20T05:36:09.200737" 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-20T05:36:09.201480" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-20T05:36:09.200247" elapsed="0.001766"/>
</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-20T05:26:02.500420" elapsed="606.701652"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.202568" 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-20T05:36:09.202222" elapsed="0.000417"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-20T05:36:09.203870" 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-20T05:36:09.203365" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-20T05:36:09.204138" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-20T05:36:09.203975" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-06-20T05:36:09.203956" elapsed="0.000281"/>
</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-20T05:36:09.204396" elapsed="0.000023"/>
</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-20T05:36:09.204582" elapsed="0.000024"/>
</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-20T05:36:09.204755" elapsed="0.000024"/>
</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-20T05:36:09.204973" elapsed="0.000022"/>
</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-20T05:36:09.205129" elapsed="0.000023"/>
</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-20T05:36:09.205295" elapsed="0.000022"/>
</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-20T05:36:09.205501" elapsed="0.000024"/>
</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-20T05:36:09.205734" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-20T05:36:09.205596" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-06-20T05:36:09.205579" elapsed="0.000233"/>
</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-20T05:36:09.203028" elapsed="0.002837"/>
</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-20T05:26:02.499015" elapsed="606.706897"/>
</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-20T05:05:46.388323" elapsed="1822.818190"/>
</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>
