<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-25T01:56:20.026914" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-25T01:56:20.599220" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-25T01:56:20.599083" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:20.599054" elapsed="0.000264"/>
</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-04-25T01:56:20.599460" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-25T01:56:20.600451" level="INFO">Logging into '10.30.171.67:8101' as 'karaf'.</msg>
<msg time="2026-04-25T01:56:21.342390" 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-04-25T01:56:20.600152" elapsed="0.742435"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-25T01:56:21.390121" 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-04-25T01:56:21.342904" elapsed="0.047283"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-25T01:56:21.391937" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-25T01:56:21.392047" 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-04-25T01:56:21.390347" elapsed="0.001730"/>
</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-04-25T01:56:21.392232" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T01:56:21.392589" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T01:56:21.393325" 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-04-25T01:56:21.392976" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T01:56:21.393433" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.67
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-25T01:56:20.598703" elapsed="0.794921"/>
</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-04-25T01:56:20.595071" elapsed="0.798644"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T01:56:21.394305" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T01:56:21.393915" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T01:56:21.394783" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T01:56:21.394513" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T01:56:21.395394" 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-04-25T01:56:21.394997" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T01:56:21.396004" 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-04-25T01:56:21.395659" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T01:56:21.396564" 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-04-25T01:56:21.396192" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T01:56:21.397102" 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-04-25T01:56:21.396768" elapsed="0.000376"/>
</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-04-25T01:56:21.397457" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-25T01:56:21.397239" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T01:56:21.402011" 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-04-25T01:56:21.401579" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T01:56:21.403273" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T01:56:21.403356" 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-04-25T01:56:21.402611" elapsed="0.000769"/>
</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-04-25T01:56:21.403524" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T01:56:21.405011" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-04-25T01:56:22.124332" 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 Sat Apr 25 01:56:21 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-700-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-04-25T01:56:21.404494" elapsed="0.720022"/>
</kw>
<msg time="2026-04-25T01:56:22.124624" 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-04-25T01:56:21.404145" elapsed="0.720611"/>
</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-04-25T01:56:21.402244" elapsed="0.722646"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.133052" 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-04-25T01:56:22.125121" elapsed="0.009753"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T01:56:22.135268" elapsed="0.000662"/>
</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-04-25T01:56:21.401045" elapsed="0.735024"/>
</kw>
<status status="PASS" start="2026-04-25T01:56:21.397582" elapsed="0.738569"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:21.397212" elapsed="0.739003"/>
</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-04-25T01:56:22.136630" elapsed="0.001168"/>
</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-04-25T01:56:22.144757" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-25T01:56:22.144614" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:22.144589" elapsed="0.000247"/>
</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-04-25T01:56:22.148489" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-25T01:56:22.148373" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:22.148353" elapsed="0.000206"/>
</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-04-25T01:56:22.148708" elapsed="0.000487"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.149710" level="INFO">Logging into '10.30.171.67:8101' as 'karaf'.</msg>
<msg time="2026-04-25T01:56:22.362429" 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-04-25T01:56:22.149418" elapsed="0.213161"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.459710" 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-04-25T01:56:22.362836" elapsed="0.096953"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.471694" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-25T01:56:22.471897" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-25T01:56:22.459944" elapsed="0.011987"/>
</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-04-25T01:56:22.472085" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T01:56:22.472431" elapsed="0.000253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T01:56:22.473132" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T01:56:22.472825" elapsed="0.000362"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T01:56:22.473237" elapsed="0.000049"/>
</return>
<msg time="2026-04-25T01:56:22.473429" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.67
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-25T01:56:22.147966" elapsed="0.325495"/>
</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-04-25T01:56:22.473607" elapsed="0.000564"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T01:56:22.474224" 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-04-25T01:56:22.144299" elapsed="0.330057"/>
</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-04-25T01:56:22.478087" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-25T01:56:22.477918" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:22.477894" elapsed="0.000265"/>
</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-04-25T01:56:22.478290" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.479161" level="INFO">Logging into '10.30.171.67:8101' as 'karaf'.</msg>
<msg time="2026-04-25T01:56:22.660916" 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-04-25T01:56:22.478900" elapsed="0.182237"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.689120" 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-04-25T01:56:22.661530" elapsed="0.027651"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.691161" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-25T01:56:22.691262" 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-04-25T01:56:22.689330" elapsed="0.001964"/>
</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-04-25T01:56:22.691428" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T01:56:22.691773" elapsed="0.000176"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T01:56:22.692384" 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-04-25T01:56:22.692084" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T01:56:22.692484" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.67
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-25T01:56:22.477579" elapsed="0.215116"/>
</kw>
<status status="PASS" start="2026-04-25T01:56:20.593310" elapsed="2.099453"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T01:56:22.695564" 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-04-25T01:56:22.694435" elapsed="0.001195"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T01:56:22.697107" 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-04-25T01:56:22.696761" elapsed="0.000389"/>
</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-04-25T01:56:22.697469" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-25T01:56:22.697229" elapsed="0.000299"/>
</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-04-25T01:56:22.700553" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-25T01:56:22.700291" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:22.700269" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.701016" 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-04-25T01:56:22.701145" 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-04-25T01:56:22.700789" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T01:56:22.701756" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-04-25T01:56:22.701307" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.702419" 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-04-25T01:56:22.701958" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T01:56:22.703394" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T01:56:22.703485" 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-04-25T01:56:22.703067" elapsed="0.000442"/>
</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-04-25T01:56:22.703667" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T01:56:22.704875" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-04-25T01:56:23.035962" 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 Sat Apr 25 01:56:21 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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: Sat Apr 25 01:56:22 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-700-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-04-25T01:56:22.704503" elapsed="0.331635"/>
</kw>
<msg time="2026-04-25T01:56:23.036222" 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-04-25T01:56:22.704154" elapsed="0.332153"/>
</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-04-25T01:56:22.702689" elapsed="0.333727"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-25T01:56:23.037170" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-25T02:06:29.178596" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-25T02:06:29.179249" level="INFO">${stdout} = </msg>
<msg time="2026-04-25T02:06:29.179371" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-25T01:56:23.036617" elapsed="606.142815"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T02:06:29.180026" elapsed="0.000942"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.182277" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:28.259 16  switches: flows:  97389 94128 94016 93098 92723 94588 94038 93095 93618 90389 89572 90126 89227 91472 89783 90827  total = 24.634817 per ms 
01:58:28.360 16  switches: flows:  111958 110012 107789 109017 109552 109404 108561 106557 105990 106123 105701 105196 107043 105231 103685 107551  total = 28.608372 per ms 
01:59:28.461 16  switches: flows:  112141 110772 109039 109418 108436 110104 109145 106896 105914 105089 106895 107085 107784 105554 103655 106381  total = 28.690597 per ms 
02:00:28.562 16  switches: flows:  113740 113498 111222 109886 110673 110878 112189 108268 106781 106846 108344 108290 108293 105751 106219 108206  total = 29.102823 per ms 
02:01:28.663 16  switches: flows:  114381 112584 109603 110941 111382 111676 111335 109768 108196 107171 108526 108713 107423 106408 106062 108136  total = 29.156381 per ms 
02:02:28.764 16  switches: flows:  112595 113913 113190 111901 111176 111610 111157 108610 110739 107763 107587 108178 107667 107288 107637 108184  total = 29.270989 per ms 
02:03:28.865 16  switches: flows:  116923 117407 117741 115472 116888 116750 116221 113470 116438 111487 111648 112209 111035 110866 110502 112659  total = 30.411140 per ms 
02:04:28.966 16  switches: flows:  114422 113801 114525 113340 113546 114336 113222 111838 113406 108133 109412 110584 108978 108932 108073 110442  total = 29.733523 per ms 
02:05:29.067 16  switches: flows:  106248 106301 105992 105221 106050 106860 105128 103204 105290 100975 101234 102321 101687 101489 100837 102301  total = 27.639489 per ms 
02:06:29.169 16  switches: flows:  111681 114314 112673 111522 112417 110224 109065 111275 110848 107073 108200 109116 106628 108420 108443 107957  total = 29.282022 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27639.49/30411.14/29099.48/9726.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:06:29.181361" elapsed="0.001178"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-25T02:06:29.182905" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-04-25T02:06:29.182684" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-04-25T02:06:29.182628" 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-04-25T02:06:29.183188" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-25T02:06:29.183136" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-04-25T02:06:29.183114" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-25T02:06:29.183322" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T02:06:29.187032" elapsed="0.000496"/>
</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-04-25T02:06:29.187771" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T02:06:29.188192" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-25T02:06:29.183801" elapsed="0.004609"/>
</kw>
<msg time="2026-04-25T02:06:29.188618" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-25T01:56:22.697905" elapsed="606.490772"/>
</kw>
<status status="PASS" start="2026-04-25T01:56:22.697556" elapsed="606.491192"/>
</branch>
<status status="PASS" start="2026-04-25T01:56:22.697206" elapsed="606.491575"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.189383" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:28.259 16  switches: flows:  97389 94128 94016 93098 92723 94588 94038 93095 93618 90389 89572 90126 89227 91472 89783 90827  total = 24.634817 per ms 
01:58:28.360 16  switches: flows:  111958 110012 107789 109017 109552 109404 108561 106557 105990 106123 105701 105196 107043 105231 103685 107551  total = 28.608372 per ms 
01:59:28.461 16  switches: flows:  112141 110772 109039 109418 108436 110104 109145 106896 105914 105089 106895 107085 107784 105554 103655 106381  total = 28.690597 per ms 
02:00:28.562 16  switches: flows:  113740 113498 111222 109886 110673 110878 112189 108268 106781 106846 108344 108290 108293 105751 106219 108206  total = 29.102823 per ms 
02:01:28.663 16  switches: flows:  114381 112584 109603 110941 111382 111676 111335 109768 108196 107171 108526 108713 107423 106408 106062 108136  total = 29.156381 per ms 
02:02:28.764 16  switches: flows:  112595 113913 113190 111901 111176 111610 111157 108610 110739 107763 107587 108178 107667 107288 107637 108184  total = 29.270989 per ms 
02:03:28.865 16  switches: flows:  116923 117407 117741 115472 116888 116750 116221 113470 116438 111487 111648 112209 111035 110866 110502 112659  total = 30.411140 per ms 
02:04:28.966 16  switches: flows:  114422 113801 114525 113340 113546 114336 113222 111838 113406 108133 109412 110584 108978 108932 108073 110442  total = 29.733523 per ms 
02:05:29.067 16  switches: flows:  106248 106301 105992 105221 106050 106860 105128 103204 105290 100975 101234 102321 101687 101489 100837 102301  total = 27.639489 per ms 
02:06:29.169 16  switches: flows:  111681 114314 112673 111522 112417 110224 109065 111275 110848 107073 108200 109116 106628 108420 108443 107957  total = 29.282022 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27639.49/30411.14/29099.48/9726.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:06:29.188978" elapsed="0.000519"/>
</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-04-25T02:06:29.189737" elapsed="0.000520"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-25T02:06:29.190827" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-25T02:06:29.190954" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27639.49/30411.14/29099.48/9726.87 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-04-25T02:06:29.190491" elapsed="0.000498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T02:06:29.191605" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27639.49/30411.14/29099.48/9726.87 | 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-04-25T02:06:29.191223" elapsed="0.000439"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.194949" 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-04-25T02:06:29.191869" elapsed="0.003139"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.197492" level="INFO">27639.49/30411.14/29099.48/9726.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:06:29.195172" elapsed="0.002378"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T02:06:29.200022" 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-04-25T02:06:29.197737" elapsed="0.002324"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T02:06:29.202567" level="INFO">@{result_value_list} = [ 27639.49 | 30411.14 | 29099.48 | 9726.87 ]</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-04-25T02:06:29.200264" elapsed="0.002331"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.203096" level="INFO">Length is 4.</msg>
<msg time="2026-04-25T02:06:29.203184" 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-04-25T02:06:29.202775" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.208092" level="INFO">min :: 27639.49</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-04-25T02:06:29.203607" elapsed="0.004550"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-25T02:06:29.203476" elapsed="0.004717"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.212878" level="INFO">max :: 30411.14</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-04-25T02:06:29.208423" elapsed="0.004512"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-25T02:06:29.208284" elapsed="0.004694"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.217693" level="INFO">avg :: 29099.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:06:29.213194" elapsed="0.004556"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-25T02:06:29.213067" elapsed="0.004718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.222924" level="INFO">stdev :: 9726.87</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-04-25T02:06:29.218012" elapsed="0.004970"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-25T02:06:29.217877" elapsed="0.005140"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-25T02:06:29.203276" elapsed="0.019775"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.227043" level="INFO">${min} = 27639.49</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-04-25T02:06:29.223217" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.231072" level="INFO">${max} = 30411.14</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-04-25T02:06:29.227244" elapsed="0.003855"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.235196" level="INFO">${average} = 29099.48</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-04-25T02:06:29.231250" elapsed="0.003973"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.239233" level="INFO">${stdev} = 9726.87</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-04-25T02:06:29.235387" elapsed="0.003873"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.239817" level="INFO">${date} = 2026-04-25 02:06:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-25T02:06:29.239427" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.240443" level="INFO">CBench Result: 2026-04-25 02:06:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27639.49,30411.14,29099.48,9726.87</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-04-25T02:06:29.239991" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T02:06:29.241605" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T02:06:29.241143" elapsed="0.000547"/>
</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-04-25T02:06:29.241876" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-25T02:06:29.240650" elapsed="0.001783"/>
</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-04-25T01:56:22.696109" elapsed="606.546384"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.242989" 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-04-25T02:06:29.242667" elapsed="0.000377"/>
</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-04-25T02:06:29.243612" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-04-25T02:06:29.243267" elapsed="0.000714"/>
</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-04-25T01:56:22.692909" elapsed="606.551113"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.245811" 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-04-25T02:06:29.245374" elapsed="0.000495"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.247171" 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-04-25T02:06:29.246824" elapsed="0.000389"/>
</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-04-25T02:06:29.247572" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-25T02:06:29.247339" elapsed="0.000291"/>
</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-04-25T02:06:29.250902" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-25T02:06:29.250610" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-25T02:06:29.250591" elapsed="0.000393"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-25T02:06:29.251313" 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-04-25T02:06:29.251434" 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-04-25T02:06:29.251115" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.252068" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.67 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-04-25T02:06:29.251597" elapsed="0.000529"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T02:06:29.252685" 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-04-25T02:06:29.252275" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T02:06:29.253626" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T02:06:29.253737" 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-04-25T02:06:29.253296" elapsed="0.000466"/>
</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-04-25T02:06:29.253902" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T02:06:29.255083" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-04-25T02:06:29.893553" 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 Sat Apr 25 02:06:29 UTC 2026

  System load:  0.92               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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: Sat Apr 25 01:56:22 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-700-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-04-25T02:06:29.254730" elapsed="0.639064"/>
