<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-15T00:48:07.579977" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-15T00:48:08.147487" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-15T00:48:08.147351" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:08.147321" elapsed="0.000268"/>
</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-06-15T00:48:08.147732" elapsed="0.000527"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-15T00:48:08.148763" level="INFO">Logging into '10.30.171.96:8101' as 'karaf'.</msg>
<msg time="2026-06-15T00:48:08.805670" 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-06-15T00:48:08.148454" elapsed="0.657425"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-15T00:48:08.854015" 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-06-15T00:48:08.806215" elapsed="0.047875"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-15T00:48:08.855978" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-15T00:48:08.856096" 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-06-15T00:48:08.854269" elapsed="0.001857"/>
</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-06-15T00:48:08.856286" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T00:48:08.856678" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:48:08.857424" 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-06-15T00:48:08.857075" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T00:48:08.857532" elapsed="0.000062"/>
</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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-15T00:48:08.146969" elapsed="0.710762"/>
</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-06-15T00:48:08.143412" elapsed="0.714384"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T00:48:08.858421" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-15T00:48:08.858017" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T00:48:08.858899" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-15T00:48:08.858630" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-15T00:48:08.859546" 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-06-15T00:48:08.859112" elapsed="0.000461"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T00:48:08.860098" 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-06-15T00:48:08.859741" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-15T00:48:08.860683" 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-06-15T00:48:08.860286" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T00:48:08.861200" 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-06-15T00:48:08.860891" elapsed="0.000351"/>
</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-06-15T00:48:08.861549" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T00:48:08.861334" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T00:48:08.866154" 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-06-15T00:48:08.865726" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T00:48:08.867237" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T00:48:08.867319" 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-06-15T00:48:08.866736" elapsed="0.000608"/>
</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-06-15T00:48:08.867489" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T00:48:08.868881" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-15T00:48:09.588779" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 00:48:09 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-305-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-06-15T00:48:08.868350" elapsed="0.720668"/>
</kw>
<msg time="2026-06-15T00:48:09.589153" 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-06-15T00:48:08.868003" elapsed="0.721291"/>
</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-06-15T00:48:08.866385" elapsed="0.723063"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-15T00:48:09.597361" 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-06-15T00:48:09.589711" elapsed="0.009870"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T00:48:09.600022" elapsed="0.000705"/>
</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-06-15T00:48:08.865199" elapsed="0.735711"/>
</kw>
<status status="PASS" start="2026-06-15T00:48:08.861888" elapsed="0.739143"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:08.861308" elapsed="0.739795"/>
</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-06-15T00:48:09.601520" elapsed="0.001170"/>
</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-06-15T00:48:09.610103" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-15T00:48:09.609925" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:09.609885" elapsed="0.000329"/>
</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-06-15T00:48:09.615199" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-15T00:48:09.615040" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:09.615012" elapsed="0.000285"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-15T00:48:09.615493" elapsed="0.000688"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-15T00:48:09.616780" level="INFO">Logging into '10.30.171.96:8101' as 'karaf'.</msg>
<msg time="2026-06-15T00:48:09.856542" 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-06-15T00:48:09.616393" elapsed="0.240310"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-15T00:48:09.951896" 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-06-15T00:48:09.856992" elapsed="0.094986"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-15T00:48:09.974919" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-15T00:48:09.975124" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-15T00:48:09.952165" elapsed="0.022991"/>
</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-06-15T00:48:09.975297" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T00:48:09.975634" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:48:09.976343" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-15T00:48:09.976001" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T00:48:09.976451" elapsed="0.000061"/>
</return>
<msg time="2026-06-15T00:48:09.976668" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-15T00:48:09.614503" elapsed="0.362197"/>
</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-06-15T00:48:09.976864" elapsed="0.000592"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T00:48:09.977507" elapsed="0.000034"/>
</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-06-15T00:48:09.609435" elapsed="0.368206"/>
</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-06-15T00:48:09.981418" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-15T00:48:09.981281" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:09.981256" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-15T00:48:09.981621" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-15T00:48:09.982672" level="INFO">Logging into '10.30.171.96:8101' as 'karaf'.</msg>
<msg time="2026-06-15T00:48:10.146330" 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-06-15T00:48:09.982258" elapsed="0.164174"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-15T00:48:10.172440" 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-06-15T00:48:10.146613" elapsed="0.025885"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-15T00:48:10.174579" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-15T00:48:10.174679" 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-06-15T00:48:10.172644" elapsed="0.002063"/>
</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-06-15T00:48:10.174857" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T00:48:10.175179" elapsed="0.000168"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:48:10.175779" 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-06-15T00:48:10.175483" elapsed="0.000366"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T00:48:10.175898" elapsed="0.000044"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-15T00:48:09.980926" elapsed="0.195124"/>
</kw>
<status status="PASS" start="2026-06-15T00:48:08.141581" elapsed="2.034531"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:48:10.178384" 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-06-15T00:48:10.177233" elapsed="0.001215"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T00:48:10.179884" 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-06-15T00:48:10.179517" elapsed="0.000411"/>
</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-06-15T00:48:10.180242" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T00:48:10.180008" elapsed="0.000291"/>
</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-06-15T00:48:10.183277" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T00:48:10.183030" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:10.183011" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-15T00:48:10.183706" 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-06-15T00:48:10.183849" 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-06-15T00:48:10.183491" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:48:10.184431" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.185" 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-06-15T00:48:10.184012" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T00:48:10.185252" 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-06-15T00:48:10.184645" elapsed="0.000639"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T00:48:10.186446" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T00:48:10.186567" 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-06-15T00:48:10.186024" elapsed="0.000576"/>
</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-06-15T00:48:10.186794" elapsed="0.000421"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T00:48:10.188280" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-15T00:48:10.519505" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 00:48:09 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 15 00:48:09 2026 from 10.30.171.28
[?2004h[jenkins@releng-63164-305-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-06-15T00:48:10.187791" elapsed="0.331868"/>
</kw>
<msg time="2026-06-15T00:48:10.519733" 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-06-15T00:48:10.187372" elapsed="0.332446"/>
</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-06-15T00:48:10.185524" elapsed="0.334423"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-15T00:48:10.520447" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-15T00:58:16.658026" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-15T00:58:16.658573" level="INFO">${stdout} = </msg>
<msg time="2026-06-15T00:58:16.658680" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-15T00:48:10.520150" elapsed="606.138591"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T00:58:16.659256" elapsed="0.000852"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.661369" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:15.723 16  switches: flows:  109286 109023 107609 109768 111949 108342 109438 107939 106642 104478 105383 107125 104702 104074 104888 107324  total = 28.632833 per ms 
00:50:15.823 16  switches: flows:  121619 124400 119460 121574 124250 120949 119267 117342 117887 116542 117249 116220 114223 116396 118626 118325  total = 31.685913 per ms 
00:51:15.924 16  switches: flows:  120789 124237 118833 120923 119519 119054 117510 117424 116228 114991 114960 113846 112607 117235 115370 115609  total = 31.266678 per ms 
00:52:16.025 16  switches: flows:  123784 126542 122025 122963 123367 120890 119837 118031 118340 116896 118129 114543 116148 118039 117930 119295  total = 31.892747 per ms 
00:53:16.126 16  switches: flows:  124155 126147 124063 123994 123643 121573 122199 118824 119316 119372 119522 117486 115190 119598 118580 117619  total = 32.134318 per ms 
00:54:16.227 16  switches: flows:  124883 126170 123514 125345 125365 121755 122047 119604 121813 118911 118876 120063 116734 120292 118410 120485  total = 32.350430 per ms 
00:55:16.328 16  switches: flows:  123172 126031 122523 122814 122208 120899 121138 119588 117091 117087 117763 116460 113559 119344 117401 117904  total = 31.863176 per ms 
00:56:16.429 16  switches: flows:  124610 126875 123422 125463 123793 122100 122251 120998 119741 119426 117761 119096 115569 119023 118683 120422  total = 32.266643 per ms 
00:57:16.530 16  switches: flows:  123310 123752 121116 123477 124522 122749 120799 119864 119482 117281 117978 116447 115530 119778 117776 119242  total = 31.998257 per ms 
00:58:16.631 16  switches: flows:  121757 122827 119861 121792 121891 119107 119233 116571 118221 116721 116610 115475 114364 118084 115125 116472  total = 31.515898 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31266.68/32350.43/31886.01/10633.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T00:58:16.660516" elapsed="0.001192"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-15T00:58:16.662301" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-06-15T00:58:16.661958" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-06-15T00:58:16.661894" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-15T00:58:16.662728" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-15T00:58:16.662648" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-06-15T00:58:16.662614" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-15T00:58:16.662971" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-15T00:58:16.666845" elapsed="0.000365"/>
</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-06-15T00:58:16.667360" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T00:58:16.667660" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-15T00:58:16.663734" elapsed="0.004080"/>
</kw>
<msg time="2026-06-15T00:58:16.667966" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-15T00:48:10.180645" elapsed="606.487347"/>
</kw>
<status status="PASS" start="2026-06-15T00:48:10.180326" elapsed="606.487715"/>
</branch>
<status status="PASS" start="2026-06-15T00:48:10.179984" elapsed="606.488081"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.668501" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:15.723 16  switches: flows:  109286 109023 107609 109768 111949 108342 109438 107939 106642 104478 105383 107125 104702 104074 104888 107324  total = 28.632833 per ms 
00:50:15.823 16  switches: flows:  121619 124400 119460 121574 124250 120949 119267 117342 117887 116542 117249 116220 114223 116396 118626 118325  total = 31.685913 per ms 
00:51:15.924 16  switches: flows:  120789 124237 118833 120923 119519 119054 117510 117424 116228 114991 114960 113846 112607 117235 115370 115609  total = 31.266678 per ms 
00:52:16.025 16  switches: flows:  123784 126542 122025 122963 123367 120890 119837 118031 118340 116896 118129 114543 116148 118039 117930 119295  total = 31.892747 per ms 
00:53:16.126 16  switches: flows:  124155 126147 124063 123994 123643 121573 122199 118824 119316 119372 119522 117486 115190 119598 118580 117619  total = 32.134318 per ms 
00:54:16.227 16  switches: flows:  124883 126170 123514 125345 125365 121755 122047 119604 121813 118911 118876 120063 116734 120292 118410 120485  total = 32.350430 per ms 
00:55:16.328 16  switches: flows:  123172 126031 122523 122814 122208 120899 121138 119588 117091 117087 117763 116460 113559 119344 117401 117904  total = 31.863176 per ms 
00:56:16.429 16  switches: flows:  124610 126875 123422 125463 123793 122100 122251 120998 119741 119426 117761 119096 115569 119023 118683 120422  total = 32.266643 per ms 
00:57:16.530 16  switches: flows:  123310 123752 121116 123477 124522 122749 120799 119864 119482 117281 117978 116447 115530 119778 117776 119242  total = 31.998257 per ms 
00:58:16.631 16  switches: flows:  121757 122827 119861 121792 121891 119107 119233 116571 118221 116721 116610 115475 114364 118084 115125 116472  total = 31.515898 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31266.68/32350.43/31886.01/10633.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T00:58:16.668209" elapsed="0.000376"/>
</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-06-15T00:58:16.668751" elapsed="0.000416"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-15T00:58:16.669567" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-15T00:58:16.669661" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31266.68/32350.43/31886.01/10633.87 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-06-15T00:58:16.669329" elapsed="0.000357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T00:58:16.670126" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31266.68/32350.43/31886.01/10633.87 | 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-06-15T00:58:16.669854" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.672535" 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-06-15T00:58:16.670321" elapsed="0.002272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.674954" level="INFO">31266.68/32350.43/31886.01/10633.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T00:58:16.672776" elapsed="0.002235"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T00:58:16.677330" 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-06-15T00:58:16.675158" elapsed="0.002199"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T00:58:16.679703" level="INFO">@{result_value_list} = [ 31266.68 | 32350.43 | 31886.01 | 10633.87 ]</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-06-15T00:58:16.677541" elapsed="0.002189"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.680271" level="INFO">Length is 4.</msg>
<msg time="2026-06-15T00:58:16.680369" 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-06-15T00:58:16.679904" elapsed="0.000490"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.685318" level="INFO">min :: 31266.68</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-06-15T00:58:16.680849" elapsed="0.004525"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-15T00:58:16.680694" elapsed="0.004715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.689869" level="INFO">max :: 32350.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T00:58:16.685628" elapsed="0.004298"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-15T00:58:16.685503" elapsed="0.004457"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.694455" level="INFO">avg :: 31886.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-06-15T00:58:16.690180" elapsed="0.004331"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-15T00:58:16.690053" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.699023" level="INFO">stdev :: 10633.87</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-06-15T00:58:16.694763" elapsed="0.004316"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-15T00:58:16.694638" elapsed="0.004475"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-15T00:58:16.680480" elapsed="0.018666"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.703501" level="INFO">${min} = 31266.68</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-06-15T00:58:16.699302" elapsed="0.004227"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.707489" level="INFO">${max} = 32350.43</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-06-15T00:58:16.703681" elapsed="0.003835"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.711339" level="INFO">${average} = 31886.01</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-06-15T00:58:16.707666" elapsed="0.003699"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.715204" level="INFO">${stdev} = 10633.87</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-06-15T00:58:16.711513" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.715751" level="INFO">${date} = 2026-06-15 00:58:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-15T00:58:16.715387" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.716353" level="INFO">CBench Result: 2026-06-15 00:58:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31266.68,32350.43,31886.01,10633.87</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-06-15T00:58:16.715936" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T00:58:16.717561" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-15T00:58:16.717141" elapsed="0.000486"/>
</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-06-15T00:58:16.717841" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-15T00:58:16.716549" elapsed="0.001833"/>
</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-06-15T00:48:10.178893" elapsed="606.539549"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.718926" 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-06-15T00:58:16.718593" elapsed="0.000389"/>
</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-06-15T00:58:16.719489" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-06-15T00:58:16.719195" elapsed="0.000641"/>
</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-06-15T00:48:10.176269" elapsed="606.543607"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.721968" 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-06-15T00:58:16.721508" elapsed="0.000518"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.723259" 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-06-15T00:58:16.722929" 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-06-15T00:58:16.723625" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T00:58:16.723408" elapsed="0.000275"/>
</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-06-15T00:58:16.726555" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-15T00:58:16.726292" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-06-15T00:58:16.726274" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-15T00:58:16.726976" 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-06-15T00:58:16.727094" 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-06-15T00:58:16.726770" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.727665" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.185" 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-06-15T00:58:16.727254" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T00:58:16.728278" 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-06-15T00:58:16.727882" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T00:58:16.729223" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T00:58:16.729310" 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-06-15T00:58:16.728922" elapsed="0.000411"/>
</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-06-15T00:58:16.729470" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T00:58:16.730699" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-15T00:58:17.307095" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 00:58:16 UTC 2026

  System load:  0.94               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 15 00:48:10 2026 from 10.30.171.28
[?2004h[jenkins@releng-63164-305-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-06-15T00:58:16.730346" elapsed="0.576965"/>
</kw>
<msg time="2026-06-15T00:58:17.307405" 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-06-15T00:58:16.729975" elapsed="0.577523"/>
</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-06-15T00:58:16.728502" elapsed="0.579114"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-15T00:58:17.308212" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-15T01:03:53.223996" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-15T01:03:53.225148" level="INFO">${stdout} = </msg>
<msg time="2026-06-15T01:03:53.225253" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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-06-15T00:58:17.307885" elapsed="335.917424"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:03:53.225760" elapsed="0.000729"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:03:53.227637" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.425 16  switches: flows:  523330 528231 534725 533743 517461 538438 545774 522288 507970 492561 523137 538680 528130 514378 527418 509929  total = 139.769883 per ms 
01:00:22.527 16  switches: flows:  547478 541525 537213 560468 557330 562903 560070 553179 556800 563732 546228 557573 542424 555355 554775 556900  total = 147.316477 per ms 
01:01:22.629 16  switches: flows:  507629 508644 405646 548097 481890 521105 563722 549240 517824 551511 396082 528274 519325 512368 509050 414915  total = 133.696583 per ms 
01:02:22.731 16  switches: flows:  646640 635932 639797 638723 641081 633374 634763 647216 645059 639762 644408 647050 629044 642671 630824 631548  total = 170.177123 per ms 
01:03:30.381 16  switches: flows:  414238 410894 433182 441039 424322 419103 437989 421335 402337 434870 274065 410515 428288 400958 412711 425215  total = 97.427565 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-06-15T01:03:53.226891" elapsed="0.001073"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-15T01:03:53.228475" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-06-15T01:03:53.228162" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-06-15T01:03:53.228112" elapsed="0.000568"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-15T01:03:53.228919" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:03:53.228803" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-06-15T01:03:53.228769" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-15T01:03:53.229127" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-15T01:03:53.232733" elapsed="0.000358"/>
</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-06-15T01:03:53.233237" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:03:53.233528" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-15T01:03:53.229785" elapsed="0.003896"/>
</kw>
<msg time="2026-06-15T01:03:53.233810" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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-06-15T00:58:16.724038" elapsed="336.509814"/>
</kw>
<status status="PASS" start="2026-06-15T00:58:16.723708" elapsed="336.510194"/>
</branch>
<status status="PASS" start="2026-06-15T00:58:16.723388" elapsed="336.510538"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:03:53.234361" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.425 16  switches: flows:  523330 528231 534725 533743 517461 538438 545774 522288 507970 492561 523137 538680 528130 514378 527418 509929  total = 139.769883 per ms 
01:00:22.527 16  switches: flows:  547478 541525 537213 560468 557330 562903 560070 553179 556800 563732 546228 557573 542424 555355 554775 556900  total = 147.316477 per ms 
01:01:22.629 16  switches: flows:  507629 508644 405646 548097 481890 521105 563722 549240 517824 551511 396082 528274 519325 512368 509050 414915  total = 133.696583 per ms 
01:02:22.731 16  switches: flows:  646640 635932 639797 638723 641081 633374 634763 647216 645059 639762 644408 647050 629044 642671 630824 631548  total = 170.177123 per ms 
01:03:30.381 16  switches: flows:  414238 410894 433182 441039 424322 419103 437989 421335 402337 434870 274065 410515 428288 400958 412711 425215  total = 97.427565 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-06-15T01:03:53.234066" elapsed="0.000363"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-15T01:03:53.235037" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.425 16  switches: flows:  523330 528231 534725 533743 517461 538438 545774 522288 507970 492561 523137 538680 528130 514378 527418 509929  total = 139.769883 per ms 
01:00:22.527 16  switches: flows:  547478 541525 537213 560468 557330 562903 560070 553179 556800 563732 546228 557573 542424 555355 554775 556900  total = 147.316477 per ms 
01:01:22.629 16  switches: flows:  507629 508644 405646 548097 481890 521105 563722 549240 517824 551511 396082 528274 519325 512368 509050 414915  total = 133.696583 per ms 
01:02:22.731 16  switches: flows:  646640 635932 639797 638723 641081 633374 634763 647216 645059 639762 644408 647050 629044 642671 630824 631548  total = 170.177123 per ms 
01:03:30.381 16  switches: flows:  414238 410894 433182 441039 424322 419103 437989 421335 402337 434870 274065 410515 428288 400958 412711 425215  total = 97.427565 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-06-15T01:03:53.234575" elapsed="0.000661">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.425 16  switches: flows:  523330 528231 534725 533743 517461 538438 545774 522288 507970 492561 523137 538680 528130 514378 527418 509929  total = 139.769883 per ms 
01:00:22.527 16  switches: flows:  547478 541525 537213 560468 557330 562903 560070 553179 556800 563732 546228 557573 542424 555355 554775 556900  total = 147.316477 per ms 
01:01:22.629 16  switches: flows:  507629 508644 405646 548097 481890 521105 563722 549240 517824 551511 396082 528274 519325 512368 509050 414915  total = 133.696583 per ms 
01:02:22.731 16  switches: flows:  646640 635932 639797 638723 641081 633374 634763 647216 645059 639762 644408 647050 629044 642671 630824 631548  total = 170.177123 per ms 
01:03:30.381 16  switches: flows:  414238 410894 433182 441039 424322 419103 437989 421335 402337 434870 274065 410515 428288 400958 412711 425215  total = 97.427565 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-06-15T01:03:53.235447" elapsed="0.000022"/>
</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-06-15T01:03:53.235615" elapsed="0.000021"/>
</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-06-15T01:03:53.235771" elapsed="0.000026"/>
</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-06-15T01:03:53.235947" elapsed="0.000020"/>
</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-06-15T01:03:53.236132" elapsed="0.000023"/>
</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-06-15T01:03:53.236296" elapsed="0.000019"/>
</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-06-15T01:03:53.236456" elapsed="0.000019"/>
</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-06-15T01:03:53.236734" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-06-15T01:03:53.236609" elapsed="0.000177"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-06-15T01:03:53.236537" elapsed="0.000278"/>
</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-06-15T01:03:53.236977" elapsed="0.000020"/>
</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-06-15T01:03:53.237133" elapsed="0.000019"/>
</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-06-15T01:03:53.237286" elapsed="0.000020"/>
</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-06-15T01:03:53.237441" 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-06-15T01:03:53.237604" 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-06-15T01:03:53.237756" elapsed="0.000019"/>
</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-06-15T01:03:53.237918" 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-06-15T00:58:16.722339" elapsed="336.515733">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.425 16  switches: flows:  523330 528231 534725 533743 517461 538438 545774 522288 507970 492561 523137 538680 528130 514378 527418 509929  total = 139.769883 per ms 
01:00:22.527 16  switches: flows:  547478 541525 537213 560468 557330 562903 560070 553179 556800 563732 546228 557573 542424 555355 554775 556900  total = 147.316477 per ms 
01:01:22.629 16  switches: flows:  507629 508644 405646 548097 481890 521105 563722 549240 517824 551511 396082 528274 519325 512368 509050 414915  total = 133.696583 per ms 
01:02:22.731 16  switches: flows:  646640 635932 639797 638723 641081 633374 634763 647216 645059 639762 644408 647050 629044 642671 630824 631548  total = 170.177123 per ms 
01:03:30.381 16  switches: flows:  414238 410894 433182 441039 424322 419103 437989 421335 402337 434870 274065 410515 428288 400958 412711 425215  total = 97.427565 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-06-15T01:03:53.238248" 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-06-15T01:03:53.238808" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-15T01:03:53.238514" elapsed="0.000649"/>
</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-06-15T00:58:16.720942" elapsed="336.518260">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:22.425 16  switches: flows:  523330 528231 534725 533743 517461 538438 545774 522288 507970 492561 523137 538680 528130 514378 527418 509929  total = 139.769883 per ms 
01:00:22.527 16  switches: flows:  547478 541525 537213 560468 557330 562903 560070 553179 556800 563732 546228 557573 542424 555355 554775 556900  total = 147.316477 per ms 
01:01:22.629 16  switches: flows:  507629 508644 405646 548097 481890 521105 563722 549240 517824 551511 396082 528274 519325 512368 509050 414915  total = 133.696583 per ms 
01:02:22.731 16  switches: flows:  646640 635932 639797 638723 641081 633374 634763 647216 645059 639762 644408 647050 629044 642671 630824 631548  total = 170.177123 per ms 
01:03:30.381 16  switches: flows:  414238 410894 433182 441039 424322 419103 437989 421335 402337 434870 274065 410515 428288 400958 412711 425215  total = 97.427565 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-06-15T01:03:53.240675" 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-06-15T01:03:53.240279" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T01:03:53.242165" 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-06-15T01:03:53.241592" elapsed="0.000619"/>
</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-06-15T01:03:53.242494" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:03:53.242280" elapsed="0.000271"/>
</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-06-15T01:03:53.245389" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:03:53.245148" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-06-15T01:03:53.245129" elapsed="0.000339"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:03:53.245771" 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-06-15T01:03:53.245903" 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-06-15T01:03:53.245594" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:03:53.246486" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.185" 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-06-15T01:03:53.246061" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:03:53.247081" 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-06-15T01:03:53.246678" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T01:03:53.247998" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T01:03:53.248086" 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-06-15T01:03:53.247681" elapsed="0.000429"/>
</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-06-15T01:03:53.248247" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T01:03:53.249416" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-15T01:03:53.835578" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 01:03:53 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 15 00:58:17 2026 from 10.30.171.28
[?2004h[jenkins@releng-63164-305-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-06-15T01:03:53.249066" elapsed="0.586661"/>
</kw>
<msg time="2026-06-15T01:03:53.835798" 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-06-15T01:03:53.248712" elapsed="0.587173"/>
</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-06-15T01:03:53.247303" elapsed="0.588685"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-15T01:03:53.836462" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-15T01:13:59.911711" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-15T01:13:59.912223" level="INFO">${stdout} = </msg>
<msg time="2026-06-15T01:13:59.912325" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-15T01:03:53.836187" elapsed="606.076199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:13:59.912856" elapsed="0.000654"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.914624" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:58.973 16  switches: flows:  123695 121983 120038 117703 117811 118785 118594 119698 118213 115950 116810 116745 116762 116592 115801 115909  total = 31.518150 per ms 
01:05:59.073 16  switches: flows:  117584 116392 115831 115676 116869 114988 116043 115454 113083 115279 113765 114993 114990 113061 113919 114465  total = 30.655329 per ms 
01:06:59.174 16  switches: flows:  126347 122754 122902 121378 124827 123045 122314 121010 121660 119520 120236 123068 121949 118383 121384 121916  total = 32.490566 per ms 
01:07:59.274 16  switches: flows:  127058 126419 125983 123860 124588 125738 121779 122713 121016 119448 118788 122993 122447 119957 123642 123954  total = 32.785036 per ms 
01:08:59.374 16  switches: flows:  125366 126394 124981 122576 122245 125247 122520 121959 117976 119893 118505 120654 122373 120531 123317 123614  total = 32.581441 per ms 
01:09:59.474 16  switches: flows:  129089 126217 127464 125463 122268 124946 122598 123837 121907 119441 119065 120044 121978 119940 123329 125996  total = 32.838208 per ms 
01:10:59.575 16  switches: flows:  126261 125371 123597 122021 121471 123322 119521 121621 117094 117472 115854 119940 120531 117386 119821 121275  total = 32.155151 per ms 
01:11:59.676 16  switches: flows:  126204 125773 126162 123575 122735 123457 120672 121930 118947 118607 117614 120804 120829 119020 122696 124435  total = 32.503390 per ms 
01:12:59.776 16  switches: flows:  126074 126923 125752 124317 123740 125196 121719 120733 119363 120906 118470 121323 121201 119488 123392 123604  total = 32.648814 per ms 
01:13:59.876 16  switches: flows:  128675 127042 127385 125934 126112 126530 124083 124522 121675 120570 120382 122470 123701 122956 124058 126080  total = 33.147578 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30655.33/33147.58/32422.83/10828.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:13:59.913895" elapsed="0.001052"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-15T01:13:59.915484" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-15T01:13:59.915179" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-06-15T01:13:59.915126" elapsed="0.000564"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-15T01:13:59.915926" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:13:59.915813" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-06-15T01:13:59.915779" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-15T01:13:59.916130" elapsed="0.000028"/>
</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-06-15T01:13:59.921313" elapsed="0.000492"/>
</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-06-15T01:13:59.922044" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:13:59.922462" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-15T01:13:59.916875" elapsed="0.005817"/>
</kw>
<msg time="2026-06-15T01:13:59.922905" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-15T01:03:53.242908" elapsed="606.680038"/>
</kw>
<status status="PASS" start="2026-06-15T01:03:53.242575" elapsed="606.680472"/>
</branch>
<status status="PASS" start="2026-06-15T01:03:53.242262" elapsed="606.680820"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.923776" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:58.973 16  switches: flows:  123695 121983 120038 117703 117811 118785 118594 119698 118213 115950 116810 116745 116762 116592 115801 115909  total = 31.518150 per ms 
01:05:59.073 16  switches: flows:  117584 116392 115831 115676 116869 114988 116043 115454 113083 115279 113765 114993 114990 113061 113919 114465  total = 30.655329 per ms 
01:06:59.174 16  switches: flows:  126347 122754 122902 121378 124827 123045 122314 121010 121660 119520 120236 123068 121949 118383 121384 121916  total = 32.490566 per ms 
01:07:59.274 16  switches: flows:  127058 126419 125983 123860 124588 125738 121779 122713 121016 119448 118788 122993 122447 119957 123642 123954  total = 32.785036 per ms 
01:08:59.374 16  switches: flows:  125366 126394 124981 122576 122245 125247 122520 121959 117976 119893 118505 120654 122373 120531 123317 123614  total = 32.581441 per ms 
01:09:59.474 16  switches: flows:  129089 126217 127464 125463 122268 124946 122598 123837 121907 119441 119065 120044 121978 119940 123329 125996  total = 32.838208 per ms 
01:10:59.575 16  switches: flows:  126261 125371 123597 122021 121471 123322 119521 121621 117094 117472 115854 119940 120531 117386 119821 121275  total = 32.155151 per ms 
01:11:59.676 16  switches: flows:  126204 125773 126162 123575 122735 123457 120672 121930 118947 118607 117614 120804 120829 119020 122696 124435  total = 32.503390 per ms 
01:12:59.776 16  switches: flows:  126074 126923 125752 124317 123740 125196 121719 120733 119363 120906 118470 121323 121201 119488 123392 123604  total = 32.648814 per ms 
01:13:59.876 16  switches: flows:  128675 127042 127385 125934 126112 126530 124083 124522 121675 120570 120382 122470 123701 122956 124058 126080  total = 33.147578 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30655.33/33147.58/32422.83/10828.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:13:59.923318" elapsed="0.000632"/>
</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-06-15T01:13:59.924162" elapsed="0.000502"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-15T01:13:59.925205" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-15T01:13:59.925328" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30655.33/33147.58/32422.83/10828.73 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-06-15T01:13:59.924905" elapsed="0.000456"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T01:13:59.926081" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30655.33/33147.58/32422.83/10828.73 | 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-06-15T01:13:59.925571" elapsed="0.000547"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.929465" 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-06-15T01:13:59.926315" elapsed="0.003227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.932587" level="INFO">30655.33/33147.58/32422.83/10828.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:13:59.929751" elapsed="0.002891"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T01:13:59.934967" 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-06-15T01:13:59.932789" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T01:13:59.937372" level="INFO">@{result_value_list} = [ 30655.33 | 33147.58 | 32422.83 | 10828.73 ]</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-06-15T01:13:59.935196" elapsed="0.002203"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.937868" level="INFO">Length is 4.</msg>
<msg time="2026-06-15T01:13:59.937955" 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-06-15T01:13:59.937551" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.942616" level="INFO">min :: 30655.33</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-06-15T01:13:59.938380" elapsed="0.004298"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-15T01:13:59.938246" elapsed="0.004467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.947281" level="INFO">max :: 33147.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:13:59.942963" elapsed="0.004373"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-15T01:13:59.942802" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.951952" level="INFO">avg :: 32422.83</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-06-15T01:13:59.947692" elapsed="0.004317"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-15T01:13:59.947460" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.956833" level="INFO">stdev :: 10828.73</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-06-15T01:13:59.952253" elapsed="0.004639"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-15T01:13:59.952129" elapsed="0.004799"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-15T01:13:59.938058" elapsed="0.018900"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.960781" level="INFO">${min} = 30655.33</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-06-15T01:13:59.957117" elapsed="0.003691"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.964664" level="INFO">${max} = 33147.58</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-06-15T01:13:59.960983" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.968566" level="INFO">${average} = 32422.83</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-06-15T01:13:59.964856" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.972445" level="INFO">${stdev} = 10828.73</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-06-15T01:13:59.968745" elapsed="0.003727"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.973001" level="INFO">${date} = 2026-06-15 01:13:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-15T01:13:59.972629" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.973575" level="INFO">CBench Result: 2026-06-15 01:13:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30655.33,33147.58,32422.83,10828.73</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-06-15T01:13:59.973175" elapsed="0.000455"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T01:13:59.974755" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-15T01:13:59.974301" elapsed="0.000535"/>
</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-06-15T01:13:59.975022" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-15T01:13:59.973780" elapsed="0.001766"/>
</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-06-15T01:03:53.241051" elapsed="606.734553"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.976084" 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-06-15T01:13:59.975752" elapsed="0.000388"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-15T01:13:59.977367" 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-06-15T01:13:59.976875" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-15T01:13:59.977616" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-06-15T01:13:59.977469" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-15T01:13:59.977449" elapsed="0.000256"/>
</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-06-15T01:13:59.977870" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-15T01:13:59.978032" 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-06-15T01:13:59.978189" elapsed="0.000024"/>
</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-06-15T01:13:59.978387" 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-06-15T01:13:59.978534" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-15T01:13:59.978677" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-15T01:13:59.978854" elapsed="0.000035"/>
</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-06-15T01:13:59.979091" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:13:59.978955" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-06-15T01:13:59.978938" elapsed="0.000235"/>
</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-06-15T01:13:59.976522" elapsed="0.002701"/>
</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-06-15T01:03:53.239727" elapsed="606.739541"/>
</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-06-15T00:48:07.581568" elapsed="1552.398240"/>
</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>
