<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-09T00:49:25.389078" 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-09T00:49:25.913402" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-09T00:49:25.913273" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:25.913244" elapsed="0.000251"/>
</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-09T00:49:25.913644" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-09T00:49:25.914600" level="INFO">Logging into '10.30.170.161:8101' as 'karaf'.</msg>
<msg time="2026-09-09T00:49:26.691812" 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-09T00:49:25.914309" elapsed="0.777678"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-09T00:49:26.740686" 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-09T00:49:26.692262" elapsed="0.048490"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-09T00:49:26.742534" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-09T00:49:26.742669" 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-09T00:49:26.740906" elapsed="0.001792"/>
</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-09T00:49:26.742843" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T00:49:26.743189" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:49:26.743905" 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-09T00:49:26.743590" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-09T00:49:26.744007" elapsed="0.000046"/>
</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.161
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-09T00:49:25.912904" elapsed="0.831272"/>
</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-09T00:49:25.909212" elapsed="0.835028"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-09T00:49:26.744790" 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-09T00:49:26.744410" elapsed="0.000433"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-09T00:49:26.745234" 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-09T00:49:26.744983" elapsed="0.000312"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-09T00:49:26.745841" 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-09T00:49:26.745436" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-09T00:49:26.746398" 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-09T00:49:26.746021" elapsed="0.000418"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-09T00:49:26.746957" 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-09T00:49:26.746605" elapsed="0.000377"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-09T00:49:26.747439" 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-09T00:49:26.747131" elapsed="0.000348"/>
</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-09T00:49:26.747779" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-09T00:49:26.747581" elapsed="0.000248"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-09T00:49:26.752035" 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-09T00:49:26.751671" elapsed="0.000389"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T00:49:26.753005" level="INFO">Length is 0.</msg>
<msg time="2026-09-09T00:49:26.753082" 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-09T00:49:26.752600" elapsed="0.000505"/>
</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-09T00:49:26.753253" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-09T00:49:26.754512" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-09-09T00:49:27.248287" 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 Wed Sep  9 00:48:40 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.20
  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-393-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-09T00:49:26.754044" elapsed="0.494391"/>
</kw>
<msg time="2026-09-09T00:49:27.248546" 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-09T00:49:26.753728" elapsed="0.494911"/>
</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-09T00:49:26.752262" elapsed="0.496492"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.259020" 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-09T00:49:27.248965" elapsed="0.012239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T00:49:27.261385" elapsed="0.000270"/>
</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-09T00:49:26.751177" elapsed="0.510534"/>
</kw>
<status status="PASS" start="2026-09-09T00:49:26.748013" elapsed="0.513732"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:26.747556" elapsed="0.514224"/>
</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-09T00:49:27.261926" elapsed="0.000492"/>
</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-09T00:49:27.266498" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-09T00:49:27.266388" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:27.266364" elapsed="0.000222"/>
</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-09T00:49:27.269948" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-09T00:49:27.269838" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:27.269821" elapsed="0.000190"/>
</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-09T00:49:27.270146" elapsed="0.000412"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.270923" level="INFO">Logging into '10.30.170.161:8101' as 'karaf'.</msg>
<msg time="2026-09-09T00:49:27.491260" 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-09T00:49:27.270691" elapsed="0.220717"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.579351" 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-09T00:49:27.491854" elapsed="0.087612"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.590019" 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-09T00:49:27.590231" 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-09T00:49:27.579698" elapsed="0.010562"/>
</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-09T00:49:27.590390" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T00:49:27.590727" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:49:27.591352" 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-09T00:49:27.591040" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-09T00:49:27.591450" elapsed="0.000047"/>
</return>
<msg time="2026-09-09T00:49:27.591841" 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.161
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-09T00:49:27.269509" elapsed="0.322361"/>
</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-09T00:49:27.592004" elapsed="0.000511"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-09T00:49:27.592618" elapsed="0.000031"/>
</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-09T00:49:27.266097" elapsed="0.326643"/>
</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-09T00:49:27.596487" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-09T00:49:27.596365" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:27.596343" elapsed="0.000239"/>
</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-09T00:49:27.596704" elapsed="0.000402"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.597508" level="INFO">Logging into '10.30.170.161:8101' as 'karaf'.</msg>
<msg time="2026-09-09T00:49:27.814392" 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-09T00:49:27.597272" elapsed="0.217289"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.844716" 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-09T00:49:27.814815" elapsed="0.029957"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.847058" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-09T00:49:27.847180" 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-09T00:49:27.844912" elapsed="0.002296"/>
</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-09T00:49:27.847332" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T00:49:27.847646" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:49:27.848281" 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-09T00:49:27.847977" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-09T00:49:27.848375" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.161
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-09T00:49:27.596052" elapsed="0.252504"/>
</kw>
<status status="PASS" start="2026-09-09T00:49:25.907489" elapsed="1.941126"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:49:27.850458" 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-09T00:49:27.849475" elapsed="0.001063"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-09T00:49:27.852260" 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-09T00:49:27.851926" elapsed="0.000375"/>
</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-09T00:49:27.852626" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-09T00:49:27.852380" elapsed="0.000300"/>
</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-09T00:49:27.855448" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-09T00:49:27.855210" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:27.855191" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.855854" 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-09T00:49:27.855965" 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-09T00:49:27.855666" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:49:27.856555" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.161 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.20" 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-09T00:49:27.856112" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.857206" 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-09T00:49:27.856750" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T00:49:27.858068" level="INFO">Length is 0.</msg>
<msg time="2026-09-09T00:49:27.858168" 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-09T00:49:27.857774" elapsed="0.000416"/>
</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-09T00:49:27.858321" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-09T00:49:27.859458" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-09-09T00:49:28.245054" 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 Wed Sep  9 00:48:40 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.20
  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: Wed Sep  9 00:49:27 2026 from 10.30.170.42