</kw>
<msg time="2026-04-25T02:06:29.893891" 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-04-25T02:06:29.254374" elapsed="0.639615"/>
</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-04-25T02:06:29.252923" elapsed="0.641185"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-25T02:06:29.894700" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.67 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-25T02:13:39.880431" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-25T02:13:39.881050" level="INFO">${stdout} = </msg>
<msg time="2026-04-25T02:13:39.881165" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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-04-25T02:06:29.894346" elapsed="429.986877"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T02:13:39.881734" elapsed="0.000704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:13:39.883562" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:35.019 16  switches: flows:  434669 459515 443190 444858 451002 450861 460398 447954 461381 432976 438882 442705 435551 449527 431136 437394  total = 118.699983 per ms 
02:08:35.121 16  switches: flows:  375551 377860 373229 378804 372918 388005 372078 384389 378414 365332 386384 387653 385660 378307 385760 375717  total = 100.931365 per ms 
02:09:36.272 16  switches: flows:  582569 583386 581325 588137 582068 581732 581918 588640 591286 587290 590392 589150 590844 583214 593074 582597  total = 153.351290 per ms 
02:10:36.375 16  switches: flows:  597211 593957 598890 566014 597161 606819 612581 606495 598150 596774 600513 605746 585048 599024 575215 602326  total = 158.763854 per ms 
02:11:36.476 16  switches: flows:  598031 595699 596859 593778 600192 595766 595874 599070 591481 594518 592063 595550 595933 593300 598365 596893  total = 158.623714 per ms 
02:12:36.577 16  switches: flows:  549934 562968 556566 561675 560721 557855 563725 556711 559996 564588 556989 555303 561253 560702 562251 558208  total = 148.906807 per ms 
02:13:36.679 16  switches: flows:  509743 439722 423310 523410 528802 520840 519066 528613 521476 512423 522046 514249 434870 517063 516968 516760  total = 133.930828 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:13:39.882832" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-25T02:13:39.884392" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-25T02:13:39.884066" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-04-25T02:13:39.884018" elapsed="0.000661"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-25T02:13:39.884899" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-25T02:13:39.884813" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-04-25T02:13:39.884778" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-25T02:13:39.885109" 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-04-25T02:13:39.889817" elapsed="0.000343"/>
</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-04-25T02:13:39.890306" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T02:13:39.890598" elapsed="0.000119"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-25T02:13:39.885825" elapsed="0.004949"/>
</kw>
<msg time="2026-04-25T02:13:39.890905" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67: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-04-25T02:06:29.247991" elapsed="430.642941"/>
</kw>
<status status="PASS" start="2026-04-25T02:06:29.247679" elapsed="430.643301"/>
</branch>
<status status="PASS" start="2026-04-25T02:06:29.247319" elapsed="430.643685"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:13:39.891430" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:35.019 16  switches: flows:  434669 459515 443190 444858 451002 450861 460398 447954 461381 432976 438882 442705 435551 449527 431136 437394  total = 118.699983 per ms 
02:08:35.121 16  switches: flows:  375551 377860 373229 378804 372918 388005 372078 384389 378414 365332 386384 387653 385660 378307 385760 375717  total = 100.931365 per ms 
02:09:36.272 16  switches: flows:  582569 583386 581325 588137 582068 581732 581918 588640 591286 587290 590392 589150 590844 583214 593074 582597  total = 153.351290 per ms 
02:10:36.375 16  switches: flows:  597211 593957 598890 566014 597161 606819 612581 606495 598150 596774 600513 605746 585048 599024 575215 602326  total = 158.763854 per ms 
02:11:36.476 16  switches: flows:  598031 595699 596859 593778 600192 595766 595874 599070 591481 594518 592063 595550 595933 593300 598365 596893  total = 158.623714 per ms 
02:12:36.577 16  switches: flows:  549934 562968 556566 561675 560721 557855 563725 556711 559996 564588 556989 555303 561253 560702 562251 558208  total = 148.906807 per ms 
02:13:36.679 16  switches: flows:  509743 439722 423310 523410 528802 520840 519066 528613 521476 512423 522046 514249 434870 517063 516968 516760  total = 133.930828 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:13:39.891144" elapsed="0.000356"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-25T02:13:39.892127" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:35.019 16  switches: flows:  434669 459515 443190 444858 451002 450861 460398 447954 461381 432976 438882 442705 435551 449527 431136 437394  total = 118.699983 per ms 
02:08:35.121 16  switches: flows:  375551 377860 373229 378804 372918 388005 372078 384389 378414 365332 386384 387653 385660 378307 385760 375717  total = 100.931365 per ms 
02:09:36.272 16  switches: flows:  582569 583386 581325 588137 582068 581732 581918 588640 591286 587290 590392 589150 590844 583214 593074 582597  total = 153.351290 per ms 
02:10:36.375 16  switches: flows:  597211 593957 598890 566014 597161 606819 612581 606495 598150 596774 600513 605746 585048 599024 575215 602326  total = 158.763854 per ms 
02:11:36.476 16  switches: flows:  598031 595699 596859 593778 600192 595766 595874 599070 591481 594518 592063 595550 595933 593300 598365 596893  total = 158.623714 per ms 
02:12:36.577 16  switches: flows:  549934 562968 556566 561675 560721 557855 563725 556711 559996 564588 556989 555303 561253 560702 562251 558208  total = 148.906807 per ms 
02:13:36.679 16  switches: flows:  509743 439722 423310 523410 528802 520840 519066 528613 521476 512423 522046 514249 434870 517063 516968 516760  total = 133.930828 per ms 
controller msgbuf_read() = 0:   closed connection ... 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-04-25T02:13:39.891662" elapsed="0.000656">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:35.019 16  switches: flows:  434669 459515 443190 444858 451002 450861 460398 447954 461381 432976 438882 442705 435551 449527 431136 437394  total = 118.699983 per ms 
02:08:35.121 16  switches: flows:  375551 377860 373229 378804 372918 388005 372078 384389 378414 365332 386384 387653 385660 378307 385760 375717  total = 100.931365 per ms 
02:09:36.272 16  switches: flows:  582569 583386 581325 588137 582068 581732 581918 588640 591286 587290 590392 589150 590844 583214 593074 582597  total = 153.351290 per ms 
02:10:36.375 16  switches: flows:  597211 593957 598890 566014 597161 606819 612581 606495 598150 596774 600513 605746 585048 599024 575215 602326  total = 158.763854 per ms 
02:11:36.476 16  switches: flows:  598031 595699 596859 593778 600192 595766 595874 599070 591481 594518 592063 595550 595933 593300 598365 596893  total = 158.623714 per ms 
02:12:36.577 16  switches: flows:  549934 562968 556566 561675 560721 557855 563725 556711 559996 564588 556989 555303 561253 560702 562251 558208  total = 148.906807 per ms 
02:13:36.679 16  switches: flows:  509743 439722 423310 523410 528802 520840 519066 528613 521476 512423 522046 514249 434870 517063 516968 516760  total = 133.930828 per ms 
controller msgbuf_read() = 0:   closed connection ... 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-04-25T02:13:39.892547" elapsed="0.000023"/>
</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-04-25T02:13:39.892735" elapsed="0.000022"/>
</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-04-25T02:13:39.892896" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-25T02:13:39.893048" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-04-25T02:13:39.893203" elapsed="0.000020"/>
</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-04-25T02:13:39.893364" elapsed="0.000019"/>
</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-04-25T02:13:39.893527" elapsed="0.000019"/>
</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-04-25T02:13:39.893823" elapsed="0.000671"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-04-25T02:13:39.893694" elapsed="0.001018"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-04-25T02:13:39.893607" elapsed="0.001162"/>
</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-04-25T02:13:39.895046" elapsed="0.000025"/>
</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-04-25T02:13:39.895213" elapsed="0.000019"/>
</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-04-25T02:13:39.895370" elapsed="0.000019"/>
</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-04-25T02:13:39.895526" elapsed="0.000019"/>
</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-04-25T02:13:39.895710" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-25T02:13:39.895868" elapsed="0.000019"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-04-25T02:13:39.896056" elapsed="0.000025"/>
</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-04-25T02:06:29.246191" elapsed="430.650049">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:35.019 16  switches: flows:  434669 459515 443190 444858 451002 450861 460398 447954 461381 432976 438882 442705 435551 449527 431136 437394  total = 118.699983 per ms 
02:08:35.121 16  switches: flows:  375551 377860 373229 378804 372918 388005 372078 384389 378414 365332 386384 387653 385660 378307 385760 375717  total = 100.931365 per ms 
02:09:36.272 16  switches: flows:  582569 583386 581325 588137 582068 581732 581918 588640 591286 587290 590392 589150 590844 583214 593074 582597  total = 153.351290 per ms 
02:10:36.375 16  switches: flows:  597211 593957 598890 566014 597161 606819 612581 606495 598150 596774 600513 605746 585048 599024 575215 602326  total = 158.763854 per ms 
02:11:36.476 16  switches: flows:  598031 595699 596859 593778 600192 595766 595874 599070 591481 594518 592063 595550 595933 593300 598365 596893  total = 158.623714 per ms 
02:12:36.577 16  switches: flows:  549934 562968 556566 561675 560721 557855 563725 556711 559996 564588 556989 555303 561253 560702 562251 558208  total = 148.906807 per ms 
02:13:36.679 16  switches: flows:  509743 439722 423310 523410 528802 520840 519066 528613 521476 512423 522046 514249 434870 517063 516968 516760  total = 133.930828 per ms 
controller msgbuf_read() = 0:   closed connection ... 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-04-25T02:13:39.896417" elapsed="0.000020"/>
</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-04-25T02:13:39.897060" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-04-25T02:13:39.896734" elapsed="0.000674"/>
</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-04-25T02:06:29.244688" elapsed="430.652758">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:35.019 16  switches: flows:  434669 459515 443190 444858 451002 450861 460398 447954 461381 432976 438882 442705 435551 449527 431136 437394  total = 118.699983 per ms 
02:08:35.121 16  switches: flows:  375551 377860 373229 378804 372918 388005 372078 384389 378414 365332 386384 387653 385660 378307 385760 375717  total = 100.931365 per ms 
02:09:36.272 16  switches: flows:  582569 583386 581325 588137 582068 581732 581918 588640 591286 587290 590392 589150 590844 583214 593074 582597  total = 153.351290 per ms 
02:10:36.375 16  switches: flows:  597211 593957 598890 566014 597161 606819 612581 606495 598150 596774 600513 605746 585048 599024 575215 602326  total = 158.763854 per ms 
02:11:36.476 16  switches: flows:  598031 595699 596859 593778 600192 595766 595874 599070 591481 594518 592063 595550 595933 593300 598365 596893  total = 158.623714 per ms 
02:12:36.577 16  switches: flows:  549934 562968 556566 561675 560721 557855 563725 556711 559996 564588 556989 555303 561253 560702 562251 558208  total = 148.906807 per ms 
02:13:36.679 16  switches: flows:  509743 439722 423310 523410 528802 520840 519066 528613 521476 512423 522046 514249 434870 517063 516968 516760  total = 133.930828 per ms 
controller msgbuf_read() = 0:   closed connection ... 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-04-25T02:13:39.899096" 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-04-25T02:13:39.898678" elapsed="0.000476"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T02:13:39.900367" 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-04-25T02:13:39.900031" elapsed="0.000378"/>
</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-04-25T02:13:39.900755" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-25T02:13:39.900476" elapsed="0.000338"/>
</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-04-25T02:13:39.903946" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-25T02:13:39.903691" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-04-25T02:13:39.903672" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-25T02:13:39.904333" 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-04-25T02:13:39.904452" 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-04-25T02:13:39.904157" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:13:39.905093" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.182" 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-04-25T02:13:39.904667" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T02:13:39.905703" 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-04-25T02:13:39.905287" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T02:13:39.906600" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T02:13:39.906703" 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-04-25T02:13:39.906298" elapsed="0.000430"/>
</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-04-25T02:13:39.906871" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T02:13:39.908054" level="INFO">Logging into '10.30.171.182:22' as 'jenkins'.</msg>
<msg time="2026-04-25T02:13:40.554008" 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 Sat Apr 25 02:13:40 UTC 2026

  System load:  0.25               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.182
  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: Sat Apr 25 02:06:29 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-700-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-04-25T02:13:39.907691" elapsed="0.646522"/>
