<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-08T02:02:25.546361" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-08T02:02:26.117081" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:02:26.116924" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:26.116891" elapsed="0.000293"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:02:26.117330" elapsed="0.000539"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-08T02:02:26.118343" level="INFO">Logging into '10.30.171.57:8101' as 'karaf'.</msg>
<msg time="2026-06-08T02:02:27.019461" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-08T02:02:26.118043" elapsed="0.901669"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-08T02:02:27.068256" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-08T02:02:27.020053" elapsed="0.048451"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-08T02:02:27.072470" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-08T02:02:27.072731" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-08T02:02:27.069029" elapsed="0.003772"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-08T02:02:27.073148" elapsed="0.000524"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:02:27.074053" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:02:27.075570" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:02:27.074848" elapsed="0.000793"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T02:02:27.075712" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.57
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-08T02:02:26.116520" elapsed="0.959373"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-08T02:02:26.112707" elapsed="0.963252"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T02:02:27.076542" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-08T02:02:27.076142" elapsed="0.000457"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T02:02:27.077019" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-08T02:02:27.076772" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-08T02:02:27.077680" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-08T02:02:27.077229" elapsed="0.000499"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T02:02:27.078225" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-08T02:02:27.077896" elapsed="0.000372"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-08T02:02:27.078796" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-08T02:02:27.078411" elapsed="0.000412"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T02:02:27.079286" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-08T02:02:27.078980" elapsed="0.000347"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-08T02:02:27.079639" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:02:27.079424" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:02:27.084236" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:02:27.083814" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:02:27.085338" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T02:02:27.085430" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:02:27.084850" elapsed="0.000605"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:02:27.085600" elapsed="0.000398"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T02:02:27.087017" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-08T02:02:27.798943" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun  8 02:02:27 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-743-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-08T02:02:27.086497" elapsed="0.712596"/>
</kw>
<msg time="2026-06-08T02:02:27.799182" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:02:27.086155" elapsed="0.713119"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-08T02:02:27.084469" elapsed="0.714923"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-08T02:02:27.807198" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-08T02:02:27.799597" elapsed="0.009311"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:02:27.809171" elapsed="0.000419"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-08T02:02:27.083248" elapsed="0.726432"/>
</kw>
<status status="PASS" start="2026-06-08T02:02:27.079940" elapsed="0.729825"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:27.079398" elapsed="0.730412"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-08T02:02:27.810037" elapsed="0.000696"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-08T02:02:27.817213" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:02:27.817034" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:27.816999" elapsed="0.000329"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-08T02:02:27.821967" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:02:27.821854" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:27.821835" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:02:27.822168" elapsed="0.000446"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-08T02:02:27.823037" level="INFO">Logging into '10.30.171.57:8101' as 'karaf'.</msg>
<msg time="2026-06-08T02:02:28.049343" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-08T02:02:27.822777" elapsed="0.226750"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.146643" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-08T02:02:28.049830" elapsed="0.096932"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.157812" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-08T02:02:28.158031" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-08T02:02:28.147004" elapsed="0.011059"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-08T02:02:28.158209" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:02:28.158574" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:02:28.159274" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:02:28.158950" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T02:02:28.159384" elapsed="0.000059"/>
</return>
<msg time="2026-06-08T02:02:28.159601" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.57
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-08T02:02:27.821486" elapsed="0.338148"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-08T02:02:28.159807" elapsed="0.000562"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T02:02:28.160449" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-08T02:02:27.816570" elapsed="0.344013"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-08T02:02:28.164460" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:02:28.164313" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:28.164287" elapsed="0.000247"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:02:28.164673" elapsed="0.000492"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.165576" level="INFO">Logging into '10.30.171.57:8101' as 'karaf'.</msg>
<msg time="2026-06-08T02:02:28.339073" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-08T02:02:28.165315" elapsed="0.174005"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.369715" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-08T02:02:28.339793" elapsed="0.029981"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.371497" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-08T02:02:28.371609" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-08T02:02:28.369920" elapsed="0.001719"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-08T02:02:28.371799" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:02:28.372155" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:02:28.372827" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:02:28.372483" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-08T02:02:28.372930" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.57
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-08T02:02:28.163967" elapsed="0.209145"/>
</kw>
<status status="PASS" start="2026-06-08T02:02:26.110851" elapsed="2.262324"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:02:28.375107" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:02:28.374072" elapsed="0.001099"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T02:02:28.376630" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-08T02:02:28.376281" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-08T02:02:28.377018" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:02:28.376774" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-08T02:02:28.380081" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:02:28.379797" elapsed="0.000342"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:28.379776" elapsed="0.000390"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.380703" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-06-08T02:02:28.380840" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-08T02:02:28.380301" elapsed="0.000566"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:02:28.381432" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.57 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.185" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:02:28.381006" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.382136" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:02:28.381634" elapsed="0.000530"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:02:28.383176" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T02:02:28.383309" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:02:28.382774" elapsed="0.000570"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:02:28.383512" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.384826" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-08T02:02:28.721341" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun  8 02:02:27 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun  8 02:02:27 2026 from 10.30.170.50
[?2004h[jenkins@releng-48317-743-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-08T02:02:28.384426" elapsed="0.337106"/>
</kw>
<msg time="2026-06-08T02:02:28.721615" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:02:28.384074" elapsed="0.337645"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-08T02:02:28.382368" elapsed="0.339471"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-08T02:02:28.722353" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.57 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-08T02:12:34.842589" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-08T02:12:34.843123" level="INFO">${stdout} = </msg>
<msg time="2026-06-08T02:12:34.843228" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-08T02:02:28.722054" elapsed="606.121232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:12:34.843762" elapsed="0.000751"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.845669" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.57. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:33.931 16  switches: flows:  109731 110777 111075 109826 108835 109881 109380 109384 107095 108446 108073 103888 106216 103916 106134 107255  total = 28.831867 per ms 
02:04:34.033 16  switches: flows:  120400 118341 119927 119651 119210 118074 119382 118081 117142 115204 116230 113189 115499 112082 113008 115763  total = 31.134378 per ms 
02:05:34.134 16  switches: flows:  116278 115881 117906 116242 115589 115025 115187 115270 112907 112295 112962 109362 113377 110038 110211 111892  total = 30.289790 per ms 
02:06:34.234 16  switches: flows:  121312 119570 122139 120378 120233 119972 119647 118949 119741 116300 116754 114298 117560 115276 115384 116517  total = 31.514364 per ms 
02:07:34.335 16  switches: flows:  122340 121165 124043 120281 121678 120644 123027 121639 117581 117257 117338 115729 116624 116954 116110 118443  total = 31.794428 per ms 
02:08:34.435 16  switches: flows:  121350 118924 120884 119417 120137 119516 119880 120589 117912 115478 118057 114246 115789 115727 115247 117869  total = 31.464498 per ms 
02:09:34.535 16  switches: flows:  121570 121364 123397 119964 121645 119128 121179 120198 118847 116534 117714 114856 117853 116280 115289 117588  total = 31.670567 per ms 
02:10:34.635 16  switches: flows:  120358 120429 120848 118856 120293 116688 120915 119438 116597 115043 116889 113952 115677 114349 113677 116266  total = 31.285669 per ms 
02:11:34.736 16  switches: flows:  122672 120837 122944 120646 121345 116195 121336 118700 118013 116554 117376 116794 116713 113683 115184 116385  total = 31.536950 per ms 
02:12:34.836 16  switches: flows:  120306 118244 121453 118070 118885 117162 118005 119019 116360 114399 116476 114117 114969 113034 113156 115640  total = 31.102905 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30289.79/31794.43/31310.39/10445.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.844918" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-08T02:12:34.846503" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-06-08T02:12:34.846194" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-06-08T02:12:34.846135" elapsed="0.000620"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-08T02:12:34.846976" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:12:34.846894" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-06-08T02:12:34.846858" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-08T02:12:34.847189" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:12:34.852985" elapsed="0.000596"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:12:34.853749" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:12:34.854057" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-08T02:12:34.847908" elapsed="0.006302"/>
</kw>
<msg time="2026-06-08T02:12:34.854345" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-08T02:02:28.377421" elapsed="606.476950"/>
</kw>
<status status="PASS" start="2026-06-08T02:02:28.377105" elapsed="606.477316"/>
</branch>
<status status="PASS" start="2026-06-08T02:02:28.376750" elapsed="606.477697"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.854911" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.57. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:33.931 16  switches: flows:  109731 110777 111075 109826 108835 109881 109380 109384 107095 108446 108073 103888 106216 103916 106134 107255  total = 28.831867 per ms 
02:04:34.033 16  switches: flows:  120400 118341 119927 119651 119210 118074 119382 118081 117142 115204 116230 113189 115499 112082 113008 115763  total = 31.134378 per ms 
02:05:34.134 16  switches: flows:  116278 115881 117906 116242 115589 115025 115187 115270 112907 112295 112962 109362 113377 110038 110211 111892  total = 30.289790 per ms 
02:06:34.234 16  switches: flows:  121312 119570 122139 120378 120233 119972 119647 118949 119741 116300 116754 114298 117560 115276 115384 116517  total = 31.514364 per ms 
02:07:34.335 16  switches: flows:  122340 121165 124043 120281 121678 120644 123027 121639 117581 117257 117338 115729 116624 116954 116110 118443  total = 31.794428 per ms 
02:08:34.435 16  switches: flows:  121350 118924 120884 119417 120137 119516 119880 120589 117912 115478 118057 114246 115789 115727 115247 117869  total = 31.464498 per ms 
02:09:34.535 16  switches: flows:  121570 121364 123397 119964 121645 119128 121179 120198 118847 116534 117714 114856 117853 116280 115289 117588  total = 31.670567 per ms 
02:10:34.635 16  switches: flows:  120358 120429 120848 118856 120293 116688 120915 119438 116597 115043 116889 113952 115677 114349 113677 116266  total = 31.285669 per ms 
02:11:34.736 16  switches: flows:  122672 120837 122944 120646 121345 116195 121336 118700 118013 116554 117376 116794 116713 113683 115184 116385  total = 31.536950 per ms 
02:12:34.836 16  switches: flows:  120306 118244 121453 118070 118885 117162 118005 119019 116360 114399 116476 114117 114969 113034 113156 115640  total = 31.102905 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30289.79/31794.43/31310.39/10445.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.854597" elapsed="0.000388"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-08T02:12:34.855135" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-08T02:12:34.855907" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-08T02:12:34.855998" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30289.79/31794.43/31310.39/10445.30 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-08T02:12:34.855658" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:12:34.856461" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30289.79/31794.43/31310.39/10445.30 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:12:34.856180" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.858927" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.856634" elapsed="0.002349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.861377" level="INFO">30289.79/31794.43/31310.39/10445.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.859129" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:12:34.863771" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:12:34.861582" elapsed="0.002216"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:12:34.866218" level="INFO">@{result_value_list} = [ 30289.79 | 31794.43 | 31310.39 | 10445.30 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:12:34.864002" elapsed="0.002244"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.866750" level="INFO">Length is 4.</msg>
<msg time="2026-06-08T02:12:34.866845" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:12:34.866398" elapsed="0.000470"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.871548" level="INFO">min :: 30289.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.867275" elapsed="0.004329"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-08T02:12:34.867141" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.876117" level="INFO">max :: 31794.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.871872" elapsed="0.004300"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-08T02:12:34.871745" elapsed="0.004461"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.880924" level="INFO">avg :: 31310.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.876420" elapsed="0.004560"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-08T02:12:34.876294" elapsed="0.004719"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.885905" level="INFO">stdev :: 10445.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.881229" elapsed="0.004733"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-08T02:12:34.881104" elapsed="0.004892"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-08T02:12:34.866942" elapsed="0.019087"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.889904" level="INFO">${min} = 30289.79</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:12:34.886188" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.893961" level="INFO">${max} = 31794.43</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:12:34.890081" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.897840" level="INFO">${average} = 31310.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:12:34.894139" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.901792" level="INFO">${stdev} = 10445.30</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:12:34.898018" elapsed="0.003803"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.902354" level="INFO">${date} = 2026-06-08 02:12: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-06-08T02:12:34.901987" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.902951" level="INFO">CBench Result: 2026-06-08 02:12:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30289.79,31794.43,31310.39,10445.30</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.902526" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T02:12:34.904139" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-08T02:12:34.903661" elapsed="0.000545"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-08T02:12:34.904356" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-08T02:12:34.903171" elapsed="0.001746"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-08T02:02:28.375607" elapsed="606.529372"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.905450" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-08T02:12:34.905130" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-08T02:12:34.906038" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-06-08T02:12:34.905735" elapsed="0.000683"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-08T02:02:28.373327" elapsed="606.533138"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.907939" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.907540" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.909408" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-08T02:12:34.908955" elapsed="0.000505"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-08T02:12:34.909851" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:12:34.909604" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-08T02:12:34.912805" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:12:34.912537" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-06-08T02:12:34.912518" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:12:34.913264" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-06-08T02:12:34.913385" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-08T02:12:34.913036" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.913983" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.57 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.185" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:12:34.913544" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:12:34.914583" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:12:34.914180" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:12:34.915528" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T02:12:34.915616" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:12:34.915203" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:12:34.915797" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T02:12:34.917147" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-08T02:12:35.552382" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun  8 02:12:35 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.185
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun  8 02:02:28 2026 from 10.30.170.50
[?2004h[jenkins@releng-48317-743-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-08T02:12:34.916738" elapsed="0.635860"/>
</kw>
<msg time="2026-06-08T02:12:35.552709" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:12:34.916305" elapsed="0.636511"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-08T02:12:34.914829" elapsed="0.638130"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-08T02:12:35.553512" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.57 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-08T02:22:42.607572" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-08T02:22:42.608200" level="INFO">${stdout} = </msg>
<msg time="2026-06-08T02:22:42.608309" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-08T02:12:35.553190" elapsed="607.055186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:22:42.608842" elapsed="0.000658"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.610884" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.57. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:40.679 16  switches: flows:  492774 490505 495250 489910 495906 482788 483443 474899 491376 365992 489768 488266 480842 487879 488940 488653  total = 128.119850 per ms 
02:14:40.780 16  switches: flows:  477887 522735 491250 523240 521573 503819 524630 536691 533874 498614 509982 496667 514979 519691 499561 525301  total = 136.446743 per ms 
02:15:41.818 16  switches: flows:  565261 548042 563659 556645 566914 558516 557376 559315 553392 561634 556667 551307 562377 565166 552485 561522  total = 146.470422 per ms 
02:16:41.921 16  switches: flows:  583197 572764 579090 580331 579670 494318 582679 581500 591976 583032 578979 575596 584051 582234 574925 597706  total = 153.442543 per ms 
02:17:42.023 16  switches: flows:  565042 552860 555975 560901 580439 567193 560739 577527 570110 565124 565414 568860 547061 565030 573404 564310  total = 150.411653 per ms 
02:18:42.124 16  switches: flows:  670461 675256 670328 674684 670629 673558 665760 671254 672567 666562 670807 665281 668547 675416 669351 669843  total = 178.538494 per ms 
02:19:42.226 16  switches: flows:  565188 566015 565494 573166 566151 567521 562538 568839 576405 574260 578919 564149 566773 569614 564939 565911  total = 151.343887 per ms 
02:20:42.328 16  switches: flows:  550589 561829 546948 527760 568615 551802 559315 556359 548241 542243 552915 517427 517734 545070 556476 556311  total = 145.748617 per ms 
02:21:42.429 16  switches: flows:  628891 633201 629222 633671 632897 637456 627893 631054 637172 634842 633022 628161 639166 635109 634891 640402  total = 168.667840 per ms 
02:22:42.609 16  switches: flows:  596774 600948 592912 599043 603287 596172 582123 602928 581657 595538 592387 597331 602484 597141 589988 594381  total = 158.279885 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136446.74/178538.49/154372.23/52829.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.610104" elapsed="0.001081"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-08T02:22:42.611682" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-06-08T02:22:42.611384" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-06-08T02:22:42.611324" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-08T02:22:42.612150" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:22:42.612067" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-08T02:22:42.612031" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-08T02:22:42.612357" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:22:42.618440" elapsed="0.000379"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:22:42.618983" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:22:42.619286" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-08T02:22:42.613073" elapsed="0.006367"/>
</kw>
<msg time="2026-06-08T02:22:42.619568" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-08T02:12:34.910267" elapsed="607.709328"/>
</kw>
<status status="PASS" start="2026-06-08T02:12:34.909937" elapsed="607.709706"/>
</branch>
<status status="PASS" start="2026-06-08T02:12:34.909579" elapsed="607.710088"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.620109" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.57. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:40.679 16  switches: flows:  492774 490505 495250 489910 495906 482788 483443 474899 491376 365992 489768 488266 480842 487879 488940 488653  total = 128.119850 per ms 
02:14:40.780 16  switches: flows:  477887 522735 491250 523240 521573 503819 524630 536691 533874 498614 509982 496667 514979 519691 499561 525301  total = 136.446743 per ms 
02:15:41.818 16  switches: flows:  565261 548042 563659 556645 566914 558516 557376 559315 553392 561634 556667 551307 562377 565166 552485 561522  total = 146.470422 per ms 
02:16:41.921 16  switches: flows:  583197 572764 579090 580331 579670 494318 582679 581500 591976 583032 578979 575596 584051 582234 574925 597706  total = 153.442543 per ms 
02:17:42.023 16  switches: flows:  565042 552860 555975 560901 580439 567193 560739 577527 570110 565124 565414 568860 547061 565030 573404 564310  total = 150.411653 per ms 
02:18:42.124 16  switches: flows:  670461 675256 670328 674684 670629 673558 665760 671254 672567 666562 670807 665281 668547 675416 669351 669843  total = 178.538494 per ms 
02:19:42.226 16  switches: flows:  565188 566015 565494 573166 566151 567521 562538 568839 576405 574260 578919 564149 566773 569614 564939 565911  total = 151.343887 per ms 
02:20:42.328 16  switches: flows:  550589 561829 546948 527760 568615 551802 559315 556359 548241 542243 552915 517427 517734 545070 556476 556311  total = 145.748617 per ms 
02:21:42.429 16  switches: flows:  628891 633201 629222 633671 632897 637456 627893 631054 637172 634842 633022 628161 639166 635109 634891 640402  total = 168.667840 per ms 
02:22:42.609 16  switches: flows:  596774 600948 592912 599043 603287 596172 582123 602928 581657 595538 592387 597331 602484 597141 589988 594381  total = 158.279885 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136446.74/178538.49/154372.23/52829.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.619823" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-08T02:22:42.620330" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-08T02:22:42.621079" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-08T02:22:42.621168" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136446.74/178538.49/154372.23/52829.16 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-08T02:22:42.620862" elapsed="0.000331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:22:42.621617" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136446.74/178538.49/154372.23/52829.16 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:22:42.621345" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.624015" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.621803" elapsed="0.002267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.626401" level="INFO">136446.74/178538.49/154372.23/52829.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.624215" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:22:42.628841" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:22:42.626604" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:22:42.631260" level="INFO">@{result_value_list} = [ 136446.74 | 178538.49 | 154372.23 | 52829.16 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:22:42.629058" elapsed="0.002230"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.631754" level="INFO">Length is 4.</msg>
<msg time="2026-06-08T02:22:42.631839" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:22:42.631439" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.636715" level="INFO">min :: 136446.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.632232" elapsed="0.004542"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-08T02:22:42.632105" elapsed="0.004704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.641280" level="INFO">max :: 178538.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.637026" elapsed="0.004311"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-08T02:22:42.636900" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.645867" level="INFO">avg :: 154372.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.641598" elapsed="0.004326"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-08T02:22:42.641460" elapsed="0.004497"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.650528" level="INFO">stdev :: 52829.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.646170" elapsed="0.004415"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-08T02:22:42.646044" elapsed="0.004577"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-08T02:22:42.631924" elapsed="0.018728"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.654542" level="INFO">${min} = 136446.74</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:22:42.650849" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.658418" level="INFO">${max} = 178538.49</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:22:42.654737" elapsed="0.003707"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.663871" level="INFO">${average} = 154372.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:22:42.658593" elapsed="0.005305"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.667734" level="INFO">${stdev} = 52829.16</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:22:42.664049" elapsed="0.003712"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.668343" level="INFO">${date} = 2026-06-08 02:22:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-08T02:22:42.667920" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.668954" level="INFO">CBench Result: 2026-06-08 02:22:42,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136446.74,178538.49,154372.23,52829.16</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.668518" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T02:22:42.670138" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-06-08T02:22:42.669695" elapsed="0.000509"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-08T02:22:42.670354" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-08T02:22:42.669170" elapsed="0.001744"/>
</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-06-08T02:12:34.908323" elapsed="607.762652"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.671449" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-08T02:22:42.671126" elapsed="0.000379"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-08T02:22:42.672033" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-06-08T02:22:42.671730" elapsed="0.000632"/>
</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-06-08T02:12:34.906823" elapsed="607.765578"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.673640" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.673247" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.674921" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-08T02:22:42.674576" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-08T02:22:42.675307" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:22:42.675087" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-08T02:22:42.678406" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:22:42.678156" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-08T02:22:42.678137" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:22:42.678821" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-06-08T02:22:42.678936" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-08T02:22:42.678618" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.679508" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.57 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.185" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:22:42.679095" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-08T02:22:42.680109" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:22:42.679717" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:22:42.681127" level="INFO">Length is 0.</msg>
<msg time="2026-06-08T02:22:42.681215" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:22:42.680720" elapsed="0.000519"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:22:42.681381" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-08T02:22:42.682585" level="INFO">Logging into '10.30.171.185:22' as 'jenkins'.</msg>
<msg time="2026-06-08T02:22:43.280079" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun  8 02:22:42 UTC 2026

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

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun  8 02:12:35 2026 from 10.30.170.50
[?2004h[jenkins@releng-48317-743-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-08T02:22:42.682226" elapsed="0.598064"/>
</kw>
<msg time="2026-06-08T02:22:43.280386" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-08T02:22:42.681880" elapsed="0.598596"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-08T02:22:42.680333" elapsed="0.600264"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-08T02:22:43.281188" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.57 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-08T02:32:49.450920" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-08T02:32:49.451716" level="INFO">${stdout} = </msg>
<msg time="2026-06-08T02:32:49.451831" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-08T02:22:43.280851" elapsed="606.171050"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:32:49.452469" elapsed="0.001008"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.454787" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.57. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:48.496 16  switches: flows:  115693 114563 115013 112598 112729 113039 112489 112543 109919 111452 110274 109317 109129 108537 107923 110159  total = 29.756283 per ms 
02:24:48.597 16  switches: flows:  113008 111299 112022 111270 110548 110869 110676 110648 108552 108313 107860 105844 109414 107322 106959 108036  total = 29.161962 per ms 
02:25:48.698 16  switches: flows:  109931 110843 111228 107795 107799 108144 109231 112278 108873 109013 105527 106505 106587 106730 104913 107903  total = 28.840163 per ms 
02:26:48.799 16  switches: flows:  110797 110716 114207 110450 111481 110349 111300 112847 110660 109743 109042 106788 106605 107652 107799 107493  total = 29.249982 per ms 
02:27:48.900 16  switches: flows:  114844 114636 116510 113586 115757 115269 115170 116718 113892 114240 112701 110079 110274 110976 111861 111604  total = 30.251435 per ms 
02:28:49.002 16  switches: flows:  114640 114218 115077 113616 113581 113455 115065 113441 112123 112501 111516 109597 110598 109345 111727 111658  total = 29.985924 per ms 
02:29:49.102 16  switches: flows:  117258 118696 118607 116911 116079 115409 117098 117732 115576 115958 115989 114202 114367 115169 113049 115300  total = 30.905039 per ms 
02:30:49.204 16  switches: flows:  114094 115108 113989 111804 114414 111781 114728 112277 112343 110867 111237 111465 111868 110498 108378 112096  total = 29.899069 per ms 
02:31:49.305 16  switches: flows:  116440 116992 118076 114904 115977 114095 117781 114760 114531 113452 114138 114503 114145 113576 112546 114879  total = 30.628745 per ms 
02:32:49.406 16  switches: flows:  113358 114488 114181 111473 111762 109896 114618 112429 112896 110189 111186 110712 110765 108991 109568 111511  total = 29.750669 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28840.16/30905.04/29852.55/9971.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.453912" elapsed="0.001212"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-08T02:32:49.455733" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-06-08T02:32:49.455349" elapsed="0.000577"/>
</branch>
<status status="PASS" start="2026-06-08T02:32:49.455284" elapsed="0.000699"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-08T02:32:49.456197" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-08T02:32:49.456117" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-06-08T02:32:49.456080" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-08T02:32:49.456401" 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-06-08T02:32:49.461012" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-08T02:32:49.461721" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-08T02:32:49.462139" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-08T02:32:49.457311" elapsed="0.005046"/>
</kw>
<msg time="2026-06-08T02:32:49.462547" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-08T02:22:42.675724" elapsed="606.786860"/>
</kw>
<status status="PASS" start="2026-06-08T02:22:42.675391" elapsed="606.787265"/>
</branch>
<status status="PASS" start="2026-06-08T02:22:42.675062" elapsed="606.787649"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.463315" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.57:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.57. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:48.496 16  switches: flows:  115693 114563 115013 112598 112729 113039 112489 112543 109919 111452 110274 109317 109129 108537 107923 110159  total = 29.756283 per ms 
02:24:48.597 16  switches: flows:  113008 111299 112022 111270 110548 110869 110676 110648 108552 108313 107860 105844 109414 107322 106959 108036  total = 29.161962 per ms 
02:25:48.698 16  switches: flows:  109931 110843 111228 107795 107799 108144 109231 112278 108873 109013 105527 106505 106587 106730 104913 107903  total = 28.840163 per ms 
02:26:48.799 16  switches: flows:  110797 110716 114207 110450 111481 110349 111300 112847 110660 109743 109042 106788 106605 107652 107799 107493  total = 29.249982 per ms 
02:27:48.900 16  switches: flows:  114844 114636 116510 113586 115757 115269 115170 116718 113892 114240 112701 110079 110274 110976 111861 111604  total = 30.251435 per ms 
02:28:49.002 16  switches: flows:  114640 114218 115077 113616 113581 113455 115065 113441 112123 112501 111516 109597 110598 109345 111727 111658  total = 29.985924 per ms 
02:29:49.102 16  switches: flows:  117258 118696 118607 116911 116079 115409 117098 117732 115576 115958 115989 114202 114367 115169 113049 115300  total = 30.905039 per ms 
02:30:49.204 16  switches: flows:  114094 115108 113989 111804 114414 111781 114728 112277 112343 110867 111237 111465 111868 110498 108378 112096  total = 29.899069 per ms 
02:31:49.305 16  switches: flows:  116440 116992 118076 114904 115977 114095 117781 114760 114531 113452 114138 114503 114145 113576 112546 114879  total = 30.628745 per ms 
02:32:49.406 16  switches: flows:  113358 114488 114181 111473 111762 109896 114618 112429 112896 110189 111186 110712 110765 108991 109568 111511  total = 29.750669 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28840.16/30905.04/29852.55/9971.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.462914" elapsed="0.000505"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-08T02:32:49.463628" elapsed="0.000547"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-08T02:32:49.464754" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-08T02:32:49.464884" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28840.16/30905.04/29852.55/9971.85 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-08T02:32:49.464401" elapsed="0.000516"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:32:49.465491" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28840.16/30905.04/29852.55/9971.85 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:32:49.465134" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.469299" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.465748" elapsed="0.003630"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.472713" level="INFO">28840.16/30905.04/29852.55/9971.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.469584" elapsed="0.003212"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:32:49.475380" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:32:49.473006" elapsed="0.002401"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-08T02:32:49.477823" level="INFO">@{result_value_list} = [ 28840.16 | 30905.04 | 29852.55 | 9971.85 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-08T02:32:49.475598" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.478315" level="INFO">Length is 4.</msg>
<msg time="2026-06-08T02:32:49.478404" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-08T02:32:49.478009" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.483142" level="INFO">min :: 28840.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.478867" elapsed="0.004332"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-08T02:32:49.478734" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.487752" level="INFO">max :: 30905.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.483448" elapsed="0.004362"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-08T02:32:49.483323" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.492333" level="INFO">avg :: 29852.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.488052" elapsed="0.004336"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-08T02:32:49.487927" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.496952" level="INFO">stdev :: 9971.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.492647" elapsed="0.004361"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-08T02:32:49.492521" elapsed="0.004521"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-08T02:32:49.478506" elapsed="0.018566"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.501309" level="INFO">${min} = 28840.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:32:49.497245" elapsed="0.004091"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.505255" level="INFO">${max} = 30905.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:32:49.501492" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.509262" level="INFO">${average} = 29852.55</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:32:49.505547" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.513148" level="INFO">${stdev} = 9971.85</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-08T02:32:49.509441" elapsed="0.003733"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.513728" level="INFO">${date} = 2026-06-08 02:32:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-08T02:32:49.513342" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.514313" level="INFO">CBench Result: 2026-06-08 02:32:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28840.16,30905.04,29852.55,9971.85</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-08T02:32:49.513908" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-08T02:32:49.515547" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-08T02:32:49.515012" elapsed="0.000604"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-08T02:32:49.515785" elapsed="0.000517"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-08T02:32:49.514517" elapsed="0.001850"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-08T02:22:42.674027" elapsed="606.842400"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.519365" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-08T02:32:49.518801" elapsed="0.000640"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-08T02:32:49.520976" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-08T02:32:49.520355" elapsed="0.000648"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-08T02:32:49.521261" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-06-08T02:32:49.521098" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-06-08T02:32:49.521069" elapsed="0.000306"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.521569" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.521745" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.521910" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.522157" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.522314" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.522462" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.522609" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-08T02:32:49.522850" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-08T02:32:49.522708" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-06-08T02:32:49.522674" elapsed="0.000251"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-08T02:32:49.519960" elapsed="0.003021"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-08T02:22:42.672714" elapsed="606.850317"/>
</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-06-08T02:02:25.547937" elapsed="1823.975624"/>
</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>
