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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-11T03:03:18.477486" elapsed="0.949388"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T03:03:19.477099" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-11T03:03:19.427248" elapsed="0.049989"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T03:03:19.479304" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T03:03:19.479432" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-11T03:03:19.477539" elapsed="0.001958"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-11T03:03:19.479729" elapsed="0.000305"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:03:19.480202" elapsed="0.000263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:03:19.481013" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:03:19.480625" elapsed="0.000444"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:03:19.481126" elapsed="0.000072"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T03:03:18.476030" elapsed="1.005308"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-11T03:03:18.472475" elapsed="1.008936"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:03:19.482089" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:03:19.481645" elapsed="0.000512"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:03:19.482583" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:03:19.482312" elapsed="0.000327"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T03:03:19.483210" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-11T03:03:19.482796" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:03:19.483897" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:03:19.483416" elapsed="0.000526"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T03:03:19.484501" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-11T03:03:19.484091" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:03:19.485005" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:03:19.484691" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-11T03:03:19.485382" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:03:19.485152" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:03:19.490220" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:03:19.489792" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:03:19.491351" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:03:19.491470" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:03:19.490827" elapsed="0.000676"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:03:19.491677" elapsed="0.000394"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:03:19.493134" level="INFO">Logging into '10.30.171.141:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:03:20.353309" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:03:19 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.141
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-50965-13-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:03:19.492596" elapsed="0.860915"/>
</kw>
<msg time="2026-08-11T03:03:20.353617" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:03:19.492227" elapsed="0.861502"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:03:19.490475" elapsed="0.863398"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.362077" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-11T03:03:20.354128" elapsed="0.009563"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:03:20.364092" elapsed="0.000605"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-11T03:03:19.489227" elapsed="0.875610"/>
</kw>
<status status="PASS" start="2026-08-11T03:03:19.485740" elapsed="0.879177"/>
</branch>
<status status="PASS" start="2026-08-11T03:03:19.485117" elapsed="0.879868"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:03:20.365324" elapsed="0.001154"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-11T03:03:20.374012" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:03:20.373879" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-11T03:03:20.373849" elapsed="0.000246"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-11T03:03:20.377695" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:03:20.377558" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-08-11T03:03:20.377538" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:03:20.377907" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.378823" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-08-11T03:03:20.576155" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-11T03:03:20.378546" elapsed="0.197768"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.673236" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-11T03:03:20.576624" elapsed="0.096693"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.689112" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T03:03:20.689706" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-11T03:03:20.673476" elapsed="0.016324"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-11T03:03:20.690219" elapsed="0.000620"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:03:20.691176" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:03:20.692691" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:03:20.691958" elapsed="0.000855"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:03:20.692979" elapsed="0.000100"/>
</return>
<msg time="2026-08-11T03:03:20.693393" 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.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T03:03:20.377184" elapsed="0.316311"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:03:20.693832" elapsed="0.001161"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:03:20.695108" elapsed="0.000074"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-11T03:03:20.373509" elapsed="0.321894"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-11T03:03:20.701045" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:03:20.700898" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-08-11T03:03:20.700872" elapsed="0.000246"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:03:20.701255" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.702167" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-08-11T03:03:20.957604" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-11T03:03:20.701904" elapsed="0.255826"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.984709" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-11T03:03:20.957934" elapsed="0.026835"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.986682" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T03:03:20.986786" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-11T03:03:20.984917" elapsed="0.001898"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-11T03:03:20.986950" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:03:20.987275" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:03:20.987914" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:03:20.987612" elapsed="0.000352"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:03:20.988016" elapsed="0.000047"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T03:03:20.700542" elapsed="0.287627"/>
</kw>
<status status="PASS" start="2026-08-11T03:03:18.470314" elapsed="2.517917"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:03:20.990876" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:03:20.989395" elapsed="0.001765"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:03:20.992618" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:03:20.992248" elapsed="0.000413"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-11T03:03:20.992975" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:03:20.992739" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-11T03:03:20.995964" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:03:20.995720" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-08-11T03:03:20.995700" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.996383" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-11T03:03:20.996174" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:03:20.997098" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.141" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:03:20.996682" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:03:20.997799" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:03:20.997295" elapsed="0.000529"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:03:20.998732" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:03:20.998821" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:03:20.998390" 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-08-11T03:03:20.998983" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:03:21.000171" level="INFO">Logging into '10.30.171.141:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:03:21.371269" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:03:19 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.141
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 03:03:20 2026 from 10.30.171.245
[?2004h[jenkins@releng-50965-13-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:03:20.999820" elapsed="0.371608"/>
</kw>
<msg time="2026-08-11T03:03:21.371521" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:03:20.999475" elapsed="0.372128"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:03:20.998024" elapsed="0.373686"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T03:03:21.372191" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T03:13:27.553060" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T03:13:27.553721" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T03:13:27.553828" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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-08-11T03:03:21.371916" elapsed="606.181979"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:13:27.554383" elapsed="0.000815"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.556404" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:26.655 16  switches: flows:  104437 106205 103411 103589 104347 103892 104758 102489 101011 100190 99306 99523 100464 99365 100329 98415  total = 27.195517 per ms 
03:05:26.756 16  switches: flows:  121965 124282 121144 122148 120135 121423 120532 121549 117834 115305 116001 116139 116985 115975 116500 115704  total = 31.674119 per ms 
03:06:26.856 16  switches: flows:  115437 117706 113986 114196 113004 114285 113355 114638 111059 112082 109636 110229 108651 110729 111556 109310  total = 29.947646 per ms 
03:07:26.956 16  switches: flows:  110932 109821 109388 108334 109093 111286 107986 108785 107116 106318 104425 105067 102945 105162 107336 104228  total = 28.589295 per ms 
03:08:27.057 16  switches: flows:  111477 111564 110615 111981 110468 110541 108887 110368 106061 108742 105795 106210 105015 107270 107348 107144  total = 28.942965 per ms 
03:09:27.157 16  switches: flows:  122435 120507 119198 121253 120277 120599 115595 120293 116543 118447 115710 116033 115382 116881 118735 114389  total = 31.485297 per ms 
03:10:27.257 16  switches: flows:  125164 124538 120703 125043 123875 122154 118110 122868 119606 121935 117426 116653 117889 121579 119062 117528  total = 32.181770 per ms 
03:11:27.358 16  switches: flows:  125499 123364 121153 125433 123189 123294 120389 123402 119422 121491 119642 118897 117699 120183 121078 118098  total = 32.316582 per ms 
03:12:27.458 16  switches: flows:  127837 125665 126198 127205 126170 127750 124420 124272 122456 123888 122582 120871 119516 125000 124051 119911  total = 33.074640 per ms 
03:13:27.559 16  switches: flows:  130407 127242 124665 127937 127157 126200 125373 125268 123294 125095 122345 120389 123488 123628 123103 121110  total = 33.222318 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28589.29/33222.32/31270.51/10548.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.555590" elapsed="0.001205"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T03:13:27.557324" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-08-11T03:13:27.557006" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:27.556934" elapsed="0.000625"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T03:13:27.557696" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:13:27.557643" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:13:27.557621" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T03:13:27.557828" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:27.561309" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:13:27.561999" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:13:27.562416" elapsed="0.000212"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T03:13:27.558268" elapsed="0.004433"/>
</kw>
<msg time="2026-08-11T03:13:27.562878" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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-08-11T03:03:20.993377" elapsed="606.569537"/>
</kw>
<status status="PASS" start="2026-08-11T03:03:20.993063" elapsed="606.569928"/>
</branch>
<status status="PASS" start="2026-08-11T03:03:20.992716" elapsed="606.570309"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.563634" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:26.655 16  switches: flows:  104437 106205 103411 103589 104347 103892 104758 102489 101011 100190 99306 99523 100464 99365 100329 98415  total = 27.195517 per ms 
03:05:26.756 16  switches: flows:  121965 124282 121144 122148 120135 121423 120532 121549 117834 115305 116001 116139 116985 115975 116500 115704  total = 31.674119 per ms 
03:06:26.856 16  switches: flows:  115437 117706 113986 114196 113004 114285 113355 114638 111059 112082 109636 110229 108651 110729 111556 109310  total = 29.947646 per ms 
03:07:26.956 16  switches: flows:  110932 109821 109388 108334 109093 111286 107986 108785 107116 106318 104425 105067 102945 105162 107336 104228  total = 28.589295 per ms 
03:08:27.057 16  switches: flows:  111477 111564 110615 111981 110468 110541 108887 110368 106061 108742 105795 106210 105015 107270 107348 107144  total = 28.942965 per ms 
03:09:27.157 16  switches: flows:  122435 120507 119198 121253 120277 120599 115595 120293 116543 118447 115710 116033 115382 116881 118735 114389  total = 31.485297 per ms 
03:10:27.257 16  switches: flows:  125164 124538 120703 125043 123875 122154 118110 122868 119606 121935 117426 116653 117889 121579 119062 117528  total = 32.181770 per ms 
03:11:27.358 16  switches: flows:  125499 123364 121153 125433 123189 123294 120389 123402 119422 121491 119642 118897 117699 120183 121078 118098  total = 32.316582 per ms 
03:12:27.458 16  switches: flows:  127837 125665 126198 127205 126170 127750 124420 124272 122456 123888 122582 120871 119516 125000 124051 119911  total = 33.074640 per ms 
03:13:27.559 16  switches: flows:  130407 127242 124665 127937 127157 126200 125373 125268 123294 125095 122345 120389 123488 123628 123103 121110  total = 33.222318 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28589.29/33222.32/31270.51/10548.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.563214" elapsed="0.000520"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:13:27.563935" elapsed="0.000546"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T03:13:27.565021" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T03:13:27.565147" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28589.29/33222.32/31270.51/10548.30 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-11T03:13:27.564702" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:13:27.565765" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28589.29/33222.32/31270.51/10548.30 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:13:27.565391" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.569001" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.565999" elapsed="0.003058"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.571375" level="INFO">28589.29/33222.32/31270.51/10548.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.569202" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:13:27.573778" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:13:27.571599" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:13:27.576161" level="INFO">@{result_value_list} = [ 28589.29 | 33222.32 | 31270.51 | 10548.30 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:13:27.573991" elapsed="0.002197"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.576668" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T03:13:27.576760" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:13:27.576347" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.581422" level="INFO">min :: 28589.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.577179" elapsed="0.004315"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T03:13:27.577049" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.586028" level="INFO">max :: 33222.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.581757" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T03:13:27.581632" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.590608" level="INFO">avg :: 31270.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.586332" elapsed="0.004335"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T03:13:27.586204" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.595229" level="INFO">stdev :: 10548.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.590940" elapsed="0.004345"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T03:13:27.590799" elapsed="0.004520"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T03:13:27.576855" elapsed="0.018497"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.599469" level="INFO">${min} = 28589.29</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:13:27.595523" elapsed="0.003974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.603497" level="INFO">${max} = 33222.32</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:13:27.599650" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.607316" level="INFO">${average} = 31270.51</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:13:27.603675" elapsed="0.003667"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.611188" level="INFO">${stdev} = 10548.30</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:13:27.607508" elapsed="0.003706"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.611738" level="INFO">${date} = 2026-08-11 03:13:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T03:13:27.611371" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.612324" level="INFO">CBench Result: 2026-08-11 03:13:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28589.29,33222.32,31270.51,10548.30</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.611907" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:13:27.613424" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:13:27.612994" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:13:27.613654" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T03:13:27.612531" elapsed="0.001634"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-11T03:03:20.991623" elapsed="606.622601"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.614724" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-11T03:13:27.614385" elapsed="0.000395"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-11T03:13:27.615299" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-08-11T03:13:27.615004" elapsed="0.000642"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-11T03:03:20.988396" elapsed="606.627291"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.617196" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.616820" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.618529" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:13:27.618145" elapsed="0.000428"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-11T03:13:27.618895" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:13:27.618679" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-11T03:13:27.621779" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:13:27.621529" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:27.621507" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:13:27.622178" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-11T03:13:27.621991" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.622882" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.141" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:27.622464" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:13:27.623475" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:13:27.623074" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:13:27.624384" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:13:27.624494" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:13:27.624062" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:27.624658" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:13:27.625822" level="INFO">Logging into '10.30.171.141:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:13:28.272121" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:13:27 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.141
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 03:03:21 2026 from 10.30.171.245
[?2004h[jenkins@releng-50965-13-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:13:27.625471" elapsed="0.647012"/>
</kw>
<msg time="2026-08-11T03:13:28.272647" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:27.625122" elapsed="0.647682"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:13:27.623699" elapsed="0.649323"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T03:13:28.273997" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T03:23:34.347401" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T03:23:34.347988" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T03:23:34.348092" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-11T03:13:28.273417" elapsed="606.074739"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:23:34.348636" elapsed="0.000655"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.350384" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:33.435 16  switches: flows:  513798 523454 521232 525288 525832 528343 533830 520488 505460 514335 508710 507145 502967 513675 513400 512932  total = 137.848150 per ms 
03:15:33.536 16  switches: flows:  567962 565363 571280 565075 560179 568700 562375 562174 566488 561204 567286 575856 566674 565607 571433 567465  total = 150.831230 per ms 
03:16:33.637 16  switches: flows:  589489 588291 588931 583773 591340 585894 578446 589988 579728 585625 587746 586533 586038 579189 590371 584931  total = 156.009769 per ms 
03:17:33.739 16  switches: flows:  545032 545996 548461 557133 548360 545878 554150 558303 555778 554527 553538 539600 555189 549854 546428 549981  total = 146.557646 per ms 
03:18:33.840 16  switches: flows:  573131 572472 572500 576675 570856 573965 567265 575876 575410 573360 570464 580997 574728 571673 568498 571279  total = 152.560773 per ms 
03:19:33.942 16  switches: flows:  585608 583188 592727 583294 578161 591253 582906 583295 589968 585954 584673 592086 584864 585914 585696 584763  total = 155.976383 per ms 
03:20:34.046 16  switches: flows:  583569 578375 578369 569911 579878 579326 578056 578337 575554 577524 587130 577309 583030 584877 582469 586530  total = 154.407374 per ms 
03:21:34.148 16  switches: flows:  599475 593499 595653 597622 594336 588824 599776 600769 596253 594290 595361 598716 601069 596693 603621 599287  total = 158.984514 per ms 
03:22:34.249 16  switches: flows:  591945 601629 593307 586638 594927 596743 601834 587383 589781 599071 590079 596859 595064 591393 589465 596325  total = 158.107320 per ms 
03:23:34.351 16  switches: flows:  573986 565203 585623 573375 567970 570840 582724 571418 582084 586122 579819 581207 588186 588375 580500 584556  total = 154.103830 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146557.65/158984.51/154170.98/51516.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.349669" elapsed="0.001081"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T03:23:34.351375" elapsed="0.000126"/>
</return>
<status status="PASS" start="2026-08-11T03:23:34.350977" elapsed="0.000626"/>
</branch>
<status status="PASS" start="2026-08-11T03:23:34.350878" elapsed="0.000799"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T03:23:34.351953" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:23:34.351841" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:23:34.351798" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T03:23:34.352193" elapsed="0.000043"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:23:34.357295" elapsed="0.000344"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:23:34.357785" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:23:34.358088" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T03:23:34.353042" elapsed="0.005200"/>
</kw>
<msg time="2026-08-11T03:23:34.358369" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-11T03:13:27.619286" elapsed="606.739109"/>
</kw>
<status status="PASS" start="2026-08-11T03:13:27.618976" elapsed="606.739486"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:27.618659" elapsed="606.739827"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.358905" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:33.435 16  switches: flows:  513798 523454 521232 525288 525832 528343 533830 520488 505460 514335 508710 507145 502967 513675 513400 512932  total = 137.848150 per ms 
03:15:33.536 16  switches: flows:  567962 565363 571280 565075 560179 568700 562375 562174 566488 561204 567286 575856 566674 565607 571433 567465  total = 150.831230 per ms 
03:16:33.637 16  switches: flows:  589489 588291 588931 583773 591340 585894 578446 589988 579728 585625 587746 586533 586038 579189 590371 584931  total = 156.009769 per ms 
03:17:33.739 16  switches: flows:  545032 545996 548461 557133 548360 545878 554150 558303 555778 554527 553538 539600 555189 549854 546428 549981  total = 146.557646 per ms 
03:18:33.840 16  switches: flows:  573131 572472 572500 576675 570856 573965 567265 575876 575410 573360 570464 580997 574728 571673 568498 571279  total = 152.560773 per ms 
03:19:33.942 16  switches: flows:  585608 583188 592727 583294 578161 591253 582906 583295 589968 585954 584673 592086 584864 585914 585696 584763  total = 155.976383 per ms 
03:20:34.046 16  switches: flows:  583569 578375 578369 569911 579878 579326 578056 578337 575554 577524 587130 577309 583030 584877 582469 586530  total = 154.407374 per ms 
03:21:34.148 16  switches: flows:  599475 593499 595653 597622 594336 588824 599776 600769 596253 594290 595361 598716 601069 596693 603621 599287  total = 158.984514 per ms 
03:22:34.249 16  switches: flows:  591945 601629 593307 586638 594927 596743 601834 587383 589781 599071 590079 596859 595064 591393 589465 596325  total = 158.107320 per ms 
03:23:34.351 16  switches: flows:  573986 565203 585623 573375 567970 570840 582724 571418 582084 586122 579819 581207 588186 588375 580500 584556  total = 154.103830 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146557.65/158984.51/154170.98/51516.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.358627" elapsed="0.000351"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:23:34.359119" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T03:23:34.359932" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T03:23:34.360020" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 146557.65/158984.51/154170.98/51516.74 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-11T03:23:34.359699" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:23:34.360457" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 146557.65/158984.51/154170.98/51516.74 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:23:34.360193" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.362870" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.360657" elapsed="0.002269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.365249" level="INFO">146557.65/158984.51/154170.98/51516.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.363068" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:23:34.367667" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:23:34.365463" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:23:34.370153" level="INFO">@{result_value_list} = [ 146557.65 | 158984.51 | 154170.98 | 51516.74 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:23:34.367935" elapsed="0.002244"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.370679" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T03:23:34.370765" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:23:34.370330" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.375599" level="INFO">min :: 146557.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.371163" elapsed="0.004492"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T03:23:34.371037" elapsed="0.004652"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.380226" level="INFO">max :: 158984.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.375926" elapsed="0.004354"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T03:23:34.375797" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.384838" level="INFO">avg :: 154170.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.380540" elapsed="0.004354"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T03:23:34.380400" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.389507" level="INFO">stdev :: 51516.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.385140" elapsed="0.004435"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T03:23:34.385013" elapsed="0.004606"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T03:23:34.370854" elapsed="0.018803"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.393737" level="INFO">${min} = 146557.65</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:34.389830" elapsed="0.003935"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.397635" level="INFO">${max} = 158984.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:34.393924" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.401553" level="INFO">${average} = 154170.98</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:34.397813" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.405466" level="INFO">${stdev} = 51516.74</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:34.401759" elapsed="0.003735"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.406050" level="INFO">${date} = 2026-08-11 03:23:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T03:23:34.405683" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.406641" level="INFO">CBench Result: 2026-08-11 03:23:34,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,146557.65,158984.51,154170.98,51516.74</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.406222" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:23:34.407716" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:23:34.407292" elapsed="0.000491"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:23:34.407971" 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-08-11T03:23:34.406832" elapsed="0.001675"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-11T03:13:27.617577" elapsed="606.790989"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.409030" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-11T03:23:34.408717" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-11T03:23:34.409637" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-08-11T03:23:34.409304" elapsed="0.000683"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-11T03:13:27.616154" elapsed="606.793871"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.411351" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.410977" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.412631" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:23:34.412288" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-11T03:23:34.412994" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:23:34.412779" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-11T03:23:34.416105" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:23:34.415861" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-08-11T03:23:34.415841" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:23:34.416502" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-11T03:23:34.416310" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.417184" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.141" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:34.416773" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:23:34.417818" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:23:34.417374" elapsed="0.000470"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:23:34.418840" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:23:34.418926" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:23:34.418541" elapsed="0.000409"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:23:34.419086" elapsed="0.000312"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:23:34.420273" level="INFO">Logging into '10.30.171.141:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:23:35.020900" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:23:34 UTC 2026

  System load:  0.36               Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.141
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 03:13:28 2026 from 10.30.171.245
[?2004h[jenkins@releng-50965-13-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:23:34.419922" elapsed="0.601225"/>
</kw>
<msg time="2026-08-11T03:23:35.021256" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:23:34.419562" elapsed="0.601794"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:23:34.418162" elapsed="0.603356"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T03:23:35.022331" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T03:33:41.064726" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T03:33:41.065358" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T03:33:41.065504" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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-08-11T03:23:35.021949" elapsed="606.043626"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:33:41.066074" elapsed="0.000793"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.068040" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:40.181 16  switches: flows:  119801 120047 120837 121987 118709 122431 125139 121476 116460 118852 119301 119131 118671 118546 116944 118260  total = 31.943200 per ms 
03:25:40.282 16  switches: flows:  123263 118040 118001 119897 118229 119668 121247 118896 116218 119361 119672 119694 119807 114911 116191 119095  total = 31.650294 per ms 
03:26:40.382 16  switches: flows:  125207 122355 122508 125010 120199 125836 127580 123149 119235 125385 123197 124874 124016 119846 119978 122980  total = 32.801159 per ms 
03:27:40.482 16  switches: flows:  122937 123039 121863 121519 121422 125462 123652 122216 120507 122019 120561 120651 120874 118427 119958 118408  total = 32.337891 per ms 
03:28:40.582 16  switches: flows:  124394 123248 124117 124587 124452 126191 127393 123105 123514 124920 123834 123366 120408 120395 120483 122310  total = 32.890369 per ms 
03:29:40.683 16  switches: flows:  126654 125147 124224 126253 125899 127373 130182 124706 125043 127534 126460 125925 123654 119911 121722 125922  total = 33.387702 per ms 
03:30:40.783 16  switches: flows:  126549 123636 124242 126826 126386 126914 128489 124476 124193 125963 124563 125696 122516 120138 121344 124610  total = 33.220225 per ms 
03:31:40.883 16  switches: flows:  124517 122744 123976 124626 125434 125910 128353 124550 124146 126411 125382 125355 122850 119613 121405 125077  total = 33.117144 per ms 
03:32:40.984 16  switches: flows:  125806 125141 125701 127750 127481 128075 129441 124499 125286 127971 127098 127390 124658 121818 122355 126336  total = 33.557394 per ms 
03:33:41.084 16  switches: flows:  125035 123289 122905 123861 126296 127396 127839 123091 124072 126368 126093 124048 122161 119823 120742 124486  total = 33.069829 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31650.29/33557.39/32892.45/10978.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.067233" elapsed="0.001189"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T03:33:41.068969" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-08-11T03:33:41.068660" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-08-11T03:33:41.068589" elapsed="0.000609"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T03:33:41.069407" elapsed="0.000054"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:33:41.069327" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:33:41.069292" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T03:33:41.069643" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:33:41.074327" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:33:41.074832" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:33:41.075127" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T03:33:41.070331" elapsed="0.004948"/>
</kw>
<msg time="2026-08-11T03:33:41.075412" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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-08-11T03:23:34.413399" elapsed="606.662054"/>
</kw>
<status status="PASS" start="2026-08-11T03:23:34.413077" elapsed="606.662430"/>
</branch>
<status status="PASS" start="2026-08-11T03:23:34.412760" elapsed="606.662772"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.075953" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:40.181 16  switches: flows:  119801 120047 120837 121987 118709 122431 125139 121476 116460 118852 119301 119131 118671 118546 116944 118260  total = 31.943200 per ms 
03:25:40.282 16  switches: flows:  123263 118040 118001 119897 118229 119668 121247 118896 116218 119361 119672 119694 119807 114911 116191 119095  total = 31.650294 per ms 
03:26:40.382 16  switches: flows:  125207 122355 122508 125010 120199 125836 127580 123149 119235 125385 123197 124874 124016 119846 119978 122980  total = 32.801159 per ms 
03:27:40.482 16  switches: flows:  122937 123039 121863 121519 121422 125462 123652 122216 120507 122019 120561 120651 120874 118427 119958 118408  total = 32.337891 per ms 
03:28:40.582 16  switches: flows:  124394 123248 124117 124587 124452 126191 127393 123105 123514 124920 123834 123366 120408 120395 120483 122310  total = 32.890369 per ms 
03:29:40.683 16  switches: flows:  126654 125147 124224 126253 125899 127373 130182 124706 125043 127534 126460 125925 123654 119911 121722 125922  total = 33.387702 per ms 
03:30:40.783 16  switches: flows:  126549 123636 124242 126826 126386 126914 128489 124476 124193 125963 124563 125696 122516 120138 121344 124610  total = 33.220225 per ms 
03:31:40.883 16  switches: flows:  124517 122744 123976 124626 125434 125910 128353 124550 124146 126411 125382 125355 122850 119613 121405 125077  total = 33.117144 per ms 
03:32:40.984 16  switches: flows:  125806 125141 125701 127750 127481 128075 129441 124499 125286 127971 127098 127390 124658 121818 122355 126336  total = 33.557394 per ms 
03:33:41.084 16  switches: flows:  125035 123289 122905 123861 126296 127396 127839 123091 124072 126368 126093 124048 122161 119823 120742 124486  total = 33.069829 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31650.29/33557.39/32892.45/10978.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.075669" elapsed="0.000379"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:33:41.076199" elapsed="0.000393"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T03:33:41.076979" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T03:33:41.077066" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31650.29/33557.39/32892.45/10978.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-11T03:33:41.076760" elapsed="0.000331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:33:41.077513" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31650.29/33557.39/32892.45/10978.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:33:41.077248" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.079873" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.077682" elapsed="0.002247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.082270" level="INFO">31650.29/33557.39/32892.45/10978.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.080087" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:33:41.084682" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:33:41.082486" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:33:41.087069" level="INFO">@{result_value_list} = [ 31650.29 | 33557.39 | 32892.45 | 10978.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:33:41.084891" elapsed="0.002205"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.087562" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T03:33:41.087649" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:33:41.087246" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.092307" level="INFO">min :: 31650.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.088074" elapsed="0.004289"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T03:33:41.087938" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.096851" level="INFO">max :: 33557.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.092623" elapsed="0.004285"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T03:33:41.092499" elapsed="0.004443"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.101367" level="INFO">avg :: 32892.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.097147" elapsed="0.004276"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T03:33:41.097023" elapsed="0.004448"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.105910" level="INFO">stdev :: 10978.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.101677" elapsed="0.004288"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T03:33:41.101553" elapsed="0.004485"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T03:33:41.087749" elapsed="0.018319"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.109995" level="INFO">${min} = 31650.29</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:41.106235" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.114145" level="INFO">${max} = 33557.39</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:41.110172" elapsed="0.003999"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.118014" level="INFO">${average} = 32892.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:41.114322" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.121888" level="INFO">${stdev} = 10978.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:41.118189" elapsed="0.003725"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.122425" level="INFO">${date} = 2026-08-11 03:33:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T03:33:41.122076" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.123008" level="INFO">CBench Result: 2026-08-11 03:33:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31650.29,33557.39,32892.45,10978.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:41.122608" elapsed="0.000456"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:33:41.124162" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:33:41.123679" elapsed="0.000555"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:33:41.124384" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T03:33:41.123203" elapsed="0.001711"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-11T03:23:34.411730" elapsed="606.713242"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.125448" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-11T03:33:41.125120" elapsed="0.000387"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T03:33:41.126714" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-11T03:33:41.126222" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-11T03:33:41.126958" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-11T03:33:41.126814" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-08-11T03:33:41.126796" elapsed="0.000245"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.127178" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.127331" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.127502" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.127693" elapsed="0.000041"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.127867" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.128017" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.128164" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:41.128396" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:33:41.128246" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:33:41.128229" elapsed="0.000271"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-11T03:33:41.125896" elapsed="0.002654"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-11T03:23:34.410430" elapsed="606.718166"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-11T03:03:17.936213" elapsed="1823.192962"/>
</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>
