<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-18T01:52:31.235878" 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-18T01:52:31.821697" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:52:31.821542" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:31.821510" elapsed="0.000306"/>
</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-18T01:52:31.821962" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T01:52:31.822967" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-08-18T01:52:32.639240" 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-18T01:52:31.822649" elapsed="0.816771"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T01:52:32.688479" 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-18T01:52:32.639691" elapsed="0.048935"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T01:52:32.690674" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T01:52:32.690800" 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-18T01:52:32.688943" elapsed="0.001888"/>
</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-18T01:52:32.690990" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:52:32.691372" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:52:32.692170" 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-18T01:52:32.691765" elapsed="0.000465"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:52:32.692284" elapsed="0.000049"/>
</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.198
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-18T01:52:31.821164" elapsed="0.871289"/>
</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-18T01:52:31.817541" elapsed="0.874974"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:52:32.693088" 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-18T01:52:32.692694" elapsed="0.000450"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:52:32.693537" 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-18T01:52:32.693295" elapsed="0.000298"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T01:52:32.694193" 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-18T01:52:32.693753" elapsed="0.000468"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:52:32.694715" 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-18T01:52:32.694388" elapsed="0.000368"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T01:52:32.695299" 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-18T01:52:32.694931" elapsed="0.000394"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:52:32.695805" 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-18T01:52:32.695482" elapsed="0.000366"/>
</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-18T01:52:32.696145" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:52:32.695933" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:52:32.700651" 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-18T01:52:32.700244" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:52:32.701810" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:52:32.701895" 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-18T01:52:32.701341" elapsed="0.000578"/>
</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-18T01:52:32.702062" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:52:32.703543" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:52:33.139375" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:51:52 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.88
  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-60-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-18T01:52:32.703050" elapsed="0.436470"/>
