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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-10T02:45:37.005316" elapsed="1.133371"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T02:45:38.188380" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-10T02:45:38.139026" elapsed="0.049428"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T02:45:38.190344" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T02:45:38.190461" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-10T02:45:38.188635" elapsed="0.001856"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-10T02:45:38.190650" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:45:38.191051" elapsed="0.000256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:45:38.191817" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:45:38.191458" elapsed="0.000413"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:45:38.191927" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.50
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T02:45:37.003771" elapsed="1.188367"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-10T02:45:37.000044" elapsed="1.192161"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T02:45:38.192793" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T02:45:38.192399" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T02:45:38.193284" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T02:45:38.193011" elapsed="0.000329"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T02:45:38.193911" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-10T02:45:38.193491" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:45:38.194458" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T02:45:38.194124" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T02:45:38.195045" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-10T02:45:38.194645" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:45:38.195557" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T02:45:38.195250" elapsed="0.000350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-10T02:45:38.195903" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:45:38.195688" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:45:38.200471" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T02:45:38.200044" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T02:45:38.201524" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T02:45:38.201614" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T02:45:38.201047" elapsed="0.000592"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:45:38.201781" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T02:45:38.203181" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-08-10T02:45:38.925917" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 02:45:38 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-50965-12-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T02:45:38.202639" elapsed="0.723476"/>
</kw>
<msg time="2026-08-10T02:45:38.926217" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:45:38.202298" elapsed="0.724033"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T02:45:38.200707" elapsed="0.725764"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-10T02:45:38.933858" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-10T02:45:38.926729" elapsed="0.009073"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:45:38.936225" elapsed="0.000559"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-10T02:45:38.199520" elapsed="0.737398"/>
</kw>
<status status="PASS" start="2026-08-10T02:45:38.196212" elapsed="0.740789"/>
</branch>
<status status="PASS" start="2026-08-10T02:45:38.195662" elapsed="0.741405"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T02:45:38.937426" elapsed="0.001016"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-10T02:45:38.945658" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:45:38.945527" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-08-10T02:45:38.945502" elapsed="0.000235"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-10T02:45:38.949328" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:45:38.949213" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-08-10T02:45:38.949194" 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-08-10T02:45:38.949531" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T02:45:38.950402" level="INFO">Logging into '10.30.170.50:8101' as 'karaf'.</msg>
<msg time="2026-08-10T02:45:39.145345" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-10T02:45:38.950139" elapsed="0.195368"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.244026" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-10T02:45:39.145765" elapsed="0.098373"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.248301" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T02:45:39.248507" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-10T02:45:39.244331" elapsed="0.004208"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-10T02:45:39.248681" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:45:39.249042" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:45:39.249763" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:45:39.249428" elapsed="0.000390"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:45:39.249870" elapsed="0.000056"/>
</return>
<msg time="2026-08-10T02:45:39.250101" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.50
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T02:45:38.948844" elapsed="0.301292"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T02:45:39.250285" elapsed="0.000555"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:45:39.250892" 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-08-10T02:45:38.945208" elapsed="0.305815"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-10T02:45:39.254880" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:45:39.254743" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-10T02:45:39.254718" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T02:45:39.255111" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.256248" level="INFO">Logging into '10.30.170.50:8101' as 'karaf'.</msg>
<msg time="2026-08-10T02:45:39.425095" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-10T02:45:39.255949" elapsed="0.169288"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.451086" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-10T02:45:39.425476" elapsed="0.025673"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.452928" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T02:45:39.453032" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-10T02:45:39.451296" elapsed="0.001765"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-10T02:45:39.453211" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:45:39.453538" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:45:39.454216" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:45:39.453869" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T02:45:39.454317" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.50
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T02:45:39.254408" elapsed="0.200079"/>
</kw>
<status status="PASS" start="2026-08-10T02:45:36.998044" elapsed="2.456510"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:45:39.456810" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:45:39.455620" elapsed="0.001257"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:45:39.458327" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T02:45:39.457946" elapsed="0.000424"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-10T02:45:39.458696" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:45:39.458450" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-10T02:45:39.461697" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:45:39.461444" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-08-10T02:45:39.461423" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.462141" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-10T02:45:39.461913" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:45:39.462846" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:45:39.462427" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.463560" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T02:45:39.463044" elapsed="0.000543"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T02:45:39.464506" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T02:45:39.464595" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T02:45:39.464182" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:45:39.464759" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.465952" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-08-10T02:45:39.768389" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 02:45:38 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Aug 10 02:45:38 2026 from 10.30.170.95
[?2004h[jenkins@releng-50965-12-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T02:45:39.465602" elapsed="0.302951"/>
</kw>
<msg time="2026-08-10T02:45:39.768633" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:45:39.465259" elapsed="0.303461"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T02:45:39.463787" elapsed="0.305049"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T02:45:39.769356" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T02:55:45.847035" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T02:55:45.848192" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T02:55:45.848303" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-10T02:45:39.769044" elapsed="606.079318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:55:45.848833" elapsed="0.000746"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.851275" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:46:44.943 16  switches: flows:  140388 136368 135229 138486 130006 131991 131137 134957 128445 128123 130423 128828 126639 128370 128395 127150  total = 35.082250 per ms 
02:47:45.043 16  switches: flows:  146950 146416 142130 147795 140851 141709 141551 142805 132509 134882 137428 133761 134953 136961 139215 133122  total = 37.155269 per ms 
02:48:45.144 16  switches: flows:  150389 148369 144067 147471 138983 141327 140569 143802 135700 134552 138777 133297 135094 137003 138926 133520  total = 37.301764 per ms 
02:49:45.245 16  switches: flows:  147103 142949 139141 141792 134238 136576 137464 137352 130560 129307 133900 130210 130101 133593 133823 129079  total = 36.059548 per ms 
02:50:45.345 16  switches: flows:  148817 147467 141767 143936 137485 138653 139027 141915 133306 133719 136307 133288 133913 136469 135600 133154  total = 36.852194 per ms 
02:51:45.445 16  switches: flows:  147950 145871 141129 143337 136301 139023 140057 141239 131490 133101 137035 130957 131987 134530 136320 133238  total = 36.664807 per ms 
02:52:45.546 16  switches: flows:  140408 138274 135774 135610 132803 135245 130937 134949 126132 126416 129120 124159 126951 129511 126964 127190  total = 34.948987 per ms 
02:53:45.646 16  switches: flows:  144600 141907 137938 139387 134403 134085 136164 136481 127666 126240 129100 127452 129962 128504 128668 128932  total = 35.465543 per ms 
02:54:45.746 16  switches: flows:  138834 139120 136991 136661 135231 136708 135505 132757 126371 125866 125666 125077 124064 125258 129536 128180  total = 34.972040 per ms 
02:55:45.846 16  switches: flows:  144005 145011 142235 140811 139441 141428 138727 135484 130250 130645 129523 128850 128342 129740 131206 133946  total = 36.100462 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34948.99/37301.76/36168.96/12085.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.849957" elapsed="0.003099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T02:55:45.853383" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-08-10T02:55:45.853208" elapsed="0.000266"/>
</branch>
<status status="PASS" start="2026-08-10T02:55:45.853172" elapsed="0.000328"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T02:55:45.853599" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-10T02:55:45.853561" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-08-10T02:55:45.853545" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T02:55:45.853694" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:55:45.856387" elapsed="0.000380"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T02:55:45.856916" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T02:55:45.857262" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T02:55:45.854128" elapsed="0.003291"/>
</kw>
<msg time="2026-08-10T02:55:45.857557" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-10T02:45:39.459121" elapsed="606.398462"/>
</kw>
<status status="PASS" start="2026-08-10T02:45:39.458781" elapsed="606.398852"/>
</branch>
<status status="PASS" start="2026-08-10T02:45:39.458426" elapsed="606.399231"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.858142" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:46:44.943 16  switches: flows:  140388 136368 135229 138486 130006 131991 131137 134957 128445 128123 130423 128828 126639 128370 128395 127150  total = 35.082250 per ms 
02:47:45.043 16  switches: flows:  146950 146416 142130 147795 140851 141709 141551 142805 132509 134882 137428 133761 134953 136961 139215 133122  total = 37.155269 per ms 
02:48:45.144 16  switches: flows:  150389 148369 144067 147471 138983 141327 140569 143802 135700 134552 138777 133297 135094 137003 138926 133520  total = 37.301764 per ms 
02:49:45.245 16  switches: flows:  147103 142949 139141 141792 134238 136576 137464 137352 130560 129307 133900 130210 130101 133593 133823 129079  total = 36.059548 per ms 
02:50:45.345 16  switches: flows:  148817 147467 141767 143936 137485 138653 139027 141915 133306 133719 136307 133288 133913 136469 135600 133154  total = 36.852194 per ms 
02:51:45.445 16  switches: flows:  147950 145871 141129 143337 136301 139023 140057 141239 131490 133101 137035 130957 131987 134530 136320 133238  total = 36.664807 per ms 
02:52:45.546 16  switches: flows:  140408 138274 135774 135610 132803 135245 130937 134949 126132 126416 129120 124159 126951 129511 126964 127190  total = 34.948987 per ms 
02:53:45.646 16  switches: flows:  144600 141907 137938 139387 134403 134085 136164 136481 127666 126240 129100 127452 129962 128504 128668 128932  total = 35.465543 per ms 
02:54:45.746 16  switches: flows:  138834 139120 136991 136661 135231 136708 135505 132757 126371 125866 125666 125077 124064 125258 129536 128180  total = 34.972040 per ms 
02:55:45.846 16  switches: flows:  144005 145011 142235 140811 139441 141428 138727 135484 130250 130645 129523 128850 128342 129740 131206 133946  total = 36.100462 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34948.99/37301.76/36168.96/12085.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.857824" elapsed="0.000392"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T02:55:45.858372" elapsed="0.000383"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T02:55:45.859210" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T02:55:45.859304" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34948.99/37301.76/36168.96/12085.78 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-10T02:55:45.858927" elapsed="0.000417"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T02:55:45.859760" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34948.99/37301.76/36168.96/12085.78 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T02:55:45.859503" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.862172" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.859929" elapsed="0.002300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.864584" level="INFO">34948.99/37301.76/36168.96/12085.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.862376" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T02:55:45.866966" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T02:55:45.864788" elapsed="0.002205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T02:55:45.869411" level="INFO">@{result_value_list} = [ 34948.99 | 37301.76 | 36168.96 | 12085.78 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T02:55:45.867200" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.869896" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T02:55:45.869983" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T02:55:45.869593" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.874760" level="INFO">min :: 34948.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.870433" elapsed="0.004386"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T02:55:45.870302" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.879484" level="INFO">max :: 37301.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.875096" elapsed="0.004449"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T02:55:45.874949" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.884333" level="INFO">avg :: 36168.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-08-10T02:55:45.879810" elapsed="0.004585"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T02:55:45.879673" elapsed="0.004759"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.889032" level="INFO">stdev :: 12085.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.884675" elapsed="0.004431"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T02:55:45.884530" elapsed="0.004611"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T02:55:45.870100" elapsed="0.019074"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.893043" level="INFO">${min} = 34948.99</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T02:55:45.889343" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.897203" level="INFO">${max} = 37301.76</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T02:55:45.893240" elapsed="0.003990"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.901313" level="INFO">${average} = 36168.96</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T02:55:45.897383" elapsed="0.003957"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.905292" level="INFO">${stdev} = 12085.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T02:55:45.901495" elapsed="0.003824"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.905864" level="INFO">${date} = 2026-08-10 02:55:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T02:55:45.905483" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.906462" level="INFO">CBench Result: 2026-08-10 02:55:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34948.99,37301.76,36168.96,12085.78</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.906038" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T02:55:45.907628" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T02:55:45.907186" elapsed="0.000508"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T02:55:45.907843" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T02:55:45.906682" elapsed="0.001710"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-10T02:45:39.457317" elapsed="606.451137"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.908928" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-10T02:55:45.908606" elapsed="0.000379"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-10T02:55:45.909535" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-08-10T02:55:45.909231" elapsed="0.000647"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-10T02:45:39.454706" elapsed="606.455211"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.911433" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.910996" elapsed="0.000495"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.912802" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T02:55:45.912472" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-10T02:55:45.913217" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:55:45.912975" 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-08-10T02:55:45.916223" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T02:55:45.915953" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-08-10T02:55:45.915933" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:55:45.916686" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-10T02:55:45.916459" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.917399" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T02:55:45.916965" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T02:55:45.917993" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T02:55:45.917596" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T02:55:45.918998" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T02:55:45.919114" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T02:55:45.918627" elapsed="0.000515"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:55:45.919318" elapsed="0.000380"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T02:55:45.920630" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-08-10T02:55:46.516390" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 02:55:46 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Aug 10 02:45:39 2026 from 10.30.170.95
[?2004h[jenkins@releng-50965-12-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T02:55:45.920227" elapsed="0.596869"/>
</kw>
<msg time="2026-08-10T02:55:46.517192" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T02:55:45.919862" elapsed="0.597428"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T02:55:45.918237" elapsed="0.599190"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T02:55:46.517975" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T03:05:52.721708" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T03:05:52.722414" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T03:05:52.722525" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-10T02:55:46.517663" elapsed="606.204919"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:05:52.723128" elapsed="0.000783"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.725125" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:51.650 16  switches: flows:  639152 634658 638543 642831 640923 644302 638645 636145 639499 639054 628311 639381 641794 635920 628028 641498  total = 170.144733 per ms 
02:57:51.753 16  switches: flows:  657368 649031 656280 659677 660491 656415 658267 657270 653588 657346 653333 654718 655280 654422 642896 657239  total = 174.431387 per ms 
02:58:51.854 16  switches: flows:  661062 661201 669761 663297 665158 656455 657731 659596 656710 660299 662854 657861 655333 658797 650597 663667  total = 175.709722 per ms 
02:59:51.956 16  switches: flows:  673221 683162 669479 674392 671966 674769 679623 669426 674063 685760 667974 664903 669580 678283 678777 670786  total = 179.466544 per ms 
03:00:52.080 16  switches: flows:  675516 675663 675984 669554 669605 679472 677012 668904 677923 674314 684807 669939 674753 675070 681883 671237  total = 179.658150 per ms 
03:01:52.265 16  switches: flows:  672067 673721 680012 681391 674881 681528 663976 673578 674539 677228 668931 682636 679855 663826 670676 666529  total = 179.206982 per ms 
03:02:52.374 16  switches: flows:  688476 695814 691171 685826 683036 691291 689698 684991 688594 696311 686850 691816 688200 692388 692692 691247  total = 183.640395 per ms 
03:03:52.476 16  switches: flows:  673516 677956 680599 678573 677029 677715 677642 680435 677530 689206 676803 672463 684398 680421 681003 683310  total = 180.839612 per ms 
03:04:52.607 16  switches: flows:  691520 673641 692372 691229 685943 684370 672522 668110 688119 681026 681200 685469 677066 683353 675819 681373  total = 181.490522 per ms 
03:05:52.720 16  switches: flows:  687695 687121 682142 684996 678383 678692 670735 674224 679126 685035 676206 683010 679292 678073 684489 682573  total = 181.191636 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 174431.39/183640.39/179514.99/59899.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.724326" elapsed="0.001147"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T03:05:52.726014" elapsed="0.000114"/>
</return>
<status status="PASS" start="2026-08-10T03:05:52.725698" elapsed="0.000516"/>
</branch>
<status status="PASS" start="2026-08-10T03:05:52.725641" elapsed="0.000629"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T03:05:52.726489" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-10T03:05:52.726399" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:05:52.726362" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T03:05:52.726695" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T03:05:52.732568" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T03:05:52.733325" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:05:52.733761" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T03:05:52.727436" elapsed="0.006549"/>
</kw>
<msg time="2026-08-10T03:05:52.734192" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-10T02:55:45.913615" elapsed="606.820615"/>
</kw>
<status status="PASS" start="2026-08-10T02:55:45.913302" elapsed="606.820998"/>
</branch>
<status status="PASS" start="2026-08-10T02:55:45.912951" elapsed="606.821381"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.734945" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:51.650 16  switches: flows:  639152 634658 638543 642831 640923 644302 638645 636145 639499 639054 628311 639381 641794 635920 628028 641498  total = 170.144733 per ms 
02:57:51.753 16  switches: flows:  657368 649031 656280 659677 660491 656415 658267 657270 653588 657346 653333 654718 655280 654422 642896 657239  total = 174.431387 per ms 
02:58:51.854 16  switches: flows:  661062 661201 669761 663297 665158 656455 657731 659596 656710 660299 662854 657861 655333 658797 650597 663667  total = 175.709722 per ms 
02:59:51.956 16  switches: flows:  673221 683162 669479 674392 671966 674769 679623 669426 674063 685760 667974 664903 669580 678283 678777 670786  total = 179.466544 per ms 
03:00:52.080 16  switches: flows:  675516 675663 675984 669554 669605 679472 677012 668904 677923 674314 684807 669939 674753 675070 681883 671237  total = 179.658150 per ms 
03:01:52.265 16  switches: flows:  672067 673721 680012 681391 674881 681528 663976 673578 674539 677228 668931 682636 679855 663826 670676 666529  total = 179.206982 per ms 
03:02:52.374 16  switches: flows:  688476 695814 691171 685826 683036 691291 689698 684991 688594 696311 686850 691816 688200 692388 692692 691247  total = 183.640395 per ms 
03:03:52.476 16  switches: flows:  673516 677956 680599 678573 677029 677715 677642 680435 677530 689206 676803 672463 684398 680421 681003 683310  total = 180.839612 per ms 
03:04:52.607 16  switches: flows:  691520 673641 692372 691229 685943 684370 672522 668110 688119 681026 681200 685469 677066 683353 675819 681373  total = 181.490522 per ms 
03:05:52.720 16  switches: flows:  687695 687121 682142 684996 678383 678692 670735 674224 679126 685035 676206 683010 679292 678073 684489 682573  total = 181.191636 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 174431.39/183640.39/179514.99/59899.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.734527" elapsed="0.000525"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T03:05:52.735289" elapsed="0.000509"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T03:05:52.736351" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T03:05:52.736480" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 174431.39/183640.39/179514.99/59899.51 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-10T03:05:52.736021" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:05:52.737105" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 174431.39/183640.39/179514.99/59899.51 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T03:05:52.736729" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.740514" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.737395" elapsed="0.003199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.743469" level="INFO">174431.39/183640.39/179514.99/59899.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.740798" elapsed="0.002728"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:05:52.745893" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T03:05:52.743675" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:05:52.748360" level="INFO">@{result_value_list} = [ 174431.39 | 183640.39 | 179514.99 | 59899.51 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T03:05:52.746149" elapsed="0.002239"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.748854" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T03:05:52.748968" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T03:05:52.748543" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.754968" level="INFO">min :: 174431.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-08-10T03:05:52.749707" elapsed="0.005321"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T03:05:52.749358" elapsed="0.005706"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.759600" level="INFO">max :: 183640.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-08-10T03:05:52.755304" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T03:05:52.755173" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.764230" level="INFO">avg :: 179514.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.759914" elapsed="0.004373"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T03:05:52.759783" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.769120" level="INFO">stdev :: 59899.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.764538" elapsed="0.004639"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T03:05:52.764409" elapsed="0.004820"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T03:05:52.749098" elapsed="0.020163"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.773346" level="INFO">${min} = 174431.39</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:05:52.769425" elapsed="0.003953"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.777654" level="INFO">${max} = 183640.39</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:05:52.773561" elapsed="0.004121"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.781640" level="INFO">${average} = 179514.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:05:52.777837" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.785579" level="INFO">${stdev} = 59899.51</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:05:52.781825" elapsed="0.003782"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.786151" level="INFO">${date} = 2026-08-10 03:05:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T03:05:52.785772" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.786730" level="INFO">CBench Result: 2026-08-10 03:05:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,174431.39,183640.39,179514.99,59899.51</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.786325" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T03:05:52.787894" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T03:05:52.787441" elapsed="0.000520"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T03:05:52.788130" 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-08-10T03:05:52.786942" elapsed="0.001719"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-10T02:55:45.911853" elapsed="606.876868"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.789268" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-10T03:05:52.788869" elapsed="0.000462"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-10T03:05:52.789853" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-08-10T03:05:52.789554" elapsed="0.000651"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-10T02:55:45.910391" elapsed="606.879852"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.792057" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.791523" elapsed="0.000637"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.793910" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T03:05:52.793449" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-10T03:05:52.794469" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:05:52.794156" elapsed="0.000394"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-10T03:05:52.798785" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:05:52.798441" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-08-10T03:05:52.798414" elapsed="0.000484"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T03:05:52.799370" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-10T03:05:52.799106" elapsed="0.000463"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.800360" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:05:52.799756" elapsed="0.000685"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T03:05:52.801258" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T03:05:52.800635" elapsed="0.000662"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:05:52.802484" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T03:05:52.802572" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T03:05:52.802117" elapsed="0.000478"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T03:05:52.802736" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T03:05:52.803911" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-08-10T03:05:53.434749" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 03:05:53 UTC 2026

  System load:  0.48               Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Aug 10 02:55:46 2026 from 10.30.170.95
[?2004h[jenkins@releng-50965-12-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T03:05:52.803562" elapsed="0.631448"/>
</kw>
<msg time="2026-08-10T03:05:53.435147" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T03:05:52.803223" elapsed="0.632035"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T03:05:52.801576" elapsed="0.633848"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T03:05:53.436167" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T03:15:59.488341" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T03:15:59.488959" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T03:15:59.489097" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-10T03:05:53.435727" elapsed="606.053434"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:15:59.489644" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.491711" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:58.583 16  switches: flows:  142785 146030 139392 143919 140798 140961 137274 140541 135473 132666 132778 134626 130808 131461 136763 131549  total = 36.630400 per ms 
03:07:58.683 16  switches: flows:  144321 149090 145046 146937 143820 145854 140109 143765 138256 133322 138897 134779 132650 134527 139821 135473  total = 37.382046 per ms 
03:08:58.784 16  switches: flows:  144476 148145 142590 142802 143421 143332 141393 140969 134850 133664 136539 133052 134695 134297 138482 135865  total = 37.080901 per ms 
03:09:58.885 16  switches: flows:  145513 144637 142969 141205 144651 143150 142833 139231 135976 132546 133180 134731 131122 133428 134289 135758  total = 36.857957 per ms 
03:10:58.986 16  switches: flows:  148844 151526 150443 145059 149266 151105 148048 144147 141034 137615 138299 141233 137158 139159 140252 143465  total = 38.380103 per ms 
03:11:59.086 16  switches: flows:  146186 147871 145290 141427 146050 147838 146173 141571 137563 134725 133999 137542 133368 137329 136279 138257  total = 37.461900 per ms 
03:12:59.186 16  switches: flows:  151166 153717 150817 148373 152636 151934 150538 145422 142388 140530 139622 144790 141041 140762 141146 144221  total = 38.920054 per ms 
03:13:59.287 16  switches: flows:  148519 150988 150021 146096 150902 151393 148146 143744 140231 138504 138701 143061 137827 138752 139427 141100  total = 38.392749 per ms 
03:14:59.387 16  switches: flows:  150050 153786 151991 146243 152905 151489 149408 145167 142891 140180 138071 143372 139880 138754 139791 144107  total = 38.736735 per ms 
03:15:59.487 16  switches: flows:  147424 149120 147902 144940 147447 146805 145909 141863 138456 136188 135807 140205 135682 135582 136463 139707  total = 37.761818 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36857.96/38920.05/37886.03/12648.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.490815" elapsed="0.001236"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T03:15:59.492580" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-10T03:15:59.492277" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-08-10T03:15:59.492224" elapsed="0.000566"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T03:15:59.493099" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-08-10T03:15:59.492951" elapsed="0.000255"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:15:59.492900" elapsed="0.000356"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T03:15:59.493329" 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-08-10T03:15:59.499720" elapsed="0.000720"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T03:15:59.500594" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T03:15:59.500925" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T03:15:59.494065" elapsed="0.007037"/>
</kw>
<msg time="2026-08-10T03:15:59.501237" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-10T03:05:52.795015" elapsed="606.706251"/>
</kw>
<status status="PASS" start="2026-08-10T03:05:52.794586" elapsed="606.706731"/>
</branch>
<status status="PASS" start="2026-08-10T03:05:52.794124" elapsed="606.707217"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.501791" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:58.583 16  switches: flows:  142785 146030 139392 143919 140798 140961 137274 140541 135473 132666 132778 134626 130808 131461 136763 131549  total = 36.630400 per ms 
03:07:58.683 16  switches: flows:  144321 149090 145046 146937 143820 145854 140109 143765 138256 133322 138897 134779 132650 134527 139821 135473  total = 37.382046 per ms 
03:08:58.784 16  switches: flows:  144476 148145 142590 142802 143421 143332 141393 140969 134850 133664 136539 133052 134695 134297 138482 135865  total = 37.080901 per ms 
03:09:58.885 16  switches: flows:  145513 144637 142969 141205 144651 143150 142833 139231 135976 132546 133180 134731 131122 133428 134289 135758  total = 36.857957 per ms 
03:10:58.986 16  switches: flows:  148844 151526 150443 145059 149266 151105 148048 144147 141034 137615 138299 141233 137158 139159 140252 143465  total = 38.380103 per ms 
03:11:59.086 16  switches: flows:  146186 147871 145290 141427 146050 147838 146173 141571 137563 134725 133999 137542 133368 137329 136279 138257  total = 37.461900 per ms 
03:12:59.186 16  switches: flows:  151166 153717 150817 148373 152636 151934 150538 145422 142388 140530 139622 144790 141041 140762 141146 144221  total = 38.920054 per ms 
03:13:59.287 16  switches: flows:  148519 150988 150021 146096 150902 151393 148146 143744 140231 138504 138701 143061 137827 138752 139427 141100  total = 38.392749 per ms 
03:14:59.387 16  switches: flows:  150050 153786 151991 146243 152905 151489 149408 145167 142891 140180 138071 143372 139880 138754 139791 144107  total = 38.736735 per ms 
03:15:59.487 16  switches: flows:  147424 149120 147902 144940 147447 146805 145909 141863 138456 136188 135807 140205 135682 135582 136463 139707  total = 37.761818 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36857.96/38920.05/37886.03/12648.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.501487" elapsed="0.000391"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T03:15:59.502042" elapsed="0.000391"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T03:15:59.502834" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T03:15:59.502928" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36857.96/38920.05/37886.03/12648.23 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-10T03:15:59.502596" elapsed="0.000358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:15:59.503437" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36857.96/38920.05/37886.03/12648.23 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T03:15:59.503130" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.506002" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.503616" elapsed="0.002445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.508472" level="INFO">36857.96/38920.05/37886.03/12648.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.506228" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:15:59.510932" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T03:15:59.508681" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T03:15:59.513470" level="INFO">@{result_value_list} = [ 36857.96 | 38920.05 | 37886.03 | 12648.23 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T03:15:59.511174" elapsed="0.002325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.514010" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T03:15:59.514178" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T03:15:59.513680" elapsed="0.000529"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.518945" level="INFO">min :: 36857.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-08-10T03:15:59.514622" elapsed="0.004382"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T03:15:59.514490" elapsed="0.004550"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.523772" level="INFO">max :: 38920.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.519307" elapsed="0.004524"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T03:15:59.519143" elapsed="0.004724"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.528464" level="INFO">avg :: 37886.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.524093" elapsed="0.004429"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T03:15:59.523950" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.533139" level="INFO">stdev :: 12648.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-08-10T03:15:59.528782" elapsed="0.004415"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T03:15:59.528641" elapsed="0.004591"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T03:15:59.514277" elapsed="0.018986"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.538369" level="INFO">${min} = 36857.96</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:15:59.533421" elapsed="0.004982"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.542728" level="INFO">${max} = 38920.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:15:59.538596" elapsed="0.004161"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.547165" level="INFO">${average} = 37886.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:15:59.542918" elapsed="0.004275"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.551205" level="INFO">${stdev} = 12648.23</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T03:15:59.547413" elapsed="0.003837"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.551792" level="INFO">${date} = 2026-08-10 03:15:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T03:15:59.551419" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.552452" level="INFO">CBench Result: 2026-08-10 03:15:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36857.96,38920.05,37886.03,12648.23</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T03:15:59.552005" elapsed="0.000506"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T03:15:59.553748" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T03:15:59.553225" elapsed="0.000593"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T03:15:59.553973" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T03:15:59.552716" elapsed="0.001824"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-10T03:05:52.792611" elapsed="606.761991"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.555111" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-10T03:15:59.554772" elapsed="0.000401"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T03:15:59.556464" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-10T03:15:59.555952" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-10T03:15:59.556732" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-08-10T03:15:59.556576" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-08-10T03:15:59.556554" elapsed="0.000274"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:59.556975" 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-08-10T03:15:59.557153" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:59.557317" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:59.557522" elapsed="0.000027"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:59.557704" 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-08-10T03:15:59.557857" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:59.558017" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-10T03:15:59.558260" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-10T03:15:59.558120" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-08-10T03:15:59.558101" elapsed="0.000242"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-10T03:15:59.555598" elapsed="0.002798"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-10T03:05:52.790764" elapsed="606.767679"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-10T02:45:36.450606" elapsed="1823.108395"/>
</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>
