<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-05T01:43:17.463854" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-05T01:43:18.014205" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:43:18.014068" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:18.014037" elapsed="0.000272"/>
</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-08-05T01:43:18.014472" elapsed="0.000506"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T01:43:18.015461" level="INFO">Logging into '10.30.170.125:8101' as 'karaf'.</msg>
<msg time="2026-08-05T01:43:18.946979" 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-08-05T01:43:18.015148" elapsed="0.932063"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T01:43:18.997888" 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-08-05T01:43:18.947554" elapsed="0.050410"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T01:43:18.999864" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T01:43:18.999983" 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-08-05T01:43:18.998137" elapsed="0.001877"/>
</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-08-05T01:43:19.000175" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:43:19.000556" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:43:19.001286" 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-08-05T01:43:19.000940" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T01:43:19.001395" elapsed="0.000083"/>
</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.125
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-05T01:43:18.013564" elapsed="0.988048"/>
</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-08-05T01:43:18.009965" elapsed="0.991712"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T01:43:19.002271" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-05T01:43:19.001867" elapsed="0.000462"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T01:43:19.002748" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-05T01:43:19.002500" elapsed="0.000314"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T01:43:19.003356" 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-08-05T01:43:19.002968" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T01:43:19.003961" 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-08-05T01:43:19.003622" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T01:43:19.004552" 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-08-05T01:43:19.004151" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T01:43:19.005053" 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-08-05T01:43:19.004741" 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-08-05T01:43:19.005395" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:43:19.005183" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:43:19.010060" 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-08-05T01:43:19.009654" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:43:19.011108" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T01:43:19.011191" 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-08-05T01:43:19.010668" elapsed="0.000548"/>
</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-08-05T01:43:19.011360" elapsed="0.000392"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T01:43:19.012762" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-08-05T01:43:19.714216" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 01:43:19 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-801-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-08-05T01:43:19.012254" elapsed="0.702104"/>
</kw>
<msg time="2026-08-05T01:43:19.714462" 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-08-05T01:43:19.011906" elapsed="0.702653"/>
</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-08-05T01:43:19.010295" elapsed="0.704384"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-05T01:43:19.721715" 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-08-05T01:43:19.714893" elapsed="0.008419"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:43:19.723585" elapsed="0.000376"/>
</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-08-05T01:43:19.009109" elapsed="0.714939"/>
</kw>
<status status="PASS" start="2026-08-05T01:43:19.005770" elapsed="0.718329"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:19.005156" elapsed="0.718992"/>
</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-08-05T01:43:19.724386" elapsed="0.000731"/>
</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-08-05T01:43:19.731496" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:43:19.731300" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:19.731266" elapsed="0.000343"/>
</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-08-05T01:43:19.736721" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:43:19.736526" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:19.736497" elapsed="0.000312"/>
</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-08-05T01:43:19.736945" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T01:43:19.737820" level="INFO">Logging into '10.30.170.125:8101' as 'karaf'.</msg>
<msg time="2026-08-05T01:43:19.945337" 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-08-05T01:43:19.737558" elapsed="0.207908"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.046540" 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-08-05T01:43:19.945665" elapsed="0.100939"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.066796" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T01:43:20.066976" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-05T01:43:20.046746" elapsed="0.020261"/>
</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-08-05T01:43:20.067146" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:43:20.067495" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:43:20.068124" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:43:20.067812" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T01:43:20.068227" elapsed="0.000047"/>
</return>
<msg time="2026-08-05T01:43:20.068416" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.125
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-05T01:43:19.735965" elapsed="0.332507"/>
</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-08-05T01:43:20.068618" elapsed="0.000509"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T01:43:20.069178" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-05T01:43:19.730868" elapsed="0.338439"/>
</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-08-05T01:43:20.073021" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:43:20.072894" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:20.072871" elapsed="0.000221"/>
</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-08-05T01:43:20.073221" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.074081" level="INFO">Logging into '10.30.170.125:8101' as 'karaf'.</msg>
<msg time="2026-08-05T01:43:20.241014" 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-08-05T01:43:20.073826" elapsed="0.167358"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.285677" 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-08-05T01:43:20.241410" elapsed="0.044330"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.287793" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T01:43:20.287895" 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-08-05T01:43:20.285889" elapsed="0.002036"/>
</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-08-05T01:43:20.288060" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:43:20.288396" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:43:20.289034" 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-08-05T01:43:20.288724" elapsed="0.000360"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T01:43:20.289133" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.125
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-05T01:43:20.072572" elapsed="0.216719"/>
</kw>
<status status="PASS" start="2026-08-05T01:43:18.008200" elapsed="2.281152"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:43:20.291388" 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-08-05T01:43:20.290205" elapsed="0.001270"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T01:43:20.292912" 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-08-05T01:43:20.292565" elapsed="0.000391"/>
</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-08-05T01:43:20.293271" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:43:20.293035" elapsed="0.000294"/>
</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-08-05T01:43:20.296290" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:43:20.296044" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:20.296025" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.296724" 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-08-05T01:43:20.296853" 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-08-05T01:43:20.296520" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:43:20.297440" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.125 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.216" 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-08-05T01:43:20.297013" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.298134" 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-08-05T01:43:20.297654" elapsed="0.000506"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:43:20.299083" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T01:43:20.299174" 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-08-05T01:43:20.298755" elapsed="0.000443"/>
</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-08-05T01:43:20.299340" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.300583" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-08-05T01:43:20.612355" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 01:43:19 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug  5 01:43:19 2026 from 10.30.170.135
[?2004h[jenkins@releng-48317-801-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-08-05T01:43:20.300215" elapsed="0.312317"/>
</kw>
<msg time="2026-08-05T01:43:20.612607" 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-08-05T01:43:20.299870" elapsed="0.312818"/>
</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-08-05T01:43:20.298362" elapsed="0.314437"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T01:43:20.613278" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.125 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T01:53:26.772383" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T01:53:26.774204" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T01:53:26.774273" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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-08-05T01:43:20.612995" elapsed="606.161323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:53:26.774674" elapsed="0.001368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.776907" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:44:25.854 16  switches: flows:  104147 104881 103372 106422 102972 103911 103632 105881 100442 101302 100586 101967 100893 102301 100322 102369  total = 27.423333 per ms 
01:45:25.954 16  switches: flows:  120437 118766 118418 117628 118908 115424 116916 116624 114508 114109 113526 112175 114188 114210 112207 113481  total = 30.807351 per ms 
01:46:26.056 16  switches: flows:  120624 121364 120807 119819 118955 117782 118591 118460 114525 112260 113281 114068 114822 115240 114800 115858  total = 31.135198 per ms 
01:47:26.157 16  switches: flows:  121375 121662 122188 120595 120899 117367 119304 119204 114770 114257 114203 113767 113842 116477 115342 115729  total = 31.297349 per ms 
01:48:26.259 16  switches: flows:  122651 122092 120593 121230 121021 117588 120628 119772 116107 115416 114623 114863 115326 118022 116284 116555  total = 31.493553 per ms 
01:49:26.359 16  switches: flows:  124974 124779 124226 123454 124686 122007 125547 121317 116868 117451 117404 116467 119630 117313 117362 119210  total = 32.157879 per ms 
01:50:26.460 16  switches: flows:  125672 123537 124257 123085 122935 121679 123157 122481 115411 115350 116610 114683 116084 117227 116001 119690  total = 31.911027 per ms 
01:51:26.561 16  switches: flows:  126829 125554 125091 125540 125224 123752 125497 123025 118911 117151 116187 117601 119892 118410 118149 119210  total = 32.379661 per ms 
01:52:26.661 16  switches: flows:  124363 122403 123019 122095 124251 122293 122749 121276 117636 118245 115615 116257 117695 118597 116932 118185  total = 31.973479 per ms 
01:53:26.762 16  switches: flows:  122535 123629 125812 124091 123178 123891 122470 121406 119494 121975 120601 117977 118733 118530 120256 119966  total = 32.355074 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30807.35/32379.66/31723.40/10587.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.776336" elapsed="0.000788"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T01:53:26.777478" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-08-05T01:53:26.777257" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-08-05T01:53:26.777220" elapsed="0.000403"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T01:53:26.777912" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:53:26.777859" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-05T01:53:26.777836" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T01:53:26.778048" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T01:53:26.781422" elapsed="0.000359"/>
</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-08-05T01:53:26.781927" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:53:26.782224" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T01:53:26.778540" elapsed="0.003837"/>
</kw>
<msg time="2026-08-05T01:53:26.782521" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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-08-05T01:43:20.293708" elapsed="606.488841"/>
</kw>
<status status="PASS" start="2026-08-05T01:43:20.293357" elapsed="606.489241"/>
</branch>
<status status="PASS" start="2026-08-05T01:43:20.293012" elapsed="606.489611"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.783053" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:44:25.854 16  switches: flows:  104147 104881 103372 106422 102972 103911 103632 105881 100442 101302 100586 101967 100893 102301 100322 102369  total = 27.423333 per ms 
01:45:25.954 16  switches: flows:  120437 118766 118418 117628 118908 115424 116916 116624 114508 114109 113526 112175 114188 114210 112207 113481  total = 30.807351 per ms 
01:46:26.056 16  switches: flows:  120624 121364 120807 119819 118955 117782 118591 118460 114525 112260 113281 114068 114822 115240 114800 115858  total = 31.135198 per ms 
01:47:26.157 16  switches: flows:  121375 121662 122188 120595 120899 117367 119304 119204 114770 114257 114203 113767 113842 116477 115342 115729  total = 31.297349 per ms 
01:48:26.259 16  switches: flows:  122651 122092 120593 121230 121021 117588 120628 119772 116107 115416 114623 114863 115326 118022 116284 116555  total = 31.493553 per ms 
01:49:26.359 16  switches: flows:  124974 124779 124226 123454 124686 122007 125547 121317 116868 117451 117404 116467 119630 117313 117362 119210  total = 32.157879 per ms 
01:50:26.460 16  switches: flows:  125672 123537 124257 123085 122935 121679 123157 122481 115411 115350 116610 114683 116084 117227 116001 119690  total = 31.911027 per ms 
01:51:26.561 16  switches: flows:  126829 125554 125091 125540 125224 123752 125497 123025 118911 117151 116187 117601 119892 118410 118149 119210  total = 32.379661 per ms 
01:52:26.661 16  switches: flows:  124363 122403 123019 122095 124251 122293 122749 121276 117636 118245 115615 116257 117695 118597 116932 118185  total = 31.973479 per ms 
01:53:26.762 16  switches: flows:  122535 123629 125812 124091 123178 123891 122470 121406 119494 121975 120601 117977 118733 118530 120256 119966  total = 32.355074 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30807.35/32379.66/31723.40/10587.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.782762" elapsed="0.000366"/>
</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-08-05T01:53:26.783275" elapsed="0.000401"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T01:53:26.784063" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T01:53:26.784156" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30807.35/32379.66/31723.40/10587.78 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-05T01:53:26.783837" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:53:26.784616" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30807.35/32379.66/31723.40/10587.78 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:53:26.784334" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.787020" 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-08-05T01:53:26.784788" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.789459" level="INFO">30807.35/32379.66/31723.40/10587.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.787223" elapsed="0.002299"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:53:26.791877" 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-08-05T01:53:26.789672" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:53:26.794333" level="INFO">@{result_value_list} = [ 30807.35 | 32379.66 | 31723.40 | 10587.78 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:53:26.792093" elapsed="0.002268"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.794841" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T01:53:26.794931" 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-08-05T01:53:26.794529" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.799664" level="INFO">min :: 30807.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.795338" elapsed="0.004384"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T01:53:26.795208" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.804264" level="INFO">max :: 32379.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.799977" elapsed="0.004343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T01:53:26.799849" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.808858" level="INFO">avg :: 31723.40</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-08-05T01:53:26.804589" elapsed="0.004335"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T01:53:26.804462" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.813452" level="INFO">stdev :: 10587.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.809174" elapsed="0.004336"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T01:53:26.809049" elapsed="0.004496"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T01:53:26.795023" elapsed="0.018555"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.817543" level="INFO">${min} = 30807.35</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-08-05T01:53:26.813736" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.821626" level="INFO">${max} = 32379.66</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:53:26.817722" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.825892" level="INFO">${average} = 31723.40</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-08-05T01:53:26.821803" elapsed="0.004116"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.829816" level="INFO">${stdev} = 10587.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:53:26.826071" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.830361" level="INFO">${date} = 2026-08-05 01:53:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-05T01:53:26.829999" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.830960" level="INFO">CBench Result: 2026-08-05 01:53:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30807.35,32379.66,31723.40,10587.78</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:53:26.830552" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T01:53:26.832040" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-05T01:53:26.831645" elapsed="0.000461"/>
</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-08-05T01:53:26.832254" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T01:53:26.831154" elapsed="0.001632"/>
</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-08-05T01:43:20.291916" elapsed="606.540929"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.833312" 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-08-05T01:53:26.832997" elapsed="0.000370"/>
</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-08-05T01:53:26.833888" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-08-05T01:53:26.833594" elapsed="0.000629"/>
</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-08-05T01:43:20.289525" elapsed="606.544736"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.835588" 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-08-05T01:53:26.835172" elapsed="0.000472"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.836969" 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-08-05T01:53:26.836638" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-05T01:53:26.837340" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:53:26.837124" elapsed="0.000274"/>
</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-08-05T01:53:26.840252" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:53:26.840005" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-05T01:53:26.839986" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:53:26.840671" 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-08-05T01:53:26.840790" 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-08-05T01:53:26.840479" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.841360" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.125 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.216" 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-08-05T01:53:26.840948" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:53:26.841963" 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-08-05T01:53:26.841572" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:53:26.842903" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T01:53:26.842992" 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-08-05T01:53:26.842599" elapsed="0.000417"/>
</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-08-05T01:53:26.843154" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T01:53:26.844362" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-08-05T01:53:27.415574" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 01:53:27 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug  5 01:43:20 2026 from 10.30.170.135
[?2004h[jenkins@releng-48317-801-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-08-05T01:53:26.844011" elapsed="0.571778"/>
</kw>
<msg time="2026-08-05T01:53:27.415876" 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-08-05T01:53:26.843671" elapsed="0.572300"/>
</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-08-05T01:53:26.842188" elapsed="0.573911"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T01:53:27.416696" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.125 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T01:59:06.891725" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-05T01:59:06.892303" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T01:59:06.892410" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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-08-05T01:53:27.416346" elapsed="339.476157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:59:06.893014" elapsed="0.000749"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.894922" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:32.534 16  switches: flows:  449281 448855 456489 451646 460042 455552 462395 455291 454276 447906 443739 441526 447655 442481 442016 442316  total = 120.024433 per ms 
01:55:32.636 16  switches: flows:  428365 412986 394307 436038 415973 408605 414913 357999 384820 408068 376071 409878 416863 349655 393452 420564  total = 106.962559 per ms 
01:56:32.737 16  switches: flows:  429558 425230 431170 426050 428649 416984 414768 433844 423829 423742 424367 431949 417362 428590 435577 425655  total = 113.430975 per ms 
01:57:32.839 16  switches: flows:  497112 503527 497928 490387 503340 489833 494564 499590 499149 496287 502700 498175 494164 498109 498744 494348  total = 132.409390 per ms 
01:58:32.942 16  switches: flows:  524720 524644 527852 516079 514397 519368 530566 519915 518947 525788 525313 517961 524315 515680 521694 525181  total = 138.972336 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:59:06.894150" elapsed="0.001093"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T01:59:06.895776" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-05T01:59:06.895466" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-08-05T01:59:06.895387" elapsed="0.000597"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T01:59:06.896190" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:59:06.896110" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-08-05T01:59:06.896076" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T01:59:06.896390" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T01:59:06.901999" elapsed="0.000776"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T01:59:06.903121" elapsed="0.000380"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:59:06.903797" elapsed="0.000230"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T01:59:06.897125" elapsed="0.007020"/>
</kw>
<msg time="2026-08-05T01:59:06.904427" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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-08-05T01:53:26.837752" elapsed="340.066766"/>
</kw>
<status status="PASS" start="2026-08-05T01:53:26.837423" elapsed="340.067204"/>
</branch>
<status status="PASS" start="2026-08-05T01:53:26.837104" elapsed="340.067574"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.905655" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:32.534 16  switches: flows:  449281 448855 456489 451646 460042 455552 462395 455291 454276 447906 443739 441526 447655 442481 442016 442316  total = 120.024433 per ms 
01:55:32.636 16  switches: flows:  428365 412986 394307 436038 415973 408605 414913 357999 384820 408068 376071 409878 416863 349655 393452 420564  total = 106.962559 per ms 
01:56:32.737 16  switches: flows:  429558 425230 431170 426050 428649 416984 414768 433844 423829 423742 424367 431949 417362 428590 435577 425655  total = 113.430975 per ms 
01:57:32.839 16  switches: flows:  497112 503527 497928 490387 503340 489833 494564 499590 499149 496287 502700 498175 494164 498109 498744 494348  total = 132.409390 per ms 
01:58:32.942 16  switches: flows:  524720 524644 527852 516079 514397 519368 530566 519915 518947 525788 525313 517961 524315 515680 521694 525181  total = 138.972336 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:59:06.904987" elapsed="0.000818"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.907140" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:32.534 16  switches: flows:  449281 448855 456489 451646 460042 455552 462395 455291 454276 447906 443739 441526 447655 442481 442016 442316  total = 120.024433 per ms 
01:55:32.636 16  switches: flows:  428365 412986 394307 436038 415973 408605 414913 357999 384820 408068 376071 409878 416863 349655 393452 420564  total = 106.962559 per ms 
01:56:32.737 16  switches: flows:  429558 425230 431170 426050 428649 416984 414768 433844 423829 423742 424367 431949 417362 428590 435577 425655  total = 113.430975 per ms 
01:57:32.839 16  switches: flows:  497112 503527 497928 490387 503340 489833 494564 499590 499149 496287 502700 498175 494164 498109 498744 494348  total = 132.409390 per ms 
01:58:32.942 16  switches: flows:  524720 524644 527852 516079 514397 519368 530566 519915 518947 525788 525313 517961 524315 515680 521694 525181  total = 138.972336 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-05T01:59:06.906126" elapsed="0.001412">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:32.534 16  switches: flows:  449281 448855 456489 451646 460042 455552 462395 455291 454276 447906 443739 441526 447655 442481 442016 442316  total = 120.024433 per ms 
01:55:32.636 16  switches: flows:  428365 412986 394307 436038 415973 408605 414913 357999 384820 408068 376071 409878 416863 349655 393452 420564  total = 106.962559 per ms 
01:56:32.737 16  switches: flows:  429558 425230 431170 426050 428649 416984 414768 433844 423829 423742 424367 431949 417362 428590 435577 425655  total = 113.430975 per ms 
01:57:32.839 16  switches: flows:  497112 503527 497928 490387 503340 489833 494564 499590 499149 496287 502700 498175 494164 498109 498744 494348  total = 132.409390 per ms 
01:58:32.942 16  switches: flows:  524720 524644 527852 516079 514397 519368 530566 519915 518947 525788 525313 517961 524315 515680 521694 525181  total = 138.972336 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.907896" elapsed="0.000022"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.908064" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.908225" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.908374" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-05T01:59:06.908541" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-05T01:59:06.908703" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-05T01:59:06.908864" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.909137" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-05T01:59:06.909016" elapsed="0.000173"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-05T01:59:06.908943" elapsed="0.000276"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-05T01:59:06.909363" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-05T01:59:06.909534" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-05T01:59:06.909697" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-05T01:59:06.909854" elapsed="0.000020"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.910024" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.910179" elapsed="0.000019"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-05T01:59:06.910328" elapsed="0.000021"/>
</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="FAIL" start="2026-08-05T01:53:26.835958" elapsed="340.074544">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:32.534 16  switches: flows:  449281 448855 456489 451646 460042 455552 462395 455291 454276 447906 443739 441526 447655 442481 442016 442316  total = 120.024433 per ms 
01:55:32.636 16  switches: flows:  428365 412986 394307 436038 415973 408605 414913 357999 384820 408068 376071 409878 416863 349655 393452 420564  total = 106.962559 per ms 
01:56:32.737 16  switches: flows:  429558 425230 431170 426050 428649 416984 414768 433844 423829 423742 424367 431949 417362 428590 435577 425655  total = 113.430975 per ms 
01:57:32.839 16  switches: flows:  497112 503527 497928 490387 503340 489833 494564 499590 499149 496287 502700 498175 494164 498109 498744 494348  total = 132.409390 per ms 
01:58:32.942 16  switches: flows:  524720 524644 527852 516079 514397 519368 530566 519915 518947 525788 525313 517961 524315 515680 521694 525181  total = 138.972336 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.910672" elapsed="0.000021"/>
</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-08-05T01:59:06.911248" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-08-05T01:59:06.910936" elapsed="0.000663"/>
</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="FAIL" start="2026-08-05T01:53:26.834592" elapsed="340.077045">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:32.534 16  switches: flows:  449281 448855 456489 451646 460042 455552 462395 455291 454276 447906 443739 441526 447655 442481 442016 442316  total = 120.024433 per ms 
01:55:32.636 16  switches: flows:  428365 412986 394307 436038 415973 408605 414913 357999 384820 408068 376071 409878 416863 349655 393452 420564  total = 106.962559 per ms 
01:56:32.737 16  switches: flows:  429558 425230 431170 426050 428649 416984 414768 433844 423829 423742 424367 431949 417362 428590 435577 425655  total = 113.430975 per ms 
01:57:32.839 16  switches: flows:  497112 503527 497928 490387 503340 489833 494564 499590 499149 496287 502700 498175 494164 498109 498744 494348  total = 132.409390 per ms 
01:58:32.942 16  switches: flows:  524720 524644 527852 516079 514397 519368 530566 519915 518947 525788 525313 517961 524315 515680 521694 525181  total = 138.972336 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.913378" 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-08-05T01:59:06.912989" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.915478" 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-08-05T01:59:06.914626" elapsed="0.000899"/>
</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-08-05T01:59:06.915815" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:59:06.915598" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-05T01:59:06.918762" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:59:06.918518" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-08-05T01:59:06.918500" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:59:06.919176" 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-08-05T01:59:06.919295" 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-08-05T01:59:06.918970" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.919896" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.125 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.216" 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-08-05T01:59:06.919471" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:59:06.920495" 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-08-05T01:59:06.920089" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:59:06.921398" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T01:59:06.921502" 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-08-05T01:59:06.921092" elapsed="0.000435"/>
</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-08-05T01:59:06.921665" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T01:59:06.922854" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-08-05T01:59:07.511898" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 01:59:07 UTC 2026

  System load:  0.38               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug  5 01:53:27 2026 from 10.30.170.135
[?2004h[jenkins@releng-48317-801-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-08-05T01:59:06.922491" elapsed="0.589622"/>
</kw>
<msg time="2026-08-05T01:59:07.512202" 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-08-05T01:59:06.922135" elapsed="0.590180"/>
</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-08-05T01:59:06.920721" elapsed="0.591750"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T01:59:07.513068" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.125 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T02:09:13.552283" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T02:09:13.552678" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T02:09:13.552745" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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-08-05T01:59:07.512722" elapsed="606.040066"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T02:09:13.553099" elapsed="0.000468"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.554312" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:00:12.629 16  switches: flows:  109125 105032 122948 102428 103312 105835 104633 106385 112389 103076 103305 104418 101589 103503 102232 102311  total = 28.208683 per ms 
02:01:12.730 16  switches: flows:  115901 116348 113262 114251 111456 114336 111880 114911 111753 111534 113335 114426 111824 113508 111882 111194  total = 30.146347 per ms 
02:02:12.832 16  switches: flows:  107245 108138 105379 104559 104363 106859 106577 106316 103499 104264 103237 105550 104633 103449 103224 103627  total = 27.968483 per ms 
02:03:12.933 16  switches: flows:  117268 116993 116384 115867 113739 117559 116282 118729 112820 113011 112155 116514 114284 112104 112044 113588  total = 30.604430 per ms 
02:04:13.033 16  switches: flows:  120537 119796 119160 117879 114798 119760 118011 118400 116041 115577 113994 119248 115172 114255 113111 115355  total = 31.132884 per ms 
02:05:13.134 16  switches: flows:  118629 120463 119497 116621 115707 118609 119205 119346 113343 116150 113732 118259 116099 113220 112916 115020  total = 31.061727 per ms 
02:06:13.235 16  switches: flows:  119666 121125 119605 117096 116265 119710 118227 119251 115651 116946 115382 117796 116454 114253 112378 113939  total = 31.177029 per ms 
02:07:13.336 16  switches: flows:  121317 120313 120088 118432 116484 118778 120021 120780 116356 116553 114275 119101 117716 114394 113455 116238  total = 31.352671 per ms 
02:08:13.437 16  switches: flows:  114592 112491 112050 111222 109346 110878 112972 113019 109391 108897 108283 110282 111080 109283 107070 108638  total = 29.442420 per ms 
02:09:13.538 16  switches: flows:  119954 119950 120705 117876 115319 121020 118229 119342 116945 115531 114178 119092 115991 114271 113802 115126  total = 31.236561 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27968.48/31352.67/30458.06/10207.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T02:09:13.553819" elapsed="0.000721"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T02:09:13.554861" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-08-05T02:09:13.554660" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-08-05T02:09:13.554625" elapsed="0.000368"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T02:09:13.555151" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-05T02:09:13.555098" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-05T02:09:13.555074" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T02:09:13.555283" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T02:09:13.559110" elapsed="0.000489"/>
</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-08-05T02:09:13.559805" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T02:09:13.560208" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T02:09:13.555765" elapsed="0.004655"/>
</kw>
<msg time="2026-08-05T02:09:13.560621" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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-08-05T01:59:06.916213" elapsed="606.644446"/>
</kw>
<status status="PASS" start="2026-08-05T01:59:06.915899" elapsed="606.644829"/>
</branch>
<status status="PASS" start="2026-08-05T01:59:06.915579" elapsed="606.645181"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.561387" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.125: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.125. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:00:12.629 16  switches: flows:  109125 105032 122948 102428 103312 105835 104633 106385 112389 103076 103305 104418 101589 103503 102232 102311  total = 28.208683 per ms 
02:01:12.730 16  switches: flows:  115901 116348 113262 114251 111456 114336 111880 114911 111753 111534 113335 114426 111824 113508 111882 111194  total = 30.146347 per ms 
02:02:12.832 16  switches: flows:  107245 108138 105379 104559 104363 106859 106577 106316 103499 104264 103237 105550 104633 103449 103224 103627  total = 27.968483 per ms 
02:03:12.933 16  switches: flows:  117268 116993 116384 115867 113739 117559 116282 118729 112820 113011 112155 116514 114284 112104 112044 113588  total = 30.604430 per ms 
02:04:13.033 16  switches: flows:  120537 119796 119160 117879 114798 119760 118011 118400 116041 115577 113994 119248 115172 114255 113111 115355  total = 31.132884 per ms 
02:05:13.134 16  switches: flows:  118629 120463 119497 116621 115707 118609 119205 119346 113343 116150 113732 118259 116099 113220 112916 115020  total = 31.061727 per ms 
02:06:13.235 16  switches: flows:  119666 121125 119605 117096 116265 119710 118227 119251 115651 116946 115382 117796 116454 114253 112378 113939  total = 31.177029 per ms 
02:07:13.336 16  switches: flows:  121317 120313 120088 118432 116484 118778 120021 120780 116356 116553 114275 119101 117716 114394 113455 116238  total = 31.352671 per ms 
02:08:13.437 16  switches: flows:  114592 112491 112050 111222 109346 110878 112972 113019 109391 108897 108283 110282 111080 109283 107070 108638  total = 29.442420 per ms 
02:09:13.538 16  switches: flows:  119954 119950 120705 117876 115319 121020 118229 119342 116945 115531 114178 119092 115991 114271 113802 115126  total = 31.236561 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27968.48/31352.67/30458.06/10207.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T02:09:13.560956" elapsed="0.000588"/>
</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-08-05T02:09:13.561761" elapsed="0.000510"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T02:09:13.562822" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T02:09:13.562949" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27968.48/31352.67/30458.06/10207.76 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-08-05T02:09:13.562516" elapsed="0.000468"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T02:09:13.563588" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27968.48/31352.67/30458.06/10207.76 | 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-08-05T02:09:13.563211" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.566942" 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-08-05T02:09:13.563826" elapsed="0.003195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.569658" level="INFO">27968.48/31352.67/30458.06/10207.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T02:09:13.567260" elapsed="0.002454"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T02:09:13.572067" 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-08-05T02:09:13.569861" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T02:09:13.574503" level="INFO">@{result_value_list} = [ 27968.48 | 31352.67 | 30458.06 | 10207.76 ]</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-08-05T02:09:13.572281" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.574990" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T02:09:13.575106" 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-08-05T02:09:13.574684" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.579812" level="INFO">min :: 27968.48</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-08-05T02:09:13.575524" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T02:09:13.575381" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.584405" level="INFO">max :: 31352.67</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-08-05T02:09:13.580123" elapsed="0.004353"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T02:09:13.579997" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.588985" level="INFO">avg :: 30458.06</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-08-05T02:09:13.584729" elapsed="0.004311"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T02:09:13.584603" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.593583" level="INFO">stdev :: 10207.76</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-08-05T02:09:13.589284" elapsed="0.004356"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T02:09:13.589161" elapsed="0.004513"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T02:09:13.575198" elapsed="0.018506"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.597764" level="INFO">${min} = 27968.48</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-08-05T02:09:13.593908" elapsed="0.003883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.601840" level="INFO">${max} = 31352.67</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-08-05T02:09:13.597948" elapsed="0.003920"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.605822" level="INFO">${average} = 30458.06</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-08-05T02:09:13.602019" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.609759" level="INFO">${stdev} = 10207.76</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-08-05T02:09:13.606003" elapsed="0.003783"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.610290" level="INFO">${date} = 2026-08-05 02:09:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-05T02:09:13.609946" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.610886" level="INFO">CBench Result: 2026-08-05 02:09:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27968.48,31352.67,30458.06,10207.76</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-08-05T02:09:13.610475" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T02:09:13.612020" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-05T02:09:13.611568" elapsed="0.000520"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-05T02:09:13.612237" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T02:09:13.611077" elapsed="0.001689"/>
</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-08-05T01:59:06.914052" elapsed="606.698772"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.613277" 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-08-05T02:09:13.612972" elapsed="0.000361"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T02:09:13.614527" 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-08-05T02:09:13.614044" elapsed="0.000511"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-05T02:09:13.614777" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-05T02:09:13.614630" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-08-05T02:09:13.614612" elapsed="0.000249"/>
</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-08-05T02:09:13.615002" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-05T02:09:13.615183" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-05T02:09:13.615344" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-05T02:09:13.615552" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-05T02:09:13.615702" 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-08-05T02:09:13.615847" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-05T02:09:13.615991" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-05T02:09:13.616213" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-05T02:09:13.616074" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-08-05T02:09:13.616058" elapsed="0.000231"/>
</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-08-05T02:09:13.613715" elapsed="0.002625"/>
</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-08-05T01:59:06.912369" elapsed="606.704017"/>
</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="FAIL" start="2026-08-05T01:43:17.465434" elapsed="1556.151500"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