[?2004h[jenkins@releng-63164-393-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-09T00:49:27.859114" elapsed="0.386178"/>
</kw>
<msg time="2026-09-09T00:49:28.245382" 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-09T00:49:27.858788" elapsed="0.386686"/>
</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-09T00:49:27.857415" elapsed="0.388207"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-09T00:49:28.246175" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.161 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-09T00:59:34.362495" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-09T00:59:34.363039" level="INFO">${stdout} = </msg>
<msg time="2026-09-09T00:59:34.363140" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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-09T00:49:28.245853" elapsed="606.117341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T00:59:34.363626" elapsed="0.000689"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.365395" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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.161. 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:33.465 16  switches: flows:  86200 86143 84793 82555 82293 80629 80427 80225 75259 76917 76592 75432 76062 76542 76614 76300  total = 21.216383 per ms 
00:51:33.566 16  switches: flows:  88177 87080 85271 86036 83987 82057 82343 81852 78102 78317 78459 76568 78137 81169 78531 77545  total = 21.690979 per ms 
00:52:33.666 16  switches: flows:  88769 89290 85239 85504 83075 81401 81616 80624 78300 79262 77580 75758 75616 80223 78113 76453  total = 21.577672 per ms 
00:53:33.767 16  switches: flows:  89371 87241 86465 87283 84272 82440 84044 81544 81106 77158 78546 76888 77510 78212 79407 78416  total = 21.794982 per ms 
00:54:33.869 16  switches: flows:  91049 87284 88803 88026 85777 83165 85701 83990 81135 79286 81208 78044 80920 80340 80691 79628  total = 22.213575 per ms 
00:55:33.969 16  switches: flows:  92110 87821 87482 88380 84165 82954 84395 82836 82474 81990 80067 78117 79754 80677 80526 79004  total = 22.175450 per ms 
00:56:34.069 16  switches: flows:  94601 88346 88870 90019 84676 84356 85401 82827 82100 80488 80140 79113 80064 81163 80273 78360  total = 22.309356 per ms 
00:57:34.170 16  switches: flows:  94346 89748 89045 89659 84860 83040 85197 84442 81219 81274 81250 78814 82551 81130 79764 78136  total = 22.370576 per ms 
00:58:34.270 16  switches: flows:  93250 91569 89098 89164 84761 83830 84877 84699 80630 80846 80243 78496 81042 81269 78857 79377  total = 22.329541 per ms 
00:59:34.370 16  switches: flows:  92441 89530 89723 87392 83476 82463 85647 84245 78974 79971 83090 78688 80624 81654 77604 81345  total = 22.244001 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21577.67/22370.58/22078.46/7365.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T00:59:34.364684" elapsed="0.001027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-09T00:59:34.366197" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-09-09T00:59:34.365887" elapsed="0.000454"/>
</branch>
<status status="PASS" start="2026-09-09T00:59:34.365834" elapsed="0.000559"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-09T00:59:34.366620" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-09T00:59:34.366512" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-09-09T00:59:34.366481" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-09T00:59:34.366815" 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-09T00:59:34.372620" elapsed="0.001005"/>
</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-09T00:59:34.374030" elapsed="0.000399"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T00:59:34.374780" elapsed="0.000335"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-09T00:59:34.367551" elapsed="0.007694"/>
</kw>
<msg time="2026-09-09T00:59:34.375569" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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-09T00:49:27.852996" elapsed="606.522646"/>
</kw>
<status status="PASS" start="2026-09-09T00:49:27.852706" elapsed="606.523058"/>
</branch>
<status status="PASS" start="2026-09-09T00:49:27.852354" elapsed="606.523476"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.377036" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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.161. 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:33.465 16  switches: flows:  86200 86143 84793 82555 82293 80629 80427 80225 75259 76917 76592 75432 76062 76542 76614 76300  total = 21.216383 per ms 
00:51:33.566 16  switches: flows:  88177 87080 85271 86036 83987 82057 82343 81852 78102 78317 78459 76568 78137 81169 78531 77545  total = 21.690979 per ms 
00:52:33.666 16  switches: flows:  88769 89290 85239 85504 83075 81401 81616 80624 78300 79262 77580 75758 75616 80223 78113 76453  total = 21.577672 per ms 
00:53:33.767 16  switches: flows:  89371 87241 86465 87283 84272 82440 84044 81544 81106 77158 78546 76888 77510 78212 79407 78416  total = 21.794982 per ms 
00:54:33.869 16  switches: flows:  91049 87284 88803 88026 85777 83165 85701 83990 81135 79286 81208 78044 80920 80340 80691 79628  total = 22.213575 per ms 
00:55:33.969 16  switches: flows:  92110 87821 87482 88380 84165 82954 84395 82836 82474 81990 80067 78117 79754 80677 80526 79004  total = 22.175450 per ms 
00:56:34.069 16  switches: flows:  94601 88346 88870 90019 84676 84356 85401 82827 82100 80488 80140 79113 80064 81163 80273 78360  total = 22.309356 per ms 
00:57:34.170 16  switches: flows:  94346 89748 89045 89659 84860 83040 85197 84442 81219 81274 81250 78814 82551 81130 79764 78136  total = 22.370576 per ms 
00:58:34.270 16  switches: flows:  93250 91569 89098 89164 84761 83830 84877 84699 80630 80846 80243 78496 81042 81269 78857 79377  total = 22.329541 per ms 
00:59:34.370 16  switches: flows:  92441 89530 89723 87392 83476 82463 85647 84245 78974 79971 83090 78688 80624 81654 77604 81345  total = 22.244001 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21577.67/22370.58/22078.46/7365.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T00:59:34.376212" elapsed="0.000990"/>
</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-09T00:59:34.377511" elapsed="0.001002"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-09T00:59:34.379484" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-09T00:59:34.379738" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21577.67/22370.58/22078.46/7365.06 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-09T00:59:34.378950" elapsed="0.000850"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T00:59:34.380885" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21577.67/22370.58/22078.46/7365.06 | 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-09T00:59:34.380250" elapsed="0.000696"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.386853" 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-09T00:59:34.381348" elapsed="0.005631"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.392585" level="INFO">21577.67/22370.58/22078.46/7365.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T00:59:34.387342" elapsed="0.005404"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T00:59:34.398305" 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-09T00:59:34.393117" elapsed="0.005249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T00:59:34.404582" level="INFO">@{result_value_list} = [ 21577.67 | 22370.58 | 22078.46 | 7365.06 ]</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-09T00:59:34.398873" elapsed="0.005787"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.405809" level="INFO">Length is 4.</msg>
<msg time="2026-09-09T00:59:34.406038" 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-09T00:59:34.405028" elapsed="0.001077"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.414601" level="INFO">min :: 21577.67</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-09T00:59:34.407103" elapsed="0.007583"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-09T00:59:34.406771" elapsed="0.008202"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.421797" level="INFO">max :: 22370.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T00:59:34.415339" elapsed="0.006541"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-09T00:59:34.415132" elapsed="0.006799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.428452" level="INFO">avg :: 22078.46</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-09T00:59:34.422278" elapsed="0.006276"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-09T00:59:34.422086" elapsed="0.006519"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.435022" level="INFO">stdev :: 7365.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T00:59:34.428931" elapsed="0.006171"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-09T00:59:34.428733" elapsed="0.006415"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-09T00:59:34.406264" elapsed="0.028929"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.440325" level="INFO">${min} = 21577.67</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-09T00:59:34.435414" elapsed="0.004935"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.445144" level="INFO">${max} = 22370.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-09T00:59:34.440490" elapsed="0.004681"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.448833" level="INFO">${average} = 22078.46</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-09T00:59:34.445321" elapsed="0.003539"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.452715" level="INFO">${stdev} = 7365.06</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-09T00:59:34.449023" elapsed="0.003716"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.453283" level="INFO">${date} = 2026-09-09 00:59:34</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-09T00:59:34.452887" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.453852" level="INFO">CBench Result: 2026-09-09 00:59:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21577.67,22370.58,22078.46,7365.06</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-09T00:59:34.453441" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-09T00:59:34.454954" 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-09T00:59:34.454533" elapsed="0.000499"/>
</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-09T00:59:34.455167" elapsed="0.000440"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-09T00:59:34.454083" 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-09T00:49:27.851070" elapsed="606.604648"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.456182" 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-09T00:59:34.455854" elapsed="0.000378"/>
</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-09T00:59:34.456726" elapsed="0.000244"/>
</kw>
<status status="PASS" start="2026-09-09T00:59:34.456429" elapsed="0.000616"/>
</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-09T00:49:27.848750" elapsed="606.608330"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.459049" 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-09T00:59:34.458591" elapsed="0.000518"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.460447" 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-09T00:59:34.460136" elapsed="0.000349"/>
</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-09T00:59:34.460894" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-09T00:59:34.460580" elapsed="0.000369"/>
</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-09T00:59:34.463759" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-09T00:59:34.463509" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-09-09T00:59:34.463492" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-09T00:59:34.464217" 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-09T00:59:34.464332" 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-09T00:59:34.463980" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.464894" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.161 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.20" 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-09T00:59:34.464481" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-09T00:59:34.465470" 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-09T00:59:34.465096" elapsed="0.000397"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T00:59:34.466349" level="INFO">Length is 0.</msg>
<msg time="2026-09-09T00:59:34.466431" 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-09T00:59:34.466045" elapsed="0.000407"/>
</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-09T00:59:34.466600" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-09T00:59:34.467750" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-09-09T00:59:35.135612" 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 Wed Sep  9 00:59:34 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.20
  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: Wed Sep  9 00:49:28 2026 from 10.30.170.42
[?2004h[jenkins@releng-63164-393-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-09T00:59:34.467411" elapsed="0.668435"/>
</kw>
<msg time="2026-09-09T00:59:35.135938" 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-09T00:59:34.467077" elapsed="0.668977"/>
</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-09T00:59:34.465694" elapsed="0.670475"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-09T00:59:35.136686" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.161 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-09T01:09:41.172603" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-09T01:09:41.173221" level="INFO">${stdout} = </msg>
<msg time="2026-09-09T01:09:41.173320" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.161: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-09T00:59:35.136387" elapsed="606.036984"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T01:09:41.173859" elapsed="0.000717"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.175716" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.161: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.161. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:40.279 16  switches: flows:  586064 592623 586805 577626 591047 583118 590261 590819 574055 591500 581830 589175 594535 582837 589030 589017  total = 156.505700 per ms 
01:01:40.381 16  switches: flows:  649023 658940 632030 649821 651226 644738 641030 648393 650841 644284 641260 649987 657071 651371 653482 660038  total = 172.765957 per ms 
01:02:40.482 16  switches: flows:  719628 730757 716385 713866 727173 713054 719517 723273 718588 727421 721722 720553 721269 714601 723308 727850  total = 191.992582 per ms 
01:03:40.584 16  switches: flows:  690975 678718 690635 681748 682494 684892 683420 688659 691999 695174 692019 682330 670389 686129 686251 699138  total = 182.774353 per ms 
01:04:40.685 16  switches: flows:  730861 731369 729068 725539 733921 723339 725616 721934 730638 735553 729916 732846 727224 715286 735107 725036  total = 193.894414 per ms 
01:05:40.786 16  switches: flows:  703598 716091 701717 705825 713163 704747 707913 713165 706346 714404 707780 711621 700084 717431 709462 714578  total = 188.813467 per ms 
01:06:40.888 16  switches: flows:  719265 731396 714630 718281 731317 719067 708517 727704 718311 721957 725414 724929 730236 723743 715754 733065  total = 192.402498 per ms 
01:07:40.989 16  switches: flows:  716400 717146 711159 721877 720645 716108 722388 717312 718097 727016 722994 718068 712356 718399 711696 724778  total = 191.285851 per ms 
01:08:41.090 16  switches: flows:  724661 725598 724709 718299 718800 721932 720868 724961 727721 732649 732297 721285 731546 719473 723409 716622  total = 192.755646 per ms 
01:09:41.193 16  switches: flows:  711266 716051 704706 717628 713414 709954 721901 721863 716772 727989 709316 716043 716998 715885 719511 723973  total = 190.730563 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 172765.96/193894.41/188601.70/63191.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:09:41.174964" elapsed="0.001068"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-09T01:09:41.176474" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-09-09T01:09:41.176199" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-09-09T01:09:41.176151" elapsed="0.000562"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-09T01:09:41.176927" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-09T01:09:41.176853" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-09T01:09:41.176819" elapsed="0.000233"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-09T01:09:41.177113" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-09T01:09:41.182345" elapsed="0.000752"/>
</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-09T01:09:41.183394" elapsed="0.000369"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T01:09:41.184053" 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-09T01:09:41.177806" elapsed="0.006558"/>
</kw>
<msg time="2026-09-09T01:09:41.184643" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.161: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-09T00:59:34.461292" elapsed="606.723405"/>
</kw>
<status status="PASS" start="2026-09-09T00:59:34.460977" elapsed="606.723837"/>
</branch>
<status status="PASS" start="2026-09-09T00:59:34.460555" elapsed="606.724306"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.185759" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.161: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.161. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:40.279 16  switches: flows:  586064 592623 586805 577626 591047 583118 590261 590819 574055 591500 581830 589175 594535 582837 589030 589017  total = 156.505700 per ms 
01:01:40.381 16  switches: flows:  649023 658940 632030 649821 651226 644738 641030 648393 650841 644284 641260 649987 657071 651371 653482 660038  total = 172.765957 per ms 
01:02:40.482 16  switches: flows:  719628 730757 716385 713866 727173 713054 719517 723273 718588 727421 721722 720553 721269 714601 723308 727850  total = 191.992582 per ms 
01:03:40.584 16  switches: flows:  690975 678718 690635 681748 682494 684892 683420 688659 691999 695174 692019 682330 670389 686129 686251 699138  total = 182.774353 per ms 
01:04:40.685 16  switches: flows:  730861 731369 729068 725539 733921 723339 725616 721934 730638 735553 729916 732846 727224 715286 735107 725036  total = 193.894414 per ms 
01:05:40.786 16  switches: flows:  703598 716091 701717 705825 713163 704747 707913 713165 706346 714404 707780 711621 700084 717431 709462 714578  total = 188.813467 per ms 
01:06:40.888 16  switches: flows:  719265 731396 714630 718281 731317 719067 708517 727704 718311 721957 725414 724929 730236 723743 715754 733065  total = 192.402498 per ms 
01:07:40.989 16  switches: flows:  716400 717146 711159 721877 720645 716108 722388 717312 718097 727016 722994 718068 712356 718399 711696 724778  total = 191.285851 per ms 
01:08:41.090 16  switches: flows:  724661 725598 724709 718299 718800 721932 720868 724961 727721 732649 732297 721285 731546 719473 723409 716622  total = 192.755646 per ms 
01:09:41.193 16  switches: flows:  711266 716051 704706 717628 713414 709954 721901 721863 716772 727989 709316 716043 716998 715885 719511 723973  total = 190.730563 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 172765.96/193894.41/188601.70/63191.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:09:41.185141" elapsed="0.000793"/>
</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-09T01:09:41.186229" elapsed="0.000816"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-09T01:09:41.187856" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-09T01:09:41.188037" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 172765.96/193894.41/188601.70/63191.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-09T01:09:41.187366" elapsed="0.000720"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T01:09:41.188944" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 172765.96/193894.41/188601.70/63191.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-09T01:09:41.188393" elapsed="0.000606"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.194378" 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-09T01:09:41.189287" elapsed="0.005222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.199628" level="INFO">172765.96/193894.41/188601.70/63191.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:09:41.194896" elapsed="0.004845"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T01:09:41.204801" 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-09T01:09:41.200067" elapsed="0.004793"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T01:09:41.210130" level="INFO">@{result_value_list} = [ 172765.96 | 193894.41 | 188601.70 | 63191.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-09T01:09:41.205340" elapsed="0.004844"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.211171" level="INFO">Length is 4.</msg>
<msg time="2026-09-09T01:09:41.211342" 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-09T01:09:41.210492" elapsed="0.000896"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.219476" level="INFO">min :: 172765.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:09:41.212201" elapsed="0.007381"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-09T01:09:41.211940" elapsed="0.007689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.226170" level="INFO">max :: 193894.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-09T01:09:41.219941" elapsed="0.006303"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-09T01:09:41.219750" elapsed="0.006541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.232750" level="INFO">avg :: 188601.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:09:41.226616" elapsed="0.006238"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-09T01:09:41.226407" elapsed="0.006528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.239438" level="INFO">stdev :: 63191.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-09T01:09:41.233250" elapsed="0.006263"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-09T01:09:41.233070" elapsed="0.006524"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-09T01:09:41.211517" elapsed="0.028131"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.245514" level="INFO">${min} = 172765.96</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-09T01:09:41.239939" elapsed="0.005637"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.251156" level="INFO">${max} = 193894.41</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-09T01:09:41.245834" elapsed="0.005358"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.257639" level="INFO">${average} = 188601.70</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-09T01:09:41.251399" elapsed="0.006294"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.263041" level="INFO">${stdev} = 63191.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-09T01:09:41.258028" elapsed="0.005041"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.263622" level="INFO">${date} = 2026-09-09 01:09:41</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-09T01:09:41.263250" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.264177" level="INFO">CBench Result: 2026-09-09 01:09:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,172765.96,193894.41,188601.70,63191.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-09T01:09:41.263794" elapsed="0.000435"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-09T01:09:41.265473" 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-09T01:09:41.264875" elapsed="0.000673"/>
</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-09T01:09:41.265686" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-09T01:09:41.264400" elapsed="0.001799"/>
</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-09T00:59:34.459494" elapsed="606.806757"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.266701" 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-09T01:09:41.266390" elapsed="0.000398"/>
</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-09T01:09:41.267372" elapsed="0.000311"/>
</kw>
<status status="PASS" start="2026-09-09T01:09:41.267026" elapsed="0.000735"/>
</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-09T00:59:34.457980" elapsed="606.809842"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.268978" 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-09T01:09:41.268617" elapsed="0.000413"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.270157" 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-09T01:09:41.269860" elapsed="0.000334"/>
</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-09T01:09:41.270560" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-09T01:09:41.270331" elapsed="0.000282"/>
</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-09T01:09:41.273727" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-09T01:09:41.273343" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-09-09T01:09:41.273325" elapsed="0.000504"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-09T01:09:41.274197" 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-09T01:09:41.274310" 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-09T01:09:41.273984" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.274944" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.161 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.20" 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-09T01:09:41.274455" elapsed="0.000557"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-09T01:09:41.275651" 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-09T01:09:41.275178" elapsed="0.000502"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T01:09:41.276593" level="INFO">Length is 0.</msg>
<msg time="2026-09-09T01:09:41.276675" 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-09T01:09:41.276240" elapsed="0.000456"/>
</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-09T01:09:41.276845" elapsed="0.000307"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-09T01:09:41.277962" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-09-09T01:09:41.913390" 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 Wed Sep  9 01:09:41 UTC 2026

  System load:  0.29               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.20
  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: Wed Sep  9 00:59:35 2026 from 10.30.170.42
[?2004h[jenkins@releng-63164-393-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-09T01:09:41.277625" elapsed="0.635999"/>
</kw>
<msg time="2026-09-09T01:09:41.913710" 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-09T01:09:41.277292" elapsed="0.636557"/>
</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-09T01:09:41.275898" elapsed="0.638074"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-09T01:09:41.914500" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.161 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-09T01:19:47.932781" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-09T01:19:47.933216" level="INFO">${stdout} = </msg>
<msg time="2026-09-09T01:19:47.933280" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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-09T01:09:41.914198" elapsed="606.019113"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T01:19:47.933650" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.934637" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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.161. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:47.059 16  switches: flows:  93415 90627 89647 89324 87222 85639 83561 84463 80385 78990 79145 77220 79963 79790 78712 79908  total = 22.300183 per ms 
01:11:47.160 16  switches: flows:  92719 89078 89002 89589 87460 84274 81525 83402 79781 77899 79006 77659 79443 78995 78641 81719  total = 22.132910 per ms 
01:12:47.260 16  switches: flows:  92775 90022 89471 89818 88798 83041 82331 84276 79732 77704 80194 78251 79549 79761 79193 81237  total = 22.232117 per ms 
01:13:47.360 16  switches: flows:  93825 91956 90103 90708 89055 84359 83668 85729 81849 79813 81130 78713 79443 81750 80332 82582  total = 22.545954 per ms 
01:14:47.460 16  switches: flows:  93482 92047 90529 90354 88325 84035 82704 85831 81309 78949 81142 78642 79182 82120 80283 81611  total = 22.471543 per ms 
01:15:47.561 16  switches: flows:  93837 93495 91465 91774 88673 84786 83874 87157 81011 79377 80931 79879 79377 82865 80548 81947  total = 22.645417 per ms 
01:16:47.661 16  switches: flows:  93400 91830 90830 90435 87864 83116 83002 85807 80821 79917 81747 79058 79045 81791 79999 82035  total = 22.474110 per ms 
01:17:47.761 16  switches: flows:  93211 94171 91828 91543 88556 83338 83269 86450 80087 80338 81136 79955 79557 81813 80233 81920  total = 22.585683 per ms 
01:18:47.861 16  switches: flows:  93796 92707 90276 91775 89074 83989 83538 85890 80032 79491 80562 80755 79524 82240 80029 81325  total = 22.545748 per ms 
01:19:47.962 16  switches: flows:  93459 92879 90545 90952 89037 83275 83047 85589 80578 79653 80118 78979 79918 81292 80144 81773  total = 22.483107 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22132.91/22645.42/22457.40/7487.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:19:47.934225" elapsed="0.000568"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-09T01:19:47.935029" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-09-09T01:19:47.934882" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-09-09T01:19:47.934856" elapsed="0.000281"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-09T01:19:47.935237" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-09-09T01:19:47.935202" elapsed="0.000072"/>
</branch>
<status status="NOT RUN" start="2026-09-09T01:19:47.935187" elapsed="0.000106"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-09T01:19:47.935321" elapsed="0.000011"/>
</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-09T01:19:47.938053" elapsed="0.000339"/>
</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-09T01:19:47.938594" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-09T01:19:47.938947" elapsed="0.000117"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-09T01:19:47.935664" elapsed="0.003461"/>
</kw>
<msg time="2026-09-09T01:19:47.939289" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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-09T01:09:41.270950" elapsed="606.668375"/>
</kw>
<status status="PASS" start="2026-09-09T01:09:41.270637" elapsed="606.668749"/>
</branch>
<status status="PASS" start="2026-09-09T01:09:41.270310" elapsed="606.669104"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.939879" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.161: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.161. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:47.059 16  switches: flows:  93415 90627 89647 89324 87222 85639 83561 84463 80385 78990 79145 77220 79963 79790 78712 79908  total = 22.300183 per ms 
01:11:47.160 16  switches: flows:  92719 89078 89002 89589 87460 84274 81525 83402 79781 77899 79006 77659 79443 78995 78641 81719  total = 22.132910 per ms 
01:12:47.260 16  switches: flows:  92775 90022 89471 89818 88798 83041 82331 84276 79732 77704 80194 78251 79549 79761 79193 81237  total = 22.232117 per ms 
01:13:47.360 16  switches: flows:  93825 91956 90103 90708 89055 84359 83668 85729 81849 79813 81130 78713 79443 81750 80332 82582  total = 22.545954 per ms 
01:14:47.460 16  switches: flows:  93482 92047 90529 90354 88325 84035 82704 85831 81309 78949 81142 78642 79182 82120 80283 81611  total = 22.471543 per ms 
01:15:47.561 16  switches: flows:  93837 93495 91465 91774 88673 84786 83874 87157 81011 79377 80931 79879 79377 82865 80548 81947  total = 22.645417 per ms 
01:16:47.661 16  switches: flows:  93400 91830 90830 90435 87864 83116 83002 85807 80821 79917 81747 79058 79045 81791 79999 82035  total = 22.474110 per ms 
01:17:47.761 16  switches: flows:  93211 94171 91828 91543 88556 83338 83269 86450 80087 80338 81136 79955 79557 81813 80233 81920  total = 22.585683 per ms 
01:18:47.861 16  switches: flows:  93796 92707 90276 91775 89074 83989 83538 85890 80032 79491 80562 80755 79524 82240 80029 81325  total = 22.545748 per ms 
01:19:47.962 16  switches: flows:  93459 92879 90545 90952 89037 83275 83047 85589 80578 79653 80118 78979 79918 81292 80144 81773  total = 22.483107 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22132.91/22645.42/22457.40/7487.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:19:47.939601" elapsed="0.000346"/>
</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-09T01:19:47.940085" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-09T01:19:47.940854" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-09T01:19:47.940941" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22132.91/22645.42/22457.40/7487.47 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-09T01:19:47.940644" elapsed="0.000319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T01:19:47.941347" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22132.91/22645.42/22457.40/7487.47 | 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-09T01:19:47.941104" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.943680" 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-09T01:19:47.941532" elapsed="0.002199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.945957" level="INFO">22132.91/22645.42/22457.40/7487.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:19:47.943867" elapsed="0.002142"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T01:19:47.948325" 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-09T01:19:47.946146" elapsed="0.002204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-09T01:19:47.950648" level="INFO">@{result_value_list} = [ 22132.91 | 22645.42 | 22457.40 | 7487.47 ]</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-09T01:19:47.948574" elapsed="0.002100"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.951117" level="INFO">Length is 4.</msg>
<msg time="2026-09-09T01:19:47.951198" 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-09T01:19:47.950818" elapsed="0.000401"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.955703" level="INFO">min :: 22132.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-09T01:19:47.951645" elapsed="0.004109"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-09T01:19:47.951466" elapsed="0.004320"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.960034" level="INFO">max :: 22645.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-09T01:19:47.956000" elapsed="0.004085"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-09T01:19:47.955866" elapsed="0.004251"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.964382" level="INFO">avg :: 22457.40</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-09T01:19:47.960326" elapsed="0.004124"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-09T01:19:47.960196" elapsed="0.004312"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.968978" level="INFO">stdev :: 7487.47</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-09T01:19:47.964760" elapsed="0.004273"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-09T01:19:47.964623" elapsed="0.004443"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-09T01:19:47.951284" elapsed="0.017811"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.972903" level="INFO">${min} = 22132.91</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-09T01:19:47.969255" elapsed="0.003672"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.976699" level="INFO">${max} = 22645.42</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-09T01:19:47.973104" elapsed="0.003619"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.981407" level="INFO">${average} = 22457.40</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-09T01:19:47.976865" elapsed="0.004571"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.986022" level="INFO">${stdev} = 7487.47</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-09T01:19:47.981642" elapsed="0.004408"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.986651" level="INFO">${date} = 2026-09-09 01:19:47</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-09T01:19:47.986234" elapsed="0.000446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.987296" level="INFO">CBench Result: 2026-09-09 01:19:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22132.91,22645.42,22457.40,7487.47</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-09T01:19:47.986849" elapsed="0.000508"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-09T01:19:47.988709" 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-09T01:19:47.988119" elapsed="0.000656"/>
</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-09T01:19:47.988918" elapsed="0.000431"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-09T01:19:47.987570" elapsed="0.001839"/>
</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-09T01:09:41.269337" elapsed="606.720126"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.989922" 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-09T01:19:47.989631" elapsed="0.000345"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-09T01:19:47.991127" 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-09T01:19:47.990668" elapsed="0.000483"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-09T01:19:47.991367" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-09-09T01:19:47.991227" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-09-09T01:19:47.991206" elapsed="0.000250"/>
</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-09T01:19:47.991625" elapsed="0.000023"/>
</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-09T01:19:47.991772" elapsed="0.000019"/>
</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-09T01:19:47.991927" elapsed="0.000019"/>
</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-09T01:19:47.992077" elapsed="0.000018"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-09T01:19:47.992268" 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-09T01:19:47.992414" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-09T01:19:47.992581" elapsed="0.000019"/>
</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-09T01:19:47.992782" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-09-09T01:19:47.992656" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-09-09T01:19:47.992641" elapsed="0.000206"/>
</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-09T01:19:47.990334" elapsed="0.002565"/>
</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-09T01:09:41.268128" elapsed="606.724813"/>
</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-09T00:49:25.390594" elapsed="1822.602746"/>
</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>
