<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-24T00:42:43.762716" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-24T00:42:44.403758" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-24T00:42:44.403574" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:44.403538" elapsed="0.000335"/>
</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-07-24T00:42:44.404018" elapsed="0.000611"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-24T00:42:44.405109" level="INFO">Logging into '10.30.170.122:8101' as 'karaf'.</msg>
<msg time="2026-07-24T00:42:45.135045" 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-07-24T00:42:44.404805" elapsed="0.730519"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-24T00:42:45.187324" 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-07-24T00:42:45.135682" elapsed="0.051770"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-24T00:42:45.189741" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-24T00:42:45.189864" 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-07-24T00:42:45.187724" elapsed="0.002171"/>
</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-07-24T00:42:45.190056" elapsed="0.000269"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:42:45.190484" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:42:45.191258" 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-07-24T00:42:45.190874" elapsed="0.000439"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T00:42:45.191370" elapsed="0.000065"/>
</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.122
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-24T00:42:44.403163" elapsed="0.788402"/>
</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-07-24T00:42:44.399491" elapsed="0.792140"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T00:42:45.192309" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-24T00:42:45.191858" elapsed="0.000510"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T00:42:45.192771" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-24T00:42:45.192521" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-24T00:42:45.193418" 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-07-24T00:42:45.192982" elapsed="0.000464"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T00:42:45.193951" 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-07-24T00:42:45.193613" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-24T00:42:45.194572" 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-07-24T00:42:45.194153" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T00:42:45.195071" 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-07-24T00:42:45.194757" elapsed="0.000356"/>
</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-07-24T00:42:45.195456" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:42:45.195236" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:42:45.200209" 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-07-24T00:42:45.199777" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T00:42:45.201277" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T00:42:45.201362" 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-07-24T00:42:45.200789" elapsed="0.000597"/>
</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-07-24T00:42:45.201529" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T00:42:45.202883" level="INFO">Logging into '10.30.170.203:22' as 'jenkins'.</msg>
<msg time="2026-07-24T00:42:45.943157" 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 Fri Jul 24 00:42:45 UTC 2026

  System load:  0.15               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.203
  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-63164-349-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-07-24T00:42:45.202382" elapsed="0.741062"/>