</kw>
<msg time="2026-04-25T02:13:40.554303" 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-04-25T02:13:39.907338" elapsed="0.647050"/>
</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-04-25T02:13:39.905929" elapsed="0.648578"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-25T02:13:40.555099" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.67 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-25T02:21:31.891627" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-25T02:21:31.892246" level="INFO">${stdout} = </msg>
<msg time="2026-04-25T02:21:31.892364" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-25T02:13:40.554761" elapsed="471.337662"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T02:21:31.892960" elapsed="0.000705"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.894809" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 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-04-25T02:21:31.894035" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-25T02:21:31.895562" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-25T02:21:31.895264" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-04-25T02:21:31.895216" elapsed="0.000585"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-25T02:21:31.896008" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-25T02:21:31.895927" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-25T02:21:31.895893" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-25T02:21:31.896214" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T02:21:31.901336" elapsed="0.000566"/>
</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-04-25T02:21:31.902129" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T02:21:31.902594" elapsed="0.000178"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-25T02:21:31.896913" elapsed="0.005940"/>
</kw>
<msg time="2026-04-25T02:21:31.903044" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-25T02:13:39.901353" elapsed="472.001731"/>
</kw>
<status status="PASS" start="2026-04-25T02:13:39.900839" elapsed="472.002320"/>
</branch>
<status status="PASS" start="2026-04-25T02:13:39.900458" elapsed="472.002735"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.903864" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 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-04-25T02:21:31.903409" elapsed="0.000559"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.904857" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 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-04-25T02:21:31.904183" elapsed="0.000818">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 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-04-25T02:21:31.905314" elapsed="0.000033"/>
</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-04-25T02:21:31.905566" elapsed="0.000031"/>
</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-04-25T02:21:31.905825" elapsed="0.000030"/>
</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-04-25T02:21:31.906054" elapsed="0.000029"/>
</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-04-25T02:21:31.906285" elapsed="0.000030"/>
</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-04-25T02:21:31.906555" elapsed="0.000032"/>
</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-04-25T02:21:31.906821" elapsed="0.000030"/>
</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-04-25T02:21:31.907212" elapsed="0.000029"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-04-25T02:21:31.907031" elapsed="0.000257"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-04-25T02:21:31.906937" elapsed="0.000392"/>
</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-04-25T02:21:31.907543" elapsed="0.000030"/>
</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-04-25T02:21:31.907803" elapsed="0.000030"/>
</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-04-25T02:21:31.908040" elapsed="0.000029"/>
</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-04-25T02:21:31.908276" elapsed="0.000029"/>
</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-04-25T02:21:31.908519" elapsed="0.000028"/>
</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-04-25T02:21:31.908773" elapsed="0.000030"/>
</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-04-25T02:21:31.908991" elapsed="0.000032"/>
</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="FAIL" start="2026-04-25T02:13:39.899463" elapsed="472.009749">'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 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-04-25T02:21:31.909454" elapsed="0.000030"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.911479" 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-04-25T02:21:31.910607" elapsed="0.000899"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="NOT RUN" start="2026-04-25T02:21:31.911743" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-25T02:21:31.911579" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-04-25T02:21:31.911561" elapsed="0.000245"/>
</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="PASS" start="2026-04-25T02:21:31.911941" elapsed="0.000213"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.912999" level="FAIL">'6176' does not contain '-'</msg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-25T02:21:31.912648" elapsed="0.000417">'6176' does not contain '-'</status>
</kw>
<msg time="2026-04-25T02:21:31.913157" level="INFO">${match} = False</msg>
<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="PASS" start="2026-04-25T02:21:31.912294" elapsed="0.000887"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.913717" level="INFO">${bug_url} = https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-04-25T02:21:31.913360" elapsed="0.000383"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.914173" level="INFO">${msg} = This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<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="PASS" start="2026-04-25T02:21:31.913883" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.914658" level="INFO">${newline} = 
</msg>
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-25T02:21:31.914332" elapsed="0.000353"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.915185" level="INFO">Set test message to:
This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="PASS" start="2026-04-25T02:21:31.914819" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.915619" level="INFO">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176</msg>
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T02:21:31.915382" elapsed="0.000298"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<msg time="2026-04-25T02:21:31.916302" level="INFO">Set tag 'https://bugs.opendaylight.org/show_bug.cgi?id=6176'.</msg>
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="PASS" start="2026-04-25T02:21:31.915961" elapsed="0.000387"/>
</kw>
<status status="PASS" start="2026-04-25T02:21:31.915747" elapsed="0.000634"/>
</branch>
<status status="PASS" start="2026-04-25T02:21:31.915729" elapsed="0.000676"/>
</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-04-25T02:21:31.910079" elapsed="0.006379"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>https://bugs.opendaylight.org/show_bug.cgi?id=6176</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-04-25T02:13:39.898119" elapsed="472.018393">This test fails due to https://bugs.opendaylight.org/show_bug.cgi?id=6176

'cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.67:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.67. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:45.715 16  switches: flows:  96655 88085 95705 96783 95078 94402 94860 89448 96076 95933 94743 94958 94240 94318 94295 95549  total = 25.185467 per ms 
02:15:45.815 16  switches: flows:  109346 99140 107109 107768 107974 108968 107753 100090 107705 108186 106067 107125 105087 106588 106377 107280  total = 28.328635 per ms 
02:16:45.915 16  switches: flows:  112836 102868 110595 111330 112828 112090 110948 103430 109854 111855 111221 111286 108180 108579 111088 110696  total = 29.279166 per ms 
02:17:46.016 16  switches: flows:  110282 98925 106879 107591 108308 107257 106431 99834 107360 107493 107517 106536 106280 105582 106850 106611  total = 28.281714 per ms 
02:18:46.116 16  switches: flows:  113723 106489 113423 113704 114372 112836 112808 106743 111826 112765 112368 111877 112824 113518 113590 112411  total = 29.871313 per ms 
02:19:46.217 16  switches: flows:  108569 100505 109744 108771 111574 108314 108908 101252 107841 107032 108654 109002 107635 107576 108748 108021  total = 28.654592 per ms 
02:20:46.317 16  switches: flows:  110911 103986 110734 110047 112411 109632 111069 104975 110309 110684 109488 110612 108945 110211 110040 111058  total = 29.203050 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</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-04-25T01:56:20.028547" elapsed="1511.888455"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="2" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="1" fail="2" skip="0">cbench</stat>
<stat pass="0" fail="1" skip="0">https://bugs.opendaylight.org/show_bug.cgi?id=6176</stat>
<stat pass="1" fail="1" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="1" fail="2" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
