<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-10T00:45:45.775304" 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-09-10T00:45:46.280710" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-10T00:45:46.280577" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:46.280549" elapsed="0.000253"/>
</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-09-10T00:45:46.280944" elapsed="0.000487"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-10T00:45:46.281850" level="INFO">Logging into '10.30.171.202:8101' as 'karaf'.</msg>
<msg time="2026-09-10T00:45:47.034535" 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-09-10T00:45:46.281585" elapsed="0.753112"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.083327" 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-09-10T00:45:47.034963" elapsed="0.048431"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.085150" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-10T00:45:47.085253" 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-09-10T00:45:47.083558" elapsed="0.001722"/>
</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-09-10T00:45:47.085424" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T00:45:47.085766" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.086466" 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-09-10T00:45:47.086165" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-10T00:45:47.086563" elapsed="0.000047"/>
</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.202
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-10T00:45:46.280243" elapsed="0.806471"/>
</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-09-10T00:45:46.276791" elapsed="0.809978"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-10T00:45:47.087308" 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-09-10T00:45:47.086950" elapsed="0.000408"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-10T00:45:47.087716" 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-09-10T00:45:47.087493" elapsed="0.000283"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.088331" 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-09-10T00:45:47.087927" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.088895" 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-09-10T00:45:47.088539" elapsed="0.000395"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.089422" 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-09-10T00:45:47.089065" elapsed="0.000381"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.089878" 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-09-10T00:45:47.089588" elapsed="0.000328"/>
</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-09-10T00:45:47.090195" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-10T00:45:47.089990" elapsed="0.000253"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.094233" 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-09-10T00:45:47.093804" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.095200" level="INFO">Length is 0.</msg>
<msg time="2026-09-10T00:45:47.095274" 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-09-10T00:45:47.094743" elapsed="0.000552"/>
</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-09-10T00:45:47.095422" elapsed="0.000525"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.096873" level="INFO">Logging into '10.30.170.95:22' as 'jenkins'.</msg>
<msg time="2026-09-10T00:45:47.590069" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 10 00:45:17 UTC 2026

  System load:  0.17               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.95
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


