<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-14T00:46:28.483287" 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-14T00:46:28.998964" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-14T00:46:28.998837" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:28.998809" elapsed="0.000247"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-14T00:46:28.999203" elapsed="0.000480"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-14T00:46:29.000107" level="INFO">Logging into '10.30.171.170:8101' as 'karaf'.</msg>
<msg time="2026-09-14T00:46:29.908499" 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-14T00:46:28.999841" elapsed="0.908834"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-14T00:46:29.959009" 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-14T00:46:29.908947" elapsed="0.050169"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-14T00:46:29.961041" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-14T00:46:29.961156" 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-14T00:46:29.959355" elapsed="0.001830"/>
</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-14T00:46:29.961332" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T00:46:29.961755" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:46:29.962439" 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-14T00:46:29.962089" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-14T00:46:29.962537" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.170
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-14T00:46:28.998501" elapsed="0.964196"/>
</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-14T00:46:28.995051" elapsed="0.967702"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-14T00:46:29.963326" 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-14T00:46:29.962924" elapsed="0.000478"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-14T00:46:29.963815" 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-14T00:46:29.963553" elapsed="0.000320"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-14T00:46:29.964427" 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-14T00:46:29.964019" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-14T00:46:29.964904" 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-14T00:46:29.964607" elapsed="0.000335"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-14T00:46:29.965466" 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-14T00:46:29.965074" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-14T00:46:29.965957" 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-14T00:46:29.965641" elapsed="0.000355"/>
</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-14T00:46:29.966300" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-14T00:46:29.966079" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-14T00:46:29.970659" 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-14T00:46:29.970259" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T00:46:29.971654" level="INFO">Length is 0.</msg>
<msg time="2026-09-14T00:46:29.971731" 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-14T00:46:29.971212" elapsed="0.000542"/>
</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-14T00:46:29.971938" elapsed="0.000421"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-14T00:46:29.973553" level="INFO">Logging into '10.30.171.16:22' as 'jenkins'.</msg>
<msg time="2026-09-14T00:46:30.531915" 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 Mon Sep 14 00:46:00 UTC 2026

  System load:  0.26               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.16
  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-398-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-14T00:46:29.972957" elapsed="0.559124"/>
</kw>
<msg time="2026-09-14T00:46:30.532187" 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-14T00:46:29.972565" elapsed="0.559766"/>
</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-14T00:46:29.970877" elapsed="0.561578"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-14T00:46:30.541125" 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-14T00:46:30.532653" elapsed="0.009968"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T00:46:30.542824" elapsed="0.000340"/>
</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-14T00:46:29.969765" elapsed="0.573468"/>
</kw>
<status status="PASS" start="2026-09-14T00:46:29.966617" elapsed="0.576651"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:29.966054" elapsed="0.577247"/>
</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-14T00:46:30.543472" elapsed="0.000616"/>
</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-14T00:46:30.549274" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-14T00:46:30.549157" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:30.549120" elapsed="0.000240"/>
</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-14T00:46:30.552957" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-14T00:46:30.552844" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:30.552826" elapsed="0.000194"/>
</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-14T00:46:30.553159" elapsed="0.000423"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-14T00:46:30.553967" level="INFO">Logging into '10.30.171.170:8101' as 'karaf'.</msg>
<msg time="2026-09-14T00:46:30.841494" 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-14T00:46:30.553721" elapsed="0.287935"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-14T00:46:30.929470" 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-14T00:46:30.841969" elapsed="0.087737"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-14T00:46:30.943555" 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-14T00:46:30.943836" 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-14T00:46:30.930124" elapsed="0.013760"/>
</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-14T00:46:30.944086" elapsed="0.000412"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T00:46:30.944729" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:46:30.945718" 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-14T00:46:30.945255" elapsed="0.000543"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-14T00:46:30.945870" elapsed="0.000066"/>
</return>
<msg time="2026-09-14T00:46:30.946236" 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.171.170
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-14T00:46:30.552518" elapsed="0.393782"/>
</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-14T00:46:30.946532" elapsed="0.000763"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-14T00:46:30.947369" elapsed="0.000062"/>
</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-14T00:46:30.548863" elapsed="0.398709"/>
</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-14T00:46:30.953124" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-09-14T00:46:30.952821" elapsed="0.000391"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:30.952790" elapsed="0.000455"/>
</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-14T00:46:30.953475" elapsed="0.000598"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-14T00:46:30.954683" level="INFO">Logging into '10.30.171.170:8101' as 'karaf'.</msg>
<msg time="2026-09-14T00:46:31.140998" 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-14T00:46:30.954301" elapsed="0.186867"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-14T00:46:31.163688" 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-14T00:46:31.141434" elapsed="0.022310"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-14T00:46:31.165488" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-14T00:46:31.165585" 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-14T00:46:31.163886" elapsed="0.001725"/>
</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-14T00:46:31.165738" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T00:46:31.166044" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:46:31.166702" 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-14T00:46:31.166374" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-14T00:46:31.166851" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.170
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-14T00:46:30.952363" elapsed="0.214651"/>
</kw>
<status status="PASS" start="2026-09-14T00:46:28.993305" elapsed="2.173766"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:46:31.168975" 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-14T00:46:31.167843" elapsed="0.001193"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-14T00:46:31.170426" 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-14T00:46:31.170030" elapsed="0.000438"/>
</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-14T00:46:31.170765" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-14T00:46:31.170542" elapsed="0.000277"/>
</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-14T00:46:31.173672" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-14T00:46:31.173444" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:31.173426" elapsed="0.000320"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-14T00:46:31.174053" 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-14T00:46:31.174197" 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-14T00:46:31.173868" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:46:31.174798" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.16" 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-14T00:46:31.174351" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-14T00:46:31.175459" 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-14T00:46:31.174984" elapsed="0.000503"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T00:46:31.176324" level="INFO">Length is 0.</msg>
<msg time="2026-09-14T00:46:31.176421" 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-14T00:46:31.176013" elapsed="0.000432"/>
</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-14T00:46:31.176575" elapsed="0.000303"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-14T00:46:31.177685" level="INFO">Logging into '10.30.171.16:22' as 'jenkins'.</msg>
<msg time="2026-09-14T00:46:31.562503" 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 Mon Sep 14 00:46:00 UTC 2026

  System load:  0.26               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.16
  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: Mon Sep 14 00:46:30 2026 from 10.30.171.232
