<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-22T02:07:29.845536" 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-04-22T02:07:30.411413" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:07:30.411276" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:30.411249" elapsed="0.000263"/>
</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-04-22T02:07:30.411652" elapsed="0.000527"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-22T02:07:30.412665" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-04-22T02:07:31.285965" 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-04-22T02:07:30.412358" elapsed="0.873871"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-22T02:07:31.335414" 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-04-22T02:07:31.286518" elapsed="0.048973"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-22T02:07:31.337385" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-22T02:07:31.337497" 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-04-22T02:07:31.335656" elapsed="0.001871"/>
</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-04-22T02:07:31.337680" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:07:31.338045" elapsed="0.000266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:07:31.338797" 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-04-22T02:07:31.338467" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-22T02:07:31.338904" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-22T02:07:30.410876" elapsed="0.928234"/>
</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-04-22T02:07:30.407287" elapsed="0.931893"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-22T02:07:31.339728" 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-04-22T02:07:31.339366" elapsed="0.000426"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-22T02:07:31.340214" 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-04-22T02:07:31.339945" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-22T02:07:31.340827" 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-04-22T02:07:31.340426" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-22T02:07:31.341402" 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-04-22T02:07:31.341065" elapsed="0.000381"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-22T02:07:31.342009" 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-04-22T02:07:31.341594" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-22T02:07:31.342538" 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-04-22T02:07:31.342219" elapsed="0.000362"/>
</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-04-22T02:07:31.342890" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:07:31.342666" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:07:31.347404" 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-04-22T02:07:31.346981" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:07:31.348651" level="INFO">Length is 0.</msg>
<msg time="2026-04-22T02:07:31.348747" 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-04-22T02:07:31.347980" elapsed="0.000793"/>
</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-04-22T02:07:31.348921" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-22T02:07:31.350342" level="INFO">Logging into '10.30.171.181:22' as 'jenkins'.</msg>
<msg time="2026-04-22T02:07:32.040625" 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 Wed Apr 22 02:07:31 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.181
  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-697-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-04-22T02:07:31.349808" elapsed="0.690986"/>
</kw>
<msg time="2026-04-22T02:07:32.040896" 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-04-22T02:07:31.349454" elapsed="0.691564"/>
</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-04-22T02:07:31.347640" elapsed="0.693515"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.048642" 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-04-22T02:07:32.041403" elapsed="0.008793"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:07:32.050385" elapsed="0.000279"/>
</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-04-22T02:07:31.346460" elapsed="0.704305"/>
</kw>
<status status="PASS" start="2026-04-22T02:07:31.343040" elapsed="0.707767"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:31.342641" elapsed="0.708202"/>
</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-04-22T02:07:32.051017" elapsed="0.000539"/>
</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-04-22T02:07:32.060262" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:07:32.060141" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:32.060117" elapsed="0.000222"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-22T02:07:32.063807" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:07:32.063695" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:32.063675" elapsed="0.000201"/>
</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-04-22T02:07:32.064019" elapsed="0.000436"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.064860" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-04-22T02:07:32.327844" 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-04-22T02:07:32.064601" elapsed="0.263416"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.422013" 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-04-22T02:07:32.328266" elapsed="0.093820"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.427572" 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-04-22T02:07:32.427754" 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-04-22T02:07:32.422272" elapsed="0.005514"/>
</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-04-22T02:07:32.427928" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:07:32.428286" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:07:32.428925" 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-04-22T02:07:32.428615" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-22T02:07:32.429064" elapsed="0.000052"/>
</return>
<msg time="2026-04-22T02:07:32.429269" 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.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-22T02:07:32.063337" elapsed="0.365963"/>
</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-04-22T02:07:32.429446" elapsed="0.000511"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-22T02:07:32.430028" elapsed="0.000032"/>
</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-04-22T02:07:32.059823" elapsed="0.370336"/>
</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-04-22T02:07:32.433848" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:07:32.433710" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:32.433685" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-22T02:07:32.434061" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.434906" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-04-22T02:07:32.601375" 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-04-22T02:07:32.434651" elapsed="0.166832"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.630012" 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-04-22T02:07:32.601670" elapsed="0.028399"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.631828" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-22T02:07:32.631929" 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-04-22T02:07:32.630220" elapsed="0.001738"/>
</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-04-22T02:07:32.632106" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:07:32.632426" elapsed="0.000175"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:07:32.633048" 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-04-22T02:07:32.632740" elapsed="0.000358"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-22T02:07:32.633146" elapsed="0.000047"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-22T02:07:32.433370" elapsed="0.199931"/>
</kw>
<status status="PASS" start="2026-04-22T02:07:30.405520" elapsed="2.227842"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:07:32.636079" 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-04-22T02:07:32.634241" elapsed="0.001913"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-22T02:07:32.637650" 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-04-22T02:07:32.637295" elapsed="0.000399"/>
</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-04-22T02:07:32.638030" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:07:32.637775" elapsed="0.000314"/>
</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-04-22T02:07:32.641027" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:07:32.640765" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:32.640745" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.641450" 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-04-22T02:07:32.641573" 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-04-22T02:07:32.641239" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:07:32.642167" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.181" 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-04-22T02:07:32.641732" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.642820" 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-04-22T02:07:32.642365" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:07:32.643767" level="INFO">Length is 0.</msg>
<msg time="2026-04-22T02:07:32.643858" 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-04-22T02:07:32.643445" 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-04-22T02:07:32.644037" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.645239" level="INFO">Logging into '10.30.171.181:22' as 'jenkins'.</msg>
<msg time="2026-04-22T02:07:32.972885" 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 Wed Apr 22 02:07:31 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.181
  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: Wed Apr 22 02:07:31 2026 from 10.30.171.68