</kw>
<msg time="2026-07-24T00:42:45.943558" 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-07-24T00:42:45.202022" elapsed="0.741657"/>
</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-07-24T00:42:45.200445" elapsed="0.743385"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-24T00:42:45.953518" 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-07-24T00:42:45.944093" elapsed="0.011546"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:42:45.956070" elapsed="0.000673"/>
</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-07-24T00:42:45.199227" elapsed="0.757665"/>
</kw>
<status status="PASS" start="2026-07-24T00:42:45.195879" elapsed="0.761103"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:45.195205" elapsed="0.761847"/>
</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-07-24T00:42:45.957454" elapsed="0.001145"/>
</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-07-24T00:42:45.966197" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-24T00:42:45.966045" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:45.966017" elapsed="0.000266"/>
</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-07-24T00:42:45.969833" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-24T00:42:45.969718" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:45.969698" elapsed="0.000205"/>
</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-07-24T00:42:45.970040" elapsed="0.000484"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-24T00:42:45.970942" level="INFO">Logging into '10.30.170.122:8101' as 'karaf'.</msg>
<msg time="2026-07-24T00:42:46.161633" 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-07-24T00:42:45.970671" elapsed="0.191177"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.270065" 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-07-24T00:42:46.162187" elapsed="0.108133"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.278754" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-07-24T00:42:46.279039" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-07-24T00:42:46.270689" elapsed="0.008382"/>
</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-07-24T00:42:46.279262" elapsed="0.000325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:42:46.279742" elapsed="0.000256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:42:46.280519" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-07-24T00:42:46.280141" elapsed="0.000435"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T00:42:46.280637" elapsed="0.000071"/>
</return>
<msg time="2026-07-24T00:42:46.280878" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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.122
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-24T00:42:45.969357" elapsed="0.311554"/>
</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-07-24T00:42:46.281058" elapsed="0.000654"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T00:42:46.281764" elapsed="0.000033"/>
</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-07-24T00:42:45.965705" elapsed="0.316194"/>
</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-07-24T00:42:46.285914" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-24T00:42:46.285748" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:46.285720" elapsed="0.000268"/>
</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-07-24T00:42:46.286126" elapsed="0.000524"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.287068" level="INFO">Logging into '10.30.170.122:8101' as 'karaf'.</msg>
<msg time="2026-07-24T00:42:46.483213" 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-07-24T00:42:46.286801" elapsed="0.196636"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.509364" 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-07-24T00:42:46.483776" elapsed="0.025665"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.512129" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-24T00:42:46.512269" 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-07-24T00:42:46.509632" elapsed="0.002666"/>
</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-07-24T00:42:46.512446" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:42:46.512803" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:42:46.513749" 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-07-24T00:42:46.513381" elapsed="0.000421"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T00:42:46.513866" elapsed="0.000076"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.122
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-24T00:42:46.285386" elapsed="0.228694"/>
</kw>
<status status="PASS" start="2026-07-24T00:42:44.397537" elapsed="2.116612"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:42:46.516684" 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-07-24T00:42:46.515246" elapsed="0.001506"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T00:42:46.518330" 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-07-24T00:42:46.517939" elapsed="0.000435"/>
</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-07-24T00:42:46.518738" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:42:46.518466" elapsed="0.000331"/>
</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-07-24T00:42:46.521789" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:42:46.521538" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:46.521519" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.522247" 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-07-24T00:42:46.522373" 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-07-24T00:42:46.522008" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:42:46.522954" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.122 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.203" 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-07-24T00:42:46.522533" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.523702" 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-07-24T00:42:46.523216" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T00:42:46.524687" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T00:42:46.524777" 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-07-24T00:42:46.524353" elapsed="0.000448"/>
</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-07-24T00:42:46.524944" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.526156" level="INFO">Logging into '10.30.170.203:22' as 'jenkins'.</msg>
<msg time="2026-07-24T00:42:46.869384" 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 Fri Jul 24 00:42:45 UTC 2026

  System load:  0.15               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.203
  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: Fri Jul 24 00:42:45 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-349-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-07-24T00:42:46.525800" elapsed="0.343894"/>
