<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-04T01:50:14.611371" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-04T01:50:15.171358" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-04T01:50:15.171189" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:15.171146" elapsed="0.000334"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T01:50:15.171636" elapsed="0.000585"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-04T01:50:15.172706" level="INFO">Logging into '10.30.171.20:8101' as 'karaf'.</msg>
<msg time="2026-08-04T01:50:16.019439" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-04T01:50:15.172399" elapsed="0.847207"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-04T01:50:16.068094" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-04T01:50:16.019871" elapsed="0.048291"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-04T01:50:16.069823" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-04T01:50:16.069933" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-04T01:50:16.068329" elapsed="0.001633"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-04T01:50:16.070133" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T01:50:16.070499" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T01:50:16.071233" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T01:50:16.070854" elapsed="0.000434"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T01:50:16.071341" elapsed="0.000057"/>
</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.20
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-04T01:50:15.170769" elapsed="0.900752"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-04T01:50:15.166895" elapsed="0.904691"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T01:50:16.072170" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-04T01:50:16.071779" elapsed="0.000448"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T01:50:16.072621" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-04T01:50:16.072379" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-04T01:50:16.073244" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-04T01:50:16.072835" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T01:50:16.073801" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-04T01:50:16.073440" elapsed="0.000403"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-04T01:50:16.074380" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-04T01:50:16.073989" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T01:50:16.074873" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-04T01:50:16.074565" elapsed="0.000349"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-04T01:50:16.075259" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-04T01:50:16.075015" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T01:50:16.079641" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T01:50:16.079230" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T01:50:16.080974" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T01:50:16.081081" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-04T01:50:16.080245" elapsed="0.000862"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T01:50:16.081257" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T01:50:16.082611" level="INFO">Logging into '10.30.170.133:22' as 'jenkins'.</msg>
<msg time="2026-08-04T01:50:16.735666" 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 Tue Aug  4 01:50:16 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.133
  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-800-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-04T01:50:16.082118" elapsed="0.653673"/>
</kw>
<msg time="2026-08-04T01:50:16.735871" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T01:50:16.081755" elapsed="0.654203"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-04T01:50:16.079879" elapsed="0.656214"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-04T01:50:16.743747" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-04T01:50:16.736306" elapsed="0.009250"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T01:50:16.745801" elapsed="0.000410"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-04T01:50:16.078660" elapsed="0.667637"/>
</kw>
<status status="PASS" start="2026-08-04T01:50:16.075391" elapsed="0.670956"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:16.074990" elapsed="0.671399"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-04T01:50:16.746595" elapsed="0.000643"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-04T01:50:16.753275" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-04T01:50:16.753154" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:16.753129" elapsed="0.000225"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-04T01:50:16.756939" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-04T01:50:16.756826" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:16.756799" elapsed="0.000208"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T01:50:16.757165" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-04T01:50:16.758020" level="INFO">Logging into '10.30.171.20:8101' as 'karaf'.</msg>
<msg time="2026-08-04T01:50:16.965554" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-04T01:50:16.757756" elapsed="0.207952"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.059009" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-04T01:50:16.965985" elapsed="0.093111"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.062878" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-04T01:50:17.063103" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-04T01:50:17.059250" elapsed="0.003887"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-04T01:50:17.063279" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T01:50:17.063607" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T01:50:17.064288" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T01:50:17.063934" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T01:50:17.064396" elapsed="0.000056"/>
</return>
<msg time="2026-08-04T01:50:17.064608" 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.20
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-04T01:50:16.756463" elapsed="0.308176"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-04T01:50:17.064785" elapsed="0.000578"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T01:50:17.065414" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-04T01:50:16.752827" elapsed="0.312715"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-04T01:50:17.069351" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-04T01:50:17.069213" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:17.069189" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T01:50:17.069551" elapsed="0.000453"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.070427" level="INFO">Logging into '10.30.171.20:8101' as 'karaf'.</msg>
<msg time="2026-08-04T01:50:17.213281" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-04T01:50:17.070169" elapsed="0.143334"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.234764" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-04T01:50:17.213886" elapsed="0.020936"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.236687" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-04T01:50:17.236789" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-04T01:50:17.234968" elapsed="0.001850"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-04T01:50:17.236957" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T01:50:17.237294" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T01:50:17.237922" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T01:50:17.237627" elapsed="0.000344"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T01:50:17.238021" elapsed="0.000070"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.20
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-04T01:50:17.068851" elapsed="0.169367"/>
</kw>
<status status="PASS" start="2026-08-04T01:50:15.165121" elapsed="2.073169"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T01:50:17.240380" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T01:50:17.239362" elapsed="0.001262"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T01:50:17.242065" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-04T01:50:17.241695" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-04T01:50:17.242458" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T01:50:17.242212" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-04T01:50:17.245422" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T01:50:17.245177" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:17.245158" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.245832" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-04T01:50:17.245951" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-04T01:50:17.245631" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T01:50:17.246557" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.133" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T01:50:17.246126" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.247223" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T01:50:17.246754" elapsed="0.000495"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T01:50:17.248153" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T01:50:17.248242" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-04T01:50:17.247816" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T01:50:17.248405" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.249598" level="INFO">Logging into '10.30.170.133:22' as 'jenkins'.</msg>
<msg time="2026-08-04T01:50:17.587000" 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 Tue Aug  4 01:50:16 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.133
  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: Tue Aug  4 01:50:16 2026 from 10.30.170.60
