<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-04T00:49:50.075447" 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-04T00:49:50.621067" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-04T00:49:50.620900" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:50.620861" elapsed="0.000336"/>
</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-04T00:49:50.621333" elapsed="0.000561"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-04T00:49:50.622358" level="INFO">Logging into '10.30.170.217:8101' as 'karaf'.</msg>
<msg time="2026-09-04T00:49:51.450302" 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-04T00:49:50.622071" elapsed="0.828555"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-04T00:49:51.500684" 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-04T00:49:51.451081" elapsed="0.049670"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-04T00:49:51.502640" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-04T00:49:51.502766" 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-04T00:49:51.500914" elapsed="0.001879"/>
</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-04T00:49:51.502942" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T00:49:51.503316" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:49:51.504162" 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-04T00:49:51.503751" elapsed="0.000462"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-04T00:49:51.504273" elapsed="0.000081"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.217
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-04T00:49:50.620524" elapsed="0.884137"/>
</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-04T00:49:50.616767" elapsed="0.887963"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-04T00:49:51.505466" 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-04T00:49:51.504947" elapsed="0.000570"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-04T00:49:51.505935" 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-04T00:49:51.505674" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-04T00:49:51.506604" 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-04T00:49:51.506163" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-04T00:49:51.507136" 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-04T00:49:51.506796" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-04T00:49:51.507732" 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-04T00:49:51.507364" elapsed="0.000391"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-04T00:49:51.508193" 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-04T00:49:51.507902" 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-04T00:49:51.508577" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-04T00:49:51.508338" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-04T00:49:51.513343" 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-04T00:49:51.512916" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T00:49:51.514460" level="INFO">Length is 0.</msg>
<msg time="2026-09-04T00:49:51.514554" 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-04T00:49:51.513888" elapsed="0.000690"/>
</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-04T00:49:51.514712" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-04T00:49:51.516056" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-09-04T00:49:52.008983" 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 Fri Sep  4 00:49:19 UTC 2026

  System load:  0.22               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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-388-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-04T00:49:51.515506" elapsed="0.493733"/>
</kw>
<msg time="2026-09-04T00:49:52.009363" 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-04T00:49:51.515184" elapsed="0.494303"/>
</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-04T00:49:51.513571" elapsed="0.496092"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.020833" 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-04T00:49:52.009972" elapsed="0.013118"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T00:49:52.023379" elapsed="0.000456"/>
</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-04T00:49:51.512395" elapsed="0.511527"/>
</kw>
<status status="PASS" start="2026-09-04T00:49:51.509007" elapsed="0.514968"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:51.508304" elapsed="0.515728"/>
</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-04T00:49:52.024278" elapsed="0.000799"/>
</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-04T00:49:52.041826" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-09-04T00:49:52.041585" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:52.041516" elapsed="0.000444"/>
</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-04T00:49:52.045822" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-04T00:49:52.045694" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:52.045677" elapsed="0.000208"/>
</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-04T00:49:52.046063" elapsed="0.000550"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.047010" level="INFO">Logging into '10.30.170.217:8101' as 'karaf'.</msg>
<msg time="2026-09-04T00:49:52.257474" 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-04T00:49:52.046753" elapsed="0.210978"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.345457" 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-04T00:49:52.258135" elapsed="0.087462"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.350059" 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-04T00:49:52.350326" 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-04T00:49:52.345829" elapsed="0.004546"/>
</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-04T00:49:52.350551" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T00:49:52.351028" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:49:52.351871" 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-04T00:49:52.351500" elapsed="0.000425"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-04T00:49:52.351977" elapsed="0.000091"/>
</return>
<msg time="2026-09-04T00:49:52.352276" 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.170.217
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-04T00:49:52.045350" elapsed="0.306960"/>
</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-04T00:49:52.352489" elapsed="0.000665"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-04T00:49:52.353214" elapsed="0.000043"/>
</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-04T00:49:52.040885" elapsed="0.312503"/>
</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-04T00:49:52.358062" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-04T00:49:52.357523" elapsed="0.000600"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:52.357496" elapsed="0.000653"/>
</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-04T00:49:52.358286" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.359238" level="INFO">Logging into '10.30.170.217:8101' as 'karaf'.</msg>
<msg time="2026-09-04T00:49:52.620102" 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-04T00:49:52.358942" elapsed="0.261383"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.648361" 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-04T00:49:52.620684" elapsed="0.027728"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.650128" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-04T00:49:52.650234" 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-04T00:49:52.648564" elapsed="0.001697"/>
</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-04T00:49:52.650385" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T00:49:52.650697" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:49:52.651429" 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-04T00:49:52.651091" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-04T00:49:52.651526" elapsed="0.000088"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.217
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-04T00:49:52.357181" elapsed="0.294561"/>
</kw>
<status status="PASS" start="2026-09-04T00:49:50.614517" elapsed="2.037293"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:49:52.653968" 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-04T00:49:52.652732" elapsed="0.001296"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-04T00:49:52.655520" 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-04T00:49:52.655196" elapsed="0.000397"/>
</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-04T00:49:52.655912" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-04T00:49:52.655677" elapsed="0.000287"/>
</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-04T00:49:52.658782" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-04T00:49:52.658553" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:52.658518" elapsed="0.000337"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.659191" 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-04T00:49:52.659300" 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-04T00:49:52.658973" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:49:52.660085" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.98" 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-04T00:49:52.659442" elapsed="0.000703"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.660760" 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-04T00:49:52.660273" elapsed="0.000510"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T00:49:52.661648" level="INFO">Length is 0.</msg>
<msg time="2026-09-04T00:49:52.661728" 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-04T00:49:52.661314" elapsed="0.000587"/>
</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-04T00:49:52.662058" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-04T00:49:52.663203" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-09-04T00:49:53.026911" 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 Fri Sep  4 00:49:19 UTC 2026

  System load:  0.22               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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: Fri Sep  4 00:49:51 2026 from 10.30.171.249