</kw>
<msg time="2026-07-24T00:42:46.869815" 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-07-24T00:42:46.525451" elapsed="0.344498"/>
</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-07-24T00:42:46.523938" elapsed="0.346183"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-24T00:42:46.870893" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.122 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-24T00:52:53.009641" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-24T00:52:53.010094" level="INFO">${stdout} = </msg>
<msg time="2026-07-24T00:52:53.010191" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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-07-24T00:42:46.870445" elapsed="606.139796"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:52:53.011855" elapsed="0.000925"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.013659" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:43:52.083 16  switches: flows:  104152 102718 101884 101856 100141 102479 99347 100574 101338 98255 98956 100879 95434 97656 97919 97901  total = 26.691483 per ms 
00:44:52.184 16  switches: flows:  120328 120441 118936 117096 120507 118756 118415 117591 117086 116578 115235 115442 113926 112889 115620 114391  total = 31.168553 per ms 
00:45:52.285 16  switches: flows:  121594 118561 121510 117743 120023 118266 122332 118846 117764 117967 117974 116544 114295 114196 116424 115557  total = 31.440769 per ms 
00:46:52.386 16  switches: flows:  124895 122320 123766 123797 123436 121283 124989 122989 121752 121818 120119 120887 119083 117873 118356 119062  total = 32.386353 per ms 
00:47:52.487 16  switches: flows:  125555 122962 123949 121299 122084 122103 125313 122718 121376 121502 119833 119634 117502 118295 118640 119708  total = 32.320559 per ms 
00:48:52.588 16  switches: flows:  123174 121914 122068 119610 120650 120015 121378 121267 120152 120172 117710 116874 114613 115665 117280 117241  total = 31.776623 per ms 
00:49:52.690 16  switches: flows:  116764 115275 115714 116125 115369 113971 117469 114170 114113 114493 111903 113654 110460 111753 112938 112588  total = 30.395202 per ms 
00:50:52.791 16  switches: flows:  124004 122940 125578 122021 122196 120837 125344 122271 124201 122731 120699 121714 119582 122656 119434 121624  total = 32.576121 per ms 
00:51:52.892 16  switches: flows:  118245 117792 118120 116705 117469 116621 119381 116348 117017 116845 114832 115298 112474 114111 114698 115353  total = 30.970050 per ms 
00:52:52.994 16  switches: flows:  120515 122082 119711 120232 118842 118838 117933 118356 118558 119483 116847 116909 115320 115291 116361 115619  total = 31.462262 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30395.20/32576.12/31610.72/10559.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T00:52:53.013073" elapsed="0.000854"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-24T00:52:53.014427" elapsed="0.000549"/>
</return>
<status status="PASS" start="2026-07-24T00:52:53.014122" elapsed="0.000917"/>
</branch>
<status status="PASS" start="2026-07-24T00:52:53.014065" elapsed="0.001014"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-24T00:52:53.015255" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-24T00:52:53.015193" elapsed="0.000146"/>
</branch>
<status status="NOT RUN" start="2026-07-24T00:52:53.015148" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-24T00:52:53.015477" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-24T00:52:53.019499" elapsed="0.000578"/>
</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-07-24T00:52:53.020250" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:52:53.020583" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-24T00:52:53.016028" elapsed="0.004716"/>
</kw>
<msg time="2026-07-24T00:52:53.020885" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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-07-24T00:42:46.519209" elapsed="606.501704"/>
</kw>
<status status="PASS" start="2026-07-24T00:42:46.518828" elapsed="606.502136"/>
</branch>
<status status="PASS" start="2026-07-24T00:42:46.518439" elapsed="606.502552"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.021485" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:43:52.083 16  switches: flows:  104152 102718 101884 101856 100141 102479 99347 100574 101338 98255 98956 100879 95434 97656 97919 97901  total = 26.691483 per ms 
00:44:52.184 16  switches: flows:  120328 120441 118936 117096 120507 118756 118415 117591 117086 116578 115235 115442 113926 112889 115620 114391  total = 31.168553 per ms 
00:45:52.285 16  switches: flows:  121594 118561 121510 117743 120023 118266 122332 118846 117764 117967 117974 116544 114295 114196 116424 115557  total = 31.440769 per ms 
00:46:52.386 16  switches: flows:  124895 122320 123766 123797 123436 121283 124989 122989 121752 121818 120119 120887 119083 117873 118356 119062  total = 32.386353 per ms 
00:47:52.487 16  switches: flows:  125555 122962 123949 121299 122084 122103 125313 122718 121376 121502 119833 119634 117502 118295 118640 119708  total = 32.320559 per ms 
00:48:52.588 16  switches: flows:  123174 121914 122068 119610 120650 120015 121378 121267 120152 120172 117710 116874 114613 115665 117280 117241  total = 31.776623 per ms 
00:49:52.690 16  switches: flows:  116764 115275 115714 116125 115369 113971 117469 114170 114113 114493 111903 113654 110460 111753 112938 112588  total = 30.395202 per ms 
00:50:52.791 16  switches: flows:  124004 122940 125578 122021 122196 120837 125344 122271 124201 122731 120699 121714 119582 122656 119434 121624  total = 32.576121 per ms 
00:51:52.892 16  switches: flows:  118245 117792 118120 116705 117469 116621 119381 116348 117017 116845 114832 115298 112474 114111 114698 115353  total = 30.970050 per ms 
00:52:52.994 16  switches: flows:  120515 122082 119711 120232 118842 118838 117933 118356 118558 119483 116847 116909 115320 115291 116361 115619  total = 31.462262 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30395.20/32576.12/31610.72/10559.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T00:52:53.021154" elapsed="0.000409"/>
</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-07-24T00:52:53.021724" elapsed="0.000408"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-24T00:52:53.022565" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-24T00:52:53.022671" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30395.20/32576.12/31610.72/10559.03 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-07-24T00:52:53.022315" elapsed="0.000388"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T00:52:53.023160" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30395.20/32576.12/31610.72/10559.03 | 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-07-24T00:52:53.022888" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.025625" 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-07-24T00:52:53.023354" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.028228" level="INFO">30395.20/32576.12/31610.72/10559.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T00:52:53.025852" elapsed="0.002436"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T00:52:53.031063" 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-07-24T00:52:53.028470" elapsed="0.002625"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T00:52:53.033699" level="INFO">@{result_value_list} = [ 30395.20 | 32576.12 | 31610.72 | 10559.03 ]</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-07-24T00:52:53.031364" elapsed="0.002372"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.034295" level="INFO">Length is 4.</msg>
<msg time="2026-07-24T00:52:53.034388" 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-07-24T00:52:53.033905" elapsed="0.000507"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.039361" level="INFO">min :: 30395.20</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-07-24T00:52:53.034871" elapsed="0.004551"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-24T00:52:53.034714" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.044057" level="INFO">max :: 32576.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T00:52:53.039712" elapsed="0.004405"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-24T00:52:53.039557" elapsed="0.004596"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.049806" level="INFO">avg :: 31610.72</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-07-24T00:52:53.044408" elapsed="0.005465"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-24T00:52:53.044274" elapsed="0.005638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.054540" level="INFO">stdev :: 10559.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T00:52:53.050159" elapsed="0.004440"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-24T00:52:53.050016" elapsed="0.004619"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-24T00:52:53.034491" elapsed="0.020179"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.058620" level="INFO">${min} = 30395.20</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-07-24T00:52:53.054840" elapsed="0.003810"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.062871" level="INFO">${max} = 32576.12</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-07-24T00:52:53.058821" elapsed="0.004081"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.066889" level="INFO">${average} = 31610.72</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-07-24T00:52:53.063071" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.070883" level="INFO">${stdev} = 10559.03</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-07-24T00:52:53.067095" elapsed="0.003817"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.071562" level="INFO">${date} = 2026-07-24 00:52:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-24T00:52:53.071093" elapsed="0.000496"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.072221" level="INFO">CBench Result: 2026-07-24 00:52:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30395.20,32576.12,31610.72,10559.03</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-07-24T00:52:53.071770" elapsed="0.000511"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T00:52:53.073999" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-24T00:52:53.073509" elapsed="0.000566"/>
</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-07-24T00:52:53.074247" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-24T00:52:53.072952" elapsed="0.001869"/>
</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-07-24T00:42:46.517272" elapsed="606.557625"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.075404" 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-07-24T00:52:53.075054" elapsed="0.000409"/>
</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-07-24T00:52:53.076050" elapsed="0.000348"/>
</kw>
<status status="PASS" start="2026-07-24T00:52:53.075734" elapsed="0.000740"/>
</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-07-24T00:42:46.514390" elapsed="606.562123"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.077820" 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-07-24T00:52:53.077431" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.079139" 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-07-24T00:52:53.078799" elapsed="0.000401"/>
</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-07-24T00:52:53.079573" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:52:53.079343" elapsed="0.000289"/>
</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-07-24T00:52:53.082708" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:52:53.082440" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-07-24T00:52:53.082407" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:52:53.083201" 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-07-24T00:52:53.083347" 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-07-24T00:52:53.082927" elapsed="0.000456"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.084014" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.122 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.203" 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-07-24T00:52:53.083526" elapsed="0.000550"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:52:53.084653" 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-07-24T00:52:53.084235" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T00:52:53.085624" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T00:52:53.085741" 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-07-24T00:52:53.085297" elapsed="0.000471"/>
</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-07-24T00:52:53.085943" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T00:52:53.087321" level="INFO">Logging into '10.30.170.203:22' as 'jenkins'.</msg>
<msg time="2026-07-24T00:52:53.658445" 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 Fri Jul 24 00:52:53 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.203
  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: Fri Jul 24 00:42:46 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-349-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-07-24T00:52:53.086945" elapsed="0.571772"/>