[?2004h[jenkins@releng-63164-398-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-14T00:46:31.177350" elapsed="0.385348"/>
</kw>
<msg time="2026-09-14T00:46:31.562779" 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-14T00:46:31.177017" elapsed="0.385846"/>
</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-14T00:46:31.175674" elapsed="0.387304"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-14T00:46:31.563495" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-14T00:56:37.693260" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-14T00:56:37.693703" level="INFO">${stdout} = </msg>
<msg time="2026-09-14T00:56:37.693774" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170: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-14T00:46:31.563202" elapsed="606.130620"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T00:56:37.694202" elapsed="0.000518"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.695518" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:36.775 16  switches: flows:  84872 83417 84172 78537 81783 80558 78880 78781 75605 75657 74171 74660 73015 75717 74393 76418  total = 20.843933 per ms 
00:48:36.877 16  switches: flows:  93013 91769 93476 87797 91670 88987 87272 86401 82839 84664 82625 84239 82054 82612 81802 84814  total = 23.061991 per ms 
00:49:36.978 16  switches: flows:  93460 91128 94639 89656 90534 90499 87833 88745 82669 84879 83386 85079 82468 83510 81663 87253  total = 23.251186 per ms 
00:50:37.079 16  switches: flows:  96700 93492 94942 88876 91620 90113 91068 87202 84264 84143 83475 83793 82283 83569 84308 85255  total = 23.379287 per ms 
00:51:37.180 16  switches: flows:  96418 94061 96968 90491 93826 88640 90577 87266 84463 82977 83464 87108 82017 83896 83769 85191  total = 23.479649 per ms 
00:52:37.281 16  switches: flows:  101381 97554 100514 94873 95484 92301 91954 89583 85123 85339 85573 86742 86083 85306 85987 86977  total = 24.139257 per ms 
00:53:37.382 16  switches: flows:  99347 97821 99730 94161 95648 91142 92381 89347 83866 84818 86265 88007 84524 86034 83763 88335  total = 24.046284 per ms 
00:54:37.482 16  switches: flows:  98511 95366 96685 91200 92730 91276 92428 88896 84153 84737 85330 87441 84444 84783 84625 88155  total = 23.806207 per ms 
00:55:37.583 16  switches: flows:  98429 96138 97356 90947 92101 90698 91640 88372 84440 85085 85294 86202 82554 84464 83822 85890  total = 23.684315 per ms 
00:56:37.684 16  switches: flows:  102207 97178 100051 92271 94607 92033 94102 87838 84826 83661 87704 88103 83905 84836 85286 87757  total = 24.065904 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23061.99/24139.26/23657.12/7894.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T00:56:37.695005" elapsed="0.000719"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-14T00:56:37.696085" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-09-14T00:56:37.695882" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-09-14T00:56:37.695828" elapsed="0.000427"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-14T00:56:37.696404" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-14T00:56:37.696347" elapsed="0.000120"/>
</branch>
<status status="NOT RUN" start="2026-09-14T00:56:37.696323" elapsed="0.000178"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-14T00:56:37.696551" elapsed="0.000019"/>
</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-14T00:56:37.700131" elapsed="0.000480"/>
</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-14T00:56:37.700809" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T00:56:37.701280" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-14T00:56:37.697021" elapsed="0.004472"/>
</kw>
<msg time="2026-09-14T00:56:37.701665" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170: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-14T00:46:31.171158" elapsed="606.530541"/>
</kw>
<status status="PASS" start="2026-09-14T00:46:31.170845" elapsed="606.530925"/>
</branch>
<status status="PASS" start="2026-09-14T00:46:31.170520" elapsed="606.531290"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.702479" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:36.775 16  switches: flows:  84872 83417 84172 78537 81783 80558 78880 78781 75605 75657 74171 74660 73015 75717 74393 76418  total = 20.843933 per ms 
00:48:36.877 16  switches: flows:  93013 91769 93476 87797 91670 88987 87272 86401 82839 84664 82625 84239 82054 82612 81802 84814  total = 23.061991 per ms 
00:49:36.978 16  switches: flows:  93460 91128 94639 89656 90534 90499 87833 88745 82669 84879 83386 85079 82468 83510 81663 87253  total = 23.251186 per ms 
00:50:37.079 16  switches: flows:  96700 93492 94942 88876 91620 90113 91068 87202 84264 84143 83475 83793 82283 83569 84308 85255  total = 23.379287 per ms 
00:51:37.180 16  switches: flows:  96418 94061 96968 90491 93826 88640 90577 87266 84463 82977 83464 87108 82017 83896 83769 85191  total = 23.479649 per ms 
00:52:37.281 16  switches: flows:  101381 97554 100514 94873 95484 92301 91954 89583 85123 85339 85573 86742 86083 85306 85987 86977  total = 24.139257 per ms 
00:53:37.382 16  switches: flows:  99347 97821 99730 94161 95648 91142 92381 89347 83866 84818 86265 88007 84524 86034 83763 88335  total = 24.046284 per ms 
00:54:37.482 16  switches: flows:  98511 95366 96685 91200 92730 91276 92428 88896 84153 84737 85330 87441 84444 84783 84625 88155  total = 23.806207 per ms 
00:55:37.583 16  switches: flows:  98429 96138 97356 90947 92101 90698 91640 88372 84440 85085 85294 86202 82554 84464 83822 85890  total = 23.684315 per ms 
00:56:37.684 16  switches: flows:  102207 97178 100051 92271 94607 92033 94102 87838 84826 83661 87704 88103 83905 84836 85286 87757  total = 24.065904 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23061.99/24139.26/23657.12/7894.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T00:56:37.702037" elapsed="0.000549"/>
</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-14T00:56:37.702795" elapsed="0.000599"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-14T00:56:37.703977" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-14T00:56:37.704151" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23061.99/24139.26/23657.12/7894.17 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-14T00:56:37.703625" elapsed="0.000567"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T00:56:37.704780" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23061.99/24139.26/23657.12/7894.17 | 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-14T00:56:37.704412" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.708268" 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-14T00:56:37.705056" elapsed="0.003289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.711685" level="INFO">23061.99/24139.26/23657.12/7894.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T00:56:37.708545" elapsed="0.003219"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T00:56:37.715219" 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-14T00:56:37.712106" elapsed="0.003151"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T00:56:37.718636" level="INFO">@{result_value_list} = [ 23061.99 | 24139.26 | 23657.12 | 7894.17 ]</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-14T00:56:37.715553" elapsed="0.003121"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.719379" level="INFO">Length is 4.</msg>
<msg time="2026-09-14T00:56:37.719512" 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-14T00:56:37.718905" elapsed="0.000639"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.726395" level="INFO">min :: 23061.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T00:56:37.720155" elapsed="0.006325"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-14T00:56:37.719951" elapsed="0.006583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.733966" level="INFO">max :: 24139.26</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-14T00:56:37.726894" elapsed="0.007185"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-14T00:56:37.726687" elapsed="0.007479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.739628" level="INFO">avg :: 23657.12</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-14T00:56:37.734611" elapsed="0.005074"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-14T00:56:37.734341" elapsed="0.005376"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.743900" level="INFO">stdev :: 7894.17</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-14T00:56:37.739942" elapsed="0.004018"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-14T00:56:37.739803" elapsed="0.004194"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-14T00:56:37.719643" elapsed="0.024387"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.747751" level="INFO">${min} = 23061.99</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-14T00:56:37.744208" elapsed="0.003568"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.752790" level="INFO">${max} = 24139.26</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-14T00:56:37.747928" elapsed="0.004887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.756489" level="INFO">${average} = 23657.12</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-14T00:56:37.752975" elapsed="0.003538"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.760258" level="INFO">${stdev} = 7894.17</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-14T00:56:37.756652" elapsed="0.003630"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.760768" level="INFO">${date} = 2026-09-14 00:56:37</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-14T00:56:37.760428" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.761331" level="INFO">CBench Result: 2026-09-14 00:56:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23061.99,24139.26,23657.12,7894.17</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-14T00:56:37.760943" elapsed="0.000439"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-14T00:56:37.762405" 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-14T00:56:37.761982" elapsed="0.000483"/>
</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-14T00:56:37.762602" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-14T00:56:37.761533" elapsed="0.001576"/>
</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-14T00:46:31.169453" elapsed="606.593726"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.763604" 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-14T00:56:37.763315" elapsed="0.000338"/>
</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-14T00:56:37.764144" elapsed="0.000246"/>
</kw>
<status status="PASS" start="2026-09-14T00:56:37.763848" elapsed="0.000604"/>
</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-14T00:46:31.167221" elapsed="606.597264"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.765619" 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-14T00:56:37.765279" elapsed="0.000391"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.766835" 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-14T00:56:37.766541" elapsed="0.000347"/>
</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-14T00:56:37.767229" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-14T00:56:37.766960" elapsed="0.000323"/>
</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-14T00:56:37.769963" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-14T00:56:37.769723" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-09-14T00:56:37.769707" elapsed="0.000328"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-14T00:56:37.770366" 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-14T00:56:37.770473" 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-14T00:56:37.770172" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.771012" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.170 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.16" 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-14T00:56:37.770620" elapsed="0.000444"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-14T00:56:37.771560" 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-14T00:56:37.771202" elapsed="0.000381"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T00:56:37.772418" level="INFO">Length is 0.</msg>
<msg time="2026-09-14T00:56:37.772497" 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-14T00:56:37.772112" elapsed="0.000406"/>
</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-14T00:56:37.772645" elapsed="0.000314"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-14T00:56:37.773729" level="INFO">Logging into '10.30.171.16:22' as 'jenkins'.</msg>
<msg time="2026-09-14T00:56:38.379619" 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 Mon Sep 14 00:56:37 UTC 2026

  System load:  1.06               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.16
  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: Mon Sep 14 00:46:31 2026 from 10.30.171.232
[?2004h[jenkins@releng-63164-398-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-14T00:56:37.773416" elapsed="0.606430"/>
</kw>
<msg time="2026-09-14T00:56:38.379964" 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-14T00:56:37.773094" elapsed="0.606971"/>
</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-14T00:56:37.771762" elapsed="0.608455"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-14T00:56:38.380819" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.170 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-14T01:06:44.447727" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-14T01:06:44.448393" level="INFO">${stdout} = </msg>
<msg time="2026-09-14T01:06:44.448491" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.170: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-14T00:56:38.380472" elapsed="606.068070"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T01:06:44.449079" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.450952" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:43.510 16  switches: flows:  546563 554416 549435 550858 541321 549993 546105 547812 539270 552373 538108 556872 548057 552392 547297 538963  total = 145.997250 per ms 
00:58:43.611 16  switches: flows:  617730 615722 616159 610330 620397 612778 618872 618757 615763 628570 614661 619454 615127 621246 612916 618768  total = 164.343649 per ms 
00:59:43.734 16  switches: flows:  620160 619906 620088 619889 619944 627249 613568 620235 612026 627035 619453 619764 620182 627811 624266 622106  total = 165.222613 per ms 
01:00:43.835 16  switches: flows:  627807 627195 630263 618051 623147 625520 622092 626200 623786 625195 626979 623151 627206 628295 630895 616441  total = 166.424526 per ms 
01:01:43.937 16  switches: flows:  585511 586652 578791 579339 588444 587462 572519 573862 583687 588876 584051 579943 589687 579056 585602 587569  total = 155.256029 per ms 
01:02:44.037 16  switches: flows:  608177 610557 607354 608457 614529 617862 606795 608830 612345 610903 618131 597704 608544 608612 614034 612705  total = 162.486799 per ms 
01:03:44.138 16  switches: flows:  633940 645304 632211 638661 632163 652454 638808 638946 638975 643101 651646 650596 646778 652671 650631 643323  total = 171.216385 per ms 
01:04:44.242 16  switches: flows:  614902 624639 615682 607359 626743 621101 614472 607411 613126 627201 622282 610039 613219 613719 619629 620092  total = 164.241968 per ms 
01:05:44.349 16  switches: flows:  627787 636901 634239 634708 629759 633571 635626 634855 639069 640755 644153 641602 639245 628805 639889 640419  total = 169.388237 per ms 
01:06:44.450 16  switches: flows:  589858 604000 597740 597722 589412 590357 594167 594950 598962 598611 601261 595341 600154 589500 597159 597450  total = 158.677716 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 155256.03/171216.39/164139.77/54911.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:06:44.450236" elapsed="0.001052"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-14T01:06:44.451761" elapsed="0.000171"/>
</return>
<status status="PASS" start="2026-09-14T01:06:44.451483" elapsed="0.000525"/>
</branch>
<status status="PASS" start="2026-09-14T01:06:44.451432" elapsed="0.000628"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-14T01:06:44.452285" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-14T01:06:44.452208" elapsed="0.000158"/>
</branch>
<status status="NOT RUN" start="2026-09-14T01:06:44.452175" elapsed="0.000236"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-14T01:06:44.452474" 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-14T01:06:44.457695" elapsed="0.000716"/>
</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-14T01:06:44.458710" elapsed="0.000353"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T01:06:44.459357" elapsed="0.000210"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-14T01:06:44.453122" elapsed="0.006551"/>
</kw>
<msg time="2026-09-14T01:06:44.459980" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.170: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-14T00:56:37.767589" elapsed="606.692446"/>
</kw>
<status status="PASS" start="2026-09-14T00:56:37.767306" elapsed="606.692853"/>
</branch>
<status status="PASS" start="2026-09-14T00:56:37.766939" elapsed="606.693270"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.461200" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:43.510 16  switches: flows:  546563 554416 549435 550858 541321 549993 546105 547812 539270 552373 538108 556872 548057 552392 547297 538963  total = 145.997250 per ms 
00:58:43.611 16  switches: flows:  617730 615722 616159 610330 620397 612778 618872 618757 615763 628570 614661 619454 615127 621246 612916 618768  total = 164.343649 per ms 
00:59:43.734 16  switches: flows:  620160 619906 620088 619889 619944 627249 613568 620235 612026 627035 619453 619764 620182 627811 624266 622106  total = 165.222613 per ms 
01:00:43.835 16  switches: flows:  627807 627195 630263 618051 623147 625520 622092 626200 623786 625195 626979 623151 627206 628295 630895 616441  total = 166.424526 per ms 
01:01:43.937 16  switches: flows:  585511 586652 578791 579339 588444 587462 572519 573862 583687 588876 584051 579943 589687 579056 585602 587569  total = 155.256029 per ms 
01:02:44.037 16  switches: flows:  608177 610557 607354 608457 614529 617862 606795 608830 612345 610903 618131 597704 608544 608612 614034 612705  total = 162.486799 per ms 
01:03:44.138 16  switches: flows:  633940 645304 632211 638661 632163 652454 638808 638946 638975 643101 651646 650596 646778 652671 650631 643323  total = 171.216385 per ms 
01:04:44.242 16  switches: flows:  614902 624639 615682 607359 626743 621101 614472 607411 613126 627201 622282 610039 613219 613719 619629 620092  total = 164.241968 per ms 
01:05:44.349 16  switches: flows:  627787 636901 634239 634708 629759 633571 635626 634855 639069 640755 644153 641602 639245 628805 639889 640419  total = 169.388237 per ms 
01:06:44.450 16  switches: flows:  589858 604000 597740 597722 589412 590357 594167 594950 598962 598611 601261 595341 600154 589500 597159 597450  total = 158.677716 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 155256.03/171216.39/164139.77/54911.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:06:44.460547" elapsed="0.000781"/>
</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-14T01:06:44.461579" elapsed="0.000712"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-14T01:06:44.462957" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-14T01:06:44.463109" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 155256.03/171216.39/164139.77/54911.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-14T01:06:44.462570" elapsed="0.000604"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T01:06:44.463901" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 155256.03/171216.39/164139.77/54911.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-14T01:06:44.463448" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.468018" 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-14T01:06:44.464246" elapsed="0.003918"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.472339" level="INFO">155256.03/171216.39/164139.77/54911.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:06:44.468418" elapsed="0.004023"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T01:06:44.476236" 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-14T01:06:44.472706" elapsed="0.003574"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T01:06:44.480456" level="INFO">@{result_value_list} = [ 155256.03 | 171216.39 | 164139.77 | 54911.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-14T01:06:44.476624" elapsed="0.003878"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.481442" level="INFO">Length is 4.</msg>
<msg time="2026-09-14T01:06:44.481607" 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-14T01:06:44.480818" elapsed="0.000835"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.489887" level="INFO">min :: 155256.03</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-14T01:06:44.482485" elapsed="0.007489"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-14T01:06:44.482264" elapsed="0.007761"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.497034" level="INFO">max :: 171216.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:06:44.490388" elapsed="0.006729"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-14T01:06:44.490190" elapsed="0.007012"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.504384" level="INFO">avg :: 164139.77</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-14T01:06:44.497543" elapsed="0.006924"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-14T01:06:44.497342" elapsed="0.007175"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.511276" level="INFO">stdev :: 54911.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-14T01:06:44.504854" elapsed="0.006512"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-14T01:06:44.504644" elapsed="0.006773"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-14T01:06:44.481775" elapsed="0.029725"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.517730" level="INFO">${min} = 155256.03</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-14T01:06:44.511817" elapsed="0.005965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.523875" level="INFO">${max} = 171216.39</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-14T01:06:44.518082" elapsed="0.005828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.528062" level="INFO">${average} = 164139.77</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-14T01:06:44.524066" elapsed="0.004021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.531786" level="INFO">${stdev} = 54911.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-14T01:06:44.528261" elapsed="0.003573"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.532377" level="INFO">${date} = 2026-09-14 01:06:44</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-14T01:06:44.532007" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.533029" level="INFO">CBench Result: 2026-09-14 01:06:44,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,155256.03,171216.39,164139.77,54911.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-14T01:06:44.532538" elapsed="0.000561"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-14T01:06:44.534164" 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-14T01:06:44.533716" elapsed="0.000510"/>
</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-14T01:06:44.534366" elapsed="0.000450"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-14T01:06:44.533273" elapsed="0.001604"/>
</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-14T00:56:37.766001" elapsed="606.768931"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.535432" 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-14T01:06:44.535069" elapsed="0.000416"/>
</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-14T01:06:44.535990" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-09-14T01:06:44.535683" elapsed="0.000631"/>
</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-14T00:56:37.764765" elapsed="606.771584"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.537901" 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-14T01:06:44.537091" elapsed="0.000866"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.539225" 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-14T01:06:44.538893" elapsed="0.000373"/>
</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-14T01:06:44.539623" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-14T01:06:44.539402" 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-14T01:06:44.542642" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-14T01:06:44.542413" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-09-14T01:06:44.542396" elapsed="0.000573"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-14T01:06:44.543320" 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-14T01:06:44.543429" 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-14T01:06:44.543107" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.543981" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.16" 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-14T01:06:44.543576" elapsed="0.000457"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-14T01:06:44.544586" 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-14T01:06:44.544177" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T01:06:44.545495" level="INFO">Length is 0.</msg>
<msg time="2026-09-14T01:06:44.545574" 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-14T01:06:44.545196" elapsed="0.000399"/>
</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-14T01:06:44.545725" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-14T01:06:44.546839" level="INFO">Logging into '10.30.171.16:22' as 'jenkins'.</msg>
<msg time="2026-09-14T01:06:45.179391" 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 Mon Sep 14 01:06:44 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.16
  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: Mon Sep 14 00:56:38 2026 from 10.30.171.232
[?2004h[jenkins@releng-63164-398-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-14T01:06:44.546502" elapsed="0.633097"/>
</kw>
<msg time="2026-09-14T01:06:45.179685" 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-14T01:06:44.546192" elapsed="0.633575"/>
</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-14T01:06:44.544810" elapsed="0.635163"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-14T01:06:45.180569" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-14T01:16:51.301814" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-14T01:16:51.302555" level="INFO">${stdout} = </msg>
<msg time="2026-09-14T01:16:51.302658" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170: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-14T01:06:45.180239" elapsed="606.122485"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T01:16:51.303220" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.305278" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:50.401 16  switches: flows:  99625 97749 96381 93592 92955 92248 90285 89445 88136 87669 86293 84538 86372 86725 86293 88049  total = 24.105917 per ms 
01:08:50.501 16  switches: flows:  99760 95934 96690 94452 91343 90926 93166 88479 85813 86225 84590 85667 85019 88928 87647 89775  total = 24.033447 per ms 
01:09:50.601 16  switches: flows:  99527 96506 96717 94495 93322 91364 90888 88682 86701 87305 84581 85923 86433 88584 87390 90184  total = 24.103151 per ms 
01:10:50.701 16  switches: flows:  102115 97762 98645 95731 95038 92886 93567 91066 89186 88736 87290 87318 87517 91969 91859 92802  total = 24.683549 per ms 
01:11:50.802 16  switches: flows:  102675 97620 99067 96114 94956 92940 92585 92121 88852 88899 87894 87529 87942 92259 90643 92635  total = 24.704256 per ms 
01:12:50.902 16  switches: flows:  101631 97541 100130 96154 94270 92820 92490 91265 87087 89954 88966 87335 87914 92162 91544 92759  total = 24.692437 per ms 
01:13:51.002 16  switches: flows:  102115 97658 99575 96157 96409 92629 93838 92577 87655 91026 87906 88408 88606 91925 92920 93949  total = 24.847661 per ms 
01:14:51.103 16  switches: flows:  103095 97216 98760 95293 93646 91691 93753 91029 89032 89943 88058 87510 86989 91035 92315 90899  total = 24.629955 per ms 
01:15:51.203 16  switches: flows:  100771 96553 98406 95029 94414 92587 91982 91848 87061 89597 87137 87570 87334 90971 90474 91976  total = 24.520888 per ms 
01:16:51.303 16  switches: flows:  100702 97807 98817 95695 94085 91096 92839 90203 87780 92126 87813 87472 87558 90682 91170 89737  total = 24.552034 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24033.45/24847.66/24529.71/8180.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:16:51.304385" elapsed="0.001227"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-14T01:16:51.306099" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-09-14T01:16:51.305811" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-09-14T01:16:51.305759" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-14T01:16:51.306558" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-14T01:16:51.306453" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-09-14T01:16:51.306419" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-14T01:16:51.306755" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-14T01:16:51.312369" elapsed="0.000701"/>
</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-14T01:16:51.313441" elapsed="0.000375"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-14T01:16:51.314129" elapsed="0.000312"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-14T01:16:51.307446" elapsed="0.007167"/>
</kw>
<msg time="2026-09-14T01:16:51.314927" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170: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-14T01:06:44.540020" elapsed="606.774971"/>
</kw>
<status status="PASS" start="2026-09-14T01:06:44.539699" elapsed="606.775408"/>
</branch>
<status status="PASS" start="2026-09-14T01:06:44.539379" elapsed="606.775812"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.316190" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:50.401 16  switches: flows:  99625 97749 96381 93592 92955 92248 90285 89445 88136 87669 86293 84538 86372 86725 86293 88049  total = 24.105917 per ms 
01:08:50.501 16  switches: flows:  99760 95934 96690 94452 91343 90926 93166 88479 85813 86225 84590 85667 85019 88928 87647 89775  total = 24.033447 per ms 
01:09:50.601 16  switches: flows:  99527 96506 96717 94495 93322 91364 90888 88682 86701 87305 84581 85923 86433 88584 87390 90184  total = 24.103151 per ms 
01:10:50.701 16  switches: flows:  102115 97762 98645 95731 95038 92886 93567 91066 89186 88736 87290 87318 87517 91969 91859 92802  total = 24.683549 per ms 
01:11:50.802 16  switches: flows:  102675 97620 99067 96114 94956 92940 92585 92121 88852 88899 87894 87529 87942 92259 90643 92635  total = 24.704256 per ms 
01:12:50.902 16  switches: flows:  101631 97541 100130 96154 94270 92820 92490 91265 87087 89954 88966 87335 87914 92162 91544 92759  total = 24.692437 per ms 
01:13:51.002 16  switches: flows:  102115 97658 99575 96157 96409 92629 93838 92577 87655 91026 87906 88408 88606 91925 92920 93949  total = 24.847661 per ms 
01:14:51.103 16  switches: flows:  103095 97216 98760 95293 93646 91691 93753 91029 89032 89943 88058 87510 86989 91035 92315 90899  total = 24.629955 per ms 
01:15:51.203 16  switches: flows:  100771 96553 98406 95029 94414 92587 91982 91848 87061 89597 87137 87570 87334 90971 90474 91976  total = 24.520888 per ms 
01:16:51.303 16  switches: flows:  100702 97807 98817 95695 94085 91096 92839 90203 87780 92126 87813 87472 87558 90682 91170 89737  total = 24.552034 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24033.45/24847.66/24529.71/8180.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:16:51.315497" elapsed="0.000847"/>
</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-14T01:16:51.316674" elapsed="0.000779"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-14T01:16:51.318267" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-14T01:16:51.318448" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24033.45/24847.66/24529.71/8180.78 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-14T01:16:51.317801" elapsed="0.000696"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T01:16:51.319376" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24033.45/24847.66/24529.71/8180.78 | 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-14T01:16:51.318833" elapsed="0.000597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.324497" 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-14T01:16:51.319749" elapsed="0.004891"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.329754" level="INFO">24033.45/24847.66/24529.71/8180.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-14T01:16:51.324949" elapsed="0.004920"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T01:16:51.334916" 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-14T01:16:51.330218" elapsed="0.004764"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-14T01:16:51.340343" level="INFO">@{result_value_list} = [ 24033.45 | 24847.66 | 24529.71 | 8180.78 ]</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-14T01:16:51.335437" elapsed="0.004961"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.341439" level="INFO">Length is 4.</msg>
<msg time="2026-09-14T01:16:51.341642" 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-14T01:16:51.340741" elapsed="0.000949"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.349488" level="INFO">min :: 24033.45</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-14T01:16:51.342479" elapsed="0.007103"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-14T01:16:51.342216" elapsed="0.007411"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.355458" level="INFO">max :: 24847.66</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-14T01:16:51.349905" elapsed="0.005641"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-14T01:16:51.349735" elapsed="0.005855"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.361450" level="INFO">avg :: 24529.71</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-14T01:16:51.355857" elapsed="0.005680"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-14T01:16:51.355695" elapsed="0.005888"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.367403" level="INFO">stdev :: 8180.78</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-14T01:16:51.361850" elapsed="0.005633"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-14T01:16:51.361688" elapsed="0.005856"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-14T01:16:51.341816" elapsed="0.025777"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.372508" level="INFO">${min} = 24033.45</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-14T01:16:51.367820" elapsed="0.004724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.376207" level="INFO">${max} = 24847.66</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-14T01:16:51.372686" elapsed="0.003545"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.379867" level="INFO">${average} = 24529.71</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-14T01:16:51.376370" elapsed="0.003521"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.383504" level="INFO">${stdev} = 8180.78</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-14T01:16:51.380045" elapsed="0.003496"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.384008" level="INFO">${date} = 2026-09-14 01:16:51</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-14T01:16:51.383688" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.384560" level="INFO">CBench Result: 2026-09-14 01:16:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24033.45,24847.66,24529.71,8180.78</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-14T01:16:51.384179" elapsed="0.000432"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-14T01:16:51.385666" 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-14T01:16:51.385209" elapsed="0.000520"/>
</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-14T01:16:51.385867" elapsed="0.000440"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-14T01:16:51.384749" elapsed="0.001617"/>
</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-14T01:06:44.538286" elapsed="606.848132"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.386859" 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-14T01:16:51.386569" elapsed="0.000341"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-14T01:16:51.388092" 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-14T01:16:51.387652" elapsed="0.000464"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-14T01:16:51.388358" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-09-14T01:16:51.388214" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-09-14T01:16:51.388193" elapsed="0.000250"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-14T01:16:51.388596" elapsed="0.000021"/>
</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-14T01:16:51.388742" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-14T01:16:51.388886" elapsed="0.000018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-14T01:16:51.389022" elapsed="0.000018"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-14T01:16:51.389208" elapsed="0.000021"/>
</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-14T01:16:51.389343" 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-14T01:16:51.389474" elapsed="0.000018"/>
</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-14T01:16:51.389701" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-14T01:16:51.389569" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-09-14T01:16:51.389554" elapsed="0.000228"/>
</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-14T01:16:51.387285" elapsed="0.002548"/>
</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-14T01:06:44.536621" elapsed="606.853260"/>
</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-14T00:46:28.484756" elapsed="1822.905794"/>
</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>