</kw>
<msg time="2026-08-18T01:52:33.139610" 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-18T01:52:32.702683" elapsed="0.437014"/>
</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-18T01:52:32.700972" elapsed="0.438855"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.146911" 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-18T01:52:33.140030" elapsed="0.008264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:52:33.148548" elapsed="0.000377"/>
</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-18T01:52:32.699703" elapsed="0.449311"/>
</kw>
<status status="PASS" start="2026-08-18T01:52:32.696422" elapsed="0.452646"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:32.695908" elapsed="0.453201"/>
</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-18T01:52:33.149323" elapsed="0.000757"/>
</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-18T01:52:33.156488" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:52:33.156315" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:33.156282" elapsed="0.000316"/>
</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-18T01:52:33.160633" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:52:33.160516" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:33.160497" elapsed="0.000206"/>
</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-18T01:52:33.160847" elapsed="0.000428"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.161692" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-08-18T01:52:33.291489" 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-18T01:52:33.161419" elapsed="0.130226"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.384051" 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-18T01:52:33.291907" elapsed="0.092315"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.433962" 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-18T01:52:33.434418" 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-18T01:52:33.384529" elapsed="0.049963"/>
</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-18T01:52:33.434901" elapsed="0.000441"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:52:33.435661" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:52:33.437025" 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-18T01:52:33.436350" elapsed="0.000839"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:52:33.437296" elapsed="0.000084"/>
</return>
<msg time="2026-08-18T01:52:33.437678" 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.198
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-18T01:52:33.160165" elapsed="0.277582"/>
</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-18T01:52:33.438141" elapsed="0.001013"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:52:33.439266" elapsed="0.000066"/>
</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-18T01:52:33.155890" elapsed="0.283656"/>
</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-18T01:52:33.444737" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:52:33.444602" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:33.444578" elapsed="0.000249"/>
</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-18T01:52:33.444961" elapsed="0.000444"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.445840" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-08-18T01:52:33.600009" 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-18T01:52:33.445550" elapsed="0.154611"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.623716" 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-18T01:52:33.600396" elapsed="0.023404"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.625563" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T01:52:33.625668" 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-18T01:52:33.623957" elapsed="0.001741"/>
</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-18T01:52:33.625850" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:52:33.626198" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:52:33.626898" 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-18T01:52:33.626558" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:52:33.627005" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.198
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-18T01:52:33.444277" elapsed="0.182895"/>
</kw>
<status status="PASS" start="2026-08-18T01:52:31.815698" elapsed="1.811540"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:52:33.629327" 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-18T01:52:33.628158" elapsed="0.001238"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:52:33.630877" 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-18T01:52:33.630479" elapsed="0.000447"/>
</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-18T01:52:33.631251" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:52:33.631006" elapsed="0.000306"/>
</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-18T01:52:33.634283" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:52:33.634009" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:33.633989" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.634689" 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-18T01:52:33.634837" 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-18T01:52:33.634495" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:52:33.635428" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.88" 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-18T01:52:33.635001" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.636101" 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-18T01:52:33.635626" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:52:33.637037" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:52:33.637128" 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-18T01:52:33.636699" 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-18T01:52:33.637293" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.638530" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:52:33.952395" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:51:52 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 18 01:52:33 2026 from 10.30.170.7
[?2004h[jenkins@releng-00446-60-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-18T01:52:33.638168" elapsed="0.314377"/>
</kw>
<msg time="2026-08-18T01:52:33.952623" 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-18T01:52:33.637791" elapsed="0.314917"/>
</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-18T01:52:33.636327" elapsed="0.316519"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T01:52:33.953329" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T02:02:40.036272" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T02:02:40.036898" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T02:02:40.037008" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T01:52:33.953046" elapsed="606.084021"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T02:02:40.037538" elapsed="0.000847"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.039558" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:39.130 16  switches: flows:  123578 119135 120841 121855 120849 122343 120245 117680 118046 115921 115668 116189 115328 117451 115569 117383  total = 31.634683 per ms 
01:54:39.231 16  switches: flows:  133152 131404 130577 133079 131667 133581 129978 128406 127649 127185 125278 124605 126854 126879 124439 127869  total = 34.319155 per ms 
01:55:39.331 16  switches: flows:  129481 127480 127459 129611 128389 128211 126749 122897 123796 120754 123439 121625 121415 122502 120139 121495  total = 33.201972 per ms 
01:56:39.431 16  switches: flows:  128649 127306 128357 128219 128568 126990 126590 122486 122273 120374 121773 121006 122613 121438 120555 121257  total = 33.085688 per ms 
01:57:39.531 16  switches: flows:  129631 128157 128481 128819 130430 129451 126549 124721 124494 121245 123129 121594 123428 123820 122215 123158  total = 33.432887 per ms 
01:58:39.632 16  switches: flows:  129480 128529 126470 130757 129197 129659 127993 123957 122871 120995 123262 120663 121966 122095 121913 124662  total = 33.352061 per ms 
01:59:39.732 16  switches: flows:  131605 127712 127544 129401 127865 129757 126631 122359 122226 120985 122871 121573 120337 121572 119121 122942  total = 33.186234 per ms 
02:00:39.832 16  switches: flows:  130226 128888 125563 130009 129173 129032 127393 122031 121802 121697 123130 120962 121542 120443 118929 123157  total = 33.177511 per ms 
02:01:39.933 16  switches: flows:  129824 126663 123280 128814 126890 129200 128182 120308 121130 119136 121315 120627 120031 121224 118798 120888  total = 32.883608 per ms 
02:02:40.033 16  switches: flows:  131890 129609 127434 130756 128629 131178 128586 123249 122363 121645 124500 121808 122037 123017 120067 123424  total = 33.447330 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32883.61/34319.15/33342.94/11120.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:02:40.038770" elapsed="0.001138"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T02:02:40.040409" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-08-18T02:02:40.040101" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-08-18T02:02:40.040044" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T02:02:40.040877" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-18T02:02:40.040762" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-08-18T02:02:40.040728" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T02:02:40.041084" elapsed="0.000029"/>
</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-18T02:02:40.047042" elapsed="0.000347"/>
</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-18T02:02:40.047541" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T02:02:40.047861" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T02:02:40.041804" elapsed="0.006219"/>
</kw>
<msg time="2026-08-18T02:02:40.048152" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T01:52:33.631667" elapsed="606.416511"/>
</kw>
<status status="PASS" start="2026-08-18T01:52:33.631341" elapsed="606.416886"/>
</branch>
<status status="PASS" start="2026-08-18T01:52:33.630982" elapsed="606.417269"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.048688" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:39.130 16  switches: flows:  123578 119135 120841 121855 120849 122343 120245 117680 118046 115921 115668 116189 115328 117451 115569 117383  total = 31.634683 per ms 
01:54:39.231 16  switches: flows:  133152 131404 130577 133079 131667 133581 129978 128406 127649 127185 125278 124605 126854 126879 124439 127869  total = 34.319155 per ms 
01:55:39.331 16  switches: flows:  129481 127480 127459 129611 128389 128211 126749 122897 123796 120754 123439 121625 121415 122502 120139 121495  total = 33.201972 per ms 
01:56:39.431 16  switches: flows:  128649 127306 128357 128219 128568 126990 126590 122486 122273 120374 121773 121006 122613 121438 120555 121257  total = 33.085688 per ms 
01:57:39.531 16  switches: flows:  129631 128157 128481 128819 130430 129451 126549 124721 124494 121245 123129 121594 123428 123820 122215 123158  total = 33.432887 per ms 
01:58:39.632 16  switches: flows:  129480 128529 126470 130757 129197 129659 127993 123957 122871 120995 123262 120663 121966 122095 121913 124662  total = 33.352061 per ms 
01:59:39.732 16  switches: flows:  131605 127712 127544 129401 127865 129757 126631 122359 122226 120985 122871 121573 120337 121572 119121 122942  total = 33.186234 per ms 
02:00:39.832 16  switches: flows:  130226 128888 125563 130009 129173 129032 127393 122031 121802 121697 123130 120962 121542 120443 118929 123157  total = 33.177511 per ms 
02:01:39.933 16  switches: flows:  129824 126663 123280 128814 126890 129200 128182 120308 121130 119136 121315 120627 120031 121224 118798 120888  total = 32.883608 per ms 
02:02:40.033 16  switches: flows:  131890 129609 127434 130756 128629 131178 128586 123249 122363 121645 124500 121808 122037 123017 120067 123424  total = 33.447330 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32883.61/34319.15/33342.94/11120.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:02:40.048400" elapsed="0.000361"/>
</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-18T02:02:40.048922" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T02:02:40.049685" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T02:02:40.049800" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32883.61/34319.15/33342.94/11120.91 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-18T02:02:40.049456" elapsed="0.000370"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T02:02:40.050259" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32883.61/34319.15/33342.94/11120.91 | 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-18T02:02:40.049992" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.052663" 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-18T02:02:40.050429" elapsed="0.002290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.055084" level="INFO">32883.61/34319.15/33342.94/11120.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:02:40.052877" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T02:02:40.057450" 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-18T02:02:40.055286" elapsed="0.002192"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T02:02:40.059925" level="INFO">@{result_value_list} = [ 32883.61 | 34319.15 | 33342.94 | 11120.91 ]</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-18T02:02:40.057666" elapsed="0.002287"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.060416" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T02:02:40.060515" 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-18T02:02:40.060105" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.065215" level="INFO">min :: 32883.61</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-18T02:02:40.060966" elapsed="0.004306"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T02:02:40.060834" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.071886" level="INFO">max :: 34319.15</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-18T02:02:40.065519" elapsed="0.006466"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T02:02:40.065395" elapsed="0.006650"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.079261" level="INFO">avg :: 33342.94</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-18T02:02:40.072439" elapsed="0.006897"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T02:02:40.072201" elapsed="0.007178"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.085424" level="INFO">stdev :: 11120.91</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-18T02:02:40.079664" elapsed="0.005832"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T02:02:40.079495" elapsed="0.006044"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T02:02:40.060609" elapsed="0.024971"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.091654" level="INFO">${min} = 32883.61</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-18T02:02:40.085801" elapsed="0.005915"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.099913" level="INFO">${max} = 34319.15</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-18T02:02:40.092092" elapsed="0.007863"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.105715" level="INFO">${average} = 33342.94</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-18T02:02:40.100186" elapsed="0.005568"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.109977" level="INFO">${stdev} = 11120.91</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-18T02:02:40.106026" elapsed="0.003977"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.110671" level="INFO">${date} = 2026-08-18 02:02:40</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-18T02:02:40.110203" elapsed="0.000503"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.111496" level="INFO">CBench Result: 2026-08-18 02:02:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32883.61,34319.15,33342.94,11120.91</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-18T02:02:40.110917" elapsed="0.000658"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T02:02:40.112664" 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-18T02:02:40.112255" elapsed="0.000475"/>
</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-18T02:02:40.112895" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T02:02:40.111749" elapsed="0.001673"/>
</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-18T01:52:33.629829" elapsed="606.483651"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.113970" 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-18T02:02:40.113624" elapsed="0.000406"/>
</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-18T02:02:40.114560" elapsed="0.000290"/>
</kw>
<status status="PASS" start="2026-08-18T02:02:40.114237" elapsed="0.000686"/>
</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-18T01:52:33.627382" elapsed="606.487579"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.116257" 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-18T02:02:40.115850" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.117587" 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-18T02:02:40.117258" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-18T02:02:40.118084" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-18T02:02:40.117750" elapsed="0.000404"/>
</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-18T02:02:40.121035" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T02:02:40.120763" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-08-18T02:02:40.120744" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T02:02:40.121437" 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-18T02:02:40.121558" 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-18T02:02:40.121244" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.122178" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.88" 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-18T02:02:40.121717" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T02:02:40.122762" 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-18T02:02:40.122373" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T02:02:40.123807" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T02:02:40.123906" 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-18T02:02:40.123440" elapsed="0.000499"/>
</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-18T02:02:40.124107" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T02:02:40.125303" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-18T02:02:40.705472" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 02:02:40 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 18 01:52:33 2026 from 10.30.170.7
[?2004h[jenkins@releng-00446-60-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-18T02:02:40.124954" elapsed="0.580750"/>
</kw>
<msg time="2026-08-18T02:02:40.705809" 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-18T02:02:40.124591" elapsed="0.581319"/>
</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-18T02:02:40.123067" elapsed="0.582964"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T02:02:40.706568" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T02:09:42.844909" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-18T02:09:42.845483" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T02:09:42.845589" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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-18T02:02:40.706261" elapsed="422.139392"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T02:09:42.846151" elapsed="0.000771"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:09:42.848070" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. 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:45.832 16  switches: flows:  547022 553629 546570 548133 548838 550261 551640 545678 542343 536036 534229 540619 543207 544558 541370 544357  total = 145.308167 per ms 
02:04:45.933 16  switches: flows:  512212 521283 514354 529374 517290 512362 507446 516604 510403 436471 522334 492408 510958 504265 515417 520015  total = 135.492248 per ms 
02:05:46.053 16  switches: flows:  527620 510175 531529 516975 527307 526063 523422 530679 527820 533516 522234 509894 529664 530587 527098 526700  total = 139.742255 per ms 
02:06:46.157 16  switches: flows:  476411 481585 494441 496609 488141 478933 481371 482724 493474 479900 471998 493794 483821 483622 490541 476933  total = 129.019232 per ms 
02:07:46.260 16  switches: flows:  503223 509082 511829 498062 501249 507352 499364 505252 499370 501373 500984 505145 506511 503532 500748 502023  total = 134.021439 per ms 
02:08:46.362 16  switches: flows:  498669 494167 499078 502150 493856 495096 496179 496636 501733 498355 489501 494258 497716 491110 498219 495833  total = 132.153453 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:09:42.847312" elapsed="0.001083"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T02:09:42.849162" elapsed="0.000128"/>
</return>
<status status="PASS" start="2026-08-18T02:09:42.848568" elapsed="0.000854"/>
</branch>
<status status="PASS" start="2026-08-18T02:09:42.848519" elapsed="0.000989"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T02:09:42.849742" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-18T02:09:42.849660" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-08-18T02:09:42.849623" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T02:09:42.849985" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T02:09:42.854584" elapsed="0.000483"/>
</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-18T02:09:42.855270" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T02:09:42.855670" elapsed="0.000163"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T02:09:42.850672" elapsed="0.005235"/>
</kw>
<msg time="2026-08-18T02:09:42.856082" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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-18T02:02:40.118494" elapsed="422.737625"/>
</kw>
<status status="PASS" start="2026-08-18T02:02:40.118179" elapsed="422.738007"/>
</branch>
<status status="PASS" start="2026-08-18T02:02:40.117730" elapsed="422.738487"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:09:42.856869" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. 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:45.832 16  switches: flows:  547022 553629 546570 548133 548838 550261 551640 545678 542343 536036 534229 540619 543207 544558 541370 544357  total = 145.308167 per ms 
02:04:45.933 16  switches: flows:  512212 521283 514354 529374 517290 512362 507446 516604 510403 436471 522334 492408 510958 504265 515417 520015  total = 135.492248 per ms 
02:05:46.053 16  switches: flows:  527620 510175 531529 516975 527307 526063 523422 530679 527820 533516 522234 509894 529664 530587 527098 526700  total = 139.742255 per ms 
02:06:46.157 16  switches: flows:  476411 481585 494441 496609 488141 478933 481371 482724 493474 479900 471998 493794 483821 483622 490541 476933  total = 129.019232 per ms 
02:07:46.260 16  switches: flows:  503223 509082 511829 498062 501249 507352 499364 505252 499370 501373 500984 505145 506511 503532 500748 502023  total = 134.021439 per ms 
02:08:46.362 16  switches: flows:  498669 494167 499078 502150 493856 495096 496179 496636 501733 498355 489501 494258 497716 491110 498219 495833  total = 132.153453 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:09:42.856415" elapsed="0.000549"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-18T02:09:42.857758" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. 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:45.832 16  switches: flows:  547022 553629 546570 548133 548838 550261 551640 545678 542343 536036 534229 540619 543207 544558 541370 544357  total = 145.308167 per ms 
02:04:45.933 16  switches: flows:  512212 521283 514354 529374 517290 512362 507446 516604 510403 436471 522334 492408 510958 504265 515417 520015  total = 135.492248 per ms 
02:05:46.053 16  switches: flows:  527620 510175 531529 516975 527307 526063 523422 530679 527820 533516 522234 509894 529664 530587 527098 526700  total = 139.742255 per ms 
02:06:46.157 16  switches: flows:  476411 481585 494441 496609 488141 478933 481371 482724 493474 479900 471998 493794 483821 483622 490541 476933  total = 129.019232 per ms 
02:07:46.260 16  switches: flows:  503223 509082 511829 498062 501249 507352 499364 505252 499370 501373 500984 505145 506511 503532 500748 502023  total = 134.021439 per ms 
02:08:46.362 16  switches: flows:  498669 494167 499078 502150 493856 495096 496179 496636 501733 498355 489501 494258 497716 491110 498219 495833  total = 132.153453 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-18T02:09:42.857166" elapsed="0.000837">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. 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:45.832 16  switches: flows:  547022 553629 546570 548133 548838 550261 551640 545678 542343 536036 534229 540619 543207 544558 541370 544357  total = 145.308167 per ms 
02:04:45.933 16  switches: flows:  512212 521283 514354 529374 517290 512362 507446 516604 510403 436471 522334 492408 510958 504265 515417 520015  total = 135.492248 per ms 
02:05:46.053 16  switches: flows:  527620 510175 531529 516975 527307 526063 523422 530679 527820 533516 522234 509894 529664 530587 527098 526700  total = 139.742255 per ms 
02:06:46.157 16  switches: flows:  476411 481585 494441 496609 488141 478933 481371 482724 493474 479900 471998 493794 483821 483622 490541 476933  total = 129.019232 per ms 
02:07:46.260 16  switches: flows:  503223 509082 511829 498062 501249 507352 499364 505252 499370 501373 500984 505145 506511 503532 500748 502023  total = 134.021439 per ms 
02:08:46.362 16  switches: flows:  498669 494167 499078 502150 493856 495096 496179 496636 501733 498355 489501 494258 497716 491110 498219 495833  total = 132.153453 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-18T02:09:42.858309" elapsed="0.000031"/>
</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-18T02:09:42.858544" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-18T02:09:42.858771" elapsed="0.000047"/>
</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-18T02:09:42.859006" 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-18T02:09:42.859223" elapsed="0.000028"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-18T02:09:42.859447" elapsed="0.000027"/>
</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-18T02:09:42.859670" elapsed="0.000028"/>
</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-18T02:09:42.860060" elapsed="0.000028"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-18T02:09:42.859887" elapsed="0.000245"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-18T02:09:42.859792" elapsed="0.000380"/>
</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-18T02:09:42.860374" 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-18T02:09:42.860595" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-18T02:09:42.860867" elapsed="0.000030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-18T02:09:42.861056" elapsed="0.000019"/>
</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-18T02:09:42.861221" elapsed="0.000020"/>
</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-18T02:09:42.861375" elapsed="0.000020"/>
</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-18T02:09:42.861522" elapsed="0.000022"/>
</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-18T02:02:40.116626" elapsed="422.745050">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. 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:45.832 16  switches: flows:  547022 553629 546570 548133 548838 550261 551640 545678 542343 536036 534229 540619 543207 544558 541370 544357  total = 145.308167 per ms 
02:04:45.933 16  switches: flows:  512212 521283 514354 529374 517290 512362 507446 516604 510403 436471 522334 492408 510958 504265 515417 520015  total = 135.492248 per ms 
02:05:46.053 16  switches: flows:  527620 510175 531529 516975 527307 526063 523422 530679 527820 533516 522234 509894 529664 530587 527098 526700  total = 139.742255 per ms 
02:06:46.157 16  switches: flows:  476411 481585 494441 496609 488141 478933 481371 482724 493474 479900 471998 493794 483821 483622 490541 476933  total = 129.019232 per ms 
02:07:46.260 16  switches: flows:  503223 509082 511829 498062 501249 507352 499364 505252 499370 501373 500984 505145 506511 503532 500748 502023  total = 134.021439 per ms 
02:08:46.362 16  switches: flows:  498669 494167 499078 502150 493856 495096 496179 496636 501733 498355 489501 494258 497716 491110 498219 495833  total = 132.153453 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-18T02:09:42.861856" elapsed="0.000021"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-18T02:09:42.862406" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-08-18T02:09:42.862116" elapsed="0.000629"/>
</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-18T02:02:40.115262" elapsed="422.747548">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. 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:45.832 16  switches: flows:  547022 553629 546570 548133 548838 550261 551640 545678 542343 536036 534229 540619 543207 544558 541370 544357  total = 145.308167 per ms 
02:04:45.933 16  switches: flows:  512212 521283 514354 529374 517290 512362 507446 516604 510403 436471 522334 492408 510958 504265 515417 520015  total = 135.492248 per ms 
02:05:46.053 16  switches: flows:  527620 510175 531529 516975 527307 526063 523422 530679 527820 533516 522234 509894 529664 530587 527098 526700  total = 139.742255 per ms 
02:06:46.157 16  switches: flows:  476411 481585 494441 496609 488141 478933 481371 482724 493474 479900 471998 493794 483821 483622 490541 476933  total = 129.019232 per ms 
02:07:46.260 16  switches: flows:  503223 509082 511829 498062 501249 507352 499364 505252 499370 501373 500984 505145 506511 503532 500748 502023  total = 134.021439 per ms 
02:08:46.362 16  switches: flows:  498669 494167 499078 502150 493856 495096 496179 496636 501733 498355 489501 494258 497716 491110 498219 495833  total = 132.153453 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-18T02:09:42.864068" 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-18T02:09:42.863670" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T02:09:42.865580" 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-18T02:09:42.865033" elapsed="0.000591"/>
</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-18T02:09:42.865926" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-18T02:09:42.865694" elapsed="0.000290"/>
</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-18T02:09:42.868890" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-18T02:09:42.868604" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-08-18T02:09:42.868586" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T02:09:42.869277" 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-18T02:09:42.869392" 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-18T02:09:42.869103" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:09:42.869980" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.88" 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-18T02:09:42.869550" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T02:09:42.870558" 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-18T02:09:42.870173" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T02:09:42.871465" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T02:09:42.871553" 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-18T02:09:42.871164" elapsed="0.000413"/>
</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-18T02:09:42.871713" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T02:09:42.872912" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-18T02:09:43.453757" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 02:09:43 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 18 02:02:40 2026 from 10.30.170.7
[?2004h[jenkins@releng-00446-60-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-18T02:09:42.872539" elapsed="0.581424"/>
</kw>
<msg time="2026-08-18T02:09:43.454042" 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-18T02:09:42.872202" elapsed="0.581918"/>
</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-18T02:09:42.870795" elapsed="0.583442"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T02:09:43.454761" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T02:19:49.517654" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T02:19:49.518245" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T02:19:49.518360" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T02:09:43.454455" elapsed="606.063962"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T02:19:49.518905" elapsed="0.000669"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.520725" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:48.608 16  switches: flows:  122866 123916 126193 125268 123023 127830 124714 124334 120200 121616 120528 118614 122059 118386 119006 120457  total = 32.650167 per ms 
02:11:48.709 16  switches: flows:  125989 125989 127119 127114 125658 123547 127624 126203 123514 124102 121931 121787 121224 122542 121243 121064  total = 33.055641 per ms 
02:12:48.810 16  switches: flows:  126071 126587 129313 124321 125381 126060 127774 125201 123242 122798 119871 121911 124441 122076 120341 122488  total = 33.076064 per ms 
02:13:48.911 16  switches: flows:  127069 127129 128471 125967 124290 126194 127389 123768 124216 122143 120402 122806 124368 119093 120936 121296  total = 33.037145 per ms 
02:14:49.011 16  switches: flows:  123506 126152 125349 122846 121997 124606 126072 120743 121035 120259 118441 120227 122463 116698 120008 121189  total = 32.472303 per ms 
02:15:49.112 16  switches: flows:  113806 117030 115796 111583 112377 113915 115920 112289 112926 111936 109082 112135 112190 107355 108615 112202  total = 29.935965 per ms 
02:16:49.213 16  switches: flows:  113903 116174 115857 109486 110151 113012 115848 110981 112370 108739 108927 110484 110941 106399 109464 110660  total = 29.673725 per ms 
02:17:49.314 16  switches: flows:  109081 106759 106903 105568 103878 104951 105504 103137 103462 101779 101842 101524 103359 99359 102983 101883  total = 27.653361 per ms 
02:18:49.415 16  switches: flows:  116154 118231 115042 117187 115073 116465 120965 115409 114649 112869 115920 112111 114209 110515 113457 113662  total = 30.647484 per ms 
02:19:49.516 16  switches: flows:  123033 124182 119799 123376 119672 122531 124180 121974 121249 118311 121150 116769 121492 114727 116317 115788  total = 32.022338 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27653.36/33076.06/31286.00/10584.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:19:49.520005" elapsed="0.001071"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T02:19:49.521565" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-08-18T02:19:49.521250" elapsed="0.000475"/>
</branch>
<status status="PASS" start="2026-08-18T02:19:49.521200" elapsed="0.000609"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T02:19:49.522022" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-18T02:19:49.521940" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-08-18T02:19:49.521906" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T02:19:49.522252" elapsed="0.000043"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T02:19:49.527430" elapsed="0.000334"/>
</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-18T02:19:49.527927" elapsed="0.000157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T02:19:49.528211" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T02:19:49.522975" elapsed="0.005386"/>
</kw>
<msg time="2026-08-18T02:19:49.528486" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T02:09:42.866317" elapsed="606.662195"/>
</kw>
<status status="PASS" start="2026-08-18T02:09:42.866009" elapsed="606.662552"/>
</branch>
<status status="PASS" start="2026-08-18T02:09:42.865676" elapsed="606.662907"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.529025" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:48.608 16  switches: flows:  122866 123916 126193 125268 123023 127830 124714 124334 120200 121616 120528 118614 122059 118386 119006 120457  total = 32.650167 per ms 
02:11:48.709 16  switches: flows:  125989 125989 127119 127114 125658 123547 127624 126203 123514 124102 121931 121787 121224 122542 121243 121064  total = 33.055641 per ms 
02:12:48.810 16  switches: flows:  126071 126587 129313 124321 125381 126060 127774 125201 123242 122798 119871 121911 124441 122076 120341 122488  total = 33.076064 per ms 
02:13:48.911 16  switches: flows:  127069 127129 128471 125967 124290 126194 127389 123768 124216 122143 120402 122806 124368 119093 120936 121296  total = 33.037145 per ms 
02:14:49.011 16  switches: flows:  123506 126152 125349 122846 121997 124606 126072 120743 121035 120259 118441 120227 122463 116698 120008 121189  total = 32.472303 per ms 
02:15:49.112 16  switches: flows:  113806 117030 115796 111583 112377 113915 115920 112289 112926 111936 109082 112135 112190 107355 108615 112202  total = 29.935965 per ms 
02:16:49.213 16  switches: flows:  113903 116174 115857 109486 110151 113012 115848 110981 112370 108739 108927 110484 110941 106399 109464 110660  total = 29.673725 per ms 
02:17:49.314 16  switches: flows:  109081 106759 106903 105568 103878 104951 105504 103137 103462 101779 101842 101524 103359 99359 102983 101883  total = 27.653361 per ms 
02:18:49.415 16  switches: flows:  116154 118231 115042 117187 115073 116465 120965 115409 114649 112869 115920 112111 114209 110515 113457 113662  total = 30.647484 per ms 
02:19:49.516 16  switches: flows:  123033 124182 119799 123376 119672 122531 124180 121974 121249 118311 121150 116769 121492 114727 116317 115788  total = 32.022338 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27653.36/33076.06/31286.00/10584.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:19:49.528719" elapsed="0.000380"/>
</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-18T02:19:49.529243" elapsed="0.000360"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T02:19:49.529997" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T02:19:49.530086" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27653.36/33076.06/31286.00/10584.01 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-18T02:19:49.529763" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T02:19:49.530521" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27653.36/33076.06/31286.00/10584.01 | 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-18T02:19:49.530271" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.532940" 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-18T02:19:49.530689" elapsed="0.002306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.535370" level="INFO">27653.36/33076.06/31286.00/10584.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:19:49.533143" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T02:19:49.537785" 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-18T02:19:49.535572" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T02:19:49.540216" level="INFO">@{result_value_list} = [ 27653.36 | 33076.06 | 31286.00 | 10584.01 ]</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-18T02:19:49.537998" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.540701" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T02:19:49.540804" 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-18T02:19:49.540393" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.545457" level="INFO">min :: 27653.36</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-18T02:19:49.541200" elapsed="0.004312"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T02:19:49.541071" elapsed="0.004476"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.550000" level="INFO">max :: 33076.06</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-18T02:19:49.545759" elapsed="0.004296"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T02:19:49.545635" elapsed="0.004454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.554634" level="INFO">avg :: 31286.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T02:19:49.550326" elapsed="0.004364"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T02:19:49.550176" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.559277" level="INFO">stdev :: 10584.01</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-18T02:19:49.554959" elapsed="0.004373"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T02:19:49.554825" elapsed="0.004541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T02:19:49.540893" elapsed="0.018501"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.563378" level="INFO">${min} = 27653.36</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-18T02:19:49.559547" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.567256" level="INFO">${max} = 33076.06</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-18T02:19:49.563555" elapsed="0.003727"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.571114" level="INFO">${average} = 31286.00</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-18T02:19:49.567439" elapsed="0.003701"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.574974" level="INFO">${stdev} = 10584.01</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-18T02:19:49.571289" elapsed="0.003711"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.575495" level="INFO">${date} = 2026-08-18 02:19:49</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-18T02:19:49.575156" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.576097" level="INFO">CBench Result: 2026-08-18 02:19:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27653.36,33076.06,31286.00,10584.01</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-18T02:19:49.575667" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T02:19:49.577195" 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-18T02:19:49.576742" elapsed="0.000520"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-18T02:19:49.577409" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T02:19:49.576285" elapsed="0.001652"/>
</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-18T02:09:42.864441" elapsed="606.713553"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.578465" 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-18T02:19:49.578136" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T02:19:49.579714" 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-18T02:19:49.579227" elapsed="0.000513"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-18T02:19:49.579973" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-18T02:19:49.579830" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-18T02:19:49.579811" elapsed="0.000244"/>
</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-18T02:19:49.580194" elapsed="0.000021"/>
</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-18T02:19:49.580352" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-18T02:19:49.580509" 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-18T02:19:49.580697" elapsed="0.000020"/>
</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-18T02:19:49.580860" elapsed="0.000021"/>
</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-18T02:19:49.581005" elapsed="0.000023"/>
</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-18T02:19:49.581154" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-18T02:19:49.581368" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-18T02:19:49.581235" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-08-18T02:19:49.581218" elapsed="0.000224"/>
</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-18T02:19:49.578902" elapsed="0.002589"/>
</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-18T02:09:42.863180" elapsed="606.718356"/>
</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-18T01:52:31.237445" elapsed="1638.344514"/>
</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>