</kw>
<msg time="2026-07-24T00:52:53.658838" 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-07-24T00:52:53.086577" elapsed="0.572387"/>
</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-07-24T00:52:53.084892" elapsed="0.574230"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-24T00:52:53.659849" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.122 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-24T00:57:23.344915" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-07-24T00:57:23.345461" level="INFO">${stdout} = </msg>
<msg time="2026-07-24T00:57:23.345553" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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-07-24T00:52:53.659451" elapsed="269.686159"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:57:23.345979" elapsed="0.000538"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:57:23.347376" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:58.784 16  switches: flows:  474271 472322 457389 472100 462103 462164 457572 467710 439153 449589 450591 442182 454839 456695 443723 443472  total = 121.764583 per ms 
00:54:58.885 16  switches: flows:  381097 468319 354888 370732 350506 412941 392578 361233 383981 355111 391323 354641 368995 340712 401310 396168  total = 101.238167 per ms 
00:55:58.986 16  switches: flows:  393056 404370 407586 408245 390603 407867 402135 397961 392918 397470 402306 397162 413518 391011 399688 407237  total = 106.706933 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-07-24T00:57:23.346831" elapsed="0.000766"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-24T00:57:23.347973" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-24T00:57:23.347737" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-07-24T00:57:23.347695" elapsed="0.000425"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-24T00:57:23.348289" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-24T00:57:23.348233" elapsed="0.000146"/>
</branch>
<status status="NOT RUN" start="2026-07-24T00:57:23.348207" elapsed="0.000219"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-24T00:57:23.348493" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-24T00:57:23.354508" elapsed="0.000381"/>
</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-07-24T00:57:23.355048" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T00:57:23.355386" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-24T00:57:23.349264" elapsed="0.006284"/>
</kw>
<msg time="2026-07-24T00:57:23.355682" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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-07-24T00:52:53.080012" elapsed="270.275699"/>
</kw>
<status status="PASS" start="2026-07-24T00:52:53.079660" elapsed="270.276100"/>
</branch>
<status status="PASS" start="2026-07-24T00:52:53.079317" elapsed="270.276468"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:57:23.356280" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:58.784 16  switches: flows:  474271 472322 457389 472100 462103 462164 457572 467710 439153 449589 450591 442182 454839 456695 443723 443472  total = 121.764583 per ms 
00:54:58.885 16  switches: flows:  381097 468319 354888 370732 350506 412941 392578 361233 383981 355111 391323 354641 368995 340712 401310 396168  total = 101.238167 per ms 
00:55:58.986 16  switches: flows:  393056 404370 407586 408245 390603 407867 402135 397961 392918 397470 402306 397162 413518 391011 399688 407237  total = 106.706933 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-07-24T00:57:23.355950" elapsed="0.000398"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-07-24T00:57:23.356949" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:58.784 16  switches: flows:  474271 472322 457389 472100 462103 462164 457572 467710 439153 449589 450591 442182 454839 456695 443723 443472  total = 121.764583 per ms 
00:54:58.885 16  switches: flows:  381097 468319 354888 370732 350506 412941 392578 361233 383981 355111 391323 354641 368995 340712 401310 396168  total = 101.238167 per ms 
00:55:58.986 16  switches: flows:  393056 404370 407586 408245 390603 407867 402135 397961 392918 397470 402306 397162 413518 391011 399688 407237  total = 106.706933 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-07-24T00:57:23.356495" elapsed="0.000626">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:58.784 16  switches: flows:  474271 472322 457389 472100 462103 462164 457572 467710 439153 449589 450591 442182 454839 456695 443723 443472  total = 121.764583 per ms 
00:54:58.885 16  switches: flows:  381097 468319 354888 370732 350506 412941 392578 361233 383981 355111 391323 354641 368995 340712 401310 396168  total = 101.238167 per ms 
00:55:58.986 16  switches: flows:  393056 404370 407586 408245 390603 407867 402135 397961 392918 397470 402306 397162 413518 391011 399688 407237  total = 106.706933 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-07-24T00:57:23.357455" elapsed="0.000155"/>
</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-07-24T00:57:23.358464" elapsed="0.000059"/>
</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-07-24T00:57:23.358863" elapsed="0.000047"/>
</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-07-24T00:57:23.359298" elapsed="0.000067"/>
</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-07-24T00:57:23.359698" elapsed="0.000046"/>
</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-07-24T00:57:23.360144" elapsed="0.000104"/>
</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-07-24T00:57:23.360594" elapsed="0.000044"/>
</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-07-24T00:57:23.361385" elapsed="0.000050"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-07-24T00:57:23.361008" elapsed="0.000503"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-07-24T00:57:23.360782" elapsed="0.000795"/>
</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-07-24T00:57:23.361906" elapsed="0.000044"/>
</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-07-24T00:57:23.362321" elapsed="0.000047"/>
</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-07-24T00:57:23.362729" elapsed="0.000053"/>
</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-07-24T00:57:23.363099" elapsed="0.000042"/>
</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-07-24T00:57:23.363503" elapsed="0.000045"/>
</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-07-24T00:57:23.363985" elapsed="0.000052"/>
</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-07-24T00:57:23.364435" elapsed="0.000053"/>
</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-07-24T00:52:53.078223" elapsed="270.286601">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:58.784 16  switches: flows:  474271 472322 457389 472100 462103 462164 457572 467710 439153 449589 450591 442182 454839 456695 443723 443472  total = 121.764583 per ms 
00:54:58.885 16  switches: flows:  381097 468319 354888 370732 350506 412941 392578 361233 383981 355111 391323 354641 368995 340712 401310 396168  total = 101.238167 per ms 
00:55:58.986 16  switches: flows:  393056 404370 407586 408245 390603 407867 402135 397961 392918 397470 402306 397162 413518 391011 399688 407237  total = 106.706933 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-07-24T00:57:23.365214" elapsed="0.000048"/>
</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-07-24T00:57:23.366741" elapsed="0.000754"/>
</kw>
<status status="PASS" start="2026-07-24T00:57:23.365939" elapsed="0.001717"/>
</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-07-24T00:52:53.076831" elapsed="270.290911">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:58.784 16  switches: flows:  474271 472322 457389 472100 462103 462164 457572 467710 439153 449589 450591 442182 454839 456695 443723 443472  total = 121.764583 per ms 
00:54:58.885 16  switches: flows:  381097 468319 354888 370732 350506 412941 392578 361233 383981 355111 391323 354641 368995 340712 401310 396168  total = 101.238167 per ms 
00:55:58.986 16  switches: flows:  393056 404370 407586 408245 390603 407867 402135 397961 392918 397470 402306 397162 413518 391011 399688 407237  total = 106.706933 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-07-24T00:57:23.370743" 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-07-24T00:57:23.370089" elapsed="0.000722"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T00:57:23.372464" 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-07-24T00:57:23.371805" elapsed="0.000704"/>
</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-07-24T00:57:23.372832" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:57:23.372588" elapsed="0.000303"/>
</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-07-24T00:57:23.376339" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-24T00:57:23.375994" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-07-24T00:57:23.375974" elapsed="0.000449"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:57:23.376781" 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-07-24T00:57:23.376906" 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-07-24T00:57:23.376562" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T00:57:23.377627" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.122 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.203" 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-07-24T00:57:23.377067" elapsed="0.000624"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T00:57:23.378322" 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-07-24T00:57:23.377834" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T00:57:23.379275" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T00:57:23.379366" 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-07-24T00:57:23.378928" elapsed="0.000462"/>
</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-07-24T00:57:23.379531" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T00:57:23.380777" level="INFO">Logging into '10.30.170.203:22' as 'jenkins'.</msg>
<msg time="2026-07-24T00:57:23.970226" 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 Fri Jul 24 00:57:23 UTC 2026

  System load:  0.07               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.203
  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: Fri Jul 24 00:52:53 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-349-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-07-24T00:57:23.380373" elapsed="0.590052"/>
