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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-12T00:39:53.064052" elapsed="0.911758"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.025332" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-12T00:39:53.976249" elapsed="0.049224"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.027291" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T00:39:54.027426" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-12T00:39:54.025721" elapsed="0.001733"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-12T00:39:54.027595" elapsed="0.000275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T00:39:54.028017" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:39:54.028779" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:39:54.028439" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T00:39:54.028883" elapsed="0.000062"/>
</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.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-12T00:39:53.062524" elapsed="0.966539"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-12T00:39:53.058962" elapsed="0.970161"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T00:39:54.029875" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-12T00:39:54.029313" elapsed="0.000615"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T00:39:54.030296" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-12T00:39:54.030068" elapsed="0.000341"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T00:39:54.030947" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-12T00:39:54.030553" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T00:39:54.031675" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T00:39:54.031133" elapsed="0.000585"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T00:39:54.032193" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-12T00:39:54.031852" elapsed="0.000365"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T00:39:54.032672" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T00:39:54.032394" elapsed="0.000316"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-12T00:39:54.032998" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T00:39:54.032801" elapsed="0.000246"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.037074" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T00:39:54.036688" elapsed="0.000411"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T00:39:54.038116" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T00:39:54.038190" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T00:39:54.037621" elapsed="0.000591"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:39:54.038367" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.039642" level="INFO">Logging into '10.30.171.114:22' as 'jenkins'.</msg>
<msg time="2026-09-12T00:39:54.566838" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 00:39:24 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-63164-396-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-12T00:39:54.039134" elapsed="0.527935"/>
</kw>
<msg time="2026-09-12T00:39:54.567190" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:39:54.038825" elapsed="0.528496"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-12T00:39:54.037284" elapsed="0.530214"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.577291" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-12T00:39:54.567776" elapsed="0.011033"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T00:39:54.579015" elapsed="0.000310"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-12T00:39:54.036192" elapsed="0.543228"/>
</kw>
<status status="PASS" start="2026-09-12T00:39:54.033117" elapsed="0.546342"/>
</branch>
<status status="PASS" start="2026-09-12T00:39:54.032771" elapsed="0.546733"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-12T00:39:54.579660" elapsed="0.000599"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-12T00:39:54.584685" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-12T00:39:54.584557" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-09-12T00:39:54.584528" elapsed="0.000236"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-12T00:39:54.588182" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-12T00:39:54.588066" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-09-12T00:39:54.588049" elapsed="0.000196"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T00:39:54.588394" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.589247" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-09-12T00:39:54.903072" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-12T00:39:54.589004" elapsed="0.314314"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T00:39:54.995387" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-12T00:39:54.903726" elapsed="0.092258"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.007665" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T00:39:55.007904" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-12T00:39:54.996148" elapsed="0.011786"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-12T00:39:55.008067" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T00:39:55.008460" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:39:55.009211" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:39:55.008839" elapsed="0.000431"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T00:39:55.009328" elapsed="0.000116"/>
</return>
<msg time="2026-09-12T00:39:55.009612" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-12T00:39:54.587742" elapsed="0.421900"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T00:39:55.009780" elapsed="0.000775"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T00:39:55.010604" elapsed="0.000029"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-12T00:39:54.584197" elapsed="0.426534"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-12T00:39:55.014707" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-12T00:39:55.014548" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-09-12T00:39:55.014519" elapsed="0.000256"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T00:39:55.014898" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.016163" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-09-12T00:39:55.133394" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-12T00:39:55.015902" elapsed="0.117738"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.159447" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-12T00:39:55.133999" elapsed="0.025512"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.161286" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T00:39:55.161427" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-12T00:39:55.159659" elapsed="0.001797"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-12T00:39:55.161582" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T00:39:55.161919" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:39:55.162738" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:39:55.162326" elapsed="0.000457"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T00:39:55.162841" elapsed="0.000071"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-12T00:39:55.014150" elapsed="0.148919"/>
</kw>
<status status="PASS" start="2026-09-12T00:39:53.056800" elapsed="2.106336"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:39:55.165958" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:39:55.164550" elapsed="0.001468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T00:39:55.167584" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T00:39:55.167218" elapsed="0.000405"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-12T00:39:55.167979" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-12T00:39:55.167714" elapsed="0.000317"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-12T00:39:55.170975" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T00:39:55.170740" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-09-12T00:39:55.170722" elapsed="0.000326"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.171425" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-12T00:39:55.171182" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:39:55.172066" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.114" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:39:55.171686" elapsed="0.000434"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.172780" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T00:39:55.172260" elapsed="0.000544"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T00:39:55.173709" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T00:39:55.173790" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T00:39:55.173343" elapsed="0.000468"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:39:55.173944" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.175103" level="INFO">Logging into '10.30.171.114:22' as 'jenkins'.</msg>
<msg time="2026-09-12T00:39:55.568759" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 00:39:24 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Sat Sep 12 00:39:54 2026 from 10.30.171.131
[?2004h[jenkins@releng-63164-396-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-12T00:39:55.174778" elapsed="0.394294"/>
</kw>
<msg time="2026-09-12T00:39:55.569192" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:39:55.174451" elapsed="0.394872"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-12T00:39:55.172989" elapsed="0.396519"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T00:39:55.570235" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T00:50:01.686196" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T00:50:01.686890" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T00:50:01.686990" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-12T00:39:55.569824" elapsed="606.117220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T00:50:01.687559" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.689701" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:00.778 16  switches: flows:  87295 86938 85917 89032 82621 85021 86902 84777 84869 87129 85187 85359 85477 81913 82464 82782  total = 22.728050 per ms 
00:42:00.878 16  switches: flows:  94506 94050 93534 94524 90083 94277 95985 93711 92231 93263 92879 91909 91801 90900 88880 88493  total = 24.642601 per ms 
00:43:00.979 16  switches: flows:  93460 93618 95036 93611 88148 94928 95294 94190 94682 94230 92499 91266 91365 91015 92108 90496  total = 24.724485 per ms 
00:44:01.081 16  switches: flows:  94233 93067 93415 92020 87450 92810 91951 93120 88557 91075 91247 90799 90941 87974 91689 88325  total = 24.270020 per ms 
00:45:01.182 16  switches: flows:  98691 97324 97521 94994 90990 96771 94720 97367 91180 94301 92992 93423 93187 92458 95118 89295  total = 25.129960 per ms 
00:46:01.283 16  switches: flows:  97744 99117 96141 94018 89420 96909 92507 94030 90672 93380 93629 92126 94396 93719 93331 89467  total = 24.968429 per ms 
00:47:01.384 16  switches: flows:  94456 94116 91872 91556 88810 93851 90850 93746 89460 89605 92771 90305 91382 90332 91810 88481  total = 24.349403 per ms 
00:48:01.484 16  switches: flows:  90210 89359 89888 88266 84738 88215 87431 87974 86100 88126 89499 87048 87784 85618 89226 85250  total = 23.373181 per ms 
00:49:01.585 16  switches: flows:  91020 93214 92120 91237 88027 92996 94224 92642 87599 89858 91963 90238 89466 89565 90312 88347  total = 24.173457 per ms 
00:50:01.686 16  switches: flows:  97924 96613 95627 94289 92976 93877 92680 95519 91797 94756 94587 93893 92967 90729 93043 88711  total = 24.958136 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23373.18/25129.96/24509.96/8185.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.688737" elapsed="0.001264"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T00:50:01.690543" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-09-12T00:50:01.690221" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-09-12T00:50:01.690165" elapsed="0.000578"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T00:50:01.690933" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-12T00:50:01.690861" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-12T00:50:01.690831" elapsed="0.000225"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T00:50:01.691155" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:50:01.696560" elapsed="0.000832"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T00:50:01.697702" elapsed="0.000512"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T00:50:01.698551" elapsed="0.000217"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T00:50:01.691835" elapsed="0.007040"/>
</kw>
<msg time="2026-09-12T00:50:01.699159" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-12T00:39:55.168432" elapsed="606.530783"/>
</kw>
<status status="PASS" start="2026-09-12T00:39:55.168062" elapsed="606.531250"/>
</branch>
<status status="PASS" start="2026-09-12T00:39:55.167687" elapsed="606.531701"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.700496" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:00.778 16  switches: flows:  87295 86938 85917 89032 82621 85021 86902 84777 84869 87129 85187 85359 85477 81913 82464 82782  total = 22.728050 per ms 
00:42:00.878 16  switches: flows:  94506 94050 93534 94524 90083 94277 95985 93711 92231 93263 92879 91909 91801 90900 88880 88493  total = 24.642601 per ms 
00:43:00.979 16  switches: flows:  93460 93618 95036 93611 88148 94928 95294 94190 94682 94230 92499 91266 91365 91015 92108 90496  total = 24.724485 per ms 
00:44:01.081 16  switches: flows:  94233 93067 93415 92020 87450 92810 91951 93120 88557 91075 91247 90799 90941 87974 91689 88325  total = 24.270020 per ms 
00:45:01.182 16  switches: flows:  98691 97324 97521 94994 90990 96771 94720 97367 91180 94301 92992 93423 93187 92458 95118 89295  total = 25.129960 per ms 
00:46:01.283 16  switches: flows:  97744 99117 96141 94018 89420 96909 92507 94030 90672 93380 93629 92126 94396 93719 93331 89467  total = 24.968429 per ms 
00:47:01.384 16  switches: flows:  94456 94116 91872 91556 88810 93851 90850 93746 89460 89605 92771 90305 91382 90332 91810 88481  total = 24.349403 per ms 
00:48:01.484 16  switches: flows:  90210 89359 89888 88266 84738 88215 87431 87974 86100 88126 89499 87048 87784 85618 89226 85250  total = 23.373181 per ms 
00:49:01.585 16  switches: flows:  91020 93214 92120 91237 88027 92996 94224 92642 87599 89858 91963 90238 89466 89565 90312 88347  total = 24.173457 per ms 
00:50:01.686 16  switches: flows:  97924 96613 95627 94289 92976 93877 92680 95519 91797 94756 94587 93893 92967 90729 93043 88711  total = 24.958136 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23373.18/25129.96/24509.96/8185.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.699680" elapsed="0.000972"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T00:50:01.700982" elapsed="0.000817"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T00:50:01.702632" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T00:50:01.702814" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23373.18/25129.96/24509.96/8185.94 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-12T00:50:01.702147" elapsed="0.000717"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T00:50:01.703743" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23373.18/25129.96/24509.96/8185.94 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T00:50:01.703198" elapsed="0.000598"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.708821" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.704108" elapsed="0.004856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.714034" level="INFO">23373.18/25129.96/24509.96/8185.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.709296" elapsed="0.004891"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T00:50:01.719590" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T00:50:01.714523" elapsed="0.005157"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T00:50:01.725571" level="INFO">@{result_value_list} = [ 23373.18 | 25129.96 | 24509.96 | 8185.94 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T00:50:01.720137" elapsed="0.005496"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.726755" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T00:50:01.726947" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T00:50:01.725976" elapsed="0.001028"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.735625" level="INFO">min :: 23373.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.728022" elapsed="0.007681"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T00:50:01.727722" elapsed="0.008040"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.742127" level="INFO">max :: 25129.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.736096" elapsed="0.006114"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T00:50:01.735893" elapsed="0.006366"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.748328" level="INFO">avg :: 24509.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.742616" elapsed="0.005856"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T00:50:01.742417" elapsed="0.006109"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.754442" level="INFO">stdev :: 8185.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.748846" elapsed="0.005681"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T00:50:01.748658" elapsed="0.005921"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T00:50:01.727211" elapsed="0.027415"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.760047" level="INFO">${min} = 23373.18</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T00:50:01.754872" elapsed="0.005252"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.767210" level="INFO">${max} = 25129.96</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T00:50:01.760404" elapsed="0.006846"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.772705" level="INFO">${average} = 24509.96</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T00:50:01.767491" elapsed="0.005249"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.777703" level="INFO">${stdev} = 8185.94</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T00:50:01.772973" elapsed="0.004754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.778238" level="INFO">${date} = 2026-09-12 00:50:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-12T00:50:01.777872" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.778797" level="INFO">CBench Result: 2026-09-12 00:50:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23373.18,25129.96,24509.96,8185.94</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.778410" elapsed="0.000451"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T00:50:01.780148" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-12T00:50:01.779656" elapsed="0.000556"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-12T00:50:01.780348" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T00:50:01.779084" elapsed="0.001787"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-12T00:39:55.166591" elapsed="606.614351"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.781408" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-12T00:50:01.781101" elapsed="0.000359"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-12T00:50:01.781925" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-09-12T00:50:01.781655" elapsed="0.000590"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-12T00:39:55.163450" elapsed="606.618828"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.783640" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.783239" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.784842" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T00:50:01.784543" elapsed="0.000362"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-12T00:50:01.785274" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-12T00:50:01.784994" elapsed="0.000333"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-12T00:50:01.788306" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-12T00:50:01.787999" elapsed="0.000393"/>
</branch>
<status status="PASS" start="2026-09-12T00:50:01.787973" elapsed="0.000450"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T00:50:01.788859" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-12T00:50:01.788559" elapsed="0.000515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.789642" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.114" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T00:50:01.789204" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T00:50:01.790203" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T00:50:01.789820" elapsed="0.000406"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T00:50:01.791142" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T00:50:01.791222" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T00:50:01.790822" elapsed="0.000422"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:50:01.791395" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T00:50:01.792518" level="INFO">Logging into '10.30.171.114:22' as 'jenkins'.</msg>
<msg time="2026-09-12T00:50:02.394121" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 00:50:01 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   20.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.114
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Sat Sep 12 00:39:55 2026 from 10.30.171.131
[?2004h[jenkins@releng-63164-396-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-12T00:50:01.792183" elapsed="0.602159"/>
</kw>
<msg time="2026-09-12T00:50:02.394455" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T00:50:01.791851" elapsed="0.602695"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-12T00:50:01.790457" elapsed="0.604199"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T00:50:02.395179" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T01:00:08.442020" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T01:00:08.442707" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T01:00:08.442802" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-12T00:50:02.394872" elapsed="606.047979"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:00:08.443296" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.445122" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:07.531 16  switches: flows:  558728 559681 552864 553887 556616 555547 554546 550988 548344 545027 543454 548363 552504 557930 547788 548978  total = 147.254083 per ms 
00:52:07.632 16  switches: flows:  601682 592765 583935 588722 587558 582215 588263 585002 588602 585409 589832 584488 584955 588984 589848 588325  total = 156.580276 per ms 
00:53:07.733 16  switches: flows:  595140 595527 591974 594319 582350 589689 591154 584963 590754 593877 593675 597134 595392 586432 591234 586995  total = 157.411940 per ms 
00:54:07.834 16  switches: flows:  610816 603500 588365 601057 603757 594171 609139 594915 600414 594950 600108 594469 602631 594208 606803 601046  total = 159.735969 per ms 
00:55:07.935 16  switches: flows:  624990 628019 618480 625490 622443 616218 624967 619785 622112 627109 629970 630827 619249 628689 635373 624021  total = 166.350765 per ms 
00:56:08.037 16  switches: flows:  597669 592349 587763 596063 595408 600060 595627 591366 593179 593373 595172 589820 602081 601987 598934 595174  total = 158.499731 per ms 
00:57:08.139 16  switches: flows:  619747 618061 617595 624558 617455 628444 612449 620067 618472 612037 615535 621211 620523 625455 621670 624569  total = 165.021117 per ms 
00:58:08.240 16  switches: flows:  590426 590759 593057 589886 582817 576254 589500 593262 593853 591373 589343 594664 590590 592381 586581 593143  total = 157.034967 per ms 
00:59:08.341 16  switches: flows:  619719 612008 614806 618623 608852 613129 617370 611503 611122 623936 618953 618079 610253 621322 617894 611836  total = 163.880142 per ms 
01:00:08.442 16  switches: flows:  636796 642789 640819 642140 645222 639661 640919 641215 648886 636436 636135 643700 645861 639235 643328 642520  total = 170.808217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156580.28/170808.22/161702.57/54107.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.444426" elapsed="0.001019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T01:00:08.445925" elapsed="0.000102"/>
</return>
<status status="PASS" start="2026-09-12T01:00:08.445631" elapsed="0.000476"/>
</branch>
<status status="PASS" start="2026-09-12T01:00:08.445580" elapsed="0.000580"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T01:00:08.446354" elapsed="0.000057"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:00:08.446279" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:00:08.446248" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T01:00:08.446581" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:00:08.452531" elapsed="0.000776"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T01:00:08.453660" elapsed="0.000410"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:00:08.454354" elapsed="0.000258"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T01:00:08.447282" elapsed="0.007443"/>
</kw>
<msg time="2026-09-12T01:00:08.455016" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-12T00:50:01.785651" elapsed="606.669423"/>
</kw>
<status status="PASS" start="2026-09-12T00:50:01.785352" elapsed="606.669823"/>
</branch>
<status status="PASS" start="2026-09-12T00:50:01.784970" elapsed="606.670256"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.456251" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:07.531 16  switches: flows:  558728 559681 552864 553887 556616 555547 554546 550988 548344 545027 543454 548363 552504 557930 547788 548978  total = 147.254083 per ms 
00:52:07.632 16  switches: flows:  601682 592765 583935 588722 587558 582215 588263 585002 588602 585409 589832 584488 584955 588984 589848 588325  total = 156.580276 per ms 
00:53:07.733 16  switches: flows:  595140 595527 591974 594319 582350 589689 591154 584963 590754 593877 593675 597134 595392 586432 591234 586995  total = 157.411940 per ms 
00:54:07.834 16  switches: flows:  610816 603500 588365 601057 603757 594171 609139 594915 600414 594950 600108 594469 602631 594208 606803 601046  total = 159.735969 per ms 
00:55:07.935 16  switches: flows:  624990 628019 618480 625490 622443 616218 624967 619785 622112 627109 629970 630827 619249 628689 635373 624021  total = 166.350765 per ms 
00:56:08.037 16  switches: flows:  597669 592349 587763 596063 595408 600060 595627 591366 593179 593373 595172 589820 602081 601987 598934 595174  total = 158.499731 per ms 
00:57:08.139 16  switches: flows:  619747 618061 617595 624558 617455 628444 612449 620067 618472 612037 615535 621211 620523 625455 621670 624569  total = 165.021117 per ms 
00:58:08.240 16  switches: flows:  590426 590759 593057 589886 582817 576254 589500 593262 593853 591373 589343 594664 590590 592381 586581 593143  total = 157.034967 per ms 
00:59:08.341 16  switches: flows:  619719 612008 614806 618623 608852 613129 617370 611503 611122 623936 618953 618079 610253 621322 617894 611836  total = 163.880142 per ms 
01:00:08.442 16  switches: flows:  636796 642789 640819 642140 645222 639661 640919 641215 648886 636436 636135 643700 645861 639235 643328 642520  total = 170.808217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156580.28/170808.22/161702.57/54107.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.455567" elapsed="0.000877"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T01:00:08.456761" elapsed="0.000844"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T01:00:08.458477" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T01:00:08.458671" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 156580.28/170808.22/161702.57/54107.46 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-12T01:00:08.457950" elapsed="0.000773"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:00:08.459664" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 156580.28/170808.22/161702.57/54107.46 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T01:00:08.459082" elapsed="0.000646"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.465064" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.460076" elapsed="0.005105"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.470119" level="INFO">156580.28/170808.22/161702.57/54107.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.465511" elapsed="0.004719"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:00:08.475255" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T01:00:08.470559" elapsed="0.004750"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:00:08.480642" level="INFO">@{result_value_list} = [ 156580.28 | 170808.22 | 161702.57 | 54107.46 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T01:00:08.475731" elapsed="0.004971"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.481796" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T01:00:08.481971" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T01:00:08.481041" elapsed="0.001002"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.490048" level="INFO">min :: 156580.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.482833" elapsed="0.007287"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T01:00:08.482568" elapsed="0.007594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.495955" level="INFO">max :: 170808.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.490480" elapsed="0.005565"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T01:00:08.490281" elapsed="0.005807"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.501877" level="INFO">avg :: 161702.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.496388" elapsed="0.005559"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T01:00:08.496197" elapsed="0.005808"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.507727" level="INFO">stdev :: 54107.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.502291" elapsed="0.005505"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T01:00:08.502125" elapsed="0.005713"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T01:00:08.482169" elapsed="0.025708"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.512518" level="INFO">${min} = 156580.28</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:00:08.508096" elapsed="0.004446"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.516125" level="INFO">${max} = 170808.22</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:00:08.512680" elapsed="0.003470"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.519686" level="INFO">${average} = 161702.57</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:00:08.516288" elapsed="0.003422"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.523336" level="INFO">${stdev} = 54107.46</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:00:08.519846" elapsed="0.003532"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.523917" level="INFO">${date} = 2026-09-12 01:00:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-12T01:00:08.523530" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.524479" level="INFO">CBench Result: 2026-09-12 01:00:08,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,156580.28,170808.22,161702.57,54107.46</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.524093" elapsed="0.000436"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:00:08.525581" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-12T01:00:08.525162" elapsed="0.000489"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-12T01:00:08.525788" elapsed="0.000446"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T01:00:08.524708" elapsed="0.001585"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-12T00:50:01.783997" elapsed="606.742348"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.526812" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-12T01:00:08.526501" elapsed="0.000361"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-12T01:00:08.527348" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-09-12T01:00:08.527074" elapsed="0.000610"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-12T00:50:01.782649" elapsed="606.745070"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.528819" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.528480" elapsed="0.000392"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.530016" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-12T01:00:08.529706" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-12T01:00:08.530390" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:00:08.530170" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-12T01:00:08.533238" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:00:08.533012" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-09-12T01:00:08.532994" elapsed="0.000314"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:00:08.533627" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-12T01:00:08.533445" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.534262" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.114" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:00:08.533874" elapsed="0.000438"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T01:00:08.534807" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T01:00:08.534451" elapsed="0.000380"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:00:08.535647" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T01:00:08.535724" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T01:00:08.535350" elapsed="0.000395"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:00:08.535872" elapsed="0.000303"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T01:00:08.536945" level="INFO">Logging into '10.30.171.114:22' as 'jenkins'.</msg>
<msg time="2026-09-12T01:00:09.160244" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 01:00:08 UTC 2026

  System load:  0.54               Processes:             106
  Usage of /:   20.4% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.114
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Sat Sep 12 00:50:02 2026 from 10.30.171.131
[?2004h[jenkins@releng-63164-396-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-12T01:00:08.536635" elapsed="0.623826"/>
</kw>
<msg time="2026-09-12T01:00:09.160549" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:00:08.536311" elapsed="0.624319"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-12T01:00:08.535022" elapsed="0.625718"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T01:00:09.161289" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T01:10:15.181029" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T01:10:15.181597" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T01:10:15.181694" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-12T01:00:09.160965" elapsed="606.020795"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:10:15.182132" elapsed="0.000664"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.183794" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:14.292 16  switches: flows:  100295 98079 98601 97005 93848 94737 98078 95790 95026 92208 93779 93442 93318 92317 88028 94030  total = 25.309683 per ms 
01:02:14.393 16  switches: flows:  100760 100043 97421 98213 96519 95878 98646 99001 96574 94056 92691 93069 92693 95023 88501 93743  total = 25.504629 per ms 
01:03:14.493 16  switches: flows:  100538 98794 100959 98282 98876 95926 99423 97832 100219 97034 95263 94480 92848 95823 93555 95544  total = 25.880063 per ms 
01:04:14.593 16  switches: flows:  97303 96223 95272 98012 96282 94192 95339 94055 92147 91908 95827 89756 91051 94084 89220 91908  total = 25.001269 per ms 
01:05:14.693 16  switches: flows:  97585 97224 95519 97929 97663 93262 98587 93557 92023 92690 96659 91259 91614 93359 91600 91558  total = 25.159460 per ms 
01:06:14.794 16  switches: flows:  100240 99623 99030 99522 101255 96723 99424 98406 94305 97281 95784 95026 93161 97108 93995 95251  total = 25.892309 per ms 
01:07:14.894 16  switches: flows:  96814 96020 98184 94416 99205 93667 97097 94259 91333 93281 93048 88799 89898 95265 91338 92162  total = 25.037975 per ms 
01:08:14.994 16  switches: flows:  98795 99290 96579 95674 99898 94642 96377 96653 94219 93588 92982 90534 90863 93499 90990 92396  total = 25.240862 per ms 
01:09:15.094 16  switches: flows:  99506 99325 98302 98668 103692 97566 100163 99920 94178 95086 96555 92601 92698 95487 96665 95949  total = 25.896132 per ms 
01:10:15.195 16  switches: flows:  97123 97129 94353 97817 99368 95090 99108 96398 92179 93262 93966 90899 89705 94390 94896 93390  total = 25.275712 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25001.27/25896.13/25432.05/8484.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.183127" elapsed="0.000937"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T01:10:15.184509" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-09-12T01:10:15.184233" elapsed="0.000398"/>
</branch>
<status status="PASS" start="2026-09-12T01:10:15.184187" elapsed="0.000493"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T01:10:15.184882" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-12T01:10:15.184809" elapsed="0.000153"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:10:15.184777" elapsed="0.000225"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T01:10:15.185062" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-12T01:10:15.190159" elapsed="0.000755"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T01:10:15.191188" elapsed="0.000346"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T01:10:15.191792" elapsed="0.000187"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T01:10:15.185695" elapsed="0.006379"/>
</kw>
<msg time="2026-09-12T01:10:15.192295" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-12T01:00:08.530753" elapsed="606.661589"/>
</kw>
<status status="PASS" start="2026-09-12T01:00:08.530466" elapsed="606.661987"/>
</branch>
<status status="PASS" start="2026-09-12T01:00:08.530149" elapsed="606.662347"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.193342" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:14.292 16  switches: flows:  100295 98079 98601 97005 93848 94737 98078 95790 95026 92208 93779 93442 93318 92317 88028 94030  total = 25.309683 per ms 
01:02:14.393 16  switches: flows:  100760 100043 97421 98213 96519 95878 98646 99001 96574 94056 92691 93069 92693 95023 88501 93743  total = 25.504629 per ms 
01:03:14.493 16  switches: flows:  100538 98794 100959 98282 98876 95926 99423 97832 100219 97034 95263 94480 92848 95823 93555 95544  total = 25.880063 per ms 
01:04:14.593 16  switches: flows:  97303 96223 95272 98012 96282 94192 95339 94055 92147 91908 95827 89756 91051 94084 89220 91908  total = 25.001269 per ms 
01:05:14.693 16  switches: flows:  97585 97224 95519 97929 97663 93262 98587 93557 92023 92690 96659 91259 91614 93359 91600 91558  total = 25.159460 per ms 
01:06:14.794 16  switches: flows:  100240 99623 99030 99522 101255 96723 99424 98406 94305 97281 95784 95026 93161 97108 93995 95251  total = 25.892309 per ms 
01:07:14.894 16  switches: flows:  96814 96020 98184 94416 99205 93667 97097 94259 91333 93281 93048 88799 89898 95265 91338 92162  total = 25.037975 per ms 
01:08:14.994 16  switches: flows:  98795 99290 96579 95674 99898 94642 96377 96653 94219 93588 92982 90534 90863 93499 90990 92396  total = 25.240862 per ms 
01:09:15.094 16  switches: flows:  99506 99325 98302 98668 103692 97566 100163 99920 94178 95086 96555 92601 92698 95487 96665 95949  total = 25.896132 per ms 
01:10:15.195 16  switches: flows:  97123 97129 94353 97817 99368 95090 99108 96398 92179 93262 93966 90899 89705 94390 94896 93390  total = 25.275712 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25001.27/25896.13/25432.05/8484.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.192791" elapsed="0.000730"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-12T01:10:15.193808" elapsed="0.000492"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T01:10:15.194943" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T01:10:15.195059" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25001.27/25896.13/25432.05/8484.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-12T01:10:15.194548" elapsed="0.000541"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:10:15.195626" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25001.27/25896.13/25432.05/8484.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T01:10:15.195284" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.198775" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.195858" elapsed="0.002992"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.205289" level="INFO">25001.27/25896.13/25432.05/8484.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.199041" elapsed="0.006467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:10:15.212726" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T01:10:15.205988" elapsed="0.006802"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T01:10:15.216617" level="INFO">@{result_value_list} = [ 25001.27 | 25896.13 | 25432.05 | 8484.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-12T01:10:15.213152" elapsed="0.003501"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.217267" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T01:10:15.217397" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-12T01:10:15.216865" elapsed="0.000564"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.224064" level="INFO">min :: 25001.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.217933" elapsed="0.006229"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T01:10:15.217766" elapsed="0.006455"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.232076" level="INFO">max :: 25896.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.224640" elapsed="0.007514"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T01:10:15.224401" elapsed="0.007801"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.238303" level="INFO">avg :: 25432.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.232571" elapsed="0.005812"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T01:10:15.232328" elapsed="0.006089"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.243919" level="INFO">stdev :: 8484.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.238612" elapsed="0.005386"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T01:10:15.238494" elapsed="0.005550"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T01:10:15.217513" elapsed="0.026574"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.247991" level="INFO">${min} = 25001.27</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:10:15.244311" elapsed="0.003704"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.251569" level="INFO">${max} = 25896.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:10:15.248158" elapsed="0.003435"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.255177" level="INFO">${average} = 25432.05</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:10:15.251732" elapsed="0.003469"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.258777" level="INFO">${stdev} = 8484.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T01:10:15.255346" elapsed="0.003456"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.259266" level="INFO">${date} = 2026-09-12 01:10:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-12T01:10:15.258948" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.259817" level="INFO">CBench Result: 2026-09-12 01:10:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25001.27,25896.13,25432.05,8484.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T01:10:15.259435" elapsed="0.000432"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T01:10:15.260998" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-12T01:10:15.260531" elapsed="0.000530"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-12T01:10:15.261198" elapsed="0.000439"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T01:10:15.260027" elapsed="0.001668"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-12T01:00:08.529180" elapsed="606.732579"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.262172" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-12T01:10:15.261893" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T01:10:15.263415" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-12T01:10:15.262961" elapsed="0.000478"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-12T01:10:15.263653" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-09-12T01:10:15.263514" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-09-12T01:10:15.263493" elapsed="0.000243"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.263881" elapsed="0.000020"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.264023" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.264182" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.264327" elapsed="0.000019"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.264519" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.264653" elapsed="0.000018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-12T01:10:15.264801" 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-09-12T01:10:15.265005" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-12T01:10:15.264877" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-09-12T01:10:15.264862" elapsed="0.000218"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-12T01:10:15.262643" elapsed="0.002488"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-12T01:00:08.528009" elapsed="606.737165"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-12T00:39:52.525491" elapsed="1822.740093"/>
</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>
