<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-13T02:02:51.596144" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-13T02:02:52.155592" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:02:52.155402" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:52.155371" elapsed="0.000365"/>
</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-13T02:02:52.155889" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T02:02:52.156939" level="INFO">Logging into '10.30.171.67:8101' as 'karaf'.</msg>
<msg time="2026-08-13T02:02:52.877499" 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-13T02:02:52.156598" elapsed="0.721074"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T02:02:52.926351" 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-13T02:02:52.877983" elapsed="0.048437"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T02:02:52.928304" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T02:02:52.928416" 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-13T02:02:52.926583" elapsed="0.001863"/>
</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-13T02:02:52.928600" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:02:52.928974" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:02:52.929822" 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-13T02:02:52.929470" elapsed="0.000425"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T02:02:52.929950" elapsed="0.000053"/>
</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.67
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-13T02:02:52.154984" elapsed="0.775141"/>
</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-13T02:02:52.150781" elapsed="0.779406"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T02:02:52.930761" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-13T02:02:52.930374" elapsed="0.000453"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T02:02:52.931248" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-13T02:02:52.930982" elapsed="0.000323"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T02:02:52.931869" 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-13T02:02:52.931458" elapsed="0.000439"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T02:02:52.932393" 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-13T02:02:52.932066" elapsed="0.000370"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T02:02:52.932974" 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-13T02:02:52.932581" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T02:02:52.933472" 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-13T02:02:52.933161" elapsed="0.000355"/>
</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-13T02:02:52.933835" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:02:52.933601" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:02:52.938262" 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-13T02:02:52.937860" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T02:02:52.939608" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T02:02:52.939709" 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-13T02:02:52.938946" elapsed="0.000790"/>
</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-13T02:02:52.939884" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T02:02:52.941309" level="INFO">Logging into '10.30.170.163:22' as 'jenkins'.</msg>
<msg time="2026-08-13T02:02:53.373037" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 02:02:13 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-55-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-13T02:02:52.940750" elapsed="0.432446"/>
</kw>
<msg time="2026-08-13T02:02:53.373290" 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-13T02:02:52.940386" elapsed="0.432996"/>
</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-13T02:02:52.938493" elapsed="0.435014"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.381029" 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-13T02:02:53.373775" elapsed="0.008788"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:02:53.382837" elapsed="0.000379"/>
</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-13T02:02:52.937317" elapsed="0.445985"/>
</kw>
<status status="PASS" start="2026-08-13T02:02:52.934005" elapsed="0.449348"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:52.933574" elapsed="0.449824"/>
</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-13T02:02:53.383614" elapsed="0.000684"/>
</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-13T02:02:53.390410" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:02:53.390241" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:53.390209" elapsed="0.000312"/>
</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-13T02:02:53.395239" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:02:53.395117" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:53.395098" elapsed="0.000214"/>
</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-13T02:02:53.395445" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.396423" level="INFO">Logging into '10.30.171.67:8101' as 'karaf'.</msg>
<msg time="2026-08-13T02:02:53.565896" 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-13T02:02:53.396047" elapsed="0.169991"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.656437" 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-13T02:02:53.566289" elapsed="0.090234"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.660677" 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-13T02:02:53.660890" 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-13T02:02:53.656688" elapsed="0.004233"/>
</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-13T02:02:53.661064" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:02:53.661404" elapsed="0.000267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:02:53.662151" 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-13T02:02:53.661837" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T02:02:53.662262" elapsed="0.000051"/>
</return>
<msg time="2026-08-13T02:02:53.662462" 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.67
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-13T02:02:53.394764" elapsed="0.267730"/>
</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-13T02:02:53.662638" elapsed="0.000548"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T02:02:53.663238" elapsed="0.000032"/>
</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-13T02:02:53.389833" elapsed="0.273537"/>
</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-13T02:02:53.667183" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:02:53.667046" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:53.667021" 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-13T02:02:53.667384" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.668471" level="INFO">Logging into '10.30.171.67:8101' as 'karaf'.</msg>
<msg time="2026-08-13T02:02:53.814623" 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-13T02:02:53.668199" elapsed="0.146561"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.842402" 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-13T02:02:53.815002" elapsed="0.027475"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.844647" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T02:02:53.844770" 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-13T02:02:53.842657" elapsed="0.002143"/>
</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-13T02:02:53.844937" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:02:53.845279" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:02:53.845993" 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-13T02:02:53.845653" elapsed="0.000390"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T02:02:53.846098" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.67
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-13T02:02:53.666712" elapsed="0.179577"/>
</kw>
<status status="PASS" start="2026-08-13T02:02:52.148894" elapsed="1.697461"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:02:53.848590" 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-13T02:02:53.847319" elapsed="0.001338"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T02:02:53.850293" 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-13T02:02:53.849913" elapsed="0.000428"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-13T02:02:53.850737" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:02:53.850425" elapsed="0.000375"/>
</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-13T02:02:53.853947" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:02:53.853668" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:53.853648" elapsed="0.000382"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.854382" 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-13T02:02:53.854513" 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-13T02:02:53.854170" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:02:53.855194" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.163" 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-13T02:02:53.854673" elapsed="0.000597"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.856020" 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-13T02:02:53.855477" elapsed="0.000571"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T02:02:53.857059" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T02:02:53.857152" 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-13T02:02:53.856727" elapsed="0.000449"/>
</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-13T02:02:53.857378" elapsed="0.000378"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T02:02:53.858649" level="INFO">Logging into '10.30.170.163:22' as 'jenkins'.</msg>
<msg time="2026-08-13T02:02:54.183172" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 02:02:13 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug 13 02:02:53 2026 from 10.30.170.137
[?2004h[jenkins@releng-00446-55-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-13T02:02:53.858290" elapsed="0.325040"/>
</kw>
<msg time="2026-08-13T02:02:54.183408" 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-13T02:02:53.857913" elapsed="0.325576"/>
</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-13T02:02:53.856317" elapsed="0.327285"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T02:02:54.184109" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T02:13:00.298596" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T02:13:00.299271" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T02:13:00.299383" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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-13T02:02:54.183821" elapsed="606.115622"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:13:00.300028" elapsed="0.000946"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.302284" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:59.387 16  switches: flows:  107101 107002 111689 107630 108132 108485 107816 109994 106251 107087 109996 106902 106619 108540 107318 106969  total = 28.792183 per ms 
02:04:59.490 16  switches: flows:  117313 118034 117859 115725 116581 116392 117606 118004 116927 113542 114956 118618 117152 116279 117169 113976  total = 31.049909 per ms 
02:05:59.592 16  switches: flows:  126385 125535 126067 123109 123884 125745 126328 126234 122194 119720 124586 125578 124966 124510 125312 122454  total = 33.154666 per ms 
02:06:59.693 16  switches: flows:  128617 127416 127590 125502 126209 126499 127676 127663 123216 122767 125483 127090 126427 126362 126381 124007  total = 33.592318 per ms 
02:07:59.793 16  switches: flows:  117711 115896 115953 114064 114971 114318 116338 116251 112544 111210 114523 115832 115948 115983 116044 112251  total = 30.612835 per ms 
02:08:59.893 16  switches: flows:  118137 115727 117149 114480 114382 113117 113001 117649 112674 110804 111440 115096 115286 113927 114977 113007  total = 30.463343 per ms 
02:09:59.994 16  switches: flows:  130216 128529 129714 127553 126626 125278 126094 128886 122716 123875 124651 125921 126176 125225 127234 124585  total = 33.665095 per ms 
02:11:00.094 16  switches: flows:  123582 123013 124342 120679 121069 120152 119594 122843 117328 119218 118265 122028 121376 119282 120884 118806  total = 32.153850 per ms 
02:12:00.195 16  switches: flows:  120650 120981 121528 117700 118074 118307 119416 121744 119418 116249 116298 120332 119184 117462 121283 117960  total = 31.723407 per ms 
02:13:00.295 16  switches: flows:  125878 123975 125758 122602 123444 123230 123165 125056 122890 119922 121123 124189 123240 121695 125398 123478  total = 32.862516 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30463.34/33665.10/32141.99/10778.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.301422" elapsed="0.001180"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T02:13:00.303144" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-08-13T02:13:00.302830" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-08-13T02:13:00.302770" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T02:13:00.303577" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:13:00.303494" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-13T02:13:00.303457" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T02:13:00.303827" elapsed="0.000056"/>
</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-13T02:13:00.309619" elapsed="0.000841"/>
</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-13T02:13:00.310827" elapsed="0.000369"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:13:00.311491" elapsed="0.000258"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T02:13:00.304671" elapsed="0.007259"/>
</kw>
<msg time="2026-08-13T02:13:00.312221" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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-13T02:02:53.851197" elapsed="606.461085"/>
</kw>
<status status="PASS" start="2026-08-13T02:02:53.850830" elapsed="606.461561"/>
</branch>
<status status="PASS" start="2026-08-13T02:02:53.850401" elapsed="606.462043"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.313034" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:59.387 16  switches: flows:  107101 107002 111689 107630 108132 108485 107816 109994 106251 107087 109996 106902 106619 108540 107318 106969  total = 28.792183 per ms 
02:04:59.490 16  switches: flows:  117313 118034 117859 115725 116581 116392 117606 118004 116927 113542 114956 118618 117152 116279 117169 113976  total = 31.049909 per ms 
02:05:59.592 16  switches: flows:  126385 125535 126067 123109 123884 125745 126328 126234 122194 119720 124586 125578 124966 124510 125312 122454  total = 33.154666 per ms 
02:06:59.693 16  switches: flows:  128617 127416 127590 125502 126209 126499 127676 127663 123216 122767 125483 127090 126427 126362 126381 124007  total = 33.592318 per ms 
02:07:59.793 16  switches: flows:  117711 115896 115953 114064 114971 114318 116338 116251 112544 111210 114523 115832 115948 115983 116044 112251  total = 30.612835 per ms 
02:08:59.893 16  switches: flows:  118137 115727 117149 114480 114382 113117 113001 117649 112674 110804 111440 115096 115286 113927 114977 113007  total = 30.463343 per ms 
02:09:59.994 16  switches: flows:  130216 128529 129714 127553 126626 125278 126094 128886 122716 123875 124651 125921 126176 125225 127234 124585  total = 33.665095 per ms 
02:11:00.094 16  switches: flows:  123582 123013 124342 120679 121069 120152 119594 122843 117328 119218 118265 122028 121376 119282 120884 118806  total = 32.153850 per ms 
02:12:00.195 16  switches: flows:  120650 120981 121528 117700 118074 118307 119416 121744 119418 116249 116298 120332 119184 117462 121283 117960  total = 31.723407 per ms 
02:13:00.295 16  switches: flows:  125878 123975 125758 122602 123444 123230 123165 125056 122890 119922 121123 124189 123240 121695 125398 123478  total = 32.862516 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30463.34/33665.10/32141.99/10778.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.312737" elapsed="0.000372"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-13T02:13:00.313257" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T02:13:00.314047" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T02:13:00.314141" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30463.34/33665.10/32141.99/10778.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-13T02:13:00.313815" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T02:13:00.314605" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30463.34/33665.10/32141.99/10778.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T02:13:00.314323" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.317135" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.314800" elapsed="0.002394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.319834" level="INFO">30463.34/33665.10/32141.99/10778.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.317384" elapsed="0.002520"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T02:13:00.322259" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T02:13:00.320056" elapsed="0.002231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T02:13:00.324759" level="INFO">@{result_value_list} = [ 30463.34 | 33665.10 | 32141.99 | 10778.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T02:13:00.322477" elapsed="0.002311"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.325258" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T02:13:00.325387" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-13T02:13:00.324945" elapsed="0.000471"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.330241" level="INFO">min :: 30463.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.325858" elapsed="0.004468"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T02:13:00.325721" elapsed="0.004641"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.335042" level="INFO">max :: 33665.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.330585" elapsed="0.004513"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T02:13:00.330457" elapsed="0.004676"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.339825" level="INFO">avg :: 32141.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.335403" elapsed="0.004507"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T02:13:00.335266" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.344865" level="INFO">stdev :: 10778.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.340171" elapsed="0.004753"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T02:13:00.340041" elapsed="0.004918"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T02:13:00.325489" elapsed="0.019503"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.348906" level="INFO">${min} = 30463.34</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:13:00.345154" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.353428" level="INFO">${max} = 33665.10</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:13:00.349087" elapsed="0.004372"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.357732" level="INFO">${average} = 32141.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:13:00.353701" elapsed="0.004060"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.361679" level="INFO">${stdev} = 10778.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:13:00.357916" elapsed="0.003806"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.362251" level="INFO">${date} = 2026-08-13 02:13:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T02:13:00.361884" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.362856" level="INFO">CBench Result: 2026-08-13 02:13:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30463.34,33665.10,32141.99,10778.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:13:00.362426" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T02:13:00.364030" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-13T02:13:00.363583" elapsed="0.000515"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-13T02:13:00.364249" elapsed="0.000520"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T02:13:00.363070" elapsed="0.001764"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-13T02:02:53.849119" elapsed="606.515775"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.365362" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-13T02:13:00.365043" elapsed="0.000376"/>
</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-13T02:13:00.365949" elapsed="0.000297"/>
</kw>
<status status="PASS" start="2026-08-13T02:13:00.365633" elapsed="0.000710"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-13T02:02:53.846509" elapsed="606.519886"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.367891" 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-13T02:13:00.367456" elapsed="0.000493"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.369175" 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-13T02:13:00.368850" elapsed="0.000367"/>
</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-13T02:13:00.369584" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:13:00.369326" elapsed="0.000317"/>
</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-13T02:13:00.372656" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:13:00.372405" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-08-13T02:13:00.372386" elapsed="0.000400"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:13:00.373148" 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-13T02:13:00.373270" 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-13T02:13:00.372919" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.373943" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.67 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.163" 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-13T02:13:00.373467" elapsed="0.000534"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:13:00.374606" 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-13T02:13:00.374143" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T02:13:00.375624" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T02:13:00.375767" 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-13T02:13:00.375259" elapsed="0.000533"/>
</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-13T02:13:00.375972" elapsed="0.000395"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T02:13:00.377260" level="INFO">Logging into '10.30.170.163:22' as 'jenkins'.</msg>
<msg time="2026-08-13T02:13:00.970360" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 02:13:00 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug 13 02:02:54 2026 from 10.30.170.137
[?2004h[jenkins@releng-00446-55-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-13T02:13:00.376907" elapsed="0.593657"/>
</kw>
<msg time="2026-08-13T02:13:00.970652" 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-13T02:13:00.376524" elapsed="0.594234"/>
</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-13T02:13:00.374852" elapsed="0.596036"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T02:13:00.971426" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.67 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T02:19:57.322070" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-13T02:19:57.322623" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T02:19:57.322769" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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-13T02:13:00.971116" elapsed="416.351713"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:19:57.323305" elapsed="0.000766"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:19:57.325220" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:06.098 16  switches: flows:  526063 532189 520824 536769 523944 532351 526656 524769 495691 504233 515326 512106 516968 519004 520960 506899  total = 138.579200 per ms 
02:15:06.201 16  switches: flows:  514774 517844 526240 522134 526611 512520 502775 512270 524434 528730 522056 520585 523183 530301 489156 519930  total = 137.991563 per ms 
02:16:06.303 16  switches: flows:  529859 532340 551392 517916 529627 541823 541678 533228 533252 525823 522784 535377 519159 520625 524195 531549  total = 141.271964 per ms 
02:17:06.405 16  switches: flows:  439135 435807 440637 430646 449295 446208 446263 436255 444565 452970 449657 449520 441624 444497 446032 447836  total = 118.149761 per ms 
02:18:06.507 16  switches: flows:  511563 499147 512244 504967 503328 509289 504747 508426 511226 503384 509432 511482 499778 502680 503986 503196  total = 134.753335 per ms 
02:19:06.609 16  switches: flows:  605629 607314 609687 596708 601929 606828 601907 604014 598622 609998 602939 599386 606921 606234 600781 594582  total = 160.619650 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-13T02:19:57.324442" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T02:19:57.326025" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-08-13T02:19:57.325723" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-08-13T02:19:57.325647" elapsed="0.000580"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T02:19:57.326431" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:19:57.326351" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-08-13T02:19:57.326317" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T02:19:57.326634" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T02:19:57.330989" elapsed="0.000485"/>
</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-13T02:19:57.331680" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:19:57.332136" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T02:19:57.327343" elapsed="0.005011"/>
</kw>
<msg time="2026-08-13T02:19:57.332533" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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-13T02:13:00.369995" elapsed="416.962575"/>
</kw>
<status status="PASS" start="2026-08-13T02:13:00.369668" elapsed="416.962970"/>
</branch>
<status status="PASS" start="2026-08-13T02:13:00.369305" elapsed="416.963366"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:19:57.333289" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:06.098 16  switches: flows:  526063 532189 520824 536769 523944 532351 526656 524769 495691 504233 515326 512106 516968 519004 520960 506899  total = 138.579200 per ms 
02:15:06.201 16  switches: flows:  514774 517844 526240 522134 526611 512520 502775 512270 524434 528730 522056 520585 523183 530301 489156 519930  total = 137.991563 per ms 
02:16:06.303 16  switches: flows:  529859 532340 551392 517916 529627 541823 541678 533228 533252 525823 522784 535377 519159 520625 524195 531549  total = 141.271964 per ms 
02:17:06.405 16  switches: flows:  439135 435807 440637 430646 449295 446208 446263 436255 444565 452970 449657 449520 441624 444497 446032 447836  total = 118.149761 per ms 
02:18:06.507 16  switches: flows:  511563 499147 512244 504967 503328 509289 504747 508426 511226 503384 509432 511482 499778 502680 503986 503196  total = 134.753335 per ms 
02:19:06.609 16  switches: flows:  605629 607314 609687 596708 601929 606828 601907 604014 598622 609998 602939 599386 606921 606234 600781 594582  total = 160.619650 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-13T02:19:57.332885" elapsed="0.000500"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-13T02:19:57.334229" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:06.098 16  switches: flows:  526063 532189 520824 536769 523944 532351 526656 524769 495691 504233 515326 512106 516968 519004 520960 506899  total = 138.579200 per ms 
02:15:06.201 16  switches: flows:  514774 517844 526240 522134 526611 512520 502775 512270 524434 528730 522056 520585 523183 530301 489156 519930  total = 137.991563 per ms 
02:16:06.303 16  switches: flows:  529859 532340 551392 517916 529627 541823 541678 533228 533252 525823 522784 535377 519159 520625 524195 531549  total = 141.271964 per ms 
02:17:06.405 16  switches: flows:  439135 435807 440637 430646 449295 446208 446263 436255 444565 452970 449657 449520 441624 444497 446032 447836  total = 118.149761 per ms 
02:18:06.507 16  switches: flows:  511563 499147 512244 504967 503328 509289 504747 508426 511226 503384 509432 511482 499778 502680 503986 503196  total = 134.753335 per ms 
02:19:06.609 16  switches: flows:  605629 607314 609687 596708 601929 606828 601907 604014 598622 609998 602939 599386 606921 606234 600781 594582  total = 160.619650 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-13T02:19:57.333587" elapsed="0.000894">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:06.098 16  switches: flows:  526063 532189 520824 536769 523944 532351 526656 524769 495691 504233 515326 512106 516968 519004 520960 506899  total = 138.579200 per ms 
02:15:06.201 16  switches: flows:  514774 517844 526240 522134 526611 512520 502775 512270 524434 528730 522056 520585 523183 530301 489156 519930  total = 137.991563 per ms 
02:16:06.303 16  switches: flows:  529859 532340 551392 517916 529627 541823 541678 533228 533252 525823 522784 535377 519159 520625 524195 531549  total = 141.271964 per ms 
02:17:06.405 16  switches: flows:  439135 435807 440637 430646 449295 446208 446263 436255 444565 452970 449657 449520 441624 444497 446032 447836  total = 118.149761 per ms 
02:18:06.507 16  switches: flows:  511563 499147 512244 504967 503328 509289 504747 508426 511226 503384 509432 511482 499778 502680 503986 503196  total = 134.753335 per ms 
02:19:06.609 16  switches: flows:  605629 607314 609687 596708 601929 606828 601907 604014 598622 609998 602939 599386 606921 606234 600781 594582  total = 160.619650 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-13T02:19:57.334799" 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-13T02:19:57.335038" elapsed="0.000029"/>
</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-13T02:19:57.335259" 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-13T02:19:57.335475" 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-13T02:19:57.335768" elapsed="0.000032"/>
</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-13T02:19:57.336031" elapsed="0.000036"/>
</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-13T02:19:57.336301" elapsed="0.000031"/>
</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-13T02:19:57.336726" elapsed="0.000030"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-13T02:19:57.336527" elapsed="0.000275"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-13T02:19:57.336415" elapsed="0.000428"/>
</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-13T02:19:57.337049" 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-13T02:19:57.337305" elapsed="0.000035"/>
</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-13T02:19:57.337555" elapsed="0.000035"/>
</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-13T02:19:57.337861" elapsed="0.000031"/>
</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-13T02:19:57.338155" elapsed="0.000038"/>
</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-13T02:19:57.338435" elapsed="0.000038"/>
</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-13T02:19:57.338679" elapsed="0.000064"/>
</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-13T02:13:00.368264" elapsed="416.970705">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:06.098 16  switches: flows:  526063 532189 520824 536769 523944 532351 526656 524769 495691 504233 515326 512106 516968 519004 520960 506899  total = 138.579200 per ms 
02:15:06.201 16  switches: flows:  514774 517844 526240 522134 526611 512520 502775 512270 524434 528730 522056 520585 523183 530301 489156 519930  total = 137.991563 per ms 
02:16:06.303 16  switches: flows:  529859 532340 551392 517916 529627 541823 541678 533228 533252 525823 522784 535377 519159 520625 524195 531549  total = 141.271964 per ms 
02:17:06.405 16  switches: flows:  439135 435807 440637 430646 449295 446208 446263 436255 444565 452970 449657 449520 441624 444497 446032 447836  total = 118.149761 per ms 
02:18:06.507 16  switches: flows:  511563 499147 512244 504967 503328 509289 504747 508426 511226 503384 509432 511482 499778 502680 503986 503196  total = 134.753335 per ms 
02:19:06.609 16  switches: flows:  605629 607314 609687 596708 601929 606828 601907 604014 598622 609998 602939 599386 606921 606234 600781 594582  total = 160.619650 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-13T02:19:57.339244" elapsed="0.000033"/>
</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-13T02:19:57.340121" elapsed="0.000393"/>
</kw>
<status status="PASS" start="2026-08-13T02:19:57.339617" elapsed="0.001000"/>
</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-13T02:13:00.366886" elapsed="416.973784">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:06.098 16  switches: flows:  526063 532189 520824 536769 523944 532351 526656 524769 495691 504233 515326 512106 516968 519004 520960 506899  total = 138.579200 per ms 
02:15:06.201 16  switches: flows:  514774 517844 526240 522134 526611 512520 502775 512270 524434 528730 522056 520585 523183 530301 489156 519930  total = 137.991563 per ms 
02:16:06.303 16  switches: flows:  529859 532340 551392 517916 529627 541823 541678 533228 533252 525823 522784 535377 519159 520625 524195 531549  total = 141.271964 per ms 
02:17:06.405 16  switches: flows:  439135 435807 440637 430646 449295 446208 446263 436255 444565 452970 449657 449520 441624 444497 446032 447836  total = 118.149761 per ms 
02:18:06.507 16  switches: flows:  511563 499147 512244 504967 503328 509289 504747 508426 511226 503384 509432 511482 499778 502680 503986 503196  total = 134.753335 per ms 
02:19:06.609 16  switches: flows:  605629 607314 609687 596708 601929 606828 601907 604014 598622 609998 602939 599386 606921 606234 600781 594582  total = 160.619650 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-13T02:19:57.342158" 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-13T02:19:57.341564" elapsed="0.000657"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T02:19:57.343721" 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-13T02:19:57.343122" elapsed="0.000647"/>
</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-13T02:19:57.344077" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:19:57.343844" elapsed="0.000292"/>
</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-13T02:19:57.347065" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:19:57.346812" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-13T02:19:57.346793" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:19:57.347468" 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-13T02:19:57.347589" 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-13T02:19:57.347277" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:19:57.348218" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.163" 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-13T02:19:57.347793" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T02:19:57.348833" 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-13T02:19:57.348415" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T02:19:57.349775" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T02:19:57.349867" 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-13T02:19:57.349438" elapsed="0.000453"/>
</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-13T02:19:57.350031" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T02:19:57.351226" level="INFO">Logging into '10.30.170.163:22' as 'jenkins'.</msg>
<msg time="2026-08-13T02:19:57.994058" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 02:19:57 UTC 2026

  System load:  0.33               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.163
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug 13 02:13:00 2026 from 10.30.170.137
[?2004h[jenkins@releng-00446-55-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-13T02:19:57.350871" elapsed="0.643431"/>
</kw>
<msg time="2026-08-13T02:19:57.994399" 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-13T02:19:57.350511" elapsed="0.643977"/>
</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-13T02:19:57.349061" elapsed="0.645575"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T02:19:57.995230" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T02:30:04.045437" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T02:30:04.046053" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T02:30:04.046163" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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-13T02:19:57.994906" elapsed="606.051316"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:30:04.046723" elapsed="0.000671"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.048548" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:21:03.124 16  switches: flows:  102690 102205 103234 102736 102597 101373 103865 103783 100564 112738 101615 103947 102022 99403 106680 102552  total = 27.533400 per ms 
02:22:03.226 16  switches: flows:  125291 124360 122404 125891 123440 124099 124200 124956 120859 126186 125478 120927 125030 121329 122535 122766  total = 32.940695 per ms 
02:23:03.327 16  switches: flows:  121579 118854 117760 122687 119033 119212 120560 121384 117942 121781 119918 117233 120513 118177 117918 118305  total = 31.827797 per ms 
02:24:03.428 16  switches: flows:  110227 108471 106965 111264 108400 107318 108625 109215 106514 109262 109209 106644 110703 107737 108280 107145  total = 28.884766 per ms 
02:25:03.529 16  switches: flows:  110671 108463 109440 111277 110467 109324 110614 110189 107974 110769 111118 107103 111249 108615 108240 107541  total = 29.168865 per ms 
02:26:03.630 16  switches: flows:  113104 113445 112658 111804 113911 110338 113751 111819 109635 110528 110381 113281 114878 110168 107725 112762  total = 29.786704 per ms 
02:27:03.731 16  switches: flows:  113311 113076 113199 111893 113233 111698 115671 113682 108694 109934 111768 113416 114281 111293 109561 113591  total = 29.921667 per ms 
02:28:03.833 16  switches: flows:  114452 113505 113380 112713 115039 112215 115999 114199 110459 111331 111372 115081 115038 111872 110587 113579  total = 30.130051 per ms 
02:29:03.934 16  switches: flows:  91015 89815 89637 88844 94357 87492 92403 85998 86357 88123 87895 88231 86932 85295 89120 88952  total = 23.634981 per ms 
02:30:04.035 16  switches: flows:  117191 119818 118425 119810 119593 121157 119856 118132 117447 117440 118096 115842 115263 113536 115663 117359  total = 31.358076 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23634.98/32940.70/29739.29/10220.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.047810" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T02:30:04.049424" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-13T02:30:04.049073" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-08-13T02:30:04.049023" elapsed="0.000611"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T02:30:04.049884" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-13T02:30:04.049801" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-13T02:30:04.049762" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T02:30:04.050091" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T02:30:04.055174" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-13T02:30:04.055684" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T02:30:04.056012" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T02:30:04.050815" elapsed="0.005353"/>
</kw>
<msg time="2026-08-13T02:30:04.056303" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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-13T02:19:57.344478" elapsed="606.711853"/>
</kw>
<status status="PASS" start="2026-08-13T02:19:57.344161" elapsed="606.712220"/>
</branch>
<status status="PASS" start="2026-08-13T02:19:57.343824" elapsed="606.712581"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.056856" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67: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.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:21:03.124 16  switches: flows:  102690 102205 103234 102736 102597 101373 103865 103783 100564 112738 101615 103947 102022 99403 106680 102552  total = 27.533400 per ms 
02:22:03.226 16  switches: flows:  125291 124360 122404 125891 123440 124099 124200 124956 120859 126186 125478 120927 125030 121329 122535 122766  total = 32.940695 per ms 
02:23:03.327 16  switches: flows:  121579 118854 117760 122687 119033 119212 120560 121384 117942 121781 119918 117233 120513 118177 117918 118305  total = 31.827797 per ms 
02:24:03.428 16  switches: flows:  110227 108471 106965 111264 108400 107318 108625 109215 106514 109262 109209 106644 110703 107737 108280 107145  total = 28.884766 per ms 
02:25:03.529 16  switches: flows:  110671 108463 109440 111277 110467 109324 110614 110189 107974 110769 111118 107103 111249 108615 108240 107541  total = 29.168865 per ms 
02:26:03.630 16  switches: flows:  113104 113445 112658 111804 113911 110338 113751 111819 109635 110528 110381 113281 114878 110168 107725 112762  total = 29.786704 per ms 
02:27:03.731 16  switches: flows:  113311 113076 113199 111893 113233 111698 115671 113682 108694 109934 111768 113416 114281 111293 109561 113591  total = 29.921667 per ms 
02:28:03.833 16  switches: flows:  114452 113505 113380 112713 115039 112215 115999 114199 110459 111331 111372 115081 115038 111872 110587 113579  total = 30.130051 per ms 
02:29:03.934 16  switches: flows:  91015 89815 89637 88844 94357 87492 92403 85998 86357 88123 87895 88231 86932 85295 89120 88952  total = 23.634981 per ms 
02:30:04.035 16  switches: flows:  117191 119818 118425 119810 119593 121157 119856 118132 117447 117440 118096 115842 115263 113536 115663 117359  total = 31.358076 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23634.98/32940.70/29739.29/10220.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.056544" elapsed="0.000387"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-13T02:30:04.057079" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T02:30:04.057898" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T02:30:04.057991" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23634.98/32940.70/29739.29/10220.69 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-13T02:30:04.057655" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T02:30:04.058442" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23634.98/32940.70/29739.29/10220.69 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T02:30:04.058169" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.060898" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.058616" elapsed="0.002342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.063400" level="INFO">23634.98/32940.70/29739.29/10220.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.061108" elapsed="0.002349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T02:30:04.065836" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T02:30:04.063608" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T02:30:04.068265" level="INFO">@{result_value_list} = [ 23634.98 | 32940.70 | 29739.29 | 10220.69 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T02:30:04.066051" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.068768" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T02:30:04.068857" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-13T02:30:04.068446" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.073747" level="INFO">min :: 23634.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.069332" elapsed="0.004473"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T02:30:04.069160" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.080134" level="INFO">max :: 32940.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.074061" elapsed="0.006152"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T02:30:04.073932" elapsed="0.006336"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.085657" level="INFO">avg :: 29739.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.080573" elapsed="0.005161"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T02:30:04.080393" elapsed="0.005378"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.090551" level="INFO">stdev :: 10220.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.085985" elapsed="0.004623"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T02:30:04.085858" elapsed="0.004785"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T02:30:04.068949" elapsed="0.021724"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.094602" level="INFO">${min} = 23634.98</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:30:04.090855" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.098499" level="INFO">${max} = 32940.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:30:04.094816" elapsed="0.003710"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.102391" level="INFO">${average} = 29739.29</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:30:04.098676" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.106296" level="INFO">${stdev} = 10220.69</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T02:30:04.102570" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.106846" level="INFO">${date} = 2026-08-13 02:30:04</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T02:30:04.106482" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.107428" level="INFO">CBench Result: 2026-08-13 02:30:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23634.98,32940.70,29739.29,10220.69</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T02:30:04.107023" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T02:30:04.108601" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-13T02:30:04.108127" elapsed="0.000544"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-13T02:30:04.108837" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T02:30:04.107635" elapsed="0.001760"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-13T02:19:57.342541" elapsed="606.766913"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.109933" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-13T02:30:04.109603" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T02:30:04.111206" 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-13T02:30:04.110715" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-13T02:30:04.111459" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-13T02:30:04.111310" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-08-13T02:30:04.111290" elapsed="0.000261"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.111716" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.111875" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.112035" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.112237" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.112388" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.112533" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.112677" elapsed="0.000034"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-13T02:30:04.112913" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-13T02:30:04.112776" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-08-13T02:30:04.112759" elapsed="0.000230"/>
</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-13T02:30:04.110363" elapsed="0.002676"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-13T02:19:57.341051" elapsed="606.772034"/>
</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-13T02:02:51.597716" elapsed="1632.516122"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