</kw>
<msg time="2026-07-24T00:57:23.970510" 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-07-24T00:57:23.380010" elapsed="0.590581"/>
</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-07-24T00:57:23.378552" elapsed="0.592152"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-24T00:57:23.971244" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.122 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-24T01:07:30.043154" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-24T01:07:30.043817" level="INFO">${stdout} = </msg>
<msg time="2026-07-24T01:07:30.043927" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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-07-24T00:57:23.970924" elapsed="606.073072"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T01:07:30.044518" elapsed="0.000743"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.046424" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:29.125 16  switches: flows:  119492 120166 118509 119638 118512 119194 120537 118822 117758 117573 115469 118077 118088 117650 117608 115642  total = 31.545583 per ms 
00:59:29.226 16  switches: flows:  118829 115990 117072 116223 116674 117312 116578 118832 115492 114557 114672 116699 115847 115880 114563 115638  total = 30.962519 per ms 
01:00:29.327 16  switches: flows:  123232 121925 122533 120935 119211 121031 122364 124356 120271 120835 119655 121968 120554 119226 119624 119416  total = 32.231747 per ms 
01:01:29.429 16  switches: flows:  123642 122064 122644 120712 120544 121128 121935 123602 118972 121651 120531 122421 121918 120495 118301 119393  total = 32.278550 per ms 
01:02:29.530 16  switches: flows:  123345 122896 122606 121579 121681 120758 124067 124942 120445 120969 120231 121838 121190 120589 120971 119089  total = 32.399143 per ms 
01:03:29.631 16  switches: flows:  122207 122311 123388 120558 121004 122682 122392 124495 119859 121103 123030 122108 121004 122233 120052 120097  total = 32.421215 per ms 
01:04:29.732 16  switches: flows:  124356 121282 123104 121169 121808 120543 121789 125845 122604 121844 123130 121829 122746 121062 118532 120187  total = 32.476214 per ms 
01:05:29.833 16  switches: flows:  123319 119048 120762 119170 119664 120319 120397 122326 119383 118987 119562 119707 120649 120175 118627 118195  total = 31.951451 per ms 
01:06:29.935 16  switches: flows:  118345 118714 116999 117810 118600 116788 119261 121166 116018 115479 117412 116102 116857 116784 119795 116575  total = 31.326120 per ms 
01:07:30.036 16  switches: flows:  118952 121090 119447 120077 117882 118982 118223 122040 118374 116007 119979 117666 117697 119087 119700 117560  total = 31.659809 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30962.52/32476.21/31967.42/10667.97 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T01:07:30.045646" elapsed="0.001129"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-24T01:07:30.047312" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-24T01:07:30.046972" elapsed="0.000492"/>
</branch>
<status status="PASS" start="2026-07-24T01:07:30.046910" elapsed="0.000612"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-24T01:07:30.047752" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-24T01:07:30.047666" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-07-24T01:07:30.047628" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-24T01:07:30.047966" elapsed="0.000031"/>
</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-07-24T01:07:30.052386" elapsed="0.000475"/>
</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-07-24T01:07:30.053068" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T01:07:30.053501" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-24T01:07:30.048816" elapsed="0.004898"/>
</kw>
<msg time="2026-07-24T01:07:30.053892" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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-07-24T00:57:23.373358" elapsed="606.680572"/>
</kw>
<status status="PASS" start="2026-07-24T00:57:23.372918" elapsed="606.681080"/>
</branch>
<status status="PASS" start="2026-07-24T00:57:23.372565" elapsed="606.681463"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.054649" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.122: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.122. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:29.125 16  switches: flows:  119492 120166 118509 119638 118512 119194 120537 118822 117758 117573 115469 118077 118088 117650 117608 115642  total = 31.545583 per ms 
00:59:29.226 16  switches: flows:  118829 115990 117072 116223 116674 117312 116578 118832 115492 114557 114672 116699 115847 115880 114563 115638  total = 30.962519 per ms 
01:00:29.327 16  switches: flows:  123232 121925 122533 120935 119211 121031 122364 124356 120271 120835 119655 121968 120554 119226 119624 119416  total = 32.231747 per ms 
01:01:29.429 16  switches: flows:  123642 122064 122644 120712 120544 121128 121935 123602 118972 121651 120531 122421 121918 120495 118301 119393  total = 32.278550 per ms 
01:02:29.530 16  switches: flows:  123345 122896 122606 121579 121681 120758 124067 124942 120445 120969 120231 121838 121190 120589 120971 119089  total = 32.399143 per ms 
01:03:29.631 16  switches: flows:  122207 122311 123388 120558 121004 122682 122392 124495 119859 121103 123030 122108 121004 122233 120052 120097  total = 32.421215 per ms 
01:04:29.732 16  switches: flows:  124356 121282 123104 121169 121808 120543 121789 125845 122604 121844 123130 121829 122746 121062 118532 120187  total = 32.476214 per ms 
01:05:29.833 16  switches: flows:  123319 119048 120762 119170 119664 120319 120397 122326 119383 118987 119562 119707 120649 120175 118627 118195  total = 31.951451 per ms 
01:06:29.935 16  switches: flows:  118345 118714 116999 117810 118600 116788 119261 121166 116018 115479 117412 116102 116857 116784 119795 116575  total = 31.326120 per ms 
01:07:30.036 16  switches: flows:  118952 121090 119447 120077 117882 118982 118223 122040 118374 116007 119979 117666 117697 119087 119700 117560  total = 31.659809 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30962.52/32476.21/31967.42/10667.97 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T01:07:30.054243" elapsed="0.000509"/>
</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-07-24T01:07:30.054956" elapsed="0.000539"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-24T01:07:30.056035" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-24T01:07:30.056160" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30962.52/32476.21/31967.42/10667.97 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-07-24T01:07:30.055720" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T01:07:30.056822" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30962.52/32476.21/31967.42/10667.97 | 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-07-24T01:07:30.056463" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.060187" 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-07-24T01:07:30.057060" elapsed="0.003211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.063618" level="INFO">30962.52/32476.21/31967.42/10667.97</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T01:07:30.060492" elapsed="0.003206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T01:07:30.066984" 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-07-24T01:07:30.063908" elapsed="0.003114"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T01:07:30.070237" level="INFO">@{result_value_list} = [ 30962.52 | 32476.21 | 31967.42 | 10667.97 ]</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-07-24T01:07:30.067305" elapsed="0.002961"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.070730" level="INFO">Length is 4.</msg>
<msg time="2026-07-24T01:07:30.070819" 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-07-24T01:07:30.070424" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.075675" level="INFO">min :: 30962.52</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-07-24T01:07:30.071277" elapsed="0.004457"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-24T01:07:30.071099" elapsed="0.004672"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.080362" level="INFO">max :: 32476.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T01:07:30.075993" elapsed="0.004427"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-24T01:07:30.075863" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.085211" level="INFO">avg :: 31967.42</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-07-24T01:07:30.080677" elapsed="0.004663"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-24T01:07:30.080547" elapsed="0.004842"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.090010" level="INFO">stdev :: 10667.97</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-07-24T01:07:30.085631" elapsed="0.004437"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-24T01:07:30.085479" elapsed="0.004624"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-24T01:07:30.070910" elapsed="0.019224"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.094331" level="INFO">${min} = 30962.52</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-07-24T01:07:30.090310" elapsed="0.004050"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.098332" level="INFO">${max} = 32476.21</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-07-24T01:07:30.094517" elapsed="0.003842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.102309" level="INFO">${average} = 31967.42</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-07-24T01:07:30.098515" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.106254" level="INFO">${stdev} = 10667.97</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-07-24T01:07:30.102494" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.106805" level="INFO">${date} = 2026-07-24 01:07:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-24T01:07:30.106444" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.107409" level="INFO">CBench Result: 2026-07-24 01:07:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30962.52,32476.21,31967.42,10667.97</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-07-24T01:07:30.106977" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T01:07:30.108635" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-24T01:07:30.108123" elapsed="0.000599"/>
</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-07-24T01:07:30.108879" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-24T01:07:30.107625" elapsed="0.001824"/>
</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-07-24T00:57:23.371238" elapsed="606.738271"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.110019" 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-07-24T01:07:30.109657" elapsed="0.000421"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-24T01:07:30.111313" 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-07-24T01:07:30.110809" elapsed="0.000532"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-24T01:07:30.111581" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-07-24T01:07:30.111422" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-07-24T01:07:30.111400" elapsed="0.000273"/>
</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-07-24T01:07:30.111818" elapsed="0.000036"/>
</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-07-24T01:07:30.112002" elapsed="0.000022"/>
</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-07-24T01:07:30.112186" elapsed="0.000025"/>
</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-07-24T01:07:30.112417" elapsed="0.000022"/>
</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-07-24T01:07:30.112571" 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-07-24T01:07:30.112718" 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-07-24T01:07:30.112862" 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-07-24T01:07:30.113084" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-24T01:07:30.112946" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-24T01:07:30.112928" elapsed="0.000233"/>
</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-07-24T01:07:30.110471" elapsed="0.002760"/>
</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-07-24T00:57:23.368738" elapsed="606.744539"/>
</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-07-24T00:42:43.764418" elapsed="1486.349434"/>
</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>