[?2004h[jenkins@releng-48317-800-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-04T01:50:17.249247" elapsed="0.337927"/>
</kw>
<msg time="2026-08-04T01:50:17.587249" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T01:50:17.248888" elapsed="0.338439"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-04T01:50:17.247447" elapsed="0.339991"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-04T01:50:17.587916" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-04T02:00:23.691034" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-04T02:00:23.691668" level="INFO">${stdout} = </msg>
<msg time="2026-08-04T02:00:23.691812" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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-08-04T01:50:17.587638" elapsed="606.104264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:00:23.692609" elapsed="0.001022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.695305" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:22.782 16  switches: flows:  109833 109073 111967 109508 109241 110198 112397 110664 107056 108320 106337 107862 106619 105608 105425 106310  total = 28.940300 per ms 
01:52:22.883 16  switches: flows:  119644 119807 122404 117519 118989 120141 119903 118988 117523 118013 114583 117919 116074 114050 113587 115362  total = 31.356101 per ms 
01:53:22.984 16  switches: flows:  121173 120681 121445 119365 119649 118709 118002 119542 116567 117192 116285 117176 115751 114577 113882 117892  total = 31.412358 per ms 
01:54:23.084 16  switches: flows:  123354 126077 125205 121265 121037 124761 122616 123958 121379 118243 121478 121257 121127 117551 116683 117288  total = 32.333955 per ms 
01:55:23.184 16  switches: flows:  124403 126050 124323 123418 121566 125062 127172 126225 121799 119477 122428 121393 121904 119222 120659 120436  total = 32.704345 per ms 
01:56:23.285 16  switches: flows:  124663 128556 125321 122716 123640 126488 126946 126560 122963 121744 121890 122188 124147 120311 120122 120185  total = 32.919015 per ms 
01:57:23.385 16  switches: flows:  126147 128181 126043 125534 124595 126967 127704 126640 124738 123152 122758 124457 123223 121770 122465 122343  total = 33.223147 per ms 
01:58:23.485 16  switches: flows:  125473 128498 125365 124567 124904 126509 126611 125652 123026 121031 122812 123279 122380 119996 120686 121083  total = 32.976172 per ms 
01:59:23.586 16  switches: flows:  127170 130299 127412 126565 125633 126860 129667 126664 125877 122376 124910 124825 126330 122246 123132 121787  total = 33.473108 per ms 
02:00:23.686 16  switches: flows:  127144 127457 126705 123943 122632 126946 125830 123752 123349 120335 123828 123906 120687 120042 120603 120684  total = 32.909144 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31356.10/33473.11/32589.71/10886.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.694223" elapsed="0.001495"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-04T02:00:23.696437" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-08-04T02:00:23.696085" elapsed="0.000568"/>
</branch>
<status status="PASS" start="2026-08-04T02:00:23.695974" elapsed="0.000744"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-04T02:00:23.696968" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:00:23.696864" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-08-04T02:00:23.696824" elapsed="0.000298"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-04T02:00:23.697174" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T02:00:23.701012" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T02:00:23.701732" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:00:23.702187" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-04T02:00:23.697665" elapsed="0.004744"/>
</kw>
<msg time="2026-08-04T02:00:23.702601" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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-08-04T01:50:17.242861" elapsed="606.459778"/>
</kw>
<status status="PASS" start="2026-08-04T01:50:17.242543" elapsed="606.460169"/>
</branch>
<status status="PASS" start="2026-08-04T01:50:17.242188" elapsed="606.460559"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.703395" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:22.782 16  switches: flows:  109833 109073 111967 109508 109241 110198 112397 110664 107056 108320 106337 107862 106619 105608 105425 106310  total = 28.940300 per ms 
01:52:22.883 16  switches: flows:  119644 119807 122404 117519 118989 120141 119903 118988 117523 118013 114583 117919 116074 114050 113587 115362  total = 31.356101 per ms 
01:53:22.984 16  switches: flows:  121173 120681 121445 119365 119649 118709 118002 119542 116567 117192 116285 117176 115751 114577 113882 117892  total = 31.412358 per ms 
01:54:23.084 16  switches: flows:  123354 126077 125205 121265 121037 124761 122616 123958 121379 118243 121478 121257 121127 117551 116683 117288  total = 32.333955 per ms 
01:55:23.184 16  switches: flows:  124403 126050 124323 123418 121566 125062 127172 126225 121799 119477 122428 121393 121904 119222 120659 120436  total = 32.704345 per ms 
01:56:23.285 16  switches: flows:  124663 128556 125321 122716 123640 126488 126946 126560 122963 121744 121890 122188 124147 120311 120122 120185  total = 32.919015 per ms 
01:57:23.385 16  switches: flows:  126147 128181 126043 125534 124595 126967 127704 126640 124738 123152 122758 124457 123223 121770 122465 122343  total = 33.223147 per ms 
01:58:23.485 16  switches: flows:  125473 128498 125365 124567 124904 126509 126611 125652 123026 121031 122812 123279 122380 119996 120686 121083  total = 32.976172 per ms 
01:59:23.586 16  switches: flows:  127170 130299 127412 126565 125633 126860 129667 126664 125877 122376 124910 124825 126330 122246 123132 121787  total = 33.473108 per ms 
02:00:23.686 16  switches: flows:  127144 127457 126705 123943 122632 126946 125830 123752 123349 120335 123828 123906 120687 120042 120603 120684  total = 32.909144 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31356.10/33473.11/32589.71/10886.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.702952" elapsed="0.000551"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-04T02:00:23.703716" elapsed="0.000573"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-04T02:00:23.704853" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-04T02:00:23.705007" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31356.10/33473.11/32589.71/10886.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-04T02:00:23.704522" elapsed="0.000549"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T02:00:23.705655" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31356.10/33473.11/32589.71/10886.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-04T02:00:23.705303" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.708993" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.705893" elapsed="0.003198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.712406" level="INFO">31356.10/33473.11/32589.71/10886.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.709297" elapsed="0.003187"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T02:00:23.714987" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-04T02:00:23.712689" elapsed="0.002326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T02:00:23.717417" level="INFO">@{result_value_list} = [ 31356.10 | 33473.11 | 32589.71 | 10886.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-04T02:00:23.715219" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.717903" level="INFO">Length is 4.</msg>
<msg time="2026-08-04T02:00:23.717991" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-04T02:00:23.717597" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.722666" level="INFO">min :: 31356.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.718434" elapsed="0.004289"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-04T02:00:23.718302" elapsed="0.004455"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.727310" level="INFO">max :: 33473.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.722972" elapsed="0.004394"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-04T02:00:23.722848" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.731935" level="INFO">avg :: 32589.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.727614" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-04T02:00:23.727488" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.737014" level="INFO">stdev :: 10886.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.732260" elapsed="0.004833"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-04T02:00:23.732133" elapsed="0.004996"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-04T02:00:23.718109" elapsed="0.019052"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.740976" level="INFO">${min} = 31356.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:00:23.737318" elapsed="0.003684"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.744989" level="INFO">${max} = 33473.11</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:00:23.741166" elapsed="0.003850"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.748856" level="INFO">${average} = 32589.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:00:23.745181" elapsed="0.003701"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.752731" level="INFO">${stdev} = 10886.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:00:23.749032" elapsed="0.003725"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.753288" level="INFO">${date} = 2026-08-04 02:00:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-04T02:00:23.752919" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.753862" level="INFO">CBench Result: 2026-08-04 02:00:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31356.10,33473.11,32589.71,10886.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.753458" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T02:00:23.754983" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-04T02:00:23.754550" elapsed="0.000520"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-04T02:00:23.755223" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-04T02:00:23.754081" elapsed="0.001685"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-04T01:50:17.241069" elapsed="606.514760"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.756320" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-04T02:00:23.755982" elapsed="0.000393"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-04T02:00:23.756890" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-08-04T02:00:23.756592" elapsed="0.000650"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-04T01:50:17.238446" elapsed="606.518834"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.758719" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.758340" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.760020" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-04T02:00:23.759675" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-04T02:00:23.760403" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:00:23.760187" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-04T02:00:23.763331" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:00:23.763080" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-04T02:00:23.763060" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:00:23.763747" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-04T02:00:23.763875" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-04T02:00:23.763545" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.764465" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.20 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.133" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:00:23.764033" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:00:23.765074" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T02:00:23.764670" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T02:00:23.765969" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T02:00:23.766071" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-04T02:00:23.765669" elapsed="0.000428"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T02:00:23.766234" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T02:00:23.767406" level="INFO">Logging into '10.30.170.133:22' as 'jenkins'.</msg>
<msg time="2026-08-04T02:00:24.356671" 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 Tue Aug  4 02:00:23 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.133
  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: Tue Aug  4 01:50:17 2026 from 10.30.170.60
[?2004h[jenkins@releng-48317-800-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-04T02:00:23.767041" elapsed="0.589843"/>
</kw>
<msg time="2026-08-04T02:00:24.356974" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T02:00:23.766702" elapsed="0.590391"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-04T02:00:23.765300" elapsed="0.591920"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-04T02:00:24.357786" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.20 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-04T02:08:11.098217" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-04T02:08:11.098791" level="INFO">${stdout} = </msg>
<msg time="2026-08-04T02:08:11.098897" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-04T02:00:24.357465" elapsed="466.741498"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:08:11.099484" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:08:11.101410" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:29.495 16  switches: flows:  558378 549659 546520 541880 559510 557446 556442 554495 545461 549750 554173 546548 543114 544654 534426 535371  total = 146.297117 per ms 
02:02:29.596 16  switches: flows:  499749 508936 515795 504055 507619 501367 508521 511641 512848 513512 509776 512966 504156 509613 502747 506924  total = 135.275756 per ms 
02:03:29.698 16  switches: flows:  523287 514232 513051 513410 524988 515452 514877 516890 517217 519134 521117 522826 515126 525565 517179 519934  total = 138.003847 per ms 
02:04:29.800 16  switches: flows:  511392 499597 501010 498057 506255 504222 510538 515949 515274 515209 514297 502638 523535 481805 504376 496202  total = 134.778522 per ms 
02:05:36.996 16  switches: flows:  517548 526962 525318 525561 524615 525890 525514 521365 526976 527006 524003 524572 531101 529290 526930 524068  total = 125.106313 per ms 
02:06:37.099 16  switches: flows:  579764 575693 587486 585122 584763 580643 395000 582527 585469 586737 575986 419676 584058 584288 591687 589144  total = 149.549100 per ms 
02:07:37.200 16  switches: flows:  569309 567451 561762 563148 558983 557436 560326 566075 568280 560312 559915 568207 567760 558814 560399 546797  total = 149.662909 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-08-04T02:08:11.100632" elapsed="0.001132"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-04T02:08:11.102299" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-08-04T02:08:11.101972" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-08-04T02:08:11.101915" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-04T02:08:11.102707" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:08:11.102627" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-08-04T02:08:11.102593" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-04T02:08:11.102908" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T02:08:11.107724" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T02:08:11.108414" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:08:11.108817" 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-08-04T02:08:11.103622" elapsed="0.005410"/>
</kw>
<msg time="2026-08-04T02:08:11.109231" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-04T02:00:23.760801" elapsed="467.348467"/>
</kw>
<status status="PASS" start="2026-08-04T02:00:23.760487" elapsed="467.348848"/>
</branch>
<status status="PASS" start="2026-08-04T02:00:23.760167" elapsed="467.349198"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:08:11.109966" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:29.495 16  switches: flows:  558378 549659 546520 541880 559510 557446 556442 554495 545461 549750 554173 546548 543114 544654 534426 535371  total = 146.297117 per ms 
02:02:29.596 16  switches: flows:  499749 508936 515795 504055 507619 501367 508521 511641 512848 513512 509776 512966 504156 509613 502747 506924  total = 135.275756 per ms 
02:03:29.698 16  switches: flows:  523287 514232 513051 513410 524988 515452 514877 516890 517217 519134 521117 522826 515126 525565 517179 519934  total = 138.003847 per ms 
02:04:29.800 16  switches: flows:  511392 499597 501010 498057 506255 504222 510538 515949 515274 515209 514297 502638 523535 481805 504376 496202  total = 134.778522 per ms 
02:05:36.996 16  switches: flows:  517548 526962 525318 525561 524615 525890 525514 521365 526976 527006 524003 524572 531101 529290 526930 524068  total = 125.106313 per ms 
02:06:37.099 16  switches: flows:  579764 575693 587486 585122 584763 580643 395000 582527 585469 586737 575986 419676 584058 584288 591687 589144  total = 149.549100 per ms 
02:07:37.200 16  switches: flows:  569309 567451 561762 563148 558983 557436 560326 566075 568280 560312 559915 568207 567760 558814 560399 546797  total = 149.662909 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-08-04T02:08:11.109554" elapsed="0.000535"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-04T02:08:11.110938" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:29.495 16  switches: flows:  558378 549659 546520 541880 559510 557446 556442 554495 545461 549750 554173 546548 543114 544654 534426 535371  total = 146.297117 per ms 
02:02:29.596 16  switches: flows:  499749 508936 515795 504055 507619 501367 508521 511641 512848 513512 509776 512966 504156 509613 502747 506924  total = 135.275756 per ms 
02:03:29.698 16  switches: flows:  523287 514232 513051 513410 524988 515452 514877 516890 517217 519134 521117 522826 515126 525565 517179 519934  total = 138.003847 per ms 
02:04:29.800 16  switches: flows:  511392 499597 501010 498057 506255 504222 510538 515949 515274 515209 514297 502638 523535 481805 504376 496202  total = 134.778522 per ms 
02:05:36.996 16  switches: flows:  517548 526962 525318 525561 524615 525890 525514 521365 526976 527006 524003 524572 531101 529290 526930 524068  total = 125.106313 per ms 
02:06:37.099 16  switches: flows:  579764 575693 587486 585122 584763 580643 395000 582527 585469 586737 575986 419676 584058 584288 591687 589144  total = 149.549100 per ms 
02:07:37.200 16  switches: flows:  569309 567451 561762 563148 558983 557436 560326 566075 568280 560312 559915 568207 567760 558814 560399 546797  total = 149.662909 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-08-04T02:08:11.110291" elapsed="0.000894">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:29.495 16  switches: flows:  558378 549659 546520 541880 559510 557446 556442 554495 545461 549750 554173 546548 543114 544654 534426 535371  total = 146.297117 per ms 
02:02:29.596 16  switches: flows:  499749 508936 515795 504055 507619 501367 508521 511641 512848 513512 509776 512966 504156 509613 502747 506924  total = 135.275756 per ms 
02:03:29.698 16  switches: flows:  523287 514232 513051 513410 524988 515452 514877 516890 517217 519134 521117 522826 515126 525565 517179 519934  total = 138.003847 per ms 
02:04:29.800 16  switches: flows:  511392 499597 501010 498057 506255 504222 510538 515949 515274 515209 514297 502638 523535 481805 504376 496202  total = 134.778522 per ms 
02:05:36.996 16  switches: flows:  517548 526962 525318 525561 524615 525890 525514 521365 526976 527006 524003 524572 531101 529290 526930 524068  total = 125.106313 per ms 
02:06:37.099 16  switches: flows:  579764 575693 587486 585122 584763 580643 395000 582527 585469 586737 575986 419676 584058 584288 591687 589144  total = 149.549100 per ms 
02:07:37.200 16  switches: flows:  569309 567451 561762 563148 558983 557436 560326 566075 568280 560312 559915 568207 567760 558814 560399 546797  total = 149.662909 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-08-04T02:08:11.111488" elapsed="0.000032"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.111724" elapsed="0.000029"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.111944" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.112182" elapsed="0.000028"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.112401" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.112625" elapsed="0.000028"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.112850" elapsed="0.000027"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.113253" elapsed="0.000028"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-04T02:08:11.113078" elapsed="0.000249"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-04T02:08:11.112961" elapsed="0.000404"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.113571" 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-08-04T02:08:11.113795" elapsed="0.000027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.114027" elapsed="0.000046"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.114268" elapsed="0.000027"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.114498" elapsed="0.000027"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.114713" elapsed="0.000028"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-04T02:08:11.114925" elapsed="0.000032"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="FAIL" start="2026-08-04T02:00:23.759104" elapsed="467.356056">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:29.495 16  switches: flows:  558378 549659 546520 541880 559510 557446 556442 554495 545461 549750 554173 546548 543114 544654 534426 535371  total = 146.297117 per ms 
02:02:29.596 16  switches: flows:  499749 508936 515795 504055 507619 501367 508521 511641 512848 513512 509776 512966 504156 509613 502747 506924  total = 135.275756 per ms 
02:03:29.698 16  switches: flows:  523287 514232 513051 513410 524988 515452 514877 516890 517217 519134 521117 522826 515126 525565 517179 519934  total = 138.003847 per ms 
02:04:29.800 16  switches: flows:  511392 499597 501010 498057 506255 504222 510538 515949 515274 515209 514297 502638 523535 481805 504376 496202  total = 134.778522 per ms 
02:05:36.996 16  switches: flows:  517548 526962 525318 525561 524615 525890 525514 521365 526976 527006 524003 524572 531101 529290 526930 524068  total = 125.106313 per ms 
02:06:37.099 16  switches: flows:  579764 575693 587486 585122 584763 580643 395000 582527 585469 586737 575986 419676 584058 584288 591687 589144  total = 149.549100 per ms 
02:07:37.200 16  switches: flows:  569309 567451 561762 563148 558983 557436 560326 566075 568280 560312 559915 568207 567760 558814 560399 546797  total = 149.662909 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-08-04T02:08:11.115392" elapsed="0.000029"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-04T02:08:11.116172" elapsed="0.000375"/>
</kw>
<status status="PASS" start="2026-08-04T02:08:11.115740" elapsed="0.000903"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-08-04T02:00:23.757705" elapsed="467.358989">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:29.495 16  switches: flows:  558378 549659 546520 541880 559510 557446 556442 554495 545461 549750 554173 546548 543114 544654 534426 535371  total = 146.297117 per ms 
02:02:29.596 16  switches: flows:  499749 508936 515795 504055 507619 501367 508521 511641 512848 513512 509776 512966 504156 509613 502747 506924  total = 135.275756 per ms 
02:03:29.698 16  switches: flows:  523287 514232 513051 513410 524988 515452 514877 516890 517217 519134 521117 522826 515126 525565 517179 519934  total = 138.003847 per ms 
02:04:29.800 16  switches: flows:  511392 499597 501010 498057 506255 504222 510538 515949 515274 515209 514297 502638 523535 481805 504376 496202  total = 134.778522 per ms 
02:05:36.996 16  switches: flows:  517548 526962 525318 525561 524615 525890 525514 521365 526976 527006 524003 524572 531101 529290 526930 524068  total = 125.106313 per ms 
02:06:37.099 16  switches: flows:  579764 575693 587486 585122 584763 580643 395000 582527 585469 586737 575986 419676 584058 584288 591687 589144  total = 149.549100 per ms 
02:07:37.200 16  switches: flows:  569309 567451 561762 563148 558983 557436 560326 566075 568280 560312 559915 568207 567760 558814 560399 546797  total = 149.662909 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-08-04T02:08:11.118948" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:08:11.118520" elapsed="0.000486"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T02:08:11.120779" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-04T02:08:11.120108" elapsed="0.000715"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.121145" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:08:11.120892" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-04T02:08:11.124127" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:08:11.123867" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-08-04T02:08:11.123849" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:08:11.124521" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-04T02:08:11.124638" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-04T02:08:11.124335" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:08:11.125229" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.133" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:08:11.124795" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:08:11.125815" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T02:08:11.125423" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T02:08:11.126743" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T02:08:11.126830" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-04T02:08:11.126444" elapsed="0.000410"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T02:08:11.126991" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T02:08:11.128179" level="INFO">Logging into '10.30.170.133:22' as 'jenkins'.</msg>
<msg time="2026-08-04T02:08:12.242041" 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 Tue Aug  4 02:08:11 UTC 2026

  System load:  0.29               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.133
  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: Tue Aug  4 02:00:24 2026 from 10.30.170.60
[?2004h[jenkins@releng-48317-800-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-04T02:08:11.127816" elapsed="1.114460"/>
</kw>
<msg time="2026-08-04T02:08:12.242364" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-04T02:08:11.127478" elapsed="1.114973"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-04T02:08:11.126067" elapsed="1.116505"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-04T02:08:12.243141" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-04T02:18:18.268080" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-04T02:18:18.268667" level="INFO">${stdout} = </msg>
<msg time="2026-08-04T02:18:18.268771" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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-08-04T02:08:12.242802" elapsed="606.026032"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:18:18.269357" elapsed="0.000680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.271247" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:09:17.365 16  switches: flows:  104787 109074 104061 107470 104529 104433 104078 105907 106017 103897 105466 103745 104042 106621 105840 104709  total = 28.077933 per ms 
02:10:17.466 16  switches: flows:  124743 126949 122081 127457 123874 122398 121600 124464 126355 121543 123165 121654 123601 124758 123702 123320  total = 32.972705 per ms 
02:11:17.566 16  switches: flows:  116479 118939 116947 117910 115864 113697 117219 115209 117097 113403 115678 115148 115087 118047 114513 115076  total = 30.886994 per ms 
02:12:17.666 16  switches: flows:  119235 121269 119345 121291 119312 119478 117840 119223 121589 116794 120806 115650 121733 120984 118655 119772  total = 31.829815 per ms 
02:13:17.766 16  switches: flows:  124246 126858 123340 124389 123082 122326 122214 123221 124166 122363 122042 120467 123330 124329 121918 124218  total = 32.820377 per ms 
02:14:17.867 16  switches: flows:  124090 126437 122772 125707 122428 121921 121186 121763 124255 121758 122527 122085 121934 124111 121918 123504  total = 32.751956 per ms 
02:15:17.969 16  switches: flows:  124993 127001 124760 126530 123875 124023 121761 123177 125152 121704 124099 121579 124289 125576 124157 125293  total = 33.076366 per ms 
02:16:18.069 16  switches: flows:  124457 127757 125386 126685 122560 123222 123394 124687 125551 123000 123883 120478 124902 125211 124126 125965  total = 33.132426 per ms 
02:17:18.170 16  switches: flows:  125028 128397 123658 125880 124210 122505 123534 123509 125956 120846 124150 120636 124840 124300 123355 124953  total = 33.040738 per ms 
02:18:18.270 16  switches: flows:  119080 121424 118600 120779 119492 117006 117581 116283 120142 115474 117843 115107 117230 118907 117985 118899  total = 31.477986 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30886.99/33132.43/32443.26/10842.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.270436" elapsed="0.001125"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-04T02:18:18.272082" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-04T02:18:18.271754" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-08-04T02:18:18.271696" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-04T02:18:18.272512" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:18:18.272416" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-08-04T02:18:18.272381" elapsed="0.000271"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-04T02:18:18.272722" 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-08-04T02:18:18.278799" elapsed="0.000344"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T02:18:18.279291" elapsed="0.000157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:18:18.279577" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-04T02:18:18.273416" elapsed="0.006311"/>
</kw>
<msg time="2026-08-04T02:18:18.279854" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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-08-04T02:08:11.121590" elapsed="607.158290"/>
</kw>
<status status="PASS" start="2026-08-04T02:08:11.121264" elapsed="607.158665"/>
</branch>
<status status="PASS" start="2026-08-04T02:08:11.120873" elapsed="607.159078"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.280394" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:09:17.365 16  switches: flows:  104787 109074 104061 107470 104529 104433 104078 105907 106017 103897 105466 103745 104042 106621 105840 104709  total = 28.077933 per ms 
02:10:17.466 16  switches: flows:  124743 126949 122081 127457 123874 122398 121600 124464 126355 121543 123165 121654 123601 124758 123702 123320  total = 32.972705 per ms 
02:11:17.566 16  switches: flows:  116479 118939 116947 117910 115864 113697 117219 115209 117097 113403 115678 115148 115087 118047 114513 115076  total = 30.886994 per ms 
02:12:17.666 16  switches: flows:  119235 121269 119345 121291 119312 119478 117840 119223 121589 116794 120806 115650 121733 120984 118655 119772  total = 31.829815 per ms 
02:13:17.766 16  switches: flows:  124246 126858 123340 124389 123082 122326 122214 123221 124166 122363 122042 120467 123330 124329 121918 124218  total = 32.820377 per ms 
02:14:17.867 16  switches: flows:  124090 126437 122772 125707 122428 121921 121186 121763 124255 121758 122527 122085 121934 124111 121918 123504  total = 32.751956 per ms 
02:15:17.969 16  switches: flows:  124993 127001 124760 126530 123875 124023 121761 123177 125152 121704 124099 121579 124289 125576 124157 125293  total = 33.076366 per ms 
02:16:18.069 16  switches: flows:  124457 127757 125386 126685 122560 123222 123394 124687 125551 123000 123883 120478 124902 125211 124126 125965  total = 33.132426 per ms 
02:17:18.170 16  switches: flows:  125028 128397 123658 125880 124210 122505 123534 123509 125956 120846 124150 120636 124840 124300 123355 124953  total = 33.040738 per ms 
02:18:18.270 16  switches: flows:  119080 121424 118600 120779 119492 117006 117581 116283 120142 115474 117843 115107 117230 118907 117985 118899  total = 31.477986 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30886.99/33132.43/32443.26/10842.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.280104" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-04T02:18:18.280612" elapsed="0.000370"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-04T02:18:18.281376" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-04T02:18:18.281465" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30886.99/33132.43/32443.26/10842.54 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-04T02:18:18.281156" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T02:18:18.281896" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30886.99/33132.43/32443.26/10842.54 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-04T02:18:18.281645" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.284294" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.282083" elapsed="0.002268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.286701" level="INFO">30886.99/33132.43/32443.26/10842.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.284496" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T02:18:18.289095" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-04T02:18:18.286905" elapsed="0.002217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T02:18:18.291521" level="INFO">@{result_value_list} = [ 30886.99 | 33132.43 | 32443.26 | 10842.54 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-04T02:18:18.289310" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.292008" level="INFO">Length is 4.</msg>
<msg time="2026-08-04T02:18:18.292112" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-04T02:18:18.291700" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.296771" level="INFO">min :: 30886.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.292509" elapsed="0.004318"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-04T02:18:18.292381" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.301330" level="INFO">max :: 33132.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.297092" elapsed="0.004294"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-04T02:18:18.296948" elapsed="0.004474"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.305887" level="INFO">avg :: 32443.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.301640" elapsed="0.004303"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-04T02:18:18.301514" elapsed="0.004463"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.310431" level="INFO">stdev :: 10842.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.306203" elapsed="0.004284"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-04T02:18:18.306078" elapsed="0.004443"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-04T02:18:18.292204" elapsed="0.018360"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.314381" level="INFO">${min} = 30886.99</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:18:18.310726" elapsed="0.003681"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.318451" level="INFO">${max} = 33132.43</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:18:18.314587" elapsed="0.003891"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.322326" level="INFO">${average} = 32443.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:18:18.318651" elapsed="0.003702"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.326211" level="INFO">${stdev} = 10842.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T02:18:18.322504" elapsed="0.003733"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.326756" level="INFO">${date} = 2026-08-04 02:18:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-04T02:18:18.326394" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.327351" level="INFO">CBench Result: 2026-08-04 02:18:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30886.99,33132.43,32443.26,10842.54</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T02:18:18.326928" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T02:18:18.328460" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-04T02:18:18.328018" elapsed="0.000519"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-04T02:18:18.328686" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-04T02:18:18.327556" elapsed="0.001661"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-04T02:08:11.119540" elapsed="607.209737"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.329726" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-04T02:18:18.329422" elapsed="0.000360"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-04T02:18:18.331026" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-04T02:18:18.330509" elapsed="0.000558"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-04T02:18:18.331289" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-04T02:18:18.331143" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-08-04T02:18:18.331125" elapsed="0.000248"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.331513" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.331670" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.331827" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.332017" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.332183" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.332328" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.332471" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-04T02:18:18.332689" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:18:18.332552" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-08-04T02:18:18.332536" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-04T02:18:18.330154" elapsed="0.002660"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-04T02:08:11.117727" elapsed="607.215132"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="FAIL" start="2026-08-04T01:50:14.612896" elapsed="1683.720598"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