[?2004h[jenkins@releng-48317-697-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-04-22T02:07:32.644861" elapsed="0.328281"/>
</kw>
<msg time="2026-04-22T02:07:32.973246" 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-04-22T02:07:32.644519" elapsed="0.328830"/>
</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-04-22T02:07:32.643059" elapsed="0.330433"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-22T02:07:32.974455" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-22T02:17:39.077119" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-22T02:17:39.077715" level="INFO">${stdout} = </msg>
<msg time="2026-04-22T02:17:39.077819" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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-04-22T02:07:32.973769" elapsed="606.104115"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:17:39.078354" elapsed="0.000719"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.080200" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:08:38.166 16  switches: flows:  117876 115779 115240 115508 114086 113254 114520 116857 110549 108053 108734 108270 110196 110430 110611 112818  total = 30.046350 per ms 
02:09:38.267 16  switches: flows:  132894 137001 132559 131885 130387 129329 133646 128504 126857 123703 126563 123090 125297 126488 124812 126189  total = 34.262861 per ms 
02:10:38.367 16  switches: flows:  126923 128912 131179 131298 125026 128179 128429 125385 121322 118190 120364 120575 118690 120128 121222 120532  total = 33.050691 per ms 
02:11:38.468 16  switches: flows:  137207 138480 138836 137047 137179 136177 136378 135975 131020 128751 128906 127153 127496 127384 126449 129441  total = 35.338853 per ms 
02:12:38.568 16  switches: flows:  133401 138508 137310 135401 136856 135015 136344 134782 128353 126308 124989 127659 128948 127027 126688 126738  total = 35.013614 per ms 
02:13:38.668 16  switches: flows:  129923 136424 135522 130813 129801 133756 134056 128428 125853 123786 123687 126703 126431 122661 125146 125254  total = 34.246886 per ms 
02:14:38.769 16  switches: flows:  133161 135519 136412 133112 130829 135025 132335 131802 128161 124562 123705 128408 126079 124040 127772 128308  total = 34.596029 per ms 
02:15:38.870 16  switches: flows:  137783 139291 139058 135035 133358 134122 133835 132714 131081 126353 128864 130601 130334 129948 130790 131825  total = 35.356936 per ms 
02:16:38.970 16  switches: flows:  132911 136589 136004 131326 129071 130860 130481 128820 124788 124657 122519 126938 126869 124236 128637 127407  total = 34.311225 per ms 
02:17:39.070 16  switches: flows:  138086 137199 136550 130930 132098 134675 133137 132092 126336 126604 124904 127100 128811 126244 129478 129928  total = 34.844705 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33050.69/35356.94/34557.98/11538.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:17:39.079445" elapsed="0.001040"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-22T02:17:39.080977" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-04-22T02:17:39.080668" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-04-22T02:17:39.080614" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-22T02:17:39.081489" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:17:39.081344" elapsed="0.000253"/>
</branch>
<status status="NOT RUN" start="2026-04-22T02:17:39.081309" elapsed="0.000343"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-22T02:17:39.081727" 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-04-22T02:17:39.086914" elapsed="0.000348"/>
</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-04-22T02:17:39.087410" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:17:39.087706" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-22T02:17:39.082435" elapsed="0.005420"/>
</kw>
<msg time="2026-04-22T02:17:39.087984" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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-04-22T02:07:32.638444" elapsed="606.449582"/>
</kw>
<status status="PASS" start="2026-04-22T02:07:32.638117" elapsed="606.449959"/>
</branch>
<status status="PASS" start="2026-04-22T02:07:32.637751" elapsed="606.450347"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.088522" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:08:38.166 16  switches: flows:  117876 115779 115240 115508 114086 113254 114520 116857 110549 108053 108734 108270 110196 110430 110611 112818  total = 30.046350 per ms 
02:09:38.267 16  switches: flows:  132894 137001 132559 131885 130387 129329 133646 128504 126857 123703 126563 123090 125297 126488 124812 126189  total = 34.262861 per ms 
02:10:38.367 16  switches: flows:  126923 128912 131179 131298 125026 128179 128429 125385 121322 118190 120364 120575 118690 120128 121222 120532  total = 33.050691 per ms 
02:11:38.468 16  switches: flows:  137207 138480 138836 137047 137179 136177 136378 135975 131020 128751 128906 127153 127496 127384 126449 129441  total = 35.338853 per ms 
02:12:38.568 16  switches: flows:  133401 138508 137310 135401 136856 135015 136344 134782 128353 126308 124989 127659 128948 127027 126688 126738  total = 35.013614 per ms 
02:13:38.668 16  switches: flows:  129923 136424 135522 130813 129801 133756 134056 128428 125853 123786 123687 126703 126431 122661 125146 125254  total = 34.246886 per ms 
02:14:38.769 16  switches: flows:  133161 135519 136412 133112 130829 135025 132335 131802 128161 124562 123705 128408 126079 124040 127772 128308  total = 34.596029 per ms 
02:15:38.870 16  switches: flows:  137783 139291 139058 135035 133358 134122 133835 132714 131081 126353 128864 130601 130334 129948 130790 131825  total = 35.356936 per ms 
02:16:38.970 16  switches: flows:  132911 136589 136004 131326 129071 130860 130481 128820 124788 124657 122519 126938 126869 124236 128637 127407  total = 34.311225 per ms 
02:17:39.070 16  switches: flows:  138086 137199 136550 130930 132098 134675 133137 132092 126336 126604 124904 127100 128811 126244 129478 129928  total = 34.844705 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33050.69/35356.94/34557.98/11538.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:17:39.088235" elapsed="0.000359"/>
</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-04-22T02:17:39.088739" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-22T02:17:39.089512" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-22T02:17:39.089602" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33050.69/35356.94/34557.98/11538.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-22T02:17:39.089271" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:17:39.090043" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33050.69/35356.94/34557.98/11538.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-22T02:17:39.089777" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.092386" 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-04-22T02:17:39.090211" elapsed="0.002236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.094769" level="INFO">33050.69/35356.94/34557.98/11538.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:17:39.092590" elapsed="0.002235"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:17:39.097145" 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-04-22T02:17:39.094971" elapsed="0.002202"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:17:39.099539" level="INFO">@{result_value_list} = [ 33050.69 | 35356.94 | 34557.98 | 11538.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-22T02:17:39.097356" elapsed="0.002210"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.100034" level="INFO">Length is 4.</msg>
<msg time="2026-04-22T02:17:39.100128" 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-04-22T02:17:39.099718" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.104759" level="INFO">min :: 33050.69</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-04-22T02:17:39.100542" elapsed="0.004272"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-22T02:17:39.100410" elapsed="0.004438"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.109285" level="INFO">max :: 35356.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:17:39.105080" elapsed="0.004261"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-22T02:17:39.104939" elapsed="0.004436"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.113836" level="INFO">avg :: 34557.98</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-04-22T02:17:39.109627" elapsed="0.004265"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-22T02:17:39.109498" elapsed="0.004428"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.118380" level="INFO">stdev :: 11538.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:17:39.114160" elapsed="0.004275"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-22T02:17:39.114035" elapsed="0.004433"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-22T02:17:39.100218" elapsed="0.018283"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.122411" level="INFO">${min} = 33050.69</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-04-22T02:17:39.118659" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.126236" level="INFO">${max} = 35356.94</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-22T02:17:39.122586" elapsed="0.003677"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.130181" level="INFO">${average} = 34557.98</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-04-22T02:17:39.126409" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.134022" level="INFO">${stdev} = 11538.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-22T02:17:39.130354" elapsed="0.003696"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.134557" level="INFO">${date} = 2026-04-22 02:17:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-22T02:17:39.134205" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.135146" level="INFO">CBench Result: 2026-04-22 02:17:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33050.69,35356.94,34557.98,11538.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:17:39.134725" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-22T02:17:39.136224" 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-04-22T02:17:39.135802" elapsed="0.000487"/>
</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-04-22T02:17:39.136438" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-22T02:17:39.135339" elapsed="0.001610"/>
</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-04-22T02:07:32.636618" elapsed="606.500409"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.137504" 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-04-22T02:17:39.137180" 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-04-22T02:17:39.138077" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-04-22T02:17:39.137768" elapsed="0.000638"/>
</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-04-22T02:07:32.633514" elapsed="606.504928"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.139704" 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-04-22T02:17:39.139316" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.140981" 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-04-22T02:17:39.140658" elapsed="0.000380"/>
</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-04-22T02:17:39.141357" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:17:39.141143" elapsed="0.000276"/>
</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-04-22T02:17:39.144264" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:17:39.144020" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-22T02:17:39.144000" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:17:39.144656" 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-04-22T02:17:39.144772" 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-04-22T02:17:39.144473" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.145359" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.181" 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-04-22T02:17:39.144931" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:17:39.145953" 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-04-22T02:17:39.145569" elapsed="0.000410"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:17:39.146870" level="INFO">Length is 0.</msg>
<msg time="2026-04-22T02:17:39.146957" 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-04-22T02:17:39.146562" elapsed="0.000419"/>
</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-04-22T02:17:39.147135" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-22T02:17:39.148301" level="INFO">Logging into '10.30.171.181:22' as 'jenkins'.</msg>
<msg time="2026-04-22T02:17:39.748950" 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 Wed Apr 22 02:17:39 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.181
  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: Wed Apr 22 02:07:32 2026 from 10.30.171.68
[?2004h[jenkins@releng-48317-697-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-04-22T02:17:39.147937" elapsed="0.601229"/>
</kw>
<msg time="2026-04-22T02:17:39.749257" 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-04-22T02:17:39.147600" elapsed="0.601748"/>
</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-04-22T02:17:39.146194" elapsed="0.603275"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-22T02:17:39.750074" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-22T02:27:45.823793" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-22T02:27:45.824497" level="INFO">${stdout} = </msg>
<msg time="2026-04-22T02:27:45.824615" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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-04-22T02:17:39.749694" elapsed="606.074997"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:27:45.825320" elapsed="0.000826"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.827554" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:18:44.896 16  switches: flows:  553929 551029 551505 543771 546740 554698 551586 552369 530055 538193 541972 540351 542906 548062 553763 537039  total = 145.632800 per ms 
02:19:44.997 16  switches: flows:  549507 568057 558019 548945 550537 556125 553267 550398 557533 563549 554377 547002 562701 558420 555044 558338  total = 147.948300 per ms 
02:20:45.098 16  switches: flows:  564027 556673 552034 555044 550545 555966 558780 557751 559384 550372 547505 557293 541824 556049 559337 551574  total = 147.654576 per ms 
02:21:45.200 16  switches: flows:  564038 567011 566625 565709 568204 556498 554572 563529 564514 560764 566594 570658 558207 563444 560901 565789  total = 150.031348 per ms 
02:22:45.304 16  switches: flows:  622085 613834 621551 624266 620238 613510 622204 618510 622978 617588 626897 618189 619365 619702 610781 620280  total = 164.916625 per ms 
02:23:45.406 16  switches: flows:  637369 622942 619450 624294 633338 621463 631326 631085 636409 631635 629270 628446 634982 623656 632352 624113  total = 167.418172 per ms 
02:24:45.507 16  switches: flows:  636655 640798 639136 637776 636374 638796 634375 638261 637318 627029 631157 636340 643233 629640 637341 634191  total = 169.354849 per ms 
02:25:45.608 16  switches: flows:  625967 621134 624925 630276 634712 625466 626425 622053 632817 615275 619776 624766 628952 616206 619842 614477  total = 166.106615 per ms 
02:26:45.710 16  switches: flows:  622310 629416 620265 631511 623413 631429 636666 629395 627922 623941 630257 623300 626675 630983 631890 629235  total = 167.195997 per ms 
02:27:45.813 16  switches: flows:  640052 639987 639328 633994 639318 621835 641682 632771 635216 630022 633918 635632 637150 623151 635699 631612  total = 168.901661 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147654.58/169354.85/161058.68/54428.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:27:45.826607" elapsed="0.002225"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-22T02:27:45.829430" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-04-22T02:27:45.829067" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-04-22T02:27:45.828982" elapsed="0.000688"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-22T02:27:45.829893" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:27:45.829806" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-04-22T02:27:45.829768" elapsed="0.000305"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-22T02:27:45.830150" elapsed="0.000032"/>
</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-04-22T02:27:45.835889" elapsed="0.000773"/>
</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-04-22T02:27:45.836986" elapsed="0.000407"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:27:45.837681" elapsed="0.000227"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-22T02:27:45.830900" elapsed="0.007153"/>
</kw>
<msg time="2026-04-22T02:27:45.838397" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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-04-22T02:17:39.141785" elapsed="606.696673"/>
</kw>
<status status="PASS" start="2026-04-22T02:17:39.141474" elapsed="606.697050"/>
</branch>
<status status="PASS" start="2026-04-22T02:17:39.141123" elapsed="606.697425"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.839027" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:18:44.896 16  switches: flows:  553929 551029 551505 543771 546740 554698 551586 552369 530055 538193 541972 540351 542906 548062 553763 537039  total = 145.632800 per ms 
02:19:44.997 16  switches: flows:  549507 568057 558019 548945 550537 556125 553267 550398 557533 563549 554377 547002 562701 558420 555044 558338  total = 147.948300 per ms 
02:20:45.098 16  switches: flows:  564027 556673 552034 555044 550545 555966 558780 557751 559384 550372 547505 557293 541824 556049 559337 551574  total = 147.654576 per ms 
02:21:45.200 16  switches: flows:  564038 567011 566625 565709 568204 556498 554572 563529 564514 560764 566594 570658 558207 563444 560901 565789  total = 150.031348 per ms 
02:22:45.304 16  switches: flows:  622085 613834 621551 624266 620238 613510 622204 618510 622978 617588 626897 618189 619365 619702 610781 620280  total = 164.916625 per ms 
02:23:45.406 16  switches: flows:  637369 622942 619450 624294 633338 621463 631326 631085 636409 631635 629270 628446 634982 623656 632352 624113  total = 167.418172 per ms 
02:24:45.507 16  switches: flows:  636655 640798 639136 637776 636374 638796 634375 638261 637318 627029 631157 636340 643233 629640 637341 634191  total = 169.354849 per ms 
02:25:45.608 16  switches: flows:  625967 621134 624925 630276 634712 625466 626425 622053 632817 615275 619776 624766 628952 616206 619842 614477  total = 166.106615 per ms 
02:26:45.710 16  switches: flows:  622310 629416 620265 631511 623413 631429 636666 629395 627922 623941 630257 623300 626675 630983 631890 629235  total = 167.195997 per ms 
02:27:45.813 16  switches: flows:  640052 639987 639328 633994 639318 621835 641682 632771 635216 630022 633918 635632 637150 623151 635699 631612  total = 168.901661 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147654.58/169354.85/161058.68/54428.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:27:45.838710" elapsed="0.000393"/>
</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-04-22T02:27:45.839251" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-22T02:27:45.840029" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-22T02:27:45.840123" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 147654.58/169354.85/161058.68/54428.21 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-04-22T02:27:45.839791" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:27:45.840552" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 147654.58/169354.85/161058.68/54428.21 | 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-04-22T02:27:45.840299" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.842972" 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-04-22T02:27:45.840721" elapsed="0.002326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.845374" level="INFO">147654.58/169354.85/161058.68/54428.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:27:45.843191" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:27:45.847796" 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-04-22T02:27:45.845581" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:27:45.850206" level="INFO">@{result_value_list} = [ 147654.58 | 169354.85 | 161058.68 | 54428.21 ]</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-04-22T02:27:45.848036" elapsed="0.002197"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.850767" level="INFO">Length is 4.</msg>
<msg time="2026-04-22T02:27:45.850857" 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-04-22T02:27:45.850451" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.855569" level="INFO">min :: 147654.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:27:45.851301" elapsed="0.004326"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-22T02:27:45.851172" elapsed="0.004497"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.861817" level="INFO">max :: 169354.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-04-22T02:27:45.855893" elapsed="0.006051"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-22T02:27:45.855764" elapsed="0.006292"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.867835" level="INFO">avg :: 161058.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:27:45.862797" elapsed="0.005104"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-22T02:27:45.862256" elapsed="0.005681"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.872503" level="INFO">stdev :: 54428.21</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-04-22T02:27:45.868185" elapsed="0.004375"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-22T02:27:45.868053" elapsed="0.004542"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-22T02:27:45.850952" elapsed="0.021675"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.876495" level="INFO">${min} = 147654.58</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-04-22T02:27:45.872787" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.880387" level="INFO">${max} = 169354.85</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-04-22T02:27:45.876679" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.884293" level="INFO">${average} = 161058.68</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-04-22T02:27:45.880566" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.888172" level="INFO">${stdev} = 54428.21</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-04-22T02:27:45.884470" elapsed="0.003731"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.888717" level="INFO">${date} = 2026-04-22 02:27:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-22T02:27:45.888360" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.889329" level="INFO">CBench Result: 2026-04-22 02:27:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,147654.58,169354.85,161058.68,54428.21</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-04-22T02:27:45.888891" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-22T02:27:45.890499" 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-04-22T02:27:45.890029" elapsed="0.000539"/>
</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-04-22T02:27:45.890721" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-22T02:27:45.889543" elapsed="0.001734"/>
</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-04-22T02:17:39.140088" elapsed="606.751249"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.891813" 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-04-22T02:27:45.891490" elapsed="0.000380"/>
</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-04-22T02:27:45.892455" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-04-22T02:27:45.892100" elapsed="0.000697"/>
</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-04-22T02:17:39.138744" elapsed="606.754092"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.894209" 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-04-22T02:27:45.893810" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.895527" 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-04-22T02:27:45.895184" elapsed="0.000385"/>
</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-04-22T02:27:45.895902" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:27:45.895682" elapsed="0.000279"/>
</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-04-22T02:27:45.898894" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:27:45.898646" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-22T02:27:45.898625" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:27:45.899317" 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-04-22T02:27:45.899446" 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-04-22T02:27:45.899121" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.900046" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.181" 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-04-22T02:27:45.899613" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-22T02:27:45.900655" 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-04-22T02:27:45.900246" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:27:45.901732" level="INFO">Length is 0.</msg>
<msg time="2026-04-22T02:27:45.901829" 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-04-22T02:27:45.901270" elapsed="0.000584"/>
</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-04-22T02:27:45.902013" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-22T02:27:45.903247" level="INFO">Logging into '10.30.171.181:22' as 'jenkins'.</msg>
<msg time="2026-04-22T02:27:46.536878" 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 Wed Apr 22 02:27:46 UTC 2026

  System load:  0.2                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.181
  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: Wed Apr 22 02:17:39 2026 from 10.30.171.68
[?2004h[jenkins@releng-48317-697-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-04-22T02:27:45.902869" elapsed="0.634234"/>
</kw>
<msg time="2026-04-22T02:27:46.537194" 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-04-22T02:27:45.902522" elapsed="0.634754"/>
</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-04-22T02:27:45.900883" elapsed="0.636508"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-22T02:27:46.537935" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-22T02:37:52.631324" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-22T02:37:52.634452" level="INFO">${stdout} = </msg>
<msg time="2026-04-22T02:37:52.634528" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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-04-22T02:27:46.537617" elapsed="606.096958"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:37:52.635889" elapsed="0.000635"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.637796" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:28:51.708 16  switches: flows:  136518 135714 135687 135367 134862 137151 134976 131662 127776 123308 126104 125989 126019 128961 126411 126830  total = 34.888917 per ms 
02:29:51.809 16  switches: flows:  134463 132185 134803 134572 131770 132672 134936 131193 122580 123342 124348 125134 123865 123560 124799 123764  total = 34.242564 per ms 
02:30:51.909 16  switches: flows:  134774 135291 134859 136194 134730 133814 134601 133697 125429 124863 124939 123641 124895 123688 124320 126146  total = 34.540349 per ms 
02:31:52.009 16  switches: flows:  135238 133699 130218 131277 132531 132058 132672 131692 122221 123844 122573 121818 124849 124532 123889 123992  total = 34.061441 per ms 
02:32:52.112 16  switches: flows:  135932 135151 131422 132667 134212 128574 130044 134404 123750 123100 128078 127346 123722 126039 125451 126370  total = 34.379170 per ms 
02:33:52.212 16  switches: flows:  133887 133313 129529 128463 133378 128259 128720 131171 122159 121574 125753 125698 122577 126141 126174 121309  total = 33.911724 per ms 
02:34:52.313 16  switches: flows:  133624 133926 129165 129018 131620 128511 127073 130767 122227 122158 125623 126699 121328 124616 125666 122733  total = 33.855992 per ms 
02:35:52.413 16  switches: flows:  131897 130652 126062 125801 130795 126127 127155 130286 120748 120140 123999 122322 118551 123941 123950 121364  total = 33.340834 per ms 
02:36:52.513 16  switches: flows:  134515 131867 127977 126991 133107 127810 127330 130881 121867 121245 126872 123485 121415 125801 124265 121734  total = 33.729715 per ms 
02:37:52.614 16  switches: flows:  132025 128764 125681 125384 130822 124228 126595 128170 121538 119469 123424 121711 119759 122554 123086 120886  total = 33.179427 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33179.43/34540.35/33915.69/11313.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:37:52.636767" elapsed="0.002233"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-22T02:37:52.639345" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-04-22T02:37:52.639126" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-04-22T02:37:52.639091" elapsed="0.000398"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-22T02:37:52.639618" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-22T02:37:52.639568" elapsed="0.000104"/>
</branch>
<status status="NOT RUN" start="2026-04-22T02:37:52.639546" elapsed="0.000156"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-22T02:37:52.639744" elapsed="0.000018"/>
</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-04-22T02:37:52.643149" elapsed="0.000374"/>
</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-04-22T02:37:52.643682" elapsed="0.000690"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-22T02:37:52.644523" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-22T02:37:52.640215" elapsed="0.004470"/>
</kw>
<msg time="2026-04-22T02:37:52.644823" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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-04-22T02:27:45.896332" elapsed="606.748519"/>
</kw>
<status status="PASS" start="2026-04-22T02:27:45.896000" elapsed="606.748900"/>
</branch>
<status status="PASS" start="2026-04-22T02:27:45.895660" elapsed="606.749265"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.645432" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:28:51.708 16  switches: flows:  136518 135714 135687 135367 134862 137151 134976 131662 127776 123308 126104 125989 126019 128961 126411 126830  total = 34.888917 per ms 
02:29:51.809 16  switches: flows:  134463 132185 134803 134572 131770 132672 134936 131193 122580 123342 124348 125134 123865 123560 124799 123764  total = 34.242564 per ms 
02:30:51.909 16  switches: flows:  134774 135291 134859 136194 134730 133814 134601 133697 125429 124863 124939 123641 124895 123688 124320 126146  total = 34.540349 per ms 
02:31:52.009 16  switches: flows:  135238 133699 130218 131277 132531 132058 132672 131692 122221 123844 122573 121818 124849 124532 123889 123992  total = 34.061441 per ms 
02:32:52.112 16  switches: flows:  135932 135151 131422 132667 134212 128574 130044 134404 123750 123100 128078 127346 123722 126039 125451 126370  total = 34.379170 per ms 
02:33:52.212 16  switches: flows:  133887 133313 129529 128463 133378 128259 128720 131171 122159 121574 125753 125698 122577 126141 126174 121309  total = 33.911724 per ms 
02:34:52.313 16  switches: flows:  133624 133926 129165 129018 131620 128511 127073 130767 122227 122158 125623 126699 121328 124616 125666 122733  total = 33.855992 per ms 
02:35:52.413 16  switches: flows:  131897 130652 126062 125801 130795 126127 127155 130286 120748 120140 123999 122322 118551 123941 123950 121364  total = 33.340834 per ms 
02:36:52.513 16  switches: flows:  134515 131867 127977 126991 133107 127810 127330 130881 121867 121245 126872 123485 121415 125801 124265 121734  total = 33.729715 per ms 
02:37:52.614 16  switches: flows:  132025 128764 125681 125384 130822 124228 126595 128170 121538 119469 123424 121711 119759 122554 123086 120886  total = 33.179427 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33179.43/34540.35/33915.69/11313.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:37:52.645110" elapsed="0.000398"/>
</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-04-22T02:37:52.645654" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-22T02:37:52.646426" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-22T02:37:52.646516" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33179.43/34540.35/33915.69/11313.31 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-04-22T02:37:52.646205" elapsed="0.000336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:37:52.646943" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33179.43/34540.35/33915.69/11313.31 | 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-04-22T02:37:52.646691" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.649345" 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-04-22T02:37:52.647128" elapsed="0.002274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.651905" level="INFO">33179.43/34540.35/33915.69/11313.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:37:52.649544" elapsed="0.002460"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:37:52.654372" 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-04-22T02:37:52.652158" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-22T02:37:52.656874" level="INFO">@{result_value_list} = [ 33179.43 | 34540.35 | 33915.69 | 11313.31 ]</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-04-22T02:37:52.654612" elapsed="0.002290"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.657379" level="INFO">Length is 4.</msg>
<msg time="2026-04-22T02:37:52.657467" 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-04-22T02:37:52.657071" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.662153" level="INFO">min :: 33179.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-04-22T02:37:52.657881" elapsed="0.004330"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-22T02:37:52.657755" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.666952" level="INFO">max :: 34540.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-22T02:37:52.662469" elapsed="0.004565"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-22T02:37:52.662334" elapsed="0.004736"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.671642" level="INFO">avg :: 33915.69</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-04-22T02:37:52.667277" elapsed="0.004421"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-22T02:37:52.667153" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.676213" level="INFO">stdev :: 11313.31</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-04-22T02:37:52.671944" elapsed="0.004326"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-22T02:37:52.671815" elapsed="0.004491"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-22T02:37:52.657560" elapsed="0.018775"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.680199" level="INFO">${min} = 33179.43</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-04-22T02:37:52.676512" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.684162" level="INFO">${max} = 34540.35</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-04-22T02:37:52.680440" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.688007" level="INFO">${average} = 33915.69</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-04-22T02:37:52.684341" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.691838" level="INFO">${stdev} = 11313.31</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-04-22T02:37:52.688187" elapsed="0.003678"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.692396" level="INFO">${date} = 2026-04-22 02:37:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-22T02:37:52.692038" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.692984" level="INFO">CBench Result: 2026-04-22 02:37:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33179.43,34540.35,33915.69,11313.31</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-04-22T02:37:52.692583" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-22T02:37:52.694177" 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-04-22T02:37:52.693678" elapsed="0.000567"/>
</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-04-22T02:37:52.694395" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-22T02:37:52.693206" elapsed="0.001713"/>
</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-04-22T02:27:45.894623" elapsed="606.800355"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.695447" 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-04-22T02:37:52.695142" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-22T02:37:52.696745" 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-04-22T02:37:52.696225" elapsed="0.000547"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-22T02:37:52.697010" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-04-22T02:37:52.696847" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-04-22T02:37:52.696827" elapsed="0.000277"/>
</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-04-22T02:37:52.697248" 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-04-22T02:37:52.697411" elapsed="0.000023"/>
</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-04-22T02:37:52.697574" 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-04-22T02:37:52.697768" elapsed="0.000021"/>
</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-04-22T02:37:52.697918" 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-04-22T02:37:52.698078" elapsed="0.000021"/>
</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-04-22T02:37:52.698222" 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-04-22T02:37:52.698438" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-22T02:37:52.698304" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-04-22T02:37:52.698287" elapsed="0.000225"/>
</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-04-22T02:37:52.695873" elapsed="0.002689"/>
</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-04-22T02:27:45.893158" elapsed="606.805448"/>
</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-04-22T02:07:29.847095" elapsed="1822.852491"/>
</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>