[?2004h[jenkins@releng-63164-388-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-04T00:49:52.662867" elapsed="0.364312"/>
</kw>
<msg time="2026-09-04T00:49:53.027271" 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-04T00:49:52.662515" elapsed="0.364853"/>
</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-04T00:49:52.660966" elapsed="0.366554"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-04T00:49:53.028024" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-04T00:59:59.172842" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-04T00:59:59.173311" level="INFO">${stdout} = </msg>
<msg time="2026-09-04T00:59:59.173438" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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-04T00:49:53.027777" elapsed="606.145723"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T00:59:59.173996" elapsed="0.000753"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.175918" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:58.260 16  switches: flows:  89365 89575 88527 86320 86403 87986 86140 86612 88311 87818 83694 86603 84325 84846 82067 84284  total = 23.047933 per ms 
00:51:58.361 16  switches: flows:  93117 94112 92341 91060 89446 92521 88579 89916 89942 91114 88257 88853 88038 87508 85471 89080  total = 23.949283 per ms 
00:52:58.461 16  switches: flows:  95057 94928 94803 95715 91734 94092 91203 91337 90757 92512 90061 89662 90149 89256 88414 89770  total = 24.450015 per ms 
00:53:58.562 16  switches: flows:  95362 95910 96638 94195 94937 96286 93003 92753 92600 92913 91036 92788 92341 90278 90993 92942  total = 24.874423 per ms 
00:54:58.663 16  switches: flows:  96110 96944 97660 96427 94605 93749 94531 92101 94672 91804 93043 90909 93030 91321 92331 90384  total = 24.951816 per ms 
00:55:58.764 16  switches: flows:  95345 97982 94783 97834 93800 96599 94428 94925 92981 91916 90164 92683 94032 91986 91573 92934  total = 25.024283 per ms 
00:56:58.864 16  switches: flows:  97489 97542 97458 98743 95297 95714 96133 96217 95487 93873 92507 94982 94805 91430 93252 93200  total = 25.359818 per ms 
00:57:58.964 16  switches: flows:  95175 97569 96768 97637 94721 97546 94645 94838 95132 93352 94439 94803 94827 93730 92209 92080  total = 25.282316 per ms 
00:58:59.064 16  switches: flows:  96803 99573 97461 97307 95927 96651 96224 95277 95287 94440 93769 94021 96206 94818 94291 93392  total = 25.481592 per ms 
00:59:59.164 16  switches: flows:  95724 96559 93802 97059 93236 94840 93508 94542 94951 92059 92780 91848 94401 94276 92557 92003  total = 25.027262 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23949.28/25481.59/24933.42/8323.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T00:59:59.175106" elapsed="0.001126"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-04T00:59:59.176783" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-09-04T00:59:59.176412" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-09-04T00:59:59.176359" elapsed="0.000637"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-04T00:59:59.177202" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-04T00:59:59.177124" elapsed="0.000165"/>
</branch>
<status status="NOT RUN" start="2026-09-04T00:59:59.177090" elapsed="0.000245"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-04T00:59:59.177409" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-04T00:59:59.183237" elapsed="0.000840"/>
</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-04T00:59:59.184397" elapsed="0.000539"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T00:59:59.185249" elapsed="0.000223"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-04T00:59:59.178143" elapsed="0.007507"/>
</kw>
<msg time="2026-09-04T00:59:59.185964" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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-04T00:49:52.656312" elapsed="606.529713"/>
</kw>
<status status="PASS" start="2026-09-04T00:49:52.655991" elapsed="606.530142"/>
</branch>
<status status="PASS" start="2026-09-04T00:49:52.655651" elapsed="606.530532"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.187210" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:58.260 16  switches: flows:  89365 89575 88527 86320 86403 87986 86140 86612 88311 87818 83694 86603 84325 84846 82067 84284  total = 23.047933 per ms 
00:51:58.361 16  switches: flows:  93117 94112 92341 91060 89446 92521 88579 89916 89942 91114 88257 88853 88038 87508 85471 89080  total = 23.949283 per ms 
00:52:58.461 16  switches: flows:  95057 94928 94803 95715 91734 94092 91203 91337 90757 92512 90061 89662 90149 89256 88414 89770  total = 24.450015 per ms 
00:53:58.562 16  switches: flows:  95362 95910 96638 94195 94937 96286 93003 92753 92600 92913 91036 92788 92341 90278 90993 92942  total = 24.874423 per ms 
00:54:58.663 16  switches: flows:  96110 96944 97660 96427 94605 93749 94531 92101 94672 91804 93043 90909 93030 91321 92331 90384  total = 24.951816 per ms 
00:55:58.764 16  switches: flows:  95345 97982 94783 97834 93800 96599 94428 94925 92981 91916 90164 92683 94032 91986 91573 92934  total = 25.024283 per ms 
00:56:58.864 16  switches: flows:  97489 97542 97458 98743 95297 95714 96133 96217 95487 93873 92507 94982 94805 91430 93252 93200  total = 25.359818 per ms 
00:57:58.964 16  switches: flows:  95175 97569 96768 97637 94721 97546 94645 94838 95132 93352 94439 94803 94827 93730 92209 92080  total = 25.282316 per ms 
00:58:59.064 16  switches: flows:  96803 99573 97461 97307 95927 96651 96224 95277 95287 94440 93769 94021 96206 94818 94291 93392  total = 25.481592 per ms 
00:59:59.164 16  switches: flows:  95724 96559 93802 97059 93236 94840 93508 94542 94951 92059 92780 91848 94401 94276 92557 92003  total = 25.027262 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23949.28/25481.59/24933.42/8323.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T00:59:59.186487" elapsed="0.000888"/>
</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-04T00:59:59.187759" elapsed="0.000875"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-04T00:59:59.189495" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-04T00:59:59.189770" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23949.28/25481.59/24933.42/8323.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-04T00:59:59.188994" elapsed="0.000832"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T00:59:59.190818" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23949.28/25481.59/24933.42/8323.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-04T00:59:59.190191" elapsed="0.000686"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.196047" 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-04T00:59:59.191257" elapsed="0.004904"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.201213" level="INFO">23949.28/25481.59/24933.42/8323.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T00:59:59.196480" elapsed="0.004847"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T00:59:59.206319" 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-04T00:59:59.201709" elapsed="0.004665"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T00:59:59.211501" level="INFO">@{result_value_list} = [ 23949.28 | 25481.59 | 24933.42 | 8323.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-04T00:59:59.206846" elapsed="0.004775"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.212673" level="INFO">Length is 4.</msg>
<msg time="2026-09-04T00:59:59.212882" 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-04T00:59:59.211968" elapsed="0.000973"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.221769" level="INFO">min :: 23949.28</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-04T00:59:59.213756" elapsed="0.008090"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-04T00:59:59.213430" elapsed="0.008462"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.228223" level="INFO">max :: 25481.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-04T00:59:59.222206" elapsed="0.006101"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-04T00:59:59.222013" elapsed="0.006349"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.234770" level="INFO">avg :: 24933.42</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-04T00:59:59.228694" elapsed="0.006153"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-04T00:59:59.228479" elapsed="0.006414"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.241083" level="INFO">stdev :: 8323.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-04T00:59:59.235184" elapsed="0.005974"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-04T00:59:59.235012" elapsed="0.006191"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-04T00:59:59.213069" elapsed="0.028177"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.246809" level="INFO">${min} = 23949.28</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-04T00:59:59.241483" elapsed="0.005369"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.253924" level="INFO">${max} = 25481.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-04T00:59:59.247083" elapsed="0.006888"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.259405" level="INFO">${average} = 24933.42</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-04T00:59:59.254189" elapsed="0.005253"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.264290" level="INFO">${stdev} = 8323.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-04T00:59:59.259685" elapsed="0.004631"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.264828" level="INFO">${date} = 2026-09-04 00:59:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-04T00:59:59.264461" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.265377" level="INFO">CBench Result: 2026-09-04 00:59:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23949.28,25481.59,24933.42,8323.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-04T00:59:59.264987" elapsed="0.000443"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-04T00:59:59.266464" 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-04T00:59:59.266033" elapsed="0.000494"/>
</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-04T00:59:59.266692" elapsed="0.000433"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-04T00:59:59.265601" elapsed="0.001583"/>
</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-04T00:49:52.654508" elapsed="606.612730"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.267709" 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-04T00:59:59.267385" elapsed="0.000375"/>
</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-04T00:59:59.268223" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-09-04T00:59:59.267951" elapsed="0.000623"/>
</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-04T00:49:52.651976" elapsed="606.616634"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.269769" 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-04T00:59:59.269378" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.271025" 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-04T00:59:59.270715" elapsed="0.000350"/>
</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-04T00:59:59.271450" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-04T00:59:59.271139" elapsed="0.000366"/>
</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-04T00:59:59.275676" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-04T00:59:59.275291" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-09-04T00:59:59.275255" elapsed="0.000520"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-04T00:59:59.276187" 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-04T00:59:59.276316" 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-04T00:59:59.275913" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.276927" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.98" 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-04T00:59:59.276468" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-04T00:59:59.277478" 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-04T00:59:59.277106" elapsed="0.000396"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T00:59:59.278389" level="INFO">Length is 0.</msg>
<msg time="2026-09-04T00:59:59.278468" 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-04T00:59:59.278090" elapsed="0.000400"/>
</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-04T00:59:59.278647" elapsed="0.000304"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-04T00:59:59.279733" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-09-04T00:59:59.888990" 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 Fri Sep  4 00:59:59 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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: Fri Sep  4 00:49:52 2026 from 10.30.171.249
[?2004h[jenkins@releng-63164-388-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-04T00:59:59.279390" elapsed="0.609775"/>
</kw>
<msg time="2026-09-04T00:59:59.889259" 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-04T00:59:59.279085" elapsed="0.610259"/>
</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-04T00:59:59.277727" elapsed="0.611736"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-04T00:59:59.890036" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-04T01:10:05.960185" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-04T01:10:05.960797" level="INFO">${stdout} = </msg>
<msg time="2026-09-04T01:10:05.960896" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217: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-04T00:59:59.889724" elapsed="606.071224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T01:10:05.961428" elapsed="0.000752"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:05.963336" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217: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.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:05.013 16  switches: flows:  646510 654125 653630 642792 646409 637210 651454 641741 646424 650057 643955 639052 641978 638003 643134 641437  total = 171.965183 per ms 
01:02:05.116 16  switches: flows:  677343 681179 668297 674979 681906 679542 668921 674034 674731 681189 670724 673653 677491 670625 678838 682872  total = 179.965942 per ms 
01:03:05.218 16  switches: flows:  632874 649191 635830 633960 623206 633224 641520 634430 626448 633057 640295 640535 635383 635884 635852 633097  total = 169.128789 per ms 
01:04:05.319 16  switches: flows:  617039 615197 610848 619556 612068 620191 612035 613784 614109 613292 615247 616324 617426 622562 615259 612985  total = 163.855388 per ms 
01:05:05.421 16  switches: flows:  606239 619314 605559 603337 605128 612202 611022 612012 608306 608166 610878 609018 607556 611280 612088 610407  total = 162.268018 per ms 
01:06:05.522 16  switches: flows:  597772 595928 601398 595989 596891 595448 599271 590990 600436 599315 601710 602988 604150 599633 599378 595868  total = 159.352989 per ms 
01:07:05.624 16  switches: flows:  611422 623159 609987 608962 613866 611608 612425 618504 611012 618766 611004 611079 616870 609698 616191 616564  total = 163.409552 per ms 
01:08:05.725 16  switches: flows:  625964 629193 615481 623725 627941 625725 616187 621884 631530 625585 622222 631542 617557 620076 622138 623411  total = 166.056753 per ms 
01:09:05.839 16  switches: flows:  623536 629692 626628 626125 621646 632508 631709 623754 619318 630232 629374 633861 624546 633476 628108 627735  total = 167.053468 per ms 
01:10:05.942 16  switches: flows:  650272 660527 651807 649075 653078 645695 651855 647036 647928 645926 651849 654801 640454 644568 656696 639051  total = 172.885398 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159352.99/179965.94/167108.48/56012.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:10:05.962588" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-04T01:10:05.964111" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-09-04T01:10:05.963833" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-09-04T01:10:05.963783" elapsed="0.000569"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-04T01:10:05.964574" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-09-04T01:10:05.964471" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-09-04T01:10:05.964441" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-04T01:10:05.964766" 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-04T01:10:05.969996" elapsed="0.000745"/>
</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-04T01:10:05.971032" elapsed="0.000344"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T01:10:05.971660" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-04T01:10:05.965427" elapsed="0.006540"/>
</kw>
<msg time="2026-09-04T01:10:05.972214" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217: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-04T00:59:59.271851" elapsed="606.700440"/>
</kw>
<status status="PASS" start="2026-09-04T00:59:59.271530" elapsed="606.700856"/>
</branch>
<status status="PASS" start="2026-09-04T00:59:59.271116" elapsed="606.701315"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:05.973355" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217: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.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:05.013 16  switches: flows:  646510 654125 653630 642792 646409 637210 651454 641741 646424 650057 643955 639052 641978 638003 643134 641437  total = 171.965183 per ms 
01:02:05.116 16  switches: flows:  677343 681179 668297 674979 681906 679542 668921 674034 674731 681189 670724 673653 677491 670625 678838 682872  total = 179.965942 per ms 
01:03:05.218 16  switches: flows:  632874 649191 635830 633960 623206 633224 641520 634430 626448 633057 640295 640535 635383 635884 635852 633097  total = 169.128789 per ms 
01:04:05.319 16  switches: flows:  617039 615197 610848 619556 612068 620191 612035 613784 614109 613292 615247 616324 617426 622562 615259 612985  total = 163.855388 per ms 
01:05:05.421 16  switches: flows:  606239 619314 605559 603337 605128 612202 611022 612012 608306 608166 610878 609018 607556 611280 612088 610407  total = 162.268018 per ms 
01:06:05.522 16  switches: flows:  597772 595928 601398 595989 596891 595448 599271 590990 600436 599315 601710 602988 604150 599633 599378 595868  total = 159.352989 per ms 
01:07:05.624 16  switches: flows:  611422 623159 609987 608962 613866 611608 612425 618504 611012 618766 611004 611079 616870 609698 616191 616564  total = 163.409552 per ms 
01:08:05.725 16  switches: flows:  625964 629193 615481 623725 627941 625725 616187 621884 631530 625585 622222 631542 617557 620076 622138 623411  total = 166.056753 per ms 
01:09:05.839 16  switches: flows:  623536 629692 626628 626125 621646 632508 631709 623754 619318 630232 629374 633861 624546 633476 628108 627735  total = 167.053468 per ms 
01:10:05.942 16  switches: flows:  650272 660527 651807 649075 653078 645695 651855 647036 647928 645926 651849 654801 640454 644568 656696 639051  total = 172.885398 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159352.99/179965.94/167108.48/56012.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:10:05.972748" elapsed="0.000757"/>
</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-04T01:10:05.973820" elapsed="0.000742"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-04T01:10:05.975324" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-04T01:10:05.975500" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 159352.99/179965.94/167108.48/56012.86 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-04T01:10:05.974881" elapsed="0.000694"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T01:10:05.976398" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 159352.99/179965.94/167108.48/56012.86 | 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-04T01:10:05.975876" elapsed="0.000576"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:05.981644" 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-04T01:10:05.976765" elapsed="0.004992"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:05.986829" level="INFO">159352.99/179965.94/167108.48/56012.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:10:05.982106" elapsed="0.004840"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T01:10:05.992377" 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-04T01:10:05.987297" elapsed="0.005142"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T01:10:05.997571" level="INFO">@{result_value_list} = [ 159352.99 | 179965.94 | 167108.48 | 56012.86 ]</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-04T01:10:05.992913" elapsed="0.004715"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T01:10:05.998647" level="INFO">Length is 4.</msg>
<msg time="2026-09-04T01:10:05.998822" 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-04T01:10:05.997940" elapsed="0.000929"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.008024" level="INFO">min :: 159352.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:10:05.999661" elapsed="0.008454"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-04T01:10:05.999371" elapsed="0.008799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.014464" level="INFO">max :: 179965.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:10:06.008566" elapsed="0.005995"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-04T01:10:06.008332" elapsed="0.006278"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.020811" level="INFO">avg :: 167108.48</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-04T01:10:06.014907" elapsed="0.005979"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-04T01:10:06.014728" elapsed="0.006203"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.027163" level="INFO">stdev :: 56012.86</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-04T01:10:06.021217" elapsed="0.006039"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-04T01:10:06.021045" elapsed="0.006259"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-04T01:10:05.998990" elapsed="0.028357"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.032733" level="INFO">${min} = 159352.99</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-04T01:10:06.027583" elapsed="0.005186"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.038098" level="INFO">${max} = 179965.94</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-04T01:10:06.032973" elapsed="0.005162"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.043494" level="INFO">${average} = 167108.48</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-04T01:10:06.038358" elapsed="0.005171"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.048069" level="INFO">${stdev} = 56012.86</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-04T01:10:06.043764" elapsed="0.004336"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.048638" level="INFO">${date} = 2026-09-04 01:10:06</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-04T01:10:06.048282" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.049166" level="INFO">CBench Result: 2026-09-04 01:10:06,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,159352.99,179965.94,167108.48,56012.86</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-04T01:10:06.048795" elapsed="0.000422"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-04T01:10:06.050269" 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-04T01:10:06.049833" elapsed="0.000497"/>
</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-04T01:10:06.050467" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-04T01:10:06.049379" elapsed="0.001603"/>
</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-04T00:59:59.270122" elapsed="606.780914"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.051470" 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-04T01:10:06.051170" elapsed="0.000352"/>
</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-04T01:10:06.051995" elapsed="0.000252"/>
</kw>
<status status="PASS" start="2026-09-04T01:10:06.051723" elapsed="0.000588"/>
</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-04T00:59:59.268881" elapsed="606.783464"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.053412" 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-04T01:10:06.053057" elapsed="0.000407"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.054694" 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-04T01:10:06.054270" elapsed="0.000466"/>
</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-04T01:10:06.055075" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-04T01:10:06.054869" elapsed="0.000257"/>
</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-04T01:10:06.057993" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-04T01:10:06.057767" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-09-04T01:10:06.057749" elapsed="0.000315"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-04T01:10:06.058396" 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-04T01:10:06.058503" 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-04T01:10:06.058186" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.059042" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.98" 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-04T01:10:06.058661" elapsed="0.000433"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-04T01:10:06.059705" 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-04T01:10:06.059219" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T01:10:06.060806" level="INFO">Length is 0.</msg>
<msg time="2026-09-04T01:10:06.060906" 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-04T01:10:06.060419" elapsed="0.000515"/>
</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-04T01:10:06.061102" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-04T01:10:06.062295" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-09-04T01:10:06.680848" 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 Fri Sep  4 01:10:06 UTC 2026

  System load:  0.38               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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: Fri Sep  4 00:59:59 2026 from 10.30.171.249
[?2004h[jenkins@releng-63164-388-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-04T01:10:06.061954" elapsed="0.619119"/>
</kw>
<msg time="2026-09-04T01:10:06.681176" 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-04T01:10:06.061633" elapsed="0.619654"/>
</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-04T01:10:06.059968" elapsed="0.621452"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-04T01:10:06.682035" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-04T01:20:12.724475" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-04T01:20:12.725119" level="INFO">${stdout} = </msg>
<msg time="2026-09-04T01:20:12.725238" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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-04T01:10:06.681690" elapsed="606.043637"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T01:20:12.725864" elapsed="0.000785"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.727870" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:11.814 16  switches: flows:  93819 97538 93768 94565 95899 92915 91459 94430 90053 90715 91390 90410 91806 91918 88618 89544  total = 24.647450 per ms 
01:12:11.914 16  switches: flows:  95089 97763 95558 94110 96069 96440 92621 97163 91720 92987 91507 90987 90386 90968 90331 90725  total = 24.865546 per ms 
01:13:12.014 16  switches: flows:  98013 97135 94849 96539 98953 98891 95837 99046 95228 93623 95505 93273 90911 93530 92614 90464  total = 25.364520 per ms 
01:14:12.115 16  switches: flows:  96201 95703 93163 94585 97168 96416 96143 98249 93521 91066 93521 92220 88948 91747 89713 90397  total = 24.937741 per ms 
01:15:12.215 16  switches: flows:  93350 92520 91433 91125 94669 94497 92917 95676 88715 89942 90094 88354 87476 88241 87880 89129  total = 24.226544 per ms 
01:16:12.315 16  switches: flows:  93018 91228 90454 91736 93809 96998 92743 92911 89962 88359 91954 88280 87364 88048 87341 88102  total = 24.164773 per ms 
01:17:12.415 16  switches: flows:  97104 93924 93540 93307 96246 96656 94688 95806 93198 89953 93563 90919 90188 90560 90327 91663  total = 24.819244 per ms 
01:18:12.516 16  switches: flows:  102663 97868 97476 99666 100245 98583 99391 100980 97482 95791 98300 94928 95268 94484 93088 93360  total = 25.949587 per ms 
01:19:12.616 16  switches: flows:  103376 97583 93717 96687 98174 97893 98021 97586 95578 94417 96410 93790 91142 93359 89610 91228  total = 25.433709 per ms 
01:20:12.716 16  switches: flows:  93160 92102 90682 91596 94938 93688 92691 94719 88071 89585 91544 88242 87125 87157 87386 86994  total = 24.121084 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24121.08/25949.59/24875.86/8313.41 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:20:12.727031" elapsed="0.001145"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-04T01:20:12.728710" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-09-04T01:20:12.728370" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-09-04T01:20:12.728317" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-04T01:20:12.729108" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-04T01:20:12.729038" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-04T01:20:12.729007" elapsed="0.000224"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-04T01:20:12.729312" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-04T01:20:12.735125" elapsed="0.000926"/>
</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-04T01:20:12.736421" elapsed="0.000375"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-04T01:20:12.737066" 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-04T01:20:12.729990" elapsed="0.007426"/>
</kw>
<msg time="2026-09-04T01:20:12.737763" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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-04T01:10:06.055450" elapsed="606.682368"/>
</kw>
<status status="PASS" start="2026-09-04T01:10:06.055151" elapsed="606.682768"/>
</branch>
<status status="PASS" start="2026-09-04T01:10:06.054847" elapsed="606.683119"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.738930" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217: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.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:11.814 16  switches: flows:  93819 97538 93768 94565 95899 92915 91459 94430 90053 90715 91390 90410 91806 91918 88618 89544  total = 24.647450 per ms 
01:12:11.914 16  switches: flows:  95089 97763 95558 94110 96069 96440 92621 97163 91720 92987 91507 90987 90386 90968 90331 90725  total = 24.865546 per ms 
01:13:12.014 16  switches: flows:  98013 97135 94849 96539 98953 98891 95837 99046 95228 93623 95505 93273 90911 93530 92614 90464  total = 25.364520 per ms 
01:14:12.115 16  switches: flows:  96201 95703 93163 94585 97168 96416 96143 98249 93521 91066 93521 92220 88948 91747 89713 90397  total = 24.937741 per ms 
01:15:12.215 16  switches: flows:  93350 92520 91433 91125 94669 94497 92917 95676 88715 89942 90094 88354 87476 88241 87880 89129  total = 24.226544 per ms 
01:16:12.315 16  switches: flows:  93018 91228 90454 91736 93809 96998 92743 92911 89962 88359 91954 88280 87364 88048 87341 88102  total = 24.164773 per ms 
01:17:12.415 16  switches: flows:  97104 93924 93540 93307 96246 96656 94688 95806 93198 89953 93563 90919 90188 90560 90327 91663  total = 24.819244 per ms 
01:18:12.516 16  switches: flows:  102663 97868 97476 99666 100245 98583 99391 100980 97482 95791 98300 94928 95268 94484 93088 93360  total = 25.949587 per ms 
01:19:12.616 16  switches: flows:  103376 97583 93717 96687 98174 97893 98021 97586 95578 94417 96410 93790 91142 93359 89610 91228  total = 25.433709 per ms 
01:20:12.716 16  switches: flows:  93160 92102 90682 91596 94938 93688 92691 94719 88071 89585 91544 88242 87125 87157 87386 86994  total = 24.121084 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24121.08/25949.59/24875.86/8313.41 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:20:12.738273" elapsed="0.000806"/>
</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-04T01:20:12.739401" elapsed="0.000763"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-04T01:20:12.740978" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-04T01:20:12.741156" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24121.08/25949.59/24875.86/8313.41 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-04T01:20:12.740514" elapsed="0.000690"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T01:20:12.742086" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24121.08/25949.59/24875.86/8313.41 | 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-04T01:20:12.741532" elapsed="0.000607"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.747176" 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-04T01:20:12.742448" elapsed="0.004867"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.752199" level="INFO">24121.08/25949.59/24875.86/8313.41</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-04T01:20:12.747648" elapsed="0.004686"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T01:20:12.757323" 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-04T01:20:12.752677" elapsed="0.004703"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-04T01:20:12.762607" level="INFO">@{result_value_list} = [ 24121.08 | 25949.59 | 24875.86 | 8313.41 ]</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-04T01:20:12.758011" elapsed="0.004653"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.763644" level="INFO">Length is 4.</msg>
<msg time="2026-09-04T01:20:12.763820" 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-04T01:20:12.762977" elapsed="0.000889"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.772479" level="INFO">min :: 24121.08</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-04T01:20:12.764812" elapsed="0.007760"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-04T01:20:12.764380" elapsed="0.008237"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.778864" level="INFO">max :: 25949.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-04T01:20:12.772900" elapsed="0.006036"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-04T01:20:12.772726" elapsed="0.006252"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.784737" level="INFO">avg :: 24875.86</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-04T01:20:12.779244" elapsed="0.005564"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-04T01:20:12.779082" elapsed="0.005769"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.790738" level="INFO">stdev :: 8313.41</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-04T01:20:12.785115" elapsed="0.005709"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-04T01:20:12.784955" elapsed="0.005912"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-04T01:20:12.763990" elapsed="0.026914"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.795879" level="INFO">${min} = 24121.08</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-04T01:20:12.791105" elapsed="0.004809"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.800977" level="INFO">${max} = 25949.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-04T01:20:12.796111" elapsed="0.004900"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.806051" level="INFO">${average} = 24875.86</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-04T01:20:12.801205" elapsed="0.004881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.811156" level="INFO">${stdev} = 8313.41</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-04T01:20:12.806329" elapsed="0.004861"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.811902" level="INFO">${date} = 2026-09-04 01:20:12</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-04T01:20:12.811432" elapsed="0.000493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.812479" level="INFO">CBench Result: 2026-09-04 01:20:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24121.08,25949.59,24875.86,8313.41</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-04T01:20:12.812053" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-04T01:20:12.813560" 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-04T01:20:12.813102" 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-04T01:20:12.813760" elapsed="0.000416"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-04T01:20:12.812678" elapsed="0.001555"/>
</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-04T01:10:06.053767" elapsed="606.760534"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.814739" 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-04T01:20:12.814436" elapsed="0.000354"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-04T01:20:12.815912" 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-04T01:20:12.815446" elapsed="0.000489"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-04T01:20:12.816141" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-09-04T01:20:12.816005" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-09-04T01:20:12.815986" elapsed="0.000240"/>
</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-04T01:20:12.816371" 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-04T01:20:12.816531" elapsed="0.000036"/>
</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-04T01:20:12.816697" 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-04T01:20:12.816831" elapsed="0.000017"/>
</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-04T01:20:12.817003" elapsed="0.000019"/>
</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-04T01:20:12.817135" elapsed="0.000017"/>
</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-04T01:20:12.817262" elapsed="0.000030"/>
</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-04T01:20:12.817475" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-09-04T01:20:12.817351" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-09-04T01:20:12.817336" elapsed="0.000242"/>
</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-04T01:20:12.815136" elapsed="0.002496"/>
</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-04T01:10:06.052629" elapsed="606.765046"/>
</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-04T00:49:50.077124" elapsed="1822.741087"/>
</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>
