<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-05T00:43:36.770253" 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-05T00:43:37.295205" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-05T00:43:37.295072" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:37.295044" elapsed="0.000256"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-05T00:43:37.295451" elapsed="0.000496"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-05T00:43:37.296369" level="INFO">Logging into '10.30.170.236:8101' as 'karaf'.</msg>
<msg time="2026-09-05T00:43:38.361065" 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-05T00:43:37.296104" elapsed="1.065121"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-05T00:43:38.408965" 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-05T00:43:38.361492" elapsed="0.047534"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-05T00:43:38.410857" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-05T00:43:38.410979" 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-05T00:43:38.409178" elapsed="0.001828"/>
</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-05T00:43:38.411148" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T00:43:38.411523" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:43:38.412275" 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-05T00:43:38.411930" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T00:43:38.412378" elapsed="0.000076"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.236
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-05T00:43:37.294709" elapsed="1.117871"/>
</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-05T00:43:37.291229" elapsed="1.121410"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T00:43:38.413218" 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-05T00:43:38.412832" elapsed="0.000449"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T00:43:38.413729" 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-05T00:43:38.413468" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-05T00:43:38.414461" 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-05T00:43:38.413999" elapsed="0.000488"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T00:43:38.414963" 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-05T00:43:38.414641" elapsed="0.000360"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-05T00:43:38.415530" 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-05T00:43:38.415170" elapsed="0.000392"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T00:43:38.416029" 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-05T00:43:38.415717" elapsed="0.000354"/>
</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-05T00:43:38.416342" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T00:43:38.416149" elapsed="0.000241"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T00:43:38.420440" 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-05T00:43:38.420032" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T00:43:38.421471" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T00:43:38.421548" 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-05T00:43:38.421001" elapsed="0.000568"/>
</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-05T00:43:38.421980" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T00:43:38.423235" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-05T00:43:38.905956" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 00:43:06 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-63164-389-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-05T00:43:38.422764" elapsed="0.483321"/>
</kw>
<msg time="2026-09-05T00:43:38.906163" 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-05T00:43:38.422453" elapsed="0.483793"/>
</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-05T00:43:38.420649" elapsed="0.485698"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-05T00:43:38.916321" 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-05T00:43:38.906543" elapsed="0.011429"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T00:43:38.918209" elapsed="0.000367"/>
</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-05T00:43:38.419559" elapsed="0.499096"/>
</kw>
<status status="PASS" start="2026-09-05T00:43:38.416478" elapsed="0.502222"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:38.416125" elapsed="0.502615"/>
</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-05T00:43:38.918959" elapsed="0.000597"/>
</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-05T00:43:38.925470" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-05T00:43:38.925263" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:38.925226" elapsed="0.000366"/>
</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-05T00:43:38.929076" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-05T00:43:38.928968" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:38.928951" elapsed="0.000187"/>
</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-05T00:43:38.929257" elapsed="0.000411"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-05T00:43:38.930073" level="INFO">Logging into '10.30.170.236:8101' as 'karaf'.</msg>
<msg time="2026-09-05T00:43:39.142121" 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-05T00:43:38.929800" elapsed="0.212417"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.229837" 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-05T00:43:39.142380" elapsed="0.087548"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.233687" 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-05T00:43:39.233858" 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-05T00:43:39.230075" elapsed="0.003824"/>
</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-05T00:43:39.234029" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T00:43:39.234335" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:43:39.234949" 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-05T00:43:39.234656" elapsed="0.000346"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T00:43:39.235045" elapsed="0.000044"/>
</return>
<msg time="2026-09-05T00:43:39.235233" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.236
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-05T00:43:38.928641" elapsed="0.306629"/>
</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-05T00:43:39.235415" elapsed="0.000570"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T00:43:39.236032" elapsed="0.000053"/>
</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-05T00:43:38.924801" elapsed="0.311377"/>
</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-05T00:43:39.239686" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-05T00:43:39.239574" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:39.239553" elapsed="0.000195"/>
</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-05T00:43:39.239866" elapsed="0.000417"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.240656" level="INFO">Logging into '10.30.170.236:8101' as 'karaf'.</msg>
<msg time="2026-09-05T00:43:39.481861" 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-05T00:43:39.240414" elapsed="0.241560"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.529827" 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-05T00:43:39.482137" elapsed="0.047759"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.531636" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-05T00:43:39.531738" 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-05T00:43:39.530031" elapsed="0.001739"/>
</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-05T00:43:39.531918" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T00:43:39.532263" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:43:39.532862" 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-05T00:43:39.532589" elapsed="0.000344"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-05T00:43:39.532978" elapsed="0.000042"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.236
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-05T00:43:39.239279" elapsed="0.293835"/>
</kw>
<status status="PASS" start="2026-09-05T00:43:37.289418" elapsed="2.243753"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:43:39.535252" 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-05T00:43:39.534039" elapsed="0.001273"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T00:43:39.536700" 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-05T00:43:39.536278" elapsed="0.000465"/>
</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-05T00:43:39.537045" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-05T00:43:39.536812" elapsed="0.000285"/>
</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-05T00:43:39.539903" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-05T00:43:39.539614" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:39.539591" elapsed="0.000400"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.540347" 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-05T00:43:39.540484" 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-05T00:43:39.540127" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:43:39.541069" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.8" 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-05T00:43:39.540652" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.541726" 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-05T00:43:39.541262" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T00:43:39.542589" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T00:43:39.542669" 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-05T00:43:39.542278" elapsed="0.000412"/>
</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-05T00:43:39.542819" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.544104" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-05T00:43:39.912229" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 00:43:06 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Sat Sep  5 00:43:38 2026 from 10.30.171.187
[?2004h[jenkins@releng-63164-389-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-05T00:43:39.543757" elapsed="0.368628"/>
</kw>
<msg time="2026-09-05T00:43:39.912476" 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-05T00:43:39.543350" elapsed="0.369210"/>
</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-05T00:43:39.541947" elapsed="0.370717"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-05T00:43:39.913143" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-05T00:53:46.044207" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-05T00:53:46.044460" level="INFO">${stdout} = </msg>
<msg time="2026-09-05T00:53:46.044502" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T00:43:39.912856" elapsed="606.131670"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T00:53:46.044757" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.045633" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:44:45.129 16  switches: flows:  90731 88631 87812 89704 87627 85099 88087 86465 84946 81592 84220 84407 82791 84428 84316 82274  total = 22.885500 per ms 
00:45:45.230 16  switches: flows:  94024 94158 92543 92097 94624 88718 91433 93162 86478 87791 88147 86579 88662 88084 88197 86067  total = 23.972712 per ms 
00:46:45.330 16  switches: flows:  97484 95796 92394 92381 92410 90647 90292 93863 87733 89773 88606 89640 90220 87427 91239 88877  total = 24.272470 per ms 
00:47:45.430 16  switches: flows:  100952 96459 93432 95382 95071 92491 92414 96586 87701 91053 94054 90623 92784 90106 93920 91243  total = 24.863024 per ms 
00:48:45.531 16  switches: flows:  99838 96141 93800 94953 93837 93717 94895 94008 87577 91080 92301 89635 91990 90206 91567 89502  total = 24.709542 per ms 
00:49:45.632 16  switches: flows:  102699 94448 95120 95938 94926 91707 94482 94708 88255 91186 93289 90182 92307 89840 91010 91498  total = 24.818511 per ms 
00:50:45.732 16  switches: flows:  102483 93977 93211 92446 92515 90927 91547 92713 85692 89125 91265 87124 89905 88258 90335 88333  total = 24.290382 per ms 
00:51:45.832 16  switches: flows:  102735 96630 95521 97431 95553 92425 94872 93796 89532 90049 93613 90122 91959 91061 94583 91324  total = 24.978410 per ms 
00:52:45.932 16  switches: flows:  97937 95740 93941 97053 95405 92172 91995 94931 88345 89903 91909 90238 89860 89935 95443 90056  total = 24.706448 per ms 
00:53:46.032 16  switches: flows:  96480 96701 93013 96700 95144 93258 91160 96608 90442 91362 92237 89954 89221 89895 96824 90391  total = 24.781784 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23972.71/24978.41/24599.25/8205.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T00:53:46.045291" elapsed="0.000476"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-05T00:53:46.046039" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-09-05T00:53:46.045856" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-09-05T00:53:46.045826" elapsed="0.000337"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-05T00:53:46.046270" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-05T00:53:46.046228" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-09-05T00:53:46.046209" elapsed="0.000125"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-05T00:53:46.046369" elapsed="0.000012"/>
</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-05T00:53:46.048790" elapsed="0.000370"/>
</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-05T00:53:46.049297" elapsed="0.000156"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T00:53:46.049580" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-05T00:53:46.046685" elapsed="0.003055"/>
</kw>
<msg time="2026-09-05T00:53:46.049858" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T00:43:39.537409" elapsed="606.512638"/>
</kw>
<status status="PASS" start="2026-09-05T00:43:39.537122" elapsed="606.512981"/>
</branch>
<status status="PASS" start="2026-09-05T00:43:39.536792" elapsed="606.513333"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.050535" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:44:45.129 16  switches: flows:  90731 88631 87812 89704 87627 85099 88087 86465 84946 81592 84220 84407 82791 84428 84316 82274  total = 22.885500 per ms 
00:45:45.230 16  switches: flows:  94024 94158 92543 92097 94624 88718 91433 93162 86478 87791 88147 86579 88662 88084 88197 86067  total = 23.972712 per ms 
00:46:45.330 16  switches: flows:  97484 95796 92394 92381 92410 90647 90292 93863 87733 89773 88606 89640 90220 87427 91239 88877  total = 24.272470 per ms 
00:47:45.430 16  switches: flows:  100952 96459 93432 95382 95071 92491 92414 96586 87701 91053 94054 90623 92784 90106 93920 91243  total = 24.863024 per ms 
00:48:45.531 16  switches: flows:  99838 96141 93800 94953 93837 93717 94895 94008 87577 91080 92301 89635 91990 90206 91567 89502  total = 24.709542 per ms 
00:49:45.632 16  switches: flows:  102699 94448 95120 95938 94926 91707 94482 94708 88255 91186 93289 90182 92307 89840 91010 91498  total = 24.818511 per ms 
00:50:45.732 16  switches: flows:  102483 93977 93211 92446 92515 90927 91547 92713 85692 89125 91265 87124 89905 88258 90335 88333  total = 24.290382 per ms 
00:51:45.832 16  switches: flows:  102735 96630 95521 97431 95553 92425 94872 93796 89532 90049 93613 90122 91959 91061 94583 91324  total = 24.978410 per ms 
00:52:45.932 16  switches: flows:  97937 95740 93941 97053 95405 92172 91995 94931 88345 89903 91909 90238 89860 89935 95443 90056  total = 24.706448 per ms 
00:53:46.032 16  switches: flows:  96480 96701 93013 96700 95144 93258 91160 96608 90442 91362 92237 89954 89221 89895 96824 90391  total = 24.781784 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23972.71/24978.41/24599.25/8205.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T00:53:46.050258" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-05T00:53:46.050757" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-05T00:53:46.051486" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-05T00:53:46.051620" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23972.71/24978.41/24599.25/8205.94 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-05T00:53:46.051275" elapsed="0.000370"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T00:53:46.052063" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23972.71/24978.41/24599.25/8205.94 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-05T00:53:46.051786" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.054376" 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-05T00:53:46.052231" elapsed="0.002198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.056673" level="INFO">23972.71/24978.41/24599.25/8205.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T00:53:46.054566" elapsed="0.002159"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T00:53:46.058918" 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-05T00:53:46.056862" elapsed="0.002081"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T00:53:46.061216" level="INFO">@{result_value_list} = [ 23972.71 | 24978.41 | 24599.25 | 8205.94 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-05T00:53:46.059135" elapsed="0.002120"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.061743" level="INFO">Length is 4.</msg>
<msg time="2026-09-05T00:53:46.061831" 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-05T00:53:46.061420" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.066239" level="INFO">min :: 23972.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-05T00:53:46.062241" elapsed="0.004050"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-05T00:53:46.062119" elapsed="0.004202"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.070509" level="INFO">max :: 24978.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T00:53:46.066551" elapsed="0.004012"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-05T00:53:46.066432" elapsed="0.004177"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.074828" level="INFO">avg :: 24599.25</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-05T00:53:46.070809" elapsed="0.004087"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-05T00:53:46.070691" elapsed="0.004237"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.079053" level="INFO">stdev :: 8205.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T00:53:46.075129" elapsed="0.003977"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-05T00:53:46.075010" elapsed="0.004127"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-05T00:53:46.061936" elapsed="0.017230"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.082866" level="INFO">${min} = 23972.71</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-05T00:53:46.079309" elapsed="0.003599"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.087501" level="INFO">${max} = 24978.41</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-05T00:53:46.083047" elapsed="0.004479"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.091173" level="INFO">${average} = 24599.25</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-05T00:53:46.087678" elapsed="0.003520"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.095173" level="INFO">${stdev} = 8205.94</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-05T00:53:46.091337" elapsed="0.003860"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.095683" level="INFO">${date} = 2026-09-05 00:53:46</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-05T00:53:46.095342" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.096246" level="INFO">CBench Result: 2026-09-05 00:53:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23972.71,24978.41,24599.25,8205.94</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T00:53:46.095840" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T00:53:46.097275" 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-05T00:53:46.096898" elapsed="0.000437"/>
</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-05T00:53:46.097471" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-05T00:53:46.096433" elapsed="0.001596"/>
</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-05T00:43:39.535704" elapsed="606.562379"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.098509" 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-05T00:53:46.098217" elapsed="0.000344"/>
</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-05T00:53:46.099065" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-09-05T00:53:46.098765" elapsed="0.000634"/>
</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-05T00:43:39.533310" elapsed="606.566120"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.100999" 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-05T00:53:46.100638" elapsed="0.000412"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.102183" 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-05T00:53:46.101887" elapsed="0.000334"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-05T00:53:46.102525" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-05T00:53:46.102285" elapsed="0.000292"/>
</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-05T00:53:46.105717" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T00:53:46.105476" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-09-05T00:53:46.105459" elapsed="0.000328"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-05T00:53:46.106116" 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-05T00:53:46.106237" 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-05T00:53:46.105921" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.106769" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.236 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.8" 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-05T00:53:46.106383" elapsed="0.000439"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T00:53:46.107342" 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-05T00:53:46.106962" elapsed="0.000403"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T00:53:46.108216" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T00:53:46.108299" 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-05T00:53:46.107912" elapsed="0.000408"/>
</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-05T00:53:46.108447" elapsed="0.000310"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T00:53:46.109558" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-05T00:53:46.751162" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 00:53:46 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Sat Sep  5 00:43:39 2026 from 10.30.171.187
[?2004h[jenkins@releng-63164-389-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-05T00:53:46.109236" elapsed="0.642099"/>
</kw>
<msg time="2026-09-05T00:53:46.751409" 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-05T00:53:46.108914" elapsed="0.642578"/>
</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-05T00:53:46.107542" elapsed="0.644066"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-05T00:53:46.752089" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.236 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-05T01:03:52.818725" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-05T01:03:52.819225" level="INFO">${stdout} = </msg>
<msg time="2026-09-05T01:03:52.819331" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236: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-05T00:53:46.751808" elapsed="606.067576"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:03:52.819783" elapsed="0.000674"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.821551" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:51.879 16  switches: flows:  590639 580846 580928 575381 570468 579187 575813 580132 583051 560795 583110 577367 587631 595429 587319 581670  total = 154.829433 per ms 
00:55:51.981 16  switches: flows:  626210 619024 620161 615287 622230 627542 627772 608628 627508 623824 618815 614689 623153 629966 633370 623926  total = 165.755749 per ms 
00:56:52.082 16  switches: flows:  654535 654992 652597 657857 651205 658965 660247 653791 660537 659109 650875 655479 657292 664620 662258 656853  total = 174.889912 per ms 
00:57:52.184 16  switches: flows:  673966 676251 668797 669580 659975 675383 680092 660373 675257 669217 672323 670331 668962 676585 673446 676699  total = 178.818732 per ms 
00:58:52.286 16  switches: flows:  686318 692463 687300 689477 686167 678843 689190 683380 696255 685089 686540 691941 673830 680031 684989 683225  total = 182.608807 per ms 
00:59:52.387 16  switches: flows:  680546 677151 677650 682399 672923 678730 679150 682607 689992 660573 677029 689420 693290 679238 689851 683644  total = 181.265216 per ms 
01:00:52.488 16  switches: flows:  674153 665759 660951 665498 657300 672839 663680 660916 676235 663682 669297 669822 661430 672285 662777 666269  total = 177.415899 per ms 
01:01:52.601 16  switches: flows:  696223 694176 689288 686727 691706 696928 702452 698134 691980 693851 697270 686054 694806 691117 699910 689488  total = 184.653693 per ms 
01:02:52.704 16  switches: flows:  711245 704214 699382 707911 703468 712372 700358 700219 712825 693739 695085 710218 701047 717423 706423 702831  total = 187.662977 per ms 
01:03:52.805 16  switches: flows:  676435 681837 675025 675662 678168 676001 671868 672441 680005 672248 680017 677633 683201 676943 676576 675465  total = 180.188298 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 165755.75/187662.98/179251.03/60047.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:03:52.820805" elapsed="0.001017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-05T01:03:52.822348" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-05T01:03:52.822056" elapsed="0.000437"/>
</branch>
<status status="PASS" start="2026-09-05T01:03:52.822003" elapsed="0.000544"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-05T01:03:52.822744" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:03:52.822668" elapsed="0.000162"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:03:52.822635" elapsed="0.000240"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-05T01:03:52.822993" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-05T01:03:52.828984" elapsed="0.000694"/>
</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-05T01:03:52.830045" elapsed="0.000340"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:03:52.830664" elapsed="0.000249"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-05T01:03:52.823656" elapsed="0.007392"/>
</kw>
<msg time="2026-09-05T01:03:52.831317" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236: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-05T00:53:46.102927" elapsed="606.728449"/>
</kw>
<status status="PASS" start="2026-09-05T00:53:46.102614" elapsed="606.728863"/>
</branch>
<status status="PASS" start="2026-09-05T00:53:46.102267" elapsed="606.729259"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.832500" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:51.879 16  switches: flows:  590639 580846 580928 575381 570468 579187 575813 580132 583051 560795 583110 577367 587631 595429 587319 581670  total = 154.829433 per ms 
00:55:51.981 16  switches: flows:  626210 619024 620161 615287 622230 627542 627772 608628 627508 623824 618815 614689 623153 629966 633370 623926  total = 165.755749 per ms 
00:56:52.082 16  switches: flows:  654535 654992 652597 657857 651205 658965 660247 653791 660537 659109 650875 655479 657292 664620 662258 656853  total = 174.889912 per ms 
00:57:52.184 16  switches: flows:  673966 676251 668797 669580 659975 675383 680092 660373 675257 669217 672323 670331 668962 676585 673446 676699  total = 178.818732 per ms 
00:58:52.286 16  switches: flows:  686318 692463 687300 689477 686167 678843 689190 683380 696255 685089 686540 691941 673830 680031 684989 683225  total = 182.608807 per ms 
00:59:52.387 16  switches: flows:  680546 677151 677650 682399 672923 678730 679150 682607 689992 660573 677029 689420 693290 679238 689851 683644  total = 181.265216 per ms 
01:00:52.488 16  switches: flows:  674153 665759 660951 665498 657300 672839 663680 660916 676235 663682 669297 669822 661430 672285 662777 666269  total = 177.415899 per ms 
01:01:52.601 16  switches: flows:  696223 694176 689288 686727 691706 696928 702452 698134 691980 693851 697270 686054 694806 691117 699910 689488  total = 184.653693 per ms 
01:02:52.704 16  switches: flows:  711245 704214 699382 707911 703468 712372 700358 700219 712825 693739 695085 710218 701047 717423 706423 702831  total = 187.662977 per ms 
01:03:52.805 16  switches: flows:  676435 681837 675025 675662 678168 676001 671868 672441 680005 672248 680017 677633 683201 676943 676576 675465  total = 180.188298 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 165755.75/187662.98/179251.03/60047.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:03:52.831824" elapsed="0.000839"/>
</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-05T01:03:52.833065" elapsed="0.000848"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-05T01:03:52.834796" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-05T01:03:52.835042" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 165755.75/187662.98/179251.03/60047.93 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-05T01:03:52.834331" elapsed="0.000765"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:03:52.836045" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 165755.75/187662.98/179251.03/60047.93 | 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-05T01:03:52.835423" elapsed="0.000685"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.841625" 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-05T01:03:52.836420" elapsed="0.005327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.847215" level="INFO">165755.75/187662.98/179251.03/60047.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:03:52.842112" elapsed="0.005225"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:03:52.852950" 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-05T01:03:52.847659" elapsed="0.005369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:03:52.859186" level="INFO">@{result_value_list} = [ 165755.75 | 187662.98 | 179251.03 | 60047.93 ]</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-05T01:03:52.853573" elapsed="0.005672"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.860369" level="INFO">Length is 4.</msg>
<msg time="2026-09-05T01:03:52.860555" 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-05T01:03:52.859613" elapsed="0.000993"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.869946" level="INFO">min :: 165755.75</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-05T01:03:52.861477" elapsed="0.008575"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-05T01:03:52.861176" elapsed="0.008932"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.875997" level="INFO">max :: 187662.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:03:52.870392" elapsed="0.005677"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-05T01:03:52.870224" elapsed="0.005887"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.882024" level="INFO">avg :: 179251.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-05T01:03:52.876381" elapsed="0.005715"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-05T01:03:52.876220" elapsed="0.005920"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.888038" level="INFO">stdev :: 60047.93</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-05T01:03:52.882413" elapsed="0.005694"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-05T01:03:52.882248" elapsed="0.005902"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-05T01:03:52.860736" elapsed="0.027465"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.893327" level="INFO">${min} = 165755.75</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-05T01:03:52.888442" elapsed="0.004908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.896921" level="INFO">${max} = 187662.98</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-05T01:03:52.893500" elapsed="0.003445"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.900477" level="INFO">${average} = 179251.03</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-05T01:03:52.897097" elapsed="0.003403"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.904118" level="INFO">${stdev} = 60047.93</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-05T01:03:52.900635" elapsed="0.003507"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.904603" level="INFO">${date} = 2026-09-05 01:03:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-05T01:03:52.904287" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.905154" level="INFO">CBench Result: 2026-09-05 01:03:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,165755.75,187662.98,179251.03,60047.93</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-05T01:03:52.904758" elapsed="0.000446"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:03:52.906164" 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-05T01:03:52.905764" elapsed="0.000462"/>
</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-05T01:03:52.906363" elapsed="0.000439"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-05T01:03:52.905332" elapsed="0.001529"/>
</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-05T00:53:46.101334" elapsed="606.805597"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.907410" 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-05T01:03:52.907095" elapsed="0.000373"/>
</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-05T01:03:52.907989" elapsed="0.000243"/>
</kw>
<status status="PASS" start="2026-09-05T01:03:52.907656" elapsed="0.000640"/>
</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-05T00:53:46.100025" elapsed="606.808304"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.909694" 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-05T01:03:52.909352" elapsed="0.000394"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.910825" 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-05T01:03:52.910532" elapsed="0.000330"/>
</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-05T01:03:52.911189" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:03:52.910989" elapsed="0.000321"/>
</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-05T01:03:52.914847" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:03:52.914621" elapsed="0.000292"/>
</branch>
<status status="PASS" start="2026-09-05T01:03:52.914603" elapsed="0.000331"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:03:52.915238" 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-05T01:03:52.915342" 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-05T01:03:52.915063" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.915857" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.8" 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-05T01:03:52.915485" elapsed="0.000438"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-05T01:03:52.916407" 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-05T01:03:52.916059" elapsed="0.000371"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:03:52.917234" level="INFO">Length is 0.</msg>
<msg time="2026-09-05T01:03:52.917311" 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-05T01:03:52.916946" elapsed="0.000386"/>
</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-05T01:03:52.917458" elapsed="0.000283"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-05T01:03:52.918525" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-05T01:03:53.530507" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep  5 01:03:53 UTC 2026

  System load:  0.48               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Sat Sep  5 00:53:46 2026 from 10.30.171.187
[?2004h[jenkins@releng-63164-389-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-05T01:03:52.918212" elapsed="0.612504"/>
</kw>
<msg time="2026-09-05T01:03:53.530813" 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-05T01:03:52.917875" elapsed="0.613048"/>
</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-05T01:03:52.916606" elapsed="0.614474"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-05T01:03:53.531663" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-05T01:13:59.607099" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-05T01:13:59.607568" level="INFO">${stdout} = </msg>
<msg time="2026-09-05T01:13:59.607662" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T01:03:53.531329" elapsed="606.076384"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:13:59.608141" elapsed="0.000674"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.609948" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:58.684 16  switches: flows:  95116 96911 97261 96057 96736 94277 92948 95853 92212 91971 92282 92509 93905 92562 88620 93443  total = 25.044383 per ms 
01:05:58.785 16  switches: flows:  98857 97170 96391 97534 94010 95461 93627 94787 92104 96363 92418 95070 94264 94365 89279 92450  total = 25.193803 per ms 
01:06:58.885 16  switches: flows:  97022 95374 97243 95147 94295 95638 94663 95218 91845 98443 91511 92967 93936 93967 89177 92176  total = 25.101803 per ms 
01:07:58.986 16  switches: flows:  95663 96820 95886 93887 94066 92886 94937 93644 93708 97930 90884 93246 94894 93726 90045 90400  total = 25.001986 per ms 
01:08:59.086 16  switches: flows:  95343 96419 96801 95375 94516 93936 95259 95730 93687 98341 94314 95358 95999 94656 90491 91375  total = 25.251198 per ms 
01:09:59.187 16  switches: flows:  95462 95671 97192 95140 93867 95132 96847 96394 94115 98200 94511 95148 93928 94233 90513 90873  total = 25.244938 per ms 
01:10:59.288 16  switches: flows:  97521 101647 98319 98887 98650 98952 99350 99094 95468 103657 95133 96961 98364 96785 92288 94064  total = 26.042192 per ms 
01:11:59.388 16  switches: flows:  94747 95062 95751 94681 95994 95030 96572 94499 93787 97969 92630 93751 95236 92837 90719 91453  total = 25.136632 per ms 
01:12:59.489 16  switches: flows:  92769 94078 96628 95088 94499 93021 92941 95777 92191 98703 92201 94230 95050 92745 87985 91411  total = 24.946923 per ms 
01:13:59.589 16  switches: flows:  94666 95043 93991 94226 93848 93152 93112 92682 89602 98745 91268 93105 95989 91556 89987 91047  total = 24.825554 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24825.55/26042.19/25193.89/8404.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:13:59.609189" elapsed="0.001040"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-05T01:13:59.610723" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-05T01:13:59.610422" elapsed="0.000442"/>
</branch>
<status status="PASS" start="2026-09-05T01:13:59.610374" elapsed="0.000578"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-05T01:13:59.611147" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-05T01:13:59.611072" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:13:59.611039" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-05T01:13:59.611368" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-05T01:13:59.617071" elapsed="0.000734"/>
</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-05T01:13:59.618148" elapsed="0.000344"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-05T01:13:59.618763" elapsed="0.000260"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-05T01:13:59.612038" elapsed="0.007100"/>
</kw>
<msg time="2026-09-05T01:13:59.619428" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T01:03:52.911985" elapsed="606.707499"/>
</kw>
<status status="PASS" start="2026-09-05T01:03:52.911333" elapsed="606.708252"/>
</branch>
<status status="PASS" start="2026-09-05T01:03:52.910958" elapsed="606.708673"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.620651" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:58.684 16  switches: flows:  95116 96911 97261 96057 96736 94277 92948 95853 92212 91971 92282 92509 93905 92562 88620 93443  total = 25.044383 per ms 
01:05:58.785 16  switches: flows:  98857 97170 96391 97534 94010 95461 93627 94787 92104 96363 92418 95070 94264 94365 89279 92450  total = 25.193803 per ms 
01:06:58.885 16  switches: flows:  97022 95374 97243 95147 94295 95638 94663 95218 91845 98443 91511 92967 93936 93967 89177 92176  total = 25.101803 per ms 
01:07:58.986 16  switches: flows:  95663 96820 95886 93887 94066 92886 94937 93644 93708 97930 90884 93246 94894 93726 90045 90400  total = 25.001986 per ms 
01:08:59.086 16  switches: flows:  95343 96419 96801 95375 94516 93936 95259 95730 93687 98341 94314 95358 95999 94656 90491 91375  total = 25.251198 per ms 
01:09:59.187 16  switches: flows:  95462 95671 97192 95140 93867 95132 96847 96394 94115 98200 94511 95148 93928 94233 90513 90873  total = 25.244938 per ms 
01:10:59.288 16  switches: flows:  97521 101647 98319 98887 98650 98952 99350 99094 95468 103657 95133 96961 98364 96785 92288 94064  total = 26.042192 per ms 
01:11:59.388 16  switches: flows:  94747 95062 95751 94681 95994 95030 96572 94499 93787 97969 92630 93751 95236 92837 90719 91453  total = 25.136632 per ms 
01:12:59.489 16  switches: flows:  92769 94078 96628 95088 94499 93021 92941 95777 92191 98703 92201 94230 95050 92745 87985 91411  total = 24.946923 per ms 
01:13:59.589 16  switches: flows:  94666 95043 93991 94226 93848 93152 93112 92682 89602 98745 91268 93105 95989 91556 89987 91047  total = 24.825554 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24825.55/26042.19/25193.89/8404.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:13:59.619994" elapsed="0.000813"/>
</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-05T01:13:59.621168" elapsed="0.000819"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-05T01:13:59.622794" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-05T01:13:59.623038" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24825.55/26042.19/25193.89/8404.38 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-05T01:13:59.622347" elapsed="0.000748"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:13:59.624024" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24825.55/26042.19/25193.89/8404.38 | 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-05T01:13:59.623446" elapsed="0.000640"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.629349" 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-05T01:13:59.624416" elapsed="0.005063"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.634527" level="INFO">24825.55/26042.19/25193.89/8404.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:13:59.629786" elapsed="0.004860"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:13:59.639669" 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-05T01:13:59.634990" elapsed="0.004735"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-05T01:13:59.645262" level="INFO">@{result_value_list} = [ 24825.55 | 26042.19 | 25193.89 | 8404.38 ]</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-05T01:13:59.640145" elapsed="0.005178"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.646434" level="INFO">Length is 4.</msg>
<msg time="2026-09-05T01:13:59.646618" 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-05T01:13:59.645640" elapsed="0.001026"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.655204" level="INFO">min :: 24825.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-05T01:13:59.647553" elapsed="0.007755"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-05T01:13:59.647283" elapsed="0.008070"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.661275" level="INFO">max :: 26042.19</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-05T01:13:59.655640" elapsed="0.005716"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-05T01:13:59.655465" elapsed="0.005935"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.667303" level="INFO">avg :: 25193.89</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-05T01:13:59.661676" elapsed="0.005718"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-05T01:13:59.661507" elapsed="0.005936"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.673386" level="INFO">stdev :: 8404.38</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-05T01:13:59.667732" elapsed="0.005730"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-05T01:13:59.667551" elapsed="0.005956"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-05T01:13:59.646790" elapsed="0.026769"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.678677" level="INFO">${min} = 24825.55</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-05T01:13:59.673767" elapsed="0.004945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.683794" level="INFO">${max} = 26042.19</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-05T01:13:59.678935" elapsed="0.004894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.688959" level="INFO">${average} = 25193.89</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-05T01:13:59.684048" elapsed="0.004947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.693571" level="INFO">${stdev} = 8404.38</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-05T01:13:59.689191" elapsed="0.004404"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.694083" level="INFO">${date} = 2026-09-05 01:13:59</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-05T01:13:59.693741" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.694627" level="INFO">CBench Result: 2026-09-05 01:13:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24825.55,26042.19,25193.89,8404.38</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-05T01:13:59.694258" elapsed="0.000421"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-05T01:13:59.695679" 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-05T01:13:59.695259" elapsed="0.000481"/>
</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-05T01:13:59.695892" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-05T01:13:59.694805" elapsed="0.001606"/>
</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-05T01:03:52.910049" elapsed="606.786414"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.696894" 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-05T01:13:59.696596" elapsed="0.000352"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-05T01:13:59.698065" 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-05T01:13:59.697612" elapsed="0.000486"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-05T01:13:59.698321" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-09-05T01:13:59.698171" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-09-05T01:13:59.698152" 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-05T01:13:59.698532" elapsed="0.000020"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-05T01:13:59.698677" 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-05T01:13:59.698821" 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-05T01:13:59.698975" elapsed="0.000019"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-05T01:13:59.699160" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-05T01:13:59.699312" elapsed="0.000019"/>
</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-05T01:13:59.699452" elapsed="0.000021"/>
</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-05T01:13:59.699655" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-09-05T01:13:59.699529" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-09-05T01:13:59.699514" elapsed="0.000215"/>
</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-05T01:13:59.697311" elapsed="0.002466"/>
</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-05T01:03:52.908818" elapsed="606.791001"/>
</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-05T00:43:36.771787" elapsed="1822.928601"/>
</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>