[?2004h[jenkins@releng-63164-394-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-09-10T00:45:47.096426" elapsed="0.493829"/>
</kw>
<msg time="2026-09-10T00:45:47.590351" 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-09-10T00:45:47.096086" elapsed="0.494369"/>
</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-09-10T00:45:47.094440" elapsed="0.496139"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.601336" 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-09-10T00:45:47.590807" elapsed="0.012632"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T00:45:47.603632" elapsed="0.000308"/>
</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-09-10T00:45:47.093349" elapsed="0.510679"/>
</kw>
<status status="PASS" start="2026-09-10T00:45:47.090316" elapsed="0.513760"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:47.089968" elapsed="0.514176"/>
</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-09-10T00:45:47.604347" elapsed="0.000680"/>
</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-09-10T00:45:47.610667" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-10T00:45:47.610509" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:47.610477" elapsed="0.000289"/>
</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-09-10T00:45:47.615321" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-09-10T00:45:47.615169" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:47.615145" elapsed="0.000262"/>
</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-09-10T00:45:47.615572" elapsed="0.000584"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.616656" level="INFO">Logging into '10.30.171.202:8101' as 'karaf'.</msg>
<msg time="2026-09-10T00:45:47.834587" 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-09-10T00:45:47.616339" elapsed="0.218410"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.924067" 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-09-10T00:45:47.835044" elapsed="0.089190"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.941618" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-10T00:45:47.941813" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-10T00:45:47.924488" elapsed="0.017354"/>
</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-09-10T00:45:47.941987" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T00:45:47.942338" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:45:47.942974" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-10T00:45:47.942663" elapsed="0.000360"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-10T00:45:47.943071" elapsed="0.000078"/>
</return>
<msg time="2026-09-10T00:45:47.943288" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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.202
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-10T00:45:47.614673" elapsed="0.328644"/>
</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-09-10T00:45:47.943447" elapsed="0.000501"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-10T00:45:47.943994" elapsed="0.000029"/>
</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-09-10T00:45:47.610117" elapsed="0.334060"/>
</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-09-10T00:45:47.947728" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-10T00:45:47.947601" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:47.947578" elapsed="0.000215"/>
</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-09-10T00:45:47.947935" elapsed="0.000428"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-10T00:45:47.948722" level="INFO">Logging into '10.30.171.202:8101' as 'karaf'.</msg>
<msg time="2026-09-10T00:45:48.125809" 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-09-10T00:45:47.948493" elapsed="0.177487"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-10T00:45:48.187506" 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-09-10T00:45:48.126248" elapsed="0.061383"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-10T00:45:48.190392" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-10T00:45:48.190493" 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-09-10T00:45:48.187899" elapsed="0.002621"/>
</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-09-10T00:45:48.190643" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T00:45:48.190977" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:45:48.191594" 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-09-10T00:45:48.191312" elapsed="0.000327"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-10T00:45:48.191687" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.202
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-10T00:45:47.947306" elapsed="0.244532"/>
</kw>
<status status="PASS" start="2026-09-10T00:45:46.275133" elapsed="1.916778"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:45:48.193714" 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-09-10T00:45:48.192647" elapsed="0.001124"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-10T00:45:48.195286" 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-09-10T00:45:48.194829" elapsed="0.000511"/>
</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-09-10T00:45:48.195722" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-10T00:45:48.195435" elapsed="0.000356"/>
</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-09-10T00:45:48.198739" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-10T00:45:48.198514" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:48.198496" elapsed="0.000317"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-10T00:45:48.199152" 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-09-10T00:45:48.199262" 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-09-10T00:45:48.198948" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:45:48.199785" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.95" 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-09-10T00:45:48.199406" elapsed="0.000433"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-10T00:45:48.200414" 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-09-10T00:45:48.199980" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T00:45:48.201266" level="INFO">Length is 0.</msg>
<msg time="2026-09-10T00:45:48.201346" 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-09-10T00:45:48.200962" elapsed="0.000405"/>
</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-09-10T00:45:48.201492" elapsed="0.000296"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-10T00:45:48.202587" level="INFO">Logging into '10.30.170.95:22' as 'jenkins'.</msg>
<msg time="2026-09-10T00:45:48.590467" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 10 00:45:17 UTC 2026

  System load:  0.17               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.95
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Thu Sep 10 00:45:47 2026 from 10.30.171.222
[?2004h[jenkins@releng-63164-394-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-09-10T00:45:48.202275" elapsed="0.388364"/>
</kw>
<msg time="2026-09-10T00:45:48.590715" 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-09-10T00:45:48.201946" elapsed="0.388849"/>
</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-09-10T00:45:48.200619" elapsed="0.390297"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-10T00:45:48.591391" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-10T00:55:54.715856" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-10T00:55:54.716346" level="INFO">${stdout} = </msg>
<msg time="2026-09-10T00:55:54.716439" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-10T00:45:48.591126" elapsed="606.125365"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T00:55:54.716902" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.718737" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202: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.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:53.794 16  switches: flows:  90742 89821 93174 91127 90973 87416 88771 89165 84070 84108 84247 85906 82827 84512 82850 85343  total = 23.250867 per ms 
00:47:53.894 16  switches: flows:  99370 98523 100351 96036 98658 95435 96632 94683 91982 90686 91431 91267 90304 91486 91208 90548  total = 25.101437 per ms 
00:48:53.994 16  switches: flows:  98768 98379 98880 96534 97890 95044 94083 94370 91323 91247 90543 89490 91704 89396 89854 89985  total = 24.916590 per ms 
00:49:54.094 16  switches: flows:  99881 98397 99028 99450 98639 96992 95062 94345 91837 92194 90326 90386 91312 90639 91887 89945  total = 25.130045 per ms 
00:50:54.195 16  switches: flows:  98110 95886 95772 97111 96755 95660 93481 94292 92261 89922 90369 89329 89654 89049 91122 89764  total = 24.767586 per ms 
00:51:54.296 16  switches: flows:  101561 100895 99273 101737 101402 98783 96075 95520 96419 93496 92893 93666 93921 91041 92980 90592  total = 25.628113 per ms 
00:52:54.397 16  switches: flows:  102643 100498 99312 101712 102124 99925 97811 97539 96286 95339 94781 93735 94404 92623 94476 93363  total = 25.899635 per ms 
00:53:54.497 16  switches: flows:  104760 101426 100422 101979 101988 100817 98317 97620 96824 96105 94867 94695 95566 93325 95467 92728  total = 26.071593 per ms 
00:54:54.598 16  switches: flows:  100782 98468 98855 100174 100247 99937 95690 95641 93827 92394 93446 92550 92167 91435 93573 92349  total = 25.483064 per ms 
00:55:54.699 16  switches: flows:  103761 100120 100622 102231 101692 100755 97387 98529 93475 95069 95486 93631 94157 94012 95492 94166  total = 25.966336 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24767.59/26071.59/25440.49/8492.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T00:55:54.717999" elapsed="0.001030"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-10T00:55:54.719514" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-09-10T00:55:54.719240" elapsed="0.000436"/>
</branch>
<status status="PASS" start="2026-09-10T00:55:54.719189" elapsed="0.000536"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-10T00:55:54.719950" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-10T00:55:54.719866" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-09-10T00:55:54.719834" elapsed="0.000241"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-10T00:55:54.720171" elapsed="0.000027"/>
</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-09-10T00:55:54.725508" elapsed="0.000721"/>
</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-09-10T00:55:54.726523" elapsed="0.000347"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T00:55:54.727163" elapsed="0.000201"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-10T00:55:54.720813" elapsed="0.006657"/>
</kw>
<msg time="2026-09-10T00:55:54.727720" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-10T00:45:48.196245" elapsed="606.531549"/>
</kw>
<status status="PASS" start="2026-09-10T00:45:48.195825" elapsed="606.532064"/>
</branch>
<status status="PASS" start="2026-09-10T00:45:48.195407" elapsed="606.532528"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.728855" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202: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.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:53.794 16  switches: flows:  90742 89821 93174 91127 90973 87416 88771 89165 84070 84108 84247 85906 82827 84512 82850 85343  total = 23.250867 per ms 
00:47:53.894 16  switches: flows:  99370 98523 100351 96036 98658 95435 96632 94683 91982 90686 91431 91267 90304 91486 91208 90548  total = 25.101437 per ms 
00:48:53.994 16  switches: flows:  98768 98379 98880 96534 97890 95044 94083 94370 91323 91247 90543 89490 91704 89396 89854 89985  total = 24.916590 per ms 
00:49:54.094 16  switches: flows:  99881 98397 99028 99450 98639 96992 95062 94345 91837 92194 90326 90386 91312 90639 91887 89945  total = 25.130045 per ms 
00:50:54.195 16  switches: flows:  98110 95886 95772 97111 96755 95660 93481 94292 92261 89922 90369 89329 89654 89049 91122 89764  total = 24.767586 per ms 
00:51:54.296 16  switches: flows:  101561 100895 99273 101737 101402 98783 96075 95520 96419 93496 92893 93666 93921 91041 92980 90592  total = 25.628113 per ms 
00:52:54.397 16  switches: flows:  102643 100498 99312 101712 102124 99925 97811 97539 96286 95339 94781 93735 94404 92623 94476 93363  total = 25.899635 per ms 
00:53:54.497 16  switches: flows:  104760 101426 100422 101979 101988 100817 98317 97620 96824 96105 94867 94695 95566 93325 95467 92728  total = 26.071593 per ms 
00:54:54.598 16  switches: flows:  100782 98468 98855 100174 100247 99937 95690 95641 93827 92394 93446 92550 92167 91435 93573 92349  total = 25.483064 per ms 
00:55:54.699 16  switches: flows:  103761 100120 100622 102231 101692 100755 97387 98529 93475 95069 95486 93631 94157 94012 95492 94166  total = 25.966336 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24767.59/26071.59/25440.49/8492.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T00:55:54.728240" elapsed="0.000765"/>
</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-09-10T00:55:54.729326" elapsed="0.000732"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-10T00:55:54.730863" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-10T00:55:54.731058" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24767.59/26071.59/25440.49/8492.35 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-09-10T00:55:54.730403" elapsed="0.000734"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T00:55:54.732025" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24767.59/26071.59/25440.49/8492.35 | 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-09-10T00:55:54.731441" elapsed="0.000639"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.736910" 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-09-10T00:55:54.732395" elapsed="0.004629"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.741850" level="INFO">24767.59/26071.59/25440.49/8492.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T00:55:54.737347" elapsed="0.004616"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T00:55:54.746773" 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-09-10T00:55:54.742300" elapsed="0.004529"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T00:55:54.751664" level="INFO">@{result_value_list} = [ 24767.59 | 26071.59 | 25440.49 | 8492.35 ]</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-09-10T00:55:54.747237" elapsed="0.004479"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.752675" level="INFO">Length is 4.</msg>
<msg time="2026-09-10T00:55:54.752889" 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-09-10T00:55:54.752039" elapsed="0.000897"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.762770" level="INFO">min :: 24767.59</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-09-10T00:55:54.753720" elapsed="0.009165"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-10T00:55:54.753463" elapsed="0.009490"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.772000" level="INFO">max :: 26071.59</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-09-10T00:55:54.763417" elapsed="0.008726"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-10T00:55:54.763160" elapsed="0.009051"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.779786" level="INFO">avg :: 25440.49</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-09-10T00:55:54.772641" elapsed="0.007217"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-10T00:55:54.772387" elapsed="0.007514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.785490" level="INFO">stdev :: 8492.35</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-09-10T00:55:54.780193" elapsed="0.005366"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-10T00:55:54.780012" elapsed="0.005588"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-10T00:55:54.753060" elapsed="0.032580"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.790522" level="INFO">${min} = 24767.59</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-09-10T00:55:54.785853" elapsed="0.004701"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.796865" level="INFO">${max} = 26071.59</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-09-10T00:55:54.790740" elapsed="0.006159"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.802122" level="INFO">${average} = 25440.49</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-09-10T00:55:54.797116" elapsed="0.005044"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.805888" level="INFO">${stdev} = 8492.35</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-09-10T00:55:54.802383" elapsed="0.003529"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.806397" level="INFO">${date} = 2026-09-10 00:55:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-10T00:55:54.806054" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.806936" level="INFO">CBench Result: 2026-09-10 00:55:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24767.59,26071.59,25440.49,8492.35</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-09-10T00:55:54.806551" elapsed="0.000434"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-10T00:55:54.807987" 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-09-10T00:55:54.807582" elapsed="0.000464"/>
</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-09-10T00:55:54.808352" elapsed="0.000446"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-10T00:55:54.807142" elapsed="0.001716"/>
</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-09-10T00:45:48.194203" elapsed="606.614706"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.809335" 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-09-10T00:55:54.809039" elapsed="0.000346"/>
</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-09-10T00:55:54.809848" elapsed="0.000237"/>
</kw>
<status status="PASS" start="2026-09-10T00:55:54.809569" elapsed="0.000592"/>
</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-09-10T00:45:48.192040" elapsed="606.618153"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.811464" 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-09-10T00:55:54.811126" elapsed="0.000388"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.812614" 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-09-10T00:55:54.812325" elapsed="0.000326"/>
</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-09-10T00:55:54.812989" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-10T00:55:54.812721" elapsed="0.000321"/>
</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-09-10T00:55:54.815597" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-10T00:55:54.815379" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-09-10T00:55:54.815363" elapsed="0.000304"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-10T00:55:54.815988" 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-09-10T00:55:54.816107" 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-09-10T00:55:54.815798" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.816618" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.202 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.95" 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-09-10T00:55:54.816251" elapsed="0.000418"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-10T00:55:54.817167" 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-09-10T00:55:54.816804" elapsed="0.000386"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T00:55:54.817991" level="INFO">Length is 0.</msg>
<msg time="2026-09-10T00:55:54.818068" 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-09-10T00:55:54.817693" elapsed="0.000409"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-10T00:55:54.818228" elapsed="0.000287"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-10T00:55:54.819289" level="INFO">Logging into '10.30.170.95:22' as 'jenkins'.</msg>
<msg time="2026-09-10T00:55:55.414971" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 10 00:55:55 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Thu Sep 10 00:45:48 2026 from 10.30.171.222
[?2004h[jenkins@releng-63164-394-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-09-10T00:55:54.818965" elapsed="0.596459"/>
</kw>
<msg time="2026-09-10T00:55:55.415616" 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-09-10T00:55:54.818647" elapsed="0.597196"/>
</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-09-10T00:55:54.817365" elapsed="0.598720"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-10T00:55:55.417284" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.202 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-10T01:06:01.530388" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-10T01:06:01.530832" level="INFO">${stdout} = </msg>
<msg time="2026-09-10T01:06:01.530896" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202: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-09-10T00:55:55.416584" elapsed="606.114346"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T01:06:01.531315" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.532540" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202: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.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:00.587 16  switches: flows:  676455 673889 661635 671309 668047 669687 673707 666241 663546 664525 659253 668188 667951 662796 665733 673749  total = 178.111850 per ms 
00:58:00.689 16  switches: flows:  703751 708313 702637 700755 704203 712989 704411 709373 701394 710941 697555 702529 702613 711085 709908 693983  total = 187.626186 per ms 
00:59:00.799 16  switches: flows:  694292 703960 700070 702746 702606 702665 692760 695294 706301 700563 701174 687374 700091 700598 695674 697212  total = 186.050224 per ms 
01:00:00.904 16  switches: flows:  701416 702387 702160 699816 703633 702841 701726 706915 698221 703685 706748 706247 698771 700941 702887 695557  total = 186.905712 per ms 
01:01:01.008 16  switches: flows:  712276 716473 718908 708255 705875 698954 708800 716614 716491 709479 708623 712649 709563 705738 708932 702832  total = 189.017130 per ms 
01:02:01.109 16  switches: flows:  705444 716869 720994 719727 729016 717898 716775 720174 714981 711132 717705 723880 722517 721466 715118 723611  total = 191.298206 per ms 
01:03:01.211 16  switches: flows:  720188 724718 713134 723118 720248 714258 719801 722311 718415 718827 723345 716818 716183 721171 718436 717131  total = 191.479603 per ms 
01:04:01.311 16  switches: flows:  713194 721437 715444 715630 716072 715531 711781 714860 716099 722991 713221 717070 715811 719737 708172 710588  total = 190.474351 per ms 
01:05:01.413 16  switches: flows:  701447 706593 701874 708224 706116 704501 703638 704573 703382 707904 705371 708420 711948 701848 702776 704872  total = 187.740725 per ms 
01:06:01.516 16  switches: flows:  712464 713785 711452 718464 717105 708337 710644 708341 709608 720986 716153 712035 716200 709519 712614 713760  total = 189.868508 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 186050.22/191479.60/188940.07/63007.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:06:01.532017" elapsed="0.000734"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-10T01:06:01.533071" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-10T01:06:01.532868" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-09-10T01:06:01.532835" elapsed="0.000412"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-10T01:06:01.533381" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-10T01:06:01.533330" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-09-10T01:06:01.533308" elapsed="0.000163"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-10T01:06:01.533516" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-10T01:06:01.536994" elapsed="0.000516"/>
</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-09-10T01:06:01.537709" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T01:06:01.538139" elapsed="0.000163"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-10T01:06:01.533947" elapsed="0.004429"/>
</kw>
<msg time="2026-09-10T01:06:01.538547" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202: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-09-10T00:55:54.813361" elapsed="606.725224"/>
</kw>
<status status="PASS" start="2026-09-10T00:55:54.813067" elapsed="606.725583"/>
</branch>
<status status="PASS" start="2026-09-10T00:55:54.812700" elapsed="606.725985"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.539332" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.202: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.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:00.587 16  switches: flows:  676455 673889 661635 671309 668047 669687 673707 666241 663546 664525 659253 668188 667951 662796 665733 673749  total = 178.111850 per ms 
00:58:00.689 16  switches: flows:  703751 708313 702637 700755 704203 712989 704411 709373 701394 710941 697555 702529 702613 711085 709908 693983  total = 187.626186 per ms 
00:59:00.799 16  switches: flows:  694292 703960 700070 702746 702606 702665 692760 695294 706301 700563 701174 687374 700091 700598 695674 697212  total = 186.050224 per ms 
01:00:00.904 16  switches: flows:  701416 702387 702160 699816 703633 702841 701726 706915 698221 703685 706748 706247 698771 700941 702887 695557  total = 186.905712 per ms 
01:01:01.008 16  switches: flows:  712276 716473 718908 708255 705875 698954 708800 716614 716491 709479 708623 712649 709563 705738 708932 702832  total = 189.017130 per ms 
01:02:01.109 16  switches: flows:  705444 716869 720994 719727 729016 717898 716775 720174 714981 711132 717705 723880 722517 721466 715118 723611  total = 191.298206 per ms 
01:03:01.211 16  switches: flows:  720188 724718 713134 723118 720248 714258 719801 722311 718415 718827 723345 716818 716183 721171 718436 717131  total = 191.479603 per ms 
01:04:01.311 16  switches: flows:  713194 721437 715444 715630 716072 715531 711781 714860 716099 722991 713221 717070 715811 719737 708172 710588  total = 190.474351 per ms 
01:05:01.413 16  switches: flows:  701447 706593 701874 708224 706116 704501 703638 704573 703382 707904 705371 708420 711948 701848 702776 704872  total = 187.740725 per ms 
01:06:01.516 16  switches: flows:  712464 713785 711452 718464 717105 708337 710644 708341 709608 720986 716153 712035 716200 709519 712614 713760  total = 189.868508 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 186050.22/191479.60/188940.07/63007.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:06:01.538891" elapsed="0.000542"/>
</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-09-10T01:06:01.539626" elapsed="0.000508"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-10T01:06:01.540653" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-10T01:06:01.540777" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 186050.22/191479.60/188940.07/63007.26 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-09-10T01:06:01.540367" elapsed="0.000447"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T01:06:01.541425" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 186050.22/191479.60/188940.07/63007.26 | 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-09-10T01:06:01.541028" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.544682" 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-09-10T01:06:01.541656" elapsed="0.003103"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.547995" level="INFO">186050.22/191479.60/188940.07/63007.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:06:01.544954" elapsed="0.003117"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T01:06:01.551306" 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-09-10T01:06:01.548308" elapsed="0.003036"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T01:06:01.554196" level="INFO">@{result_value_list} = [ 186050.22 | 191479.60 | 188940.07 | 63007.26 ]</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-09-10T01:06:01.551625" elapsed="0.002596"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.554641" level="INFO">Length is 4.</msg>
<msg time="2026-09-10T01:06:01.554721" 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-09-10T01:06:01.554359" elapsed="0.000382"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.559086" level="INFO">min :: 186050.22</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-09-10T01:06:01.555088" elapsed="0.004066"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-10T01:06:01.554972" elapsed="0.004229"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.563257" level="INFO">max :: 191479.60</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-09-10T01:06:01.559408" elapsed="0.003900"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-10T01:06:01.559284" elapsed="0.004057"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.567583" level="INFO">avg :: 188940.07</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-09-10T01:06:01.563535" elapsed="0.004100"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-10T01:06:01.563419" elapsed="0.004247"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.571767" level="INFO">stdev :: 63007.26</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-09-10T01:06:01.567863" elapsed="0.003956"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-10T01:06:01.567745" elapsed="0.004105"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-10T01:06:01.554801" elapsed="0.017077"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.575566" level="INFO">${min} = 186050.22</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-09-10T01:06:01.572022" elapsed="0.003569"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.579061" level="INFO">${max} = 191479.60</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-09-10T01:06:01.575731" elapsed="0.003354"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.582581" level="INFO">${average} = 188940.07</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-09-10T01:06:01.579252" elapsed="0.003354"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.586083" level="INFO">${stdev} = 63007.26</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-09-10T01:06:01.582743" elapsed="0.003379"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.586606" level="INFO">${date} = 2026-09-10 01:06:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-10T01:06:01.586283" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.587146" level="INFO">CBench Result: 2026-09-10 01:06:01,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,186050.22,191479.60,188940.07,63007.26</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-09-10T01:06:01.586760" elapsed="0.000453"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-10T01:06:01.588243" 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>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-10T01:06:01.587783" elapsed="0.000521"/>
</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-09-10T01:06:01.588438" elapsed="0.000423"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-10T01:06:01.587359" elapsed="0.001562"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-10T00:55:54.811811" elapsed="606.777163"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.589437" 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-09-10T01:06:01.589123" elapsed="0.000364"/>
</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-09-10T01:06:01.589939" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-09-10T01:06:01.589672" elapsed="0.000597"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-10T00:55:54.810499" elapsed="606.779803"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.591370" 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-09-10T01:06:01.590995" elapsed="0.000425"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.592510" 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-09-10T01:06:01.592216" elapsed="0.000331"/>
</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-09-10T01:06:01.592864" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-10T01:06:01.592663" elapsed="0.000253"/>
</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-09-10T01:06:01.595686" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-10T01:06:01.595465" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-09-10T01:06:01.595448" elapsed="0.000310"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-10T01:06:01.596051" 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-09-10T01:06:01.596184" 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-09-10T01:06:01.595879" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.596700" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.95" 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-09-10T01:06:01.596329" elapsed="0.000422"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-10T01:06:01.597260" 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-09-10T01:06:01.596876" elapsed="0.000408"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T01:06:01.598069" level="INFO">Length is 0.</msg>
<msg time="2026-09-10T01:06:01.598161" 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-09-10T01:06:01.597789" elapsed="0.000408"/>
</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-09-10T01:06:01.598322" elapsed="0.000291"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-10T01:06:01.599387" level="INFO">Logging into '10.30.170.95:22' as 'jenkins'.</msg>
<msg time="2026-09-10T01:06:02.189954" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 10 01:06:01 UTC 2026

  System load:  0.49               Processes:             103
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.95
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Thu Sep 10 00:55:55 2026 from 10.30.171.222
[?2004h[jenkins@releng-63164-394-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-09-10T01:06:01.599049" elapsed="0.591097"/>
</kw>
<msg time="2026-09-10T01:06:02.190234" 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-09-10T01:06:01.598746" elapsed="0.591560"/>
</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-09-10T01:06:01.597461" elapsed="0.592945"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-10T01:06:02.190860" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.202 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-10T01:16:08.225584" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-10T01:16:08.226245" level="INFO">${stdout} = </msg>
<msg time="2026-09-10T01:16:08.226344" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-10T01:06:02.190598" elapsed="606.035796"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T01:16:08.226837" elapsed="0.000691"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.228608" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202: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.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:07.304 16  switches: flows:  92958 93832 91232 92401 90756 90706 90138 89067 86863 88331 86007 86974 85275 85988 85521 85964  total = 23.700217 per ms 
01:08:07.405 16  switches: flows:  91836 91001 90277 89830 89139 87325 87214 86592 84778 85116 85459 84425 84098 82955 83093 82628  total = 23.057590 per ms 
01:09:07.505 16  switches: flows:  88593 87472 86098 84507 85210 84799 83344 81833 80794 79807 78394 80260 79643 79639 78356 77889  total = 21.907388 per ms 
01:10:07.605 16  switches: flows:  96810 96933 95671 94029 93500 93642 91628 91294 88530 89347 87407 89297 88758 88550 88561 87382  total = 24.315073 per ms 
01:11:07.705 16  switches: flows:  99967 98464 96877 95046 94721 95138 92280 92146 90129 90921 88802 90595 89644 89881 90462 88046  total = 24.677414 per ms 
01:12:07.806 16  switches: flows:  102351 101559 100105 97570 98919 99593 95719 96493 93820 93791 92659 93089 92953 91456 93170 91779  total = 25.541074 per ms 
01:13:07.906 16  switches: flows:  101637 101720 100050 98273 99966 98676 95820 97785 93349 92448 92705 93417 91910 91002 93824 93851  total = 25.564539 per ms 
01:14:08.006 16  switches: flows:  102379 101793 100093 98571 99998 101087 95758 97583 93886 93374 91914 94431 92049 91321 94885 92296  total = 25.647505 per ms 
01:15:08.106 16  switches: flows:  103436 104256 101084 99542 101984 102741 97628 99254 95098 95553 93763 95170 93578 93591 96947 93364  total = 26.072958 per ms 
01:16:08.207 16  switches: flows:  100861 103432 100414 98839 100347 99527 96371 98582 92702 93757 93216 95159 92187 92036 95046 92029  total = 25.698865 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21907.39/26072.96/24720.27/8346.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:16:08.227864" elapsed="0.001036"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-10T01:16:08.229380" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-09-10T01:16:08.229063" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-09-10T01:16:08.229017" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-10T01:16:08.229781" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-10T01:16:08.229709" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-10T01:16:08.229678" elapsed="0.000225"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-10T01:16:08.229962" elapsed="0.000025"/>
</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-09-10T01:16:08.235450" elapsed="0.000692"/>
</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-09-10T01:16:08.236458" elapsed="0.000308"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-10T01:16:08.237024" elapsed="0.000226"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-10T01:16:08.230608" elapsed="0.006749"/>
</kw>
<msg time="2026-09-10T01:16:08.237629" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-10T01:06:01.593258" elapsed="606.644424"/>
</kw>
<status status="PASS" start="2026-09-10T01:06:01.592940" elapsed="606.644838"/>
</branch>
<status status="PASS" start="2026-09-10T01:06:01.592642" elapsed="606.645182"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.238779" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.202: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.202. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:07.304 16  switches: flows:  92958 93832 91232 92401 90756 90706 90138 89067 86863 88331 86007 86974 85275 85988 85521 85964  total = 23.700217 per ms 
01:08:07.405 16  switches: flows:  91836 91001 90277 89830 89139 87325 87214 86592 84778 85116 85459 84425 84098 82955 83093 82628  total = 23.057590 per ms 
01:09:07.505 16  switches: flows:  88593 87472 86098 84507 85210 84799 83344 81833 80794 79807 78394 80260 79643 79639 78356 77889  total = 21.907388 per ms 
01:10:07.605 16  switches: flows:  96810 96933 95671 94029 93500 93642 91628 91294 88530 89347 87407 89297 88758 88550 88561 87382  total = 24.315073 per ms 
01:11:07.705 16  switches: flows:  99967 98464 96877 95046 94721 95138 92280 92146 90129 90921 88802 90595 89644 89881 90462 88046  total = 24.677414 per ms 
01:12:07.806 16  switches: flows:  102351 101559 100105 97570 98919 99593 95719 96493 93820 93791 92659 93089 92953 91456 93170 91779  total = 25.541074 per ms 
01:13:07.906 16  switches: flows:  101637 101720 100050 98273 99966 98676 95820 97785 93349 92448 92705 93417 91910 91002 93824 93851  total = 25.564539 per ms 
01:14:08.006 16  switches: flows:  102379 101793 100093 98571 99998 101087 95758 97583 93886 93374 91914 94431 92049 91321 94885 92296  total = 25.647505 per ms 
01:15:08.106 16  switches: flows:  103436 104256 101084 99542 101984 102741 97628 99254 95098 95553 93763 95170 93578 93591 96947 93364  total = 26.072958 per ms 
01:16:08.207 16  switches: flows:  100861 103432 100414 98839 100347 99527 96371 98582 92702 93757 93216 95159 92187 92036 95046 92029  total = 25.698865 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21907.39/26072.96/24720.27/8346.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:16:08.238137" elapsed="0.000798"/>
</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-09-10T01:16:08.239295" elapsed="0.000755"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-10T01:16:08.240844" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-10T01:16:08.241021" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21907.39/26072.96/24720.27/8346.44 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-09-10T01:16:08.240400" elapsed="0.000671"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T01:16:08.241943" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21907.39/26072.96/24720.27/8346.44 | 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-09-10T01:16:08.241406" elapsed="0.000590"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.246921" 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-09-10T01:16:08.242310" elapsed="0.004724"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.252032" level="INFO">21907.39/26072.96/24720.27/8346.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:16:08.247358" elapsed="0.004817"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T01:16:08.256907" 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-09-10T01:16:08.252496" elapsed="0.004464"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-10T01:16:08.261900" level="INFO">@{result_value_list} = [ 21907.39 | 26072.96 | 24720.27 | 8346.44 ]</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-09-10T01:16:08.257383" elapsed="0.004575"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.263033" level="INFO">Length is 4.</msg>
<msg time="2026-09-10T01:16:08.263255" 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-09-10T01:16:08.262324" elapsed="0.000999"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.272480" level="INFO">min :: 21907.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-10T01:16:08.264073" elapsed="0.008490"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-10T01:16:08.263818" elapsed="0.008796"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.278471" level="INFO">max :: 26072.96</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-09-10T01:16:08.272923" elapsed="0.005624"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-10T01:16:08.272736" elapsed="0.005856"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.284326" level="INFO">avg :: 24720.27</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-09-10T01:16:08.278858" elapsed="0.005543"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-10T01:16:08.278698" elapsed="0.005764"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.290079" level="INFO">stdev :: 8346.44</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-09-10T01:16:08.284730" elapsed="0.005439"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-10T01:16:08.284571" elapsed="0.005641"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-10T01:16:08.263469" elapsed="0.026781"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.295069" level="INFO">${min} = 21907.39</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-09-10T01:16:08.290463" elapsed="0.004659"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.299935" level="INFO">${max} = 26072.96</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-09-10T01:16:08.295314" elapsed="0.004654"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.304880" level="INFO">${average} = 24720.27</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-09-10T01:16:08.300175" elapsed="0.004738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.309600" level="INFO">${stdev} = 8346.44</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-09-10T01:16:08.305128" elapsed="0.004496"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.310131" level="INFO">${date} = 2026-09-10 01:16:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-10T01:16:08.309774" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.310686" level="INFO">CBench Result: 2026-09-10 01:16:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21907.39,26072.96,24720.27,8346.44</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-09-10T01:16:08.310294" elapsed="0.000442"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-10T01:16:08.311775" 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-09-10T01:16:08.311313" elapsed="0.000522"/>
</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-09-10T01:16:08.311968" elapsed="0.000437"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-10T01:16:08.310880" elapsed="0.001601"/>
</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-09-10T01:06:01.591704" elapsed="606.720829"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.312947" 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-09-10T01:16:08.312663" elapsed="0.000334"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-10T01:16:08.314120" 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-09-10T01:16:08.313669" elapsed="0.000476"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-10T01:16:08.314352" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-09-10T01:16:08.314218" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-09-10T01:16:08.314198" elapsed="0.000255"/>
</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-09-10T01:16:08.314583" elapsed="0.000019"/>
</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-09-10T01:16:08.314722" elapsed="0.000018"/>
</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-09-10T01:16:08.314863" elapsed="0.000018"/>
</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-09-10T01:16:08.314997" elapsed="0.000018"/>
</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-09-10T01:16:08.315185" 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-09-10T01:16:08.315317" elapsed="0.000018"/>
</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-09-10T01:16:08.315504" elapsed="0.000018"/>
</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-09-10T01:16:08.315702" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-10T01:16:08.315580" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-09-10T01:16:08.315565" elapsed="0.000210"/>
</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-09-10T01:16:08.313350" elapsed="0.002474"/>
</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-09-10T01:06:01.590581" elapsed="606.725283"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-10T00:45:45.776753" elapsed="1822.539554"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
