<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-06T03:14:00.824645" 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-06T03:14:01.378050" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:14:01.377845" elapsed="0.000297"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:01.377802" elapsed="0.000377"/>
</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-06T03:14:01.378370" elapsed="0.000584"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T03:14:01.379478" level="INFO">Logging into '10.30.171.70:8101' as 'karaf'.</msg>
<msg time="2026-08-06T03:14:02.225741" 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-06T03:14:01.379129" elapsed="0.846795"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T03:14:02.272939" 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-06T03:14:02.226208" elapsed="0.046850"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T03:14:02.274864" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T03:14:02.274981" 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-06T03:14:02.273285" elapsed="0.001728"/>
</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-06T03:14:02.275176" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:14:02.275574" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:14:02.276310" 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-06T03:14:02.275952" elapsed="0.000416"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:14:02.276424" elapsed="0.000055"/>
</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.70
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-06T03:14:01.377301" elapsed="0.899409"/>
</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-06T03:14:01.373336" elapsed="0.903448"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T03:14:02.277420" 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-06T03:14:02.276989" elapsed="0.000504"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T03:14:02.277937" 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-06T03:14:02.277674" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:14:02.278625" 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-06T03:14:02.278194" elapsed="0.000461"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:14:02.279218" 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-06T03:14:02.278854" elapsed="0.000409"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:14:02.279855" 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-06T03:14:02.279431" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:14:02.280468" 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-06T03:14:02.280065" elapsed="0.000451"/>
</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-06T03:14:02.280871" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:14:02.280632" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:14:02.285640" 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-06T03:14:02.285178" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:14:02.286717" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:14:02.286806" 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-06T03:14:02.286229" elapsed="0.000603"/>
</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-06T03:14:02.286976" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:14:02.288402" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:14:02.999110" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:14:02 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-50965-8-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-06T03:14:02.287875" elapsed="0.711432"/>
</kw>
<msg time="2026-08-06T03:14:02.999407" 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-06T03:14:02.287476" elapsed="0.712031"/>
</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-06T03:14:02.285878" elapsed="0.713776"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.010870" 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-06T03:14:02.999871" elapsed="0.012935"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:14:03.013197" elapsed="0.000609"/>
</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-06T03:14:02.284629" elapsed="0.729317"/>
</kw>
<status status="PASS" start="2026-08-06T03:14:02.281235" elapsed="0.732796"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:02.280579" elapsed="0.733517"/>
</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-06T03:14:03.014423" elapsed="0.001080"/>
</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-06T03:14:03.021792" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:14:03.021668" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:03.021645" elapsed="0.000226"/>
</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-06T03:14:03.025433" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:14:03.025312" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:03.025293" elapsed="0.000211"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:14:03.025649" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.026493" level="INFO">Logging into '10.30.171.70:8101' as 'karaf'.</msg>
<msg time="2026-08-06T03:14:03.228495" 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-06T03:14:03.026233" elapsed="0.202500"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.329822" 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-06T03:14:03.229034" elapsed="0.100884"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.335426" 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-06T03:14:03.335644" 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-06T03:14:03.330105" elapsed="0.005572"/>
</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-06T03:14:03.335827" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:14:03.336203" elapsed="0.000270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:14:03.336958" 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-06T03:14:03.336640" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:14:03.337064" elapsed="0.000054"/>
</return>
<msg time="2026-08-06T03:14:03.337269" 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.70
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-06T03:14:03.024956" elapsed="0.312346"/>
</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-06T03:14:03.337448" elapsed="0.000641"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:14:03.338142" elapsed="0.000033"/>
</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-06T03:14:03.021348" elapsed="0.316927"/>
</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-06T03:14:03.342030" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:14:03.341893" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:03.341868" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T03:14:03.342241" elapsed="0.000483"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.343366" level="INFO">Logging into '10.30.171.70:8101' as 'karaf'.</msg>
<msg time="2026-08-06T03:14:03.536194" 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-06T03:14:03.342873" elapsed="0.193500"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.572977" 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-06T03:14:03.536655" elapsed="0.036448"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.575210" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T03:14:03.575319" 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-06T03:14:03.573371" elapsed="0.001978"/>
</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-06T03:14:03.575489" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:14:03.575889" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:14:03.576542" 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-06T03:14:03.576239" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T03:14:03.576666" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.70
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-06T03:14:03.341509" elapsed="0.235345"/>
</kw>
<status status="PASS" start="2026-08-06T03:14:01.371438" elapsed="2.205488"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:14:03.579143" 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-06T03:14:03.578052" elapsed="0.001169"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:14:03.580698" 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-06T03:14:03.580314" elapsed="0.000471"/>
</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-06T03:14:03.581112" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:14:03.580867" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T03:14:03.584091" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:14:03.583837" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:03.583817" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.584514" 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-06T03:14:03.584658" 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-06T03:14:03.584308" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:14:03.585411" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" 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-06T03:14:03.584847" elapsed="0.000651"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.586400" 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-06T03:14:03.585734" elapsed="0.000705"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:14:03.587741" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:14:03.587875" 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-06T03:14:03.587265" elapsed="0.000647"/>
</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-06T03:14:03.588112" elapsed="0.000500"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.589961" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:14:03.945425" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:14:02 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 03:14:02 2026 from 10.30.170.9
[?2004h[jenkins@releng-50965-8-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-06T03:14:03.589418" elapsed="0.356278"/>
</kw>
<msg time="2026-08-06T03:14:03.945785" 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-06T03:14:03.588853" elapsed="0.357029"/>
</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-06T03:14:03.586742" elapsed="0.359265"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T03:14:03.946518" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T03:17:51.110616" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-06T03:17:51.111152" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T03:17:51.111225" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T03:14:03.946223" elapsed="227.165042"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:17:51.111631" elapsed="0.000553"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.113051" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:09.153 16  switches: flows:  94444 99938 100173 97468 99390 96644 99784 99564 96259 93962 96520 97510 99341 97510 99085 97101  total = 26.078217 per ms 
03:16:09.254 16  switches: flows:  120635 120536 122020 120336 120397 118346 120987 119804 117270 118617 118445 118670 119401 120537 119293 117629  total = 31.828875 per ms 
03:17:09.354 16  switches: flows:  105231 106454 107188 105717 107888 102918 106898 107921 103964 104259 105289 103972 103414 104945 106122 104143  total = 28.058478 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:17:51.112438" elapsed="0.000821"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T03:17:51.113698" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-08-06T03:17:51.113447" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-08-06T03:17:51.113405" elapsed="0.000450"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T03:17:51.113995" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:17:51.113942" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-08-06T03:17:51.113920" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T03:17:51.114127" elapsed="0.000019"/>
</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-06T03:17:51.117859" elapsed="0.000494"/>
</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-06T03:17:51.118561" elapsed="0.000267"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:17:51.119011" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T03:17:51.114632" elapsed="0.004594"/>
</kw>
<msg time="2026-08-06T03:17:51.119409" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T03:14:03.581520" elapsed="227.537927"/>
</kw>
<status status="PASS" start="2026-08-06T03:14:03.581198" elapsed="227.538317"/>
</branch>
<status status="PASS" start="2026-08-06T03:14:03.580843" elapsed="227.538705"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.120186" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:09.153 16  switches: flows:  94444 99938 100173 97468 99390 96644 99784 99564 96259 93962 96520 97510 99341 97510 99085 97101  total = 26.078217 per ms 
03:16:09.254 16  switches: flows:  120635 120536 122020 120336 120397 118346 120987 119804 117270 118617 118445 118670 119401 120537 119293 117629  total = 31.828875 per ms 
03:17:09.354 16  switches: flows:  105231 106454 107188 105717 107888 102918 106898 107921 103964 104259 105289 103972 103414 104945 106122 104143  total = 28.058478 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:17:51.119769" elapsed="0.000508"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.121139" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:09.153 16  switches: flows:  94444 99938 100173 97468 99390 96644 99784 99564 96259 93962 96520 97510 99341 97510 99085 97101  total = 26.078217 per ms 
03:16:09.254 16  switches: flows:  120635 120536 122020 120336 120397 118346 120987 119804 117270 118617 118445 118670 119401 120537 119293 117629  total = 31.828875 per ms 
03:17:09.354 16  switches: flows:  105231 106454 107188 105717 107888 102918 106898 107921 103964 104259 105289 103972 103414 104945 106122 104143  total = 28.058478 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:17:51.120481" elapsed="0.000970">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:09.153 16  switches: flows:  94444 99938 100173 97468 99390 96644 99784 99564 96259 93962 96520 97510 99341 97510 99085 97101  total = 26.078217 per ms 
03:16:09.254 16  switches: flows:  120635 120536 122020 120336 120397 118346 120987 119804 117270 118617 118445 118670 119401 120537 119293 117629  total = 31.828875 per ms 
03:17:09.354 16  switches: flows:  105231 106454 107188 105717 107888 102918 106898 107921 103964 104259 105289 103972 103414 104945 106122 104143  total = 28.058478 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.121728" elapsed="0.000034"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.121967" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.122247" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.122463" elapsed="0.000028"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:17:51.122707" elapsed="0.000030"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:17:51.122935" elapsed="0.000028"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:17:51.123207" elapsed="0.000064"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.123809" elapsed="0.000034"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-06T03:17:51.123571" elapsed="0.000330"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-06T03:17:51.123396" elapsed="0.000549"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:17:51.124151" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:17:51.124373" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:17:51.124607" elapsed="0.000031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:17:51.124829" elapsed="0.000035"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.125080" elapsed="0.000029"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.125346" elapsed="0.000034"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-06T03:17:51.125607" elapsed="0.000039"/>
</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="FAIL" start="2026-08-06T03:14:03.579682" elapsed="227.546133">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:09.153 16  switches: flows:  94444 99938 100173 97468 99390 96644 99784 99564 96259 93962 96520 97510 99341 97510 99085 97101  total = 26.078217 per ms 
03:16:09.254 16  switches: flows:  120635 120536 122020 120336 120397 118346 120987 119804 117270 118617 118445 118670 119401 120537 119293 117629  total = 31.828875 per ms 
03:17:09.354 16  switches: flows:  105231 106454 107188 105717 107888 102918 106898 107921 103964 104259 105289 103972 103414 104945 106122 104143  total = 28.058478 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-06T03:17:51.125996" elapsed="0.000022"/>
</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-06T03:17:51.126726" elapsed="0.000357"/>
</kw>
<status status="PASS" start="2026-08-06T03:17:51.126334" elapsed="0.000835"/>
</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="FAIL" start="2026-08-06T03:14:03.577084" elapsed="227.550124">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:09.153 16  switches: flows:  94444 99938 100173 97468 99390 96644 99784 99564 96259 93962 96520 97510 99341 97510 99085 97101  total = 26.078217 per ms 
03:16:09.254 16  switches: flows:  120635 120536 122020 120336 120397 118346 120987 119804 117270 118617 118445 118670 119401 120537 119293 117629  total = 31.828875 per ms 
03:17:09.354 16  switches: flows:  105231 106454 107188 105717 107888 102918 106898 107921 103964 104259 105289 103972 103414 104945 106122 104143  total = 28.058478 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.129344" 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-06T03:17:51.128826" elapsed="0.000594"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.130780" 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-06T03:17:51.130407" elapsed="0.000468"/>
</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-06T03:17:51.131213" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:17:51.130953" elapsed="0.000325"/>
</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-06T03:17:51.134684" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:17:51.134399" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-08-06T03:17:51.134376" elapsed="0.000391"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:17:51.135163" 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-06T03:17:51.135300" 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-06T03:17:51.134901" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.135918" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.70 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" 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-06T03:17:51.135461" elapsed="0.000532"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:17:51.136636" 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-06T03:17:51.136145" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:17:51.137792" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:17:51.137904" 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-06T03:17:51.137251" elapsed="0.000678"/>
</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-06T03:17:51.138076" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:17:51.139298" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:17:51.828497" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:17:51 UTC 2026

  System load:  0.98               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 03:14:03 2026 from 10.30.170.9
[?2004h[jenkins@releng-50965-8-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-06T03:17:51.138927" elapsed="0.689830"/>
</kw>
<msg time="2026-08-06T03:17:51.828850" 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-06T03:17:51.138565" elapsed="0.690373"/>
</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-06T03:17:51.136870" elapsed="0.692187"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T03:17:51.829612" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.70 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T03:22:15.768115" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-06T03:22:15.768801" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T03:22:15.768919" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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-06T03:17:51.829289" elapsed="263.939699"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:22:15.769507" elapsed="0.001154"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.771931" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:56.976 16  switches: flows:  521643 509023 516204 514960 516689 521713 523260 501742 507345 505162 491801 504221 509702 513639 509340 510957  total = 136.290017 per ms 
03:19:57.077 16  switches: flows:  543559 540868 546032 535812 540845 541441 547663 537796 546256 539278 539607 550775 548872 545445 542731 544251  total = 144.610146 per ms 
03:20:57.178 16  switches: flows:  511137 511327 508105 507456 515937 511840 513747 503193 502517 508062 500103 507075 508129 506331 515247 508704  total = 135.421664 per ms 
03:21:57.279 16  switches: flows:  569893 561622 559904 549395 557719 556652 556411 563908 563897 556608 558906 563902 573058 568431 562780 558517  total = 149.441781 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:22:15.771160" elapsed="0.000978"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T03:22:15.772496" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-08-06T03:22:15.772271" elapsed="0.000361"/>
</branch>
<status status="PASS" start="2026-08-06T03:22:15.772230" elapsed="0.000441"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T03:22:15.772814" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:22:15.772758" elapsed="0.000115"/>
</branch>
<status status="NOT RUN" start="2026-08-06T03:22:15.772734" elapsed="0.000169"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T03:22:15.772947" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:22:15.781007" elapsed="0.000820"/>
</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-06T03:22:15.781981" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:22:15.782312" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T03:22:15.773412" elapsed="0.009067"/>
</kw>
<msg time="2026-08-06T03:22:15.782631" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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-06T03:17:51.131689" elapsed="264.650971"/>
</kw>
<status status="PASS" start="2026-08-06T03:17:51.131304" elapsed="264.651405"/>
</branch>
<status status="PASS" start="2026-08-06T03:17:51.130931" elapsed="264.651801"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.783243" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:56.976 16  switches: flows:  521643 509023 516204 514960 516689 521713 523260 501742 507345 505162 491801 504221 509702 513639 509340 510957  total = 136.290017 per ms 
03:19:57.077 16  switches: flows:  543559 540868 546032 535812 540845 541441 547663 537796 546256 539278 539607 550775 548872 545445 542731 544251  total = 144.610146 per ms 
03:20:57.178 16  switches: flows:  511137 511327 508105 507456 515937 511840 513747 503193 502517 508062 500103 507075 508129 506331 515247 508704  total = 135.421664 per ms 
03:21:57.279 16  switches: flows:  569893 561622 559904 549395 557719 556652 556411 563908 563897 556608 558906 563902 573058 568431 562780 558517  total = 149.441781 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:22:15.782921" elapsed="0.000390"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.783953" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:56.976 16  switches: flows:  521643 509023 516204 514960 516689 521713 523260 501742 507345 505162 491801 504221 509702 513639 509340 510957  total = 136.290017 per ms 
03:19:57.077 16  switches: flows:  543559 540868 546032 535812 540845 541441 547663 537796 546256 539278 539607 550775 548872 545445 542731 544251  total = 144.610146 per ms 
03:20:57.178 16  switches: flows:  511137 511327 508105 507456 515937 511840 513747 503193 502517 508062 500103 507075 508129 506331 515247 508704  total = 135.421664 per ms 
03:21:57.279 16  switches: flows:  569893 561622 559904 549395 557719 556652 556411 563908 563897 556608 558906 563902 573058 568431 562780 558517  total = 149.441781 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:22:15.783455" elapsed="0.000681">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:56.976 16  switches: flows:  521643 509023 516204 514960 516689 521713 523260 501742 507345 505162 491801 504221 509702 513639 509340 510957  total = 136.290017 per ms 
03:19:57.077 16  switches: flows:  543559 540868 546032 535812 540845 541441 547663 537796 546256 539278 539607 550775 548872 545445 542731 544251  total = 144.610146 per ms 
03:20:57.178 16  switches: flows:  511137 511327 508105 507456 515937 511840 513747 503193 502517 508062 500103 507075 508129 506331 515247 508704  total = 135.421664 per ms 
03:21:57.279 16  switches: flows:  569893 561622 559904 549395 557719 556652 556411 563908 563897 556608 558906 563902 573058 568431 562780 558517  total = 149.441781 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.784402" elapsed="0.000024"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.784572" elapsed="0.000034"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.784756" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.784923" elapsed="0.000022"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:22:15.785086" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:22:15.785246" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:22:15.785409" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.785717" elapsed="0.000023"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-06T03:22:15.785577" elapsed="0.000196"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-06T03:22:15.785500" elapsed="0.000303"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:22:15.785948" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:22:15.786105" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:22:15.786283" elapsed="0.000023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:22:15.786451" elapsed="0.000022"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.786636" elapsed="0.000024"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.786801" elapsed="0.000036"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-06T03:22:15.786978" elapsed="0.000025"/>
</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="FAIL" start="2026-08-06T03:17:51.129763" elapsed="264.657368">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:56.976 16  switches: flows:  521643 509023 516204 514960 516689 521713 523260 501742 507345 505162 491801 504221 509702 513639 509340 510957  total = 136.290017 per ms 
03:19:57.077 16  switches: flows:  543559 540868 546032 535812 540845 541441 547663 537796 546256 539278 539607 550775 548872 545445 542731 544251  total = 144.610146 per ms 
03:20:57.178 16  switches: flows:  511137 511327 508105 507456 515937 511840 513747 503193 502517 508062 500103 507075 508129 506331 515247 508704  total = 135.421664 per ms 
03:21:57.279 16  switches: flows:  569893 561622 559904 549395 557719 556652 556411 563908 563897 556608 558906 563902 573058 568431 562780 558517  total = 149.441781 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-06T03:22:15.787295" elapsed="0.000021"/>
</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-06T03:22:15.787915" elapsed="0.000309"/>
</kw>
<status status="PASS" start="2026-08-06T03:22:15.787562" elapsed="0.000748"/>
</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="FAIL" start="2026-08-06T03:17:51.128132" elapsed="264.660223">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:56.976 16  switches: flows:  521643 509023 516204 514960 516689 521713 523260 501742 507345 505162 491801 504221 509702 513639 509340 510957  total = 136.290017 per ms 
03:19:57.077 16  switches: flows:  543559 540868 546032 535812 540845 541441 547663 537796 546256 539278 539607 550775 548872 545445 542731 544251  total = 144.610146 per ms 
03:20:57.178 16  switches: flows:  511137 511327 508105 507456 515937 511840 513747 503193 502517 508062 500103 507075 508129 506331 515247 508704  total = 135.421664 per ms 
03:21:57.279 16  switches: flows:  569893 561622 559904 549395 557719 556652 556411 563908 563897 556608 558906 563902 573058 568431 562780 558517  total = 149.441781 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.789950" 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-06T03:22:15.789456" elapsed="0.000556"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.791434" 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-06T03:22:15.791076" elapsed="0.000402"/>
</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-06T03:22:15.791824" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:22:15.791551" elapsed="0.000346"/>
</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-06T03:22:15.795171" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-06T03:22:15.794807" elapsed="0.000435"/>
</branch>
<status status="PASS" start="2026-08-06T03:22:15.794783" elapsed="0.000488"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:22:15.795681" 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-06T03:22:15.795824" 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-06T03:22:15.795426" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.796472" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" 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-06T03:22:15.795987" elapsed="0.000553"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T03:22:15.797169" 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-06T03:22:15.796730" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T03:22:15.798271" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T03:22:15.798366" 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-06T03:22:15.797901" elapsed="0.000490"/>
</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-06T03:22:15.798532" elapsed="0.000420"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T03:22:15.800131" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T03:22:16.372042" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 03:22:15 UTC 2026

  System load:  0.15               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 03:17:51 2026 from 10.30.170.9
[?2004h[jenkins@releng-50965-8-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-06T03:22:15.799722" elapsed="0.572550"/>
</kw>
<msg time="2026-08-06T03:22:16.372362" 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-06T03:22:15.799114" elapsed="0.573340"/>
</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-06T03:22:15.797448" elapsed="0.575131"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T03:22:16.373123" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T03:29:03.623313" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-06T03:29:03.624024" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T03:29:03.624141" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T03:22:16.372813" elapsed="407.251398"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:29:03.624785" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.626850" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:29:03.626021" elapsed="0.001126"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T03:29:03.627725" elapsed="0.000134"/>
</return>
<status status="PASS" start="2026-08-06T03:29:03.627345" elapsed="0.000603"/>
</branch>
<status status="PASS" start="2026-08-06T03:29:03.627289" elapsed="0.000720"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T03:29:03.628233" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:29:03.628145" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-08-06T03:29:03.628108" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T03:29:03.628449" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T03:29:03.633309" elapsed="0.000547"/>
</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-06T03:29:03.634065" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T03:29:03.634478" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T03:29:03.629045" elapsed="0.005670"/>
</kw>
<msg time="2026-08-06T03:29:03.634898" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T03:22:15.792265" elapsed="407.842671"/>
</kw>
<status status="PASS" start="2026-08-06T03:22:15.791922" elapsed="407.843081"/>
</branch>
<status status="PASS" start="2026-08-06T03:22:15.791530" elapsed="407.843503"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.635656" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:29:03.635228" elapsed="0.000568"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.636773" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:29:03.636008" elapsed="0.000942">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.637289" elapsed="0.000033"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.637525" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.637765" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.637973" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:29:03.638183" elapsed="0.000028"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-06T03:29:03.638404" elapsed="0.000028"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:29:03.638647" elapsed="0.000029"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.639085" elapsed="0.000029"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-06T03:29:03.638912" elapsed="0.000249"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-06T03:29:03.638805" elapsed="0.000396"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:29:03.639400" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:29:03.639638" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:29:03.639903" elapsed="0.000030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-06T03:29:03.640120" elapsed="0.000028"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.640344" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.640556" elapsed="0.000028"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-06T03:29:03.640820" elapsed="0.000030"/>
</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="FAIL" start="2026-08-06T03:22:15.790360" elapsed="407.850830">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-06T03:29:03.641355" elapsed="0.000020"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.642683" 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-06T03:29:03.642136" elapsed="0.000575"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="NOT RUN" start="2026-08-06T03:29:03.642941" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-06T03:29:03.642792" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-06T03:29:03.642770" elapsed="0.000234"/>
</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="PASS" start="2026-08-06T03:29:03.643146" elapsed="0.000212"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.644408" level="FAIL">'6176' does not contain '-'</msg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-06T03:29:03.643866" elapsed="0.000612">'6176' does not contain '-'</status>
</kw>
<msg time="2026-08-06T03:29:03.644572" level="INFO">${match} = False</msg>
<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="PASS" start="2026-08-06T03:29:03.643498" elapsed="0.001113"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.645185" level="INFO">${bug_url} = https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-08-06T03:29:03.644794" elapsed="0.000417"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.645853" level="INFO">${msg} = This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-08-06T03:29:03.645392" elapsed="0.000496"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.646412" level="INFO">${newline} = 
</msg>
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T03:29:03.646077" elapsed="0.000361"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.646950" level="INFO">Set test message to:
This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="PASS" start="2026-08-06T03:29:03.646569" elapsed="0.000439"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.647371" level="INFO">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T03:29:03.647138" elapsed="0.000276"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<msg time="2026-08-06T03:29:03.648060" level="INFO">Set tag 'https://bugs.opendaylight.org/show_bug.cgi?id=6176'.</msg>
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="PASS" start="2026-08-06T03:29:03.647706" elapsed="0.000400"/>
</kw>
<status status="PASS" start="2026-08-06T03:29:03.647480" elapsed="0.000660"/>
</branch>
<status status="PASS" start="2026-08-06T03:29:03.647462" elapsed="0.000702"/>
</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-06T03:29:03.641805" elapsed="0.006404"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>https://bugs.opendaylight.org/show_bug.cgi?id=6176</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-08-06T03:22:15.788891" elapsed="407.859363">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:21.525 16  switches: flows:  93994 94068 94135 91647 94331 93487 92853 93883 93070 92720 91765 92103 91516 93622 91911 91995  total = 24.785000 per ms 
03:24:21.626 16  switches: flows:  107148 106302 107124 107871 105682 107661 106024 107064 107777 106488 106862 106177 104561 105164 107167 107625  total = 28.397574 per ms 
03:25:21.726 16  switches: flows:  122095 120846 117688 119119 119228 118933 117098 118745 119587 117459 118249 119245 114707 115811 118482 118274  total = 31.540085 per ms 
03:26:21.826 16  switches: flows:  117436 116875 115593 113344 117175 116184 114494 114645 114329 112868 115969 113970 110955 111277 114962 115089  total = 30.535068 per ms 
03:27:21.926 16  switches: flows:  120476 121395 117871 117493 120341 120137 116763 118431 117576 116496 118338 118064 114245 114478 116659 118973  total = 31.409811 per ms 
03:28:22.027 16  switches: flows:  117516 117743 115553 114978 118893 115470 115084 115890 115624 112208 116739 115872 113804 111284 115749 115152  total = 30.741338 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</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="FAIL" start="2026-08-06T03:14:00.826258" elapsed="902.822975"/>
</suite>
<statistics>
<total>
<stat pass="0" fail="3" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="0" fail="3" skip="0">cbench</stat>
<stat pass="0" fail="1" skip="0">https://bugs.opendaylight.org/show_bug.cgi?id=6176</stat>
<stat pass="0" fail="2" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="0" fail="3" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
