<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-05T01:12:38.968385" 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-09-05T01:12:39.486319" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:12:39.486192" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:39.486164" elapsed="0.000253"/>
</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-09-05T01:12:39.486548" elapsed="0.000484"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-05T01:12:39.487453" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-09-05T01:12:40.539552" 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-09-05T01:12:39.487188" elapsed="1.052585"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-05T01:12:40.588033" 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-09-05T01:12:40.540065" elapsed="0.048034"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-05T01:12:40.589923" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-05T01:12:40.590035" 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-09-05T01:12:40.588262" elapsed="0.001801"/>
</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-09-05T01:12:40.590208" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:12:40.590541" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:12:40.591267" 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-09-05T01:12:40.590933" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T01:12:40.591367" elapsed="0.000056"/>
</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.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-05T01:12:39.485861" elapsed="1.105673"/>
</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-09-05T01:12:39.482423" elapsed="1.109168"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:12:40.592169" 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-09-05T01:12:40.591804" elapsed="0.000416"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:12:40.592582" 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-09-05T01:12:40.592358" elapsed="0.000279"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-05T01:12:40.593225" 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-09-05T01:12:40.592851" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T01:12:40.593765" 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-09-05T01:12:40.593426" elapsed="0.000378"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-05T01:12:40.594270" 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-09-05T01:12:40.593936" elapsed="0.000358"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T01:12:40.594749" 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-09-05T01:12:40.594438" elapsed="0.000349"/>
</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-09-05T01:12:40.595056" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:12:40.594864" elapsed="0.000240"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:12:40.599106" 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-09-05T01:12:40.598744" elapsed="0.000386"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:12:40.600117" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T01:12:40.600192" 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-09-05T01:12:40.599622" 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-09-05T01:12:40.600608" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T01:12:40.602042" level="INFO">Logging into '10.30.171.27:22' as 'jenkins'.</msg>
<msg time="2026-09-05T01:12:41.138823" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 01:12:03 UTC 2026

  System load:  0.21               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.27
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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-35-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-09-05T01:12:40.601518" elapsed="0.537466"/>
</kw>
<msg time="2026-09-05T01:12:41.139075" 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-09-05T01:12:40.601167" elapsed="0.538005"/>
</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-09-05T01:12:40.599315" elapsed="0.539982"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.152892" 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-09-05T01:12:41.139520" elapsed="0.015344"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:12:41.155126" elapsed="0.000406"/>
</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-09-05T01:12:40.598265" elapsed="0.557349"/>
</kw>
<status status="PASS" start="2026-09-05T01:12:40.595175" elapsed="0.560508"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:40.594840" elapsed="0.560912"/>
</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-09-05T01:12:41.155965" elapsed="0.000611"/>
</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-09-05T01:12:41.162217" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:12:41.162056" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:41.162026" elapsed="0.000290"/>
</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-09-05T01:12:41.167187" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:12:41.167036" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:41.167004" elapsed="0.000270"/>
</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-09-05T01:12:41.167438" elapsed="0.000573"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.168510" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-09-05T01:12:41.378674" 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-09-05T01:12:41.168194" elapsed="0.210630"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.465868" 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-09-05T01:12:41.379060" elapsed="0.086902"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.469594" 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-09-05T01:12:41.469814" 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-09-05T01:12:41.466123" elapsed="0.003721"/>
</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-09-05T01:12:41.469974" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:12:41.470297" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:12:41.470972" 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-09-05T01:12:41.470635" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T01:12:41.471071" elapsed="0.000052"/>
</return>
<msg time="2026-09-05T01:12:41.471270" 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.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-05T01:12:41.166533" elapsed="0.304766"/>
</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-09-05T01:12:41.471439" elapsed="0.000662"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T01:12:41.472151" elapsed="0.000030"/>
</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-09-05T01:12:41.161647" elapsed="0.310629"/>
</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-09-05T01:12:41.475912" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:12:41.475788" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:41.475765" elapsed="0.000211"/>
</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-09-05T01:12:41.476096" elapsed="0.000400"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.476893" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-09-05T01:12:41.657844" 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-09-05T01:12:41.476628" elapsed="0.181309"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.679732" 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-09-05T01:12:41.658095" elapsed="0.021692"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.681613" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-05T01:12:41.681728" 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-09-05T01:12:41.679920" elapsed="0.001836"/>
</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-09-05T01:12:41.681878" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:12:41.682185" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:12:41.682785" 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-09-05T01:12:41.682501" elapsed="0.000329"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T01:12:41.682873" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-05T01:12:41.475444" elapsed="0.207564"/>
</kw>
<status status="PASS" start="2026-09-05T01:12:39.480574" elapsed="2.202489"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:12:41.684984" 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-09-05T01:12:41.683852" elapsed="0.001190"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T01:12:41.686308" 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-09-05T01:12:41.685997" elapsed="0.000349"/>
</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-09-05T01:12:41.686621" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:12:41.686414" elapsed="0.000281"/>
</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-09-05T01:12:41.689379" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:12:41.689156" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:41.689139" elapsed="0.000312"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.689778" 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-09-05T01:12:41.689887" 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-09-05T01:12:41.689569" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:12:41.690402" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.27" 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-09-05T01:12:41.690029" elapsed="0.000426"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.691035" 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-09-05T01:12:41.690583" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:12:41.692032" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T01:12:41.692111" 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-09-05T01:12:41.691744" elapsed="0.000388"/>
</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-09-05T01:12:41.692258" elapsed="0.000295"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T01:12:41.693342" level="INFO">Logging into '10.30.171.27:22' as 'jenkins'.</msg>
<msg time="2026-09-05T01:12:42.056204" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 01:12:03 UTC 2026

  System load:  0.21               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.27
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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: Sat Sep  5 01:12:41 2026 from 10.30.170.56
[?2004h[jenkins@releng-50965-35-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-09-05T01:12:41.693029" elapsed="0.363366"/>
</kw>
<msg time="2026-09-05T01:12:42.056478" 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-09-05T01:12:41.692704" elapsed="0.363866"/>
</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-09-05T01:12:41.691389" elapsed="0.365326"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-05T01:12:42.057271" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-05T01:22:48.201140" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-05T01:22:48.201566" level="INFO">${stdout} = </msg>
<msg time="2026-09-05T01:22:48.201697" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-05T01:12:42.056966" elapsed="606.144786"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:22:48.202118" elapsed="0.000654"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.203853" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199: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.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:13:47.271 16  switches: flows:  91044 89244 89759 87194 88627 89309 86153 87480 82793 84308 82783 83899 83601 82246 84249 84583  total = 22.954533 per ms 
01:14:47.372 16  switches: flows:  95709 94703 94376 93668 90936 92603 90915 91906 87969 89076 87242 88793 87516 86553 87851 87160  total = 24.076080 per ms 
01:15:47.472 16  switches: flows:  90815 89544 89676 87922 87358 88832 86657 88197 83472 86867 84392 83695 84864 83282 84561 83337  total = 23.019433 per ms 
01:16:47.572 16  switches: flows:  93287 91180 92616 90559 89824 92015 88672 90512 85885 88262 86132 86183 86941 86260 86815 86036  total = 23.646861 per ms 
01:17:47.672 16  switches: flows:  93935 90016 93237 89706 89472 91495 89336 90485 86661 88587 85413 86892 87480 85901 87706 87015  total = 23.682757 per ms 
01:18:47.773 16  switches: flows:  91100 89234 91183 88672 87302 87922 86725 88293 83543 84407 83588 84796 85617 83650 84853 84527  total = 23.051725 per ms 
01:19:47.873 16  switches: flows:  93572 93146 93912 91525 89866 90055 89202 90772 85756 88108 87276 88460 87848 86983 87508 86951  total = 23.809240 per ms 
01:20:47.973 16  switches: flows:  92522 90096 93060 87869 88228 89326 87579 87906 84959 86354 84704 84287 85536 86515 85526 85072  total = 23.286776 per ms 
01:21:48.073 16  switches: flows:  91629 90444 91687 88698 87452 88613 88676 88567 83572 87007 85838 85018 84910 85832 85735 83448  total = 23.246617 per ms 
01:22:48.174 16  switches: flows:  91293 90269 90923 89295 89549 88570 89190 89062 84707 87164 84852 85458 87192 86417 86486 84053  total = 23.369008 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23019.43/24076.08/23465.39/7829.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:22:48.203109" elapsed="0.001000"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-05T01:22:48.204572" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-05T01:22:48.204299" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-09-05T01:22:48.204225" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-05T01:22:48.204990" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:22:48.204917" elapsed="0.000153"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:22:48.204885" elapsed="0.000228"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-05T01:22:48.205181" elapsed="0.000026"/>
</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-09-05T01:22:48.210311" 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-09-05T01:22:48.211349" elapsed="0.000349"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:22:48.211964" elapsed="0.000203"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-05T01:22:48.205841" elapsed="0.006429"/>
</kw>
<msg time="2026-09-05T01:22:48.212714" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-05T01:12:41.687026" elapsed="606.525744"/>
</kw>
<status status="PASS" start="2026-09-05T01:12:41.686732" elapsed="606.526133"/>
</branch>
<status status="PASS" start="2026-09-05T01:12:41.686394" elapsed="606.526517"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.213820" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199: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.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:13:47.271 16  switches: flows:  91044 89244 89759 87194 88627 89309 86153 87480 82793 84308 82783 83899 83601 82246 84249 84583  total = 22.954533 per ms 
01:14:47.372 16  switches: flows:  95709 94703 94376 93668 90936 92603 90915 91906 87969 89076 87242 88793 87516 86553 87851 87160  total = 24.076080 per ms 
01:15:47.472 16  switches: flows:  90815 89544 89676 87922 87358 88832 86657 88197 83472 86867 84392 83695 84864 83282 84561 83337  total = 23.019433 per ms 
01:16:47.572 16  switches: flows:  93287 91180 92616 90559 89824 92015 88672 90512 85885 88262 86132 86183 86941 86260 86815 86036  total = 23.646861 per ms 
01:17:47.672 16  switches: flows:  93935 90016 93237 89706 89472 91495 89336 90485 86661 88587 85413 86892 87480 85901 87706 87015  total = 23.682757 per ms 
01:18:47.773 16  switches: flows:  91100 89234 91183 88672 87302 87922 86725 88293 83543 84407 83588 84796 85617 83650 84853 84527  total = 23.051725 per ms 
01:19:47.873 16  switches: flows:  93572 93146 93912 91525 89866 90055 89202 90772 85756 88108 87276 88460 87848 86983 87508 86951  total = 23.809240 per ms 
01:20:47.973 16  switches: flows:  92522 90096 93060 87869 88228 89326 87579 87906 84959 86354 84704 84287 85536 86515 85526 85072  total = 23.286776 per ms 
01:21:48.073 16  switches: flows:  91629 90444 91687 88698 87452 88613 88676 88567 83572 87007 85838 85018 84910 85832 85735 83448  total = 23.246617 per ms 
01:22:48.174 16  switches: flows:  91293 90269 90923 89295 89549 88570 89190 89062 84707 87164 84852 85458 87192 86417 86486 84053  total = 23.369008 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23019.43/24076.08/23465.39/7829.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:22:48.213186" elapsed="0.000818"/>
</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-09-05T01:22:48.214331" elapsed="0.000757"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-05T01:22:48.215926" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-05T01:22:48.216106" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23019.43/24076.08/23465.39/7829.11 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-09-05T01:22:48.215434" elapsed="0.000720"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:22:48.217021" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23019.43/24076.08/23465.39/7829.11 | 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-09-05T01:22:48.216487" elapsed="0.000588"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.221982" 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-09-05T01:22:48.217382" elapsed="0.004713"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.226961" level="INFO">23019.43/24076.08/23465.39/7829.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:22:48.222411" elapsed="0.004663"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:22:48.231924" 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-09-05T01:22:48.227397" elapsed="0.004585"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:22:48.237029" level="INFO">@{result_value_list} = [ 23019.43 | 24076.08 | 23465.39 | 7829.11 ]</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-09-05T01:22:48.232380" elapsed="0.004734"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.238094" level="INFO">Length is 4.</msg>
<msg time="2026-09-05T01:22:48.238294" 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-09-05T01:22:48.237449" elapsed="0.001008"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.247193" level="INFO">min :: 23019.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:22:48.239263" elapsed="0.008001"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-05T01:22:48.239000" elapsed="0.008321"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.253075" level="INFO">max :: 24076.08</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-09-05T01:22:48.247596" elapsed="0.005551"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-05T01:22:48.247435" elapsed="0.005755"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.258897" level="INFO">avg :: 23465.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-09-05T01:22:48.253483" elapsed="0.005484"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-05T01:22:48.253315" elapsed="0.005694"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.264782" level="INFO">stdev :: 7829.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:22:48.259302" elapsed="0.005552"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-05T01:22:48.259120" elapsed="0.005776"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-05T01:22:48.238605" elapsed="0.026331"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.269813" level="INFO">${min} = 23019.43</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-09-05T01:22:48.265132" elapsed="0.004714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.274734" level="INFO">${max} = 24076.08</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-09-05T01:22:48.270035" elapsed="0.004724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.278271" level="INFO">${average} = 23465.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-05T01:22:48.274895" elapsed="0.003413"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.281861" level="INFO">${stdev} = 7829.11</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-09-05T01:22:48.278444" elapsed="0.003440"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.282358" level="INFO">${date} = 2026-09-05 01:22:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-05T01:22:48.282026" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.282892" level="INFO">CBench Result: 2026-09-05 01:22:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23019.43,24076.08,23465.39,7829.11</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-09-05T01:22:48.282514" elapsed="0.000428"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:22:48.283887" 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-09-05T01:22:48.283489" elapsed="0.000461"/>
</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-09-05T01:22:48.284083" elapsed="0.000424"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-05T01:22:48.283063" elapsed="0.001500"/>
</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-09-05T01:12:41.685413" elapsed="606.599201"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.285037" 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-09-05T01:22:48.284760" elapsed="0.000327"/>
</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-09-05T01:22:48.285549" elapsed="0.000252"/>
</kw>
<status status="PASS" start="2026-09-05T01:22:48.285272" elapsed="0.000590"/>
</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-09-05T01:12:41.683203" elapsed="606.602691"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.287188" 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-09-05T01:22:48.286630" elapsed="0.000608"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.288355" 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-09-05T01:22:48.288052" elapsed="0.000342"/>
</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-09-05T01:22:48.288696" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:22:48.288455" elapsed="0.000293"/>
</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-09-05T01:22:48.291556" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:22:48.291337" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-09-05T01:22:48.291321" elapsed="0.000305"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:22:48.291934" 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-09-05T01:22:48.292039" 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-09-05T01:22:48.291756" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.292572" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.27" 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-09-05T01:22:48.292181" elapsed="0.000442"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:22:48.293106" 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-09-05T01:22:48.292760" elapsed="0.000368"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:22:48.293924" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T01:22:48.294002" 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-09-05T01:22:48.293638" elapsed="0.000385"/>
</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-09-05T01:22:48.294145" elapsed="0.000305"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T01:22:48.295207" level="INFO">Logging into '10.30.171.27:22' as 'jenkins'.</msg>
<msg time="2026-09-05T01:22:48.920388" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 01:22:48 UTC 2026

  System load:  1.07               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.27
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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: Sat Sep  5 01:12:41 2026 from 10.30.170.56
[?2004h[jenkins@releng-50965-35-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-09-05T01:22:48.294898" elapsed="0.625690"/>
</kw>
<msg time="2026-09-05T01:22:48.920686" 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-09-05T01:22:48.294582" elapsed="0.626200"/>
</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-09-05T01:22:48.293314" elapsed="0.627581"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-05T01:22:48.921428" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-05T01:32:55.000129" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-05T01:32:55.000622" level="INFO">${stdout} = </msg>
<msg time="2026-09-05T01:32:55.000754" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199: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-09-05T01:22:48.921117" elapsed="606.079689"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:32:55.001215" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.002988" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199: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.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:23:54.036 16  switches: flows:  612663 616972 619572 620820 627724 614699 618635 612478 617626 624526 621451 627379 613193 623299 623590 624544  total = 165.319517 per ms 
01:24:54.138 16  switches: flows:  670454 675030 668411 674916 678216 674070 666194 666788 673693 670733 667392 663110 670529 678506 666888 670861  total = 178.629036 per ms 
01:25:54.239 16  switches: flows:  576685 577275 582540 579945 578008 580182 574032 580880 573132 580109 580420 579368 572588 581803 574878 582442  total = 153.978078 per ms 
01:26:54.341 16  switches: flows:  565679 565779 565806 564528 563413 562942 564877 564014 569922 565206 566207 568779 566558 569304 571961 568150  total = 150.797688 per ms 
01:27:54.443 16  switches: flows:  577774 582608 581477 579993 582884 584684 581115 578176 584393 580677 585124 583588 575696 582261 585168 580814  total = 154.844313 per ms 
01:28:54.545 16  switches: flows:  591220 593702 588840 593203 589024 589888 584885 591618 591647 590469 583881 590542 590581 590760 589677 584921  total = 156.982691 per ms 
01:29:54.647 16  switches: flows:  596767 596604 593493 586464 593511 596734 586897 594456 591967 597229 599560 596940 596165 596016 591768 591780  total = 158.172799 per ms 
01:30:54.749 16  switches: flows:  627668 629754 630225 632472 629890 625280 624054 622988 630575 631764 624095 623850 631550 629195 633216 627998  total = 167.294170 per ms 
01:31:54.851 16  switches: flows:  609994 613571 607954 610861 612333 611934 612916 610323 602428 615479 613742 612385 608295 613311 603327 612396  total = 162.580386 per ms 
01:32:54.966 16  switches: flows:  605855 612465 601014 608324 608569 608637 606169 608448 607293 604922 609934 610211 606625 605622 607611 606351  total = 161.657839 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150797.69/178629.04/160548.56/54101.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:32:55.002317" elapsed="0.000955"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-05T01:32:55.003735" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-09-05T01:32:55.003430" elapsed="0.000443"/>
</branch>
<status status="PASS" start="2026-09-05T01:32:55.003385" elapsed="0.000538"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-05T01:32:55.004127" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:32:55.004035" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:32:55.004004" elapsed="0.000245"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-05T01:32:55.004309" elapsed="0.000025"/>
</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-09-05T01:32:55.009398" elapsed="0.000674"/>
</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-09-05T01:32:55.010388" elapsed="0.000341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:32:55.010987" elapsed="0.000229"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-05T01:32:55.004934" elapsed="0.006384"/>
</kw>
<msg time="2026-09-05T01:32:55.011598" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199: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-09-05T01:22:48.289050" elapsed="606.722605"/>
</kw>
<status status="PASS" start="2026-09-05T01:22:48.288770" elapsed="606.723014"/>
</branch>
<status status="PASS" start="2026-09-05T01:22:48.288438" elapsed="606.723391"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.012736" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199: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.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:23:54.036 16  switches: flows:  612663 616972 619572 620820 627724 614699 618635 612478 617626 624526 621451 627379 613193 623299 623590 624544  total = 165.319517 per ms 
01:24:54.138 16  switches: flows:  670454 675030 668411 674916 678216 674070 666194 666788 673693 670733 667392 663110 670529 678506 666888 670861  total = 178.629036 per ms 
01:25:54.239 16  switches: flows:  576685 577275 582540 579945 578008 580182 574032 580880 573132 580109 580420 579368 572588 581803 574878 582442  total = 153.978078 per ms 
01:26:54.341 16  switches: flows:  565679 565779 565806 564528 563413 562942 564877 564014 569922 565206 566207 568779 566558 569304 571961 568150  total = 150.797688 per ms 
01:27:54.443 16  switches: flows:  577774 582608 581477 579993 582884 584684 581115 578176 584393 580677 585124 583588 575696 582261 585168 580814  total = 154.844313 per ms 
01:28:54.545 16  switches: flows:  591220 593702 588840 593203 589024 589888 584885 591618 591647 590469 583881 590542 590581 590760 589677 584921  total = 156.982691 per ms 
01:29:54.647 16  switches: flows:  596767 596604 593493 586464 593511 596734 586897 594456 591967 597229 599560 596940 596165 596016 591768 591780  total = 158.172799 per ms 
01:30:54.749 16  switches: flows:  627668 629754 630225 632472 629890 625280 624054 622988 630575 631764 624095 623850 631550 629195 633216 627998  total = 167.294170 per ms 
01:31:54.851 16  switches: flows:  609994 613571 607954 610861 612333 611934 612916 610323 602428 615479 613742 612385 608295 613311 603327 612396  total = 162.580386 per ms 
01:32:54.966 16  switches: flows:  605855 612465 601014 608324 608569 608637 606169 608448 607293 604922 609934 610211 606625 605622 607611 606351  total = 161.657839 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150797.69/178629.04/160548.56/54101.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:32:55.012129" elapsed="0.000760"/>
</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-09-05T01:32:55.013201" elapsed="0.000762"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-05T01:32:55.014764" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-05T01:32:55.014947" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150797.69/178629.04/160548.56/54101.50 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-09-05T01:32:55.014308" elapsed="0.000688"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:32:55.015856" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150797.69/178629.04/160548.56/54101.50 | 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-09-05T01:32:55.015324" elapsed="0.000586"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.020995" 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-09-05T01:32:55.016219" elapsed="0.004912"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.026067" level="INFO">150797.69/178629.04/160548.56/54101.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:32:55.021426" elapsed="0.004781"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:32:55.031203" 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-09-05T01:32:55.026505" elapsed="0.004760"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:32:55.036549" level="INFO">@{result_value_list} = [ 150797.69 | 178629.04 | 160548.56 | 54101.50 ]</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-09-05T01:32:55.031739" elapsed="0.004869"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.037746" level="INFO">Length is 4.</msg>
<msg time="2026-09-05T01:32:55.037948" 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-09-05T01:32:55.036972" elapsed="0.001027"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.046731" level="INFO">min :: 150797.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:32:55.039012" elapsed="0.008013"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-05T01:32:55.038594" elapsed="0.008505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.053125" level="INFO">max :: 178629.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:32:55.047399" elapsed="0.005804"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-05T01:32:55.047227" elapsed="0.006021"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.059142" level="INFO">avg :: 160548.56</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-09-05T01:32:55.053523" elapsed="0.005694"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-05T01:32:55.053361" elapsed="0.005899"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.065109" level="INFO">stdev :: 54101.50</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-09-05T01:32:55.059533" elapsed="0.005651"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-05T01:32:55.059370" elapsed="0.005859"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-05T01:32:55.038177" elapsed="0.027093"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.070154" level="INFO">${min} = 150797.69</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-09-05T01:32:55.065472" elapsed="0.004707"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.073775" level="INFO">${max} = 178629.04</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-09-05T01:32:55.070322" elapsed="0.003478"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.077419" level="INFO">${average} = 160548.56</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-09-05T01:32:55.073938" elapsed="0.003506"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.081055" level="INFO">${stdev} = 54101.50</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-09-05T01:32:55.077582" elapsed="0.003513"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.081592" level="INFO">${date} = 2026-09-05 01:32:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-05T01:32:55.081260" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.082152" level="INFO">CBench Result: 2026-09-05 01:32:55,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150797.69,178629.04,160548.56,54101.50</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-09-05T01:32:55.081767" elapsed="0.000436"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:32:55.083244" 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-09-05T01:32:55.082837" elapsed="0.000477"/>
</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-09-05T01:32:55.083450" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-05T01:32:55.082373" elapsed="0.001591"/>
</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-09-05T01:22:48.287527" elapsed="606.796491"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.084471" 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-09-05T01:32:55.084168" elapsed="0.000354"/>
</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-09-05T01:32:55.085012" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-09-05T01:32:55.084728" elapsed="0.000626"/>
</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-09-05T01:22:48.286153" elapsed="606.799236"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.086491" 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-09-05T01:32:55.086127" elapsed="0.000417"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.087695" 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-09-05T01:32:55.087373" elapsed="0.000365"/>
</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-09-05T01:32:55.088060" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:32:55.087853" elapsed="0.000277"/>
</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-09-05T01:32:55.090994" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:32:55.090763" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-09-05T01:32:55.090746" elapsed="0.000322"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:32:55.091387" 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-09-05T01:32:55.091508" 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-09-05T01:32:55.091208" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.092063" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.27" 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-09-05T01:32:55.091672" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:32:55.092639" 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-09-05T01:32:55.092261" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:32:55.093545" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T01:32:55.093642" 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-09-05T01:32:55.093234" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-05T01:32:55.093839" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T01:32:55.094922" level="INFO">Logging into '10.30.171.27:22' as 'jenkins'.</msg>
<msg time="2026-09-05T01:32:55.705747" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 01:32:55 UTC 2026

  System load:  0.4                Processes:             106
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.27
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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: Sat Sep  5 01:22:48 2026 from 10.30.170.56
[?2004h[jenkins@releng-50965-35-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-09-05T01:32:55.094593" elapsed="0.611326"/>
</kw>
<msg time="2026-09-05T01:32:55.705993" 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-09-05T01:32:55.094289" elapsed="0.611773"/>
</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-09-05T01:32:55.092866" elapsed="0.613310"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-05T01:32:55.706632" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-05T01:43:01.759654" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-05T01:43:01.760318" level="INFO">${stdout} = </msg>
<msg time="2026-09-05T01:43:01.760437" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-05T01:32:55.706369" elapsed="606.054134"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:43:01.760981" elapsed="0.000757"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.762896" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199: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.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:34:00.821 16  switches: flows:  88580 87813 88132 87966 88675 86158 87561 86240 84287 83331 83302 83004 83138 83726 82506 82380  total = 22.779983 per ms 
01:35:00.922 16  switches: flows:  91807 89337 91126 90662 90653 89115 89290 87857 85015 85825 84689 83081 85445 83531 83428 84295  total = 23.213865 per ms 
01:36:01.022 16  switches: flows:  98829 95420 96287 95482 95697 93700 94774 92741 89674 91258 90295 88562 91379 87613 88999 88112  total = 24.605962 per ms 
01:37:01.122 16  switches: flows:  96755 91448 95005 94347 93969 91291 92051 92469 87906 87713 88845 88984 88959 86584 86007 87483  total = 24.123332 per ms 
01:38:01.222 16  switches: flows:  95348 92462 93412 93458 93563 90976 92835 90983 87710 89674 87072 86985 86955 85938 85509 88273  total = 23.979162 per ms 
01:39:01.323 16  switches: flows:  97113 93067 94968 94622 95374 93471 94998 92259 88655 90121 88522 88145 89321 87367 87822 89220  total = 24.376692 per ms 
01:40:01.423 16  switches: flows:  98703 96823 96309 95682 96958 93335 95669 93586 89604 93029 90001 89741 89266 89480 89766 90135  total = 24.760122 per ms 
01:41:01.523 16  switches: flows:  93872 90282 90993 91882 92025 89986 90785 90720 85514 88397 84598 86076 86296 84652 86138 87987  total = 23.630610 per ms 
01:42:01.623 16  switches: flows:  94958 91533 93473 92841 93094 91157 92416 90174 86888 88474 86352 87302 87417 85589 85977 86359  total = 23.860238 per ms 
01:43:01.724 16  switches: flows:  95484 91604 94193 92535 93483 91760 93256 89763 86590 88525 86269 86860 87616 86632 86136 87115  total = 23.923739 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23213.86/24760.12/24052.64/8030.41 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:43:01.762105" elapsed="0.001085"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-05T01:43:01.763687" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-09-05T01:43:01.763377" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-09-05T01:43:01.763309" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-05T01:43:01.764101" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:43:01.764027" elapsed="0.000153"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:43:01.763995" elapsed="0.000228"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-05T01:43:01.764284" elapsed="0.000025"/>
</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-09-05T01:43:01.769995" elapsed="0.000725"/>
</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-09-05T01:43:01.771048" elapsed="0.000340"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:43:01.771651" elapsed="0.000238"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-05T01:43:01.764967" elapsed="0.007029"/>
</kw>
<msg time="2026-09-05T01:43:01.772246" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-05T01:32:55.088466" elapsed="606.683832"/>
</kw>
<status status="PASS" start="2026-09-05T01:32:55.088155" elapsed="606.684266"/>
</branch>
<status status="PASS" start="2026-09-05T01:32:55.087832" elapsed="606.684653"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.773610" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199: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.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:34:00.821 16  switches: flows:  88580 87813 88132 87966 88675 86158 87561 86240 84287 83331 83302 83004 83138 83726 82506 82380  total = 22.779983 per ms 
01:35:00.922 16  switches: flows:  91807 89337 91126 90662 90653 89115 89290 87857 85015 85825 84689 83081 85445 83531 83428 84295  total = 23.213865 per ms 
01:36:01.022 16  switches: flows:  98829 95420 96287 95482 95697 93700 94774 92741 89674 91258 90295 88562 91379 87613 88999 88112  total = 24.605962 per ms 
01:37:01.122 16  switches: flows:  96755 91448 95005 94347 93969 91291 92051 92469 87906 87713 88845 88984 88959 86584 86007 87483  total = 24.123332 per ms 
01:38:01.222 16  switches: flows:  95348 92462 93412 93458 93563 90976 92835 90983 87710 89674 87072 86985 86955 85938 85509 88273  total = 23.979162 per ms 
01:39:01.323 16  switches: flows:  97113 93067 94968 94622 95374 93471 94998 92259 88655 90121 88522 88145 89321 87367 87822 89220  total = 24.376692 per ms 
01:40:01.423 16  switches: flows:  98703 96823 96309 95682 96958 93335 95669 93586 89604 93029 90001 89741 89266 89480 89766 90135  total = 24.760122 per ms 
01:41:01.523 16  switches: flows:  93872 90282 90993 91882 92025 89986 90785 90720 85514 88397 84598 86076 86296 84652 86138 87987  total = 23.630610 per ms 
01:42:01.623 16  switches: flows:  94958 91533 93473 92841 93094 91157 92416 90174 86888 88474 86352 87302 87417 85589 85977 86359  total = 23.860238 per ms 
01:43:01.724 16  switches: flows:  95484 91604 94193 92535 93483 91760 93256 89763 86590 88525 86269 86860 87616 86632 86136 87115  total = 23.923739 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23213.86/24760.12/24052.64/8030.41 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:43:01.772928" elapsed="0.000866"/>
</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-09-05T01:43:01.774091" elapsed="0.000810"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-05T01:43:01.775703" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-05T01:43:01.775884" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23213.86/24760.12/24052.64/8030.41 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-09-05T01:43:01.775225" elapsed="0.000707"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:43:01.776788" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23213.86/24760.12/24052.64/8030.41 | 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-09-05T01:43:01.776237" elapsed="0.000605"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.781818" 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-09-05T01:43:01.777133" elapsed="0.004797"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.786991" level="INFO">23213.86/24760.12/24052.64/8030.41</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:43:01.782227" elapsed="0.004874"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:43:01.792032" 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-09-05T01:43:01.787426" elapsed="0.004661"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:43:01.797073" level="INFO">@{result_value_list} = [ 23213.86 | 24760.12 | 24052.64 | 8030.41 ]</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-09-05T01:43:01.792488" elapsed="0.004639"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.798108" level="INFO">Length is 4.</msg>
<msg time="2026-09-05T01:43:01.798281" 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-09-05T01:43:01.797461" elapsed="0.000866"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.805014" level="INFO">min :: 23213.86</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-09-05T01:43:01.799150" elapsed="0.005935"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-05T01:43:01.798891" elapsed="0.006245"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.811682" level="INFO">max :: 24760.12</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-09-05T01:43:01.805437" elapsed="0.006324"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-05T01:43:01.805250" elapsed="0.006555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.817585" level="INFO">avg :: 24052.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:43:01.812074" elapsed="0.005615"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-05T01:43:01.811912" elapsed="0.005821"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.823760" level="INFO">stdev :: 8030.41</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-09-05T01:43:01.817999" elapsed="0.005831"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-05T01:43:01.817837" elapsed="0.006035"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-05T01:43:01.798480" elapsed="0.025429"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.828847" level="INFO">${min} = 23213.86</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-09-05T01:43:01.824110" elapsed="0.004771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.833823" level="INFO">${max} = 24760.12</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-09-05T01:43:01.829073" elapsed="0.004783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.838898" level="INFO">${average} = 24052.64</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-09-05T01:43:01.834048" elapsed="0.004884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.843622" level="INFO">${stdev} = 8030.41</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-09-05T01:43:01.839124" elapsed="0.004522"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.844129" level="INFO">${date} = 2026-09-05 01:43:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-05T01:43:01.843809" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.844678" level="INFO">CBench Result: 2026-09-05 01:43:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23213.86,24760.12,24052.64,8030.41</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-09-05T01:43:01.844291" elapsed="0.000438"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:43:01.845729" 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-09-05T01:43:01.845267" elapsed="0.000524"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-05T01:43:01.845925" elapsed="0.000414"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-05T01:43:01.844855" elapsed="0.001559"/>
</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-09-05T01:32:55.086847" elapsed="606.759619"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.846894" 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-09-05T01:43:01.846597" elapsed="0.000349"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-05T01:43:01.848057" 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-09-05T01:43:01.847604" elapsed="0.000476"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-05T01:43:01.848278" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-09-05T01:43:01.848147" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-09-05T01:43:01.848130" elapsed="0.000238"/>
</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-09-05T01:43:01.848499" elapsed="0.000019"/>
</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-09-05T01:43:01.848637" elapsed="0.000031"/>
</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-09-05T01:43:01.848793" elapsed="0.000017"/>
</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-09-05T01:43:01.848926" elapsed="0.000017"/>
</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-09-05T01:43:01.849091" elapsed="0.000018"/>
</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-09-05T01:43:01.849219" elapsed="0.000017"/>
</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-09-05T01:43:01.849355" elapsed="0.000018"/>
</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-09-05T01:43:01.849549" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:43:01.849427" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:43:01.849413" elapsed="0.000201"/>
</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-09-05T01:43:01.847278" elapsed="0.002394"/>
</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-09-05T01:32:55.085678" elapsed="606.764036"/>
</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-09-05T01:12:38.969829" elapsed="1822.880282"/>
</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>
