<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-07T01:56:31.638786" 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-07-07T01:56:32.196705" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-07T01:56:32.196570" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:32.196542" elapsed="0.000262"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:56:32.196949" elapsed="0.000529"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T01:56:32.197951" level="INFO">Logging into '10.30.171.193:8101' as 'karaf'.</msg>
<msg time="2026-07-07T01:56:32.898265" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-07T01:56:32.197650" elapsed="0.700951"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T01:56:32.949569" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-07T01:56:32.899066" elapsed="0.050577"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T01:56:32.951372" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T01:56:32.951486" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-07T01:56:32.949814" elapsed="0.001702"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-07T01:56:32.951676" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:56:32.952056" elapsed="0.000270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:56:32.952855" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:56:32.952496" elapsed="0.000414"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T01:56:32.952967" elapsed="0.000062"/>
</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.193
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T01:56:32.196190" elapsed="0.757078"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-07T01:56:32.192555" elapsed="0.760787"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T01:56:32.954013" 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-07-07T01:56:32.953550" elapsed="0.000527"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T01:56:32.954516" 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-07-07T01:56:32.954251" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T01:56:32.955144" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-07T01:56:32.954739" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T01:56:32.955718" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T01:56:32.955363" elapsed="0.000398"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T01:56:32.956327" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-07T01:56:32.955908" elapsed="0.000450"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T01:56:32.956835" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T01:56:32.956520" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-07T01:56:32.957220" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-07T01:56:32.956970" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T01:56:32.961989" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:56:32.961558" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T01:56:32.963052" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T01:56:32.963134" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T01:56:32.962585" elapsed="0.000594"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:56:32.963325" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T01:56:32.964695" level="INFO">Logging into '10.30.171.26:22' as 'jenkins'.</msg>
<msg time="2026-07-07T01:56:33.649532" 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 Jul  7 01:56:33 UTC 2026

  System load:  0.2                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.26
  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-772-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T01:56:32.964185" elapsed="0.685512"/>
</kw>
<msg time="2026-07-07T01:56:33.649807" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:56:32.963823" elapsed="0.686096"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T01:56:32.962242" elapsed="0.687836"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-07T01:56:33.657609" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-07T01:56:33.650370" elapsed="0.008809"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:56:33.659375" elapsed="0.000352"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-07T01:56:32.960970" elapsed="0.698846"/>
</kw>
<status status="PASS" start="2026-07-07T01:56:32.957589" elapsed="0.702269"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:32.956941" elapsed="0.702956"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T01:56:33.660059" elapsed="0.000805"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T01:56:33.672344" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-07T01:56:33.672057" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:33.672002" elapsed="0.000428"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T01:56:33.676084" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-07T01:56:33.675969" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:33.675949" elapsed="0.000222"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:56:33.676310" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T01:56:33.677223" level="INFO">Logging into '10.30.171.193:8101' as 'karaf'.</msg>
<msg time="2026-07-07T01:56:33.866882" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-07T01:56:33.676908" elapsed="0.190088"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T01:56:33.962922" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-07T01:56:33.867220" elapsed="0.095804"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T01:56:33.978223" 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-07-07T01:56:33.978426" 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-07-07T01:56:33.963216" elapsed="0.015242"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-07T01:56:33.978605" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:56:33.978952" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:56:33.979684" 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-07-07T01:56:33.979383" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T01:56:33.979788" elapsed="0.000051"/>
</return>
<msg time="2026-07-07T01:56:33.979985" 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.193
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T01:56:33.675583" elapsed="0.304434"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T01:56:33.980182" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T01:56:33.980806" 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-07-07T01:56:33.671249" elapsed="0.309691"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T01:56:33.984752" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-07T01:56:33.984628" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:33.984605" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:56:33.984955" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T01:56:33.986089" level="INFO">Logging into '10.30.171.193:8101' as 'karaf'.</msg>
<msg time="2026-07-07T01:56:34.147346" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-07T01:56:33.985564" elapsed="0.161880"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T01:56:34.191895" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-07T01:56:34.147617" elapsed="0.044342"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T01:56:34.193756" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T01:56:34.193858" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-07T01:56:34.192114" elapsed="0.001773"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-07T01:56:34.194023" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:56:34.194372" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:56:34.194982" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:56:34.194701" elapsed="0.000331"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T01:56:34.195081" elapsed="0.000042"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.193
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T01:56:33.984303" elapsed="0.210950"/>
</kw>
<status status="PASS" start="2026-07-07T01:56:32.190596" elapsed="2.004723"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:56:34.197547" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:56:34.196218" elapsed="0.001396"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T01:56:34.199083" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T01:56:34.198728" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T01:56:34.199486" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-07T01:56:34.199232" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-07T01:56:34.202733" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-07T01:56:34.202470" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:34.202450" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T01:56:34.203170" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-07T01:56:34.202951" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:56:34.203885" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.26" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:56:34.203461" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T01:56:34.204565" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:56:34.204086" elapsed="0.000505"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T01:56:34.205521" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T01:56:34.205611" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T01:56:34.205197" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:56:34.205786" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T01:56:34.207046" level="INFO">Logging into '10.30.171.26:22' as 'jenkins'.</msg>
<msg time="2026-07-07T01:56:34.526886" 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 Jul  7 01:56:33 UTC 2026

  System load:  0.2                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.26
  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 Jul  7 01:56:33 2026 from 10.30.171.163
[?2004h[jenkins@releng-48317-772-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T01:56:34.206685" elapsed="0.320335"/>
</kw>
<msg time="2026-07-07T01:56:34.527089" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:56:34.206294" elapsed="0.320891"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T01:56:34.204797" elapsed="0.322495"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T01:56:34.527716" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T02:06:40.644924" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T02:06:40.645392" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T02:06:40.645455" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T01:56:34.527471" elapsed="606.118019"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T02:06:40.645812" elapsed="0.000572"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.647206" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:39.746 16  switches: flows:  93919 98141 96145 94313 95140 93737 94743 94726 94136 95513 93110 90845 95374 91113 91780 90751  total = 25.058100 per ms 
01:58:39.847 16  switches: flows:  117787 121184 119567 121311 121984 120211 120783 118920 118485 120006 116937 116543 120179 118522 116074 116605  total = 31.698700 per ms 
01:59:39.947 16  switches: flows:  118333 117437 119209 120518 117951 117119 120381 116441 116989 117985 115232 115760 116277 115437 113179 114906  total = 31.167202 per ms 
02:00:40.048 16  switches: flows:  111591 113889 113559 113792 112789 112490 111713 110492 109707 109556 110324 108230 110878 109571 108985 108370  total = 29.549592 per ms 
02:01:40.148 16  switches: flows:  115921 118238 118574 118093 115884 114664 115648 115341 112886 111390 112318 111945 114051 113063 113415 112736  total = 30.518500 per ms 
02:02:40.248 16  switches: flows:  110899 113654 113375 114150 112171 111405 111867 111524 110191 109818 105928 108072 111196 110088 109184 107683  total = 29.470847 per ms 
02:03:40.349 16  switches: flows:  94655 97548 96733 96856 96721 94017 96010 94951 93982 94509 91930 91706 95339 93489 93438 92589  total = 25.199150 per ms 
02:04:40.450 16  switches: flows:  114729 118699 118148 117703 117748 116146 115981 117112 113328 113053 112071 113037 113105 113231 112586 111633  total = 30.586968 per ms 
02:05:40.552 16  switches: flows:  117830 119555 115610 118911 120352 114006 118122 118235 115317 115708 113381 114167 114601 112436 112954 111453  total = 30.825453 per ms 
02:06:40.652 16  switches: flows:  115450 118994 116722 117779 117031 116571 116715 116745 112699 114816 112235 113642 113562 112420 112302 112012  total = 30.610371 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25199.15/31698.70/29958.53/10148.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.646659" elapsed="0.000779"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T02:06:40.647791" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-07-07T02:06:40.647585" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-07-07T02:06:40.647541" elapsed="0.000381"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T02:06:40.648051" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-07T02:06:40.648000" elapsed="0.000105"/>
</branch>
<status status="NOT RUN" start="2026-07-07T02:06:40.647979" elapsed="0.000155"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T02:06:40.648200" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T02:06:40.651651" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T02:06:40.652342" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T02:06:40.652825" elapsed="0.000134"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T02:06:40.648665" elapsed="0.004362"/>
</kw>
<msg time="2026-07-07T02:06:40.653215" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T01:56:34.200007" elapsed="606.453243"/>
</kw>
<status status="PASS" start="2026-07-07T01:56:34.199597" elapsed="606.453716"/>
</branch>
<status status="PASS" start="2026-07-07T01:56:34.199209" elapsed="606.454137"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.653935" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:39.746 16  switches: flows:  93919 98141 96145 94313 95140 93737 94743 94726 94136 95513 93110 90845 95374 91113 91780 90751  total = 25.058100 per ms 
01:58:39.847 16  switches: flows:  117787 121184 119567 121311 121984 120211 120783 118920 118485 120006 116937 116543 120179 118522 116074 116605  total = 31.698700 per ms 
01:59:39.947 16  switches: flows:  118333 117437 119209 120518 117951 117119 120381 116441 116989 117985 115232 115760 116277 115437 113179 114906  total = 31.167202 per ms 
02:00:40.048 16  switches: flows:  111591 113889 113559 113792 112789 112490 111713 110492 109707 109556 110324 108230 110878 109571 108985 108370  total = 29.549592 per ms 
02:01:40.148 16  switches: flows:  115921 118238 118574 118093 115884 114664 115648 115341 112886 111390 112318 111945 114051 113063 113415 112736  total = 30.518500 per ms 
02:02:40.248 16  switches: flows:  110899 113654 113375 114150 112171 111405 111867 111524 110191 109818 105928 108072 111196 110088 109184 107683  total = 29.470847 per ms 
02:03:40.349 16  switches: flows:  94655 97548 96733 96856 96721 94017 96010 94951 93982 94509 91930 91706 95339 93489 93438 92589  total = 25.199150 per ms 
02:04:40.450 16  switches: flows:  114729 118699 118148 117703 117748 116146 115981 117112 113328 113053 112071 113037 113105 113231 112586 111633  total = 30.586968 per ms 
02:05:40.552 16  switches: flows:  117830 119555 115610 118911 120352 114006 118122 118235 115317 115708 113381 114167 114601 112436 112954 111453  total = 30.825453 per ms 
02:06:40.652 16  switches: flows:  115450 118994 116722 117779 117031 116571 116715 116745 112699 114816 112235 113642 113562 112420 112302 112012  total = 30.610371 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25199.15/31698.70/29958.53/10148.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.653548" elapsed="0.000484"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T02:06:40.654242" elapsed="0.000508"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T02:06:40.655269" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T02:06:40.655389" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25199.15/31698.70/29958.53/10148.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-07T02:06:40.654954" elapsed="0.000467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T02:06:40.655932" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25199.15/31698.70/29958.53/10148.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T02:06:40.655614" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.659082" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.656146" elapsed="0.003056"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.662452" level="INFO">25199.15/31698.70/29958.53/10148.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.659422" elapsed="0.003116"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T02:06:40.665721" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T02:06:40.662773" elapsed="0.002985"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T02:06:40.669110" level="INFO">@{result_value_list} = [ 25199.15 | 31698.70 | 29958.53 | 10148.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T02:06:40.666073" elapsed="0.003096"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.669893" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T02:06:40.670017" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T02:06:40.669414" elapsed="0.000637"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.676552" level="INFO">min :: 25199.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.670629" elapsed="0.006024"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T02:06:40.670439" elapsed="0.006270"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.682603" level="INFO">max :: 31698.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.677132" elapsed="0.005549"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T02:06:40.676900" elapsed="0.005827"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.687879" level="INFO">avg :: 29958.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.683034" elapsed="0.004924"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T02:06:40.682849" elapsed="0.005156"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.692751" level="INFO">stdev :: 10148.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.688338" elapsed="0.004532"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T02:06:40.688128" elapsed="0.004787"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T02:06:40.670147" elapsed="0.022807"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.697075" level="INFO">${min} = 25199.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:06:40.693178" elapsed="0.003934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.701540" level="INFO">${max} = 31698.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:06:40.697344" elapsed="0.004231"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.705638" level="INFO">${average} = 29958.53</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:06:40.701781" elapsed="0.003890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.709719" level="INFO">${stdev} = 10148.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:06:40.705876" elapsed="0.003873"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.710347" level="INFO">${date} = 2026-07-07 02:06:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T02:06:40.709943" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.710950" level="INFO">CBench Result: 2026-07-07 02:06:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25199.15,31698.70,29958.53,10148.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.710526" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T02:06:40.712168" 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-07-07T02:06:40.711686" elapsed="0.000550"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T02:06:40.712391" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T02:06:40.711188" elapsed="0.001779"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-07T01:56:34.198035" elapsed="606.514994"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.713521" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-07T02:06:40.713198" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-07T02:06:40.714108" elapsed="0.000288"/>
</kw>
<status status="PASS" start="2026-07-07T02:06:40.713799" elapsed="0.000668"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-07T01:56:34.195476" elapsed="606.519028"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.715939" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.715551" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.717411" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T02:06:40.717029" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T02:06:40.717846" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-07T02:06:40.717609" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-07T02:06:40.720854" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-07T02:06:40.720583" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-07-07T02:06:40.720564" elapsed="0.000416"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T02:06:40.721370" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-07T02:06:40.721117" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.722106" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.193 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.26" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:06:40.721667" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T02:06:40.722735" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T02:06:40.722325" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T02:06:40.723686" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T02:06:40.723775" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T02:06:40.723370" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T02:06:40.723944" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T02:06:40.725171" level="INFO">Logging into '10.30.171.26:22' as 'jenkins'.</msg>
<msg time="2026-07-07T02:06:41.400837" 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 Jul  7 02:06:40 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.26
  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 Jul  7 01:56:34 2026 from 10.30.171.163
[?2004h[jenkins@releng-48317-772-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T02:06:40.724784" elapsed="0.676273"/>
</kw>
<msg time="2026-07-07T02:06:41.401148" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T02:06:40.724442" elapsed="0.676825"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T02:06:40.722968" elapsed="0.678424"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T02:06:41.401922" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.193 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T02:10:46.377816" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-07-07T02:10:46.378432" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T02:10:46.378536" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T02:06:41.401621" elapsed="244.976972"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T02:10:46.379106" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.381042" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:46.558 16  switches: flows:  512186 511753 524379 492326 518148 508267 495274 507599 503960 499702 508494 515903 514118 510322 514095 497284  total = 135.563500 per ms 
02:08:46.659 16  switches: flows:  444144 442435 470069 422989 423021 429985 426033 404835 441561 429350 468232 549111 420996 445620 428116 425438  total = 117.667169 per ms 
02:09:48.525 16  switches: flows:  560012 550772 561852 562513 554888 555209 555173 546841 557545 495778 560052 554734 557895 561762 570659 551067  total = 143.163332 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:10:46.380251" elapsed="0.001111"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T02:10:46.381878" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-07-07T02:10:46.381559" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-07-07T02:10:46.381505" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T02:10:46.382328" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-07T02:10:46.382246" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-07T02:10:46.382210" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T02:10:46.382529" 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-07-07T02:10:46.386986" elapsed="0.000353"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T02:10:46.387487" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T02:10:46.387782" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T02:10:46.383240" elapsed="0.004696"/>
</kw>
<msg time="2026-07-07T02:10:46.388065" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T02:06:40.718273" elapsed="245.669818"/>
</kw>
<status status="PASS" start="2026-07-07T02:06:40.717933" elapsed="245.670207"/>
</branch>
<status status="PASS" start="2026-07-07T02:06:40.717585" elapsed="245.670595"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.388610" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:46.558 16  switches: flows:  512186 511753 524379 492326 518148 508267 495274 507599 503960 499702 508494 515903 514118 510322 514095 497284  total = 135.563500 per ms 
02:08:46.659 16  switches: flows:  444144 442435 470069 422989 423021 429985 426033 404835 441561 429350 468232 549111 420996 445620 428116 425438  total = 117.667169 per ms 
02:09:48.525 16  switches: flows:  560012 550772 561852 562513 554888 555209 555173 546841 557545 495778 560052 554734 557895 561762 570659 551067  total = 143.163332 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:10:46.388322" elapsed="0.000352"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.389303" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:46.558 16  switches: flows:  512186 511753 524379 492326 518148 508267 495274 507599 503960 499702 508494 515903 514118 510322 514095 497284  total = 135.563500 per ms 
02:08:46.659 16  switches: flows:  444144 442435 470069 422989 423021 429985 426033 404835 441561 429350 468232 549111 420996 445620 428116 425438  total = 117.667169 per ms 
02:09:48.525 16  switches: flows:  560012 550772 561852 562513 554888 555209 555173 546841 557545 495778 560052 554734 557895 561762 570659 551067  total = 143.163332 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-07-07T02:10:46.388820" elapsed="0.000666">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:46.558 16  switches: flows:  512186 511753 524379 492326 518148 508267 495274 507599 503960 499702 508494 515903 514118 510322 514095 497284  total = 135.563500 per ms 
02:08:46.659 16  switches: flows:  444144 442435 470069 422989 423021 429985 426033 404835 441561 429350 468232 549111 420996 445620 428116 425438  total = 117.667169 per ms 
02:09:48.525 16  switches: flows:  560012 550772 561852 562513 554888 555209 555173 546841 557545 495778 560052 554734 557895 561762 570659 551067  total = 143.163332 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.389666" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.389866" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.390030" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.390202" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.390364" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.390525" elapsed="0.000019"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.390687" elapsed="0.000019"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.390963" elapsed="0.000019"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-07-07T02:10:46.390843" elapsed="0.000170"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-07-07T02:10:46.390768" elapsed="0.000275"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.391207" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.391366" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.391522" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.391679" elapsed="0.000019"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.391844" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.391998" elapsed="0.000019"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-07-07T02:10:46.392145" elapsed="0.000038"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="FAIL" start="2026-07-07T02:06:40.716352" elapsed="245.675965">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:46.558 16  switches: flows:  512186 511753 524379 492326 518148 508267 495274 507599 503960 499702 508494 515903 514118 510322 514095 497284  total = 135.563500 per ms 
02:08:46.659 16  switches: flows:  444144 442435 470069 422989 423021 429985 426033 404835 441561 429350 468232 549111 420996 445620 428116 425438  total = 117.667169 per ms 
02:09:48.525 16  switches: flows:  560012 550772 561852 562513 554888 555209 555173 546841 557545 495778 560052 554734 557895 561762 570659 551067  total = 143.163332 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.392482" elapsed="0.000021"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-07T02:10:46.393070" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-07-07T02:10:46.392744" elapsed="0.000682"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-07-07T02:06:40.714837" elapsed="245.678628">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:46.558 16  switches: flows:  512186 511753 524379 492326 518148 508267 495274 507599 503960 499702 508494 515903 514118 510322 514095 497284  total = 135.563500 per ms 
02:08:46.659 16  switches: flows:  444144 442435 470069 422989 423021 429985 426033 404835 441561 429350 468232 549111 420996 445620 428116 425438  total = 117.667169 per ms 
02:09:48.525 16  switches: flows:  560012 550772 561852 562513 554888 555209 555173 546841 557545 495778 560052 554734 557895 561762 570659 551067  total = 143.163332 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.394939" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:10:46.394521" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.396471" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T02:10:46.395914" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.396800" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-07T02:10:46.396585" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-07T02:10:46.399790" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-07T02:10:46.399541" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-07T02:10:46.399522" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T02:10:46.400204" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-07T02:10:46.400000" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.400903" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.26" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:10:46.400484" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T02:10:46.401539" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T02:10:46.401125" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T02:10:46.402462" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T02:10:46.402549" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T02:10:46.402136" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T02:10:46.402712" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T02:10:46.403894" level="INFO">Logging into '10.30.171.26:22' as 'jenkins'.</msg>
<msg time="2026-07-07T02:10:55.882079" 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 Jul  7 02:10:55 UTC 2026

  System load:  0.79               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.26
  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 Jul  7 02:06:41 2026 from 10.30.171.163
[?2004h[jenkins@releng-48317-772-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T02:10:46.403542" elapsed="9.478808"/>
</kw>
<msg time="2026-07-07T02:10:55.882456" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T02:10:46.403200" elapsed="9.479357"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T02:10:46.401765" elapsed="9.480943"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T02:10:55.883306" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T02:21:01.911572" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T02:21:01.912137" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T02:21:01.912293" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T02:10:55.882952" elapsed="606.029400"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T02:21:01.912811" elapsed="0.000745"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.914686" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:01.023 16  switches: flows:  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  total = 0.000000 per ms 
02:13:01.123 16  switches: flows:  97851 99834 97291 97320 98175 95947 98186 97443 92430 94990 94253 95824 94082 94304 94309 94874  total = 25.575827 per ms 
02:14:01.224 16  switches: flows:  122991 122240 119380 119382 121021 118666 121890 120082 114956 113987 113476 113887 118228 118210 114359 113475  total = 31.384417 per ms 
02:15:01.326 16  switches: flows:  121546 122793 119789 119640 117942 117759 118378 118803 114386 113042 113184 114786 116250 115966 112666 114527  total = 31.138238 per ms 
02:16:01.428 16  switches: flows:  125143 125473 121108 121573 121240 119054 122081 120928 117282 115372 115074 115864 119088 119681 115874 115117  total = 31.778362 per ms 
02:17:01.529 16  switches: flows:  121045 120942 116152 119713 119930 115621 117937 117728 113490 113872 111623 114462 116709 114964 112816 113216  total = 30.952001 per ms 
02:18:01.629 16  switches: flows:  123753 120885 120635 118381 120135 117930 118241 119898 115804 117626 113394 116433 116487 117172 116480 116007  total = 31.435217 per ms 
02:19:01.729 16  switches: flows:  121151 118197 120287 117830 118922 117540 118509 117005 113789 115231 114425 116429 116085 117609 115405 116271  total = 31.192681 per ms 
02:20:01.829 16  switches: flows:  123238 118671 120016 119027 119211 117358 118046 115332 114639 116387 115172 117625 117271 117152 116168 116067  total = 31.304001 per ms 
02:21:01.930 16  switches: flows:  109620 108992 108623 107291 107257 107304 107213 106258 105245 105248 103401 106223 104777 105685 105087 105973  total = 28.355890 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25575.83/31778.36/30346.29/10298.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.913933" elapsed="0.001062"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T02:21:01.915539" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-07-07T02:21:01.915215" elapsed="0.000473"/>
</branch>
<status status="PASS" start="2026-07-07T02:21:01.915135" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T02:21:01.915950" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-07T02:21:01.915870" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-07T02:21:01.915836" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T02:21:01.916181" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T02:21:01.920994" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T02:21:01.921502" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T02:21:01.921798" 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-07-07T02:21:01.916862" elapsed="0.005089"/>
</kw>
<msg time="2026-07-07T02:21:01.922083" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T02:10:46.397221" elapsed="615.524889"/>
</kw>
<status status="PASS" start="2026-07-07T02:10:46.396882" elapsed="615.525293"/>
</branch>
<status status="PASS" start="2026-07-07T02:10:46.396566" elapsed="615.525633"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.922629" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.193: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.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:01.023 16  switches: flows:  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  total = 0.000000 per ms 
02:13:01.123 16  switches: flows:  97851 99834 97291 97320 98175 95947 98186 97443 92430 94990 94253 95824 94082 94304 94309 94874  total = 25.575827 per ms 
02:14:01.224 16  switches: flows:  122991 122240 119380 119382 121021 118666 121890 120082 114956 113987 113476 113887 118228 118210 114359 113475  total = 31.384417 per ms 
02:15:01.326 16  switches: flows:  121546 122793 119789 119640 117942 117759 118378 118803 114386 113042 113184 114786 116250 115966 112666 114527  total = 31.138238 per ms 
02:16:01.428 16  switches: flows:  125143 125473 121108 121573 121240 119054 122081 120928 117282 115372 115074 115864 119088 119681 115874 115117  total = 31.778362 per ms 
02:17:01.529 16  switches: flows:  121045 120942 116152 119713 119930 115621 117937 117728 113490 113872 111623 114462 116709 114964 112816 113216  total = 30.952001 per ms 
02:18:01.629 16  switches: flows:  123753 120885 120635 118381 120135 117930 118241 119898 115804 117626 113394 116433 116487 117172 116480 116007  total = 31.435217 per ms 
02:19:01.729 16  switches: flows:  121151 118197 120287 117830 118922 117540 118509 117005 113789 115231 114425 116429 116085 117609 115405 116271  total = 31.192681 per ms 
02:20:01.829 16  switches: flows:  123238 118671 120016 119027 119211 117358 118046 115332 114639 116387 115172 117625 117271 117152 116168 116067  total = 31.304001 per ms 
02:21:01.930 16  switches: flows:  109620 108992 108623 107291 107257 107304 107213 106258 105245 105248 103401 106223 104777 105685 105087 105973  total = 28.355890 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25575.83/31778.36/30346.29/10298.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.922341" elapsed="0.000361"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T02:21:01.922849" elapsed="0.000396"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T02:21:01.923646" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T02:21:01.923736" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25575.83/31778.36/30346.29/10298.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-07T02:21:01.923420" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T02:21:01.924183" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25575.83/31778.36/30346.29/10298.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T02:21:01.923914" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.926571" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.924358" elapsed="0.002270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.929067" level="INFO">25575.83/31778.36/30346.29/10298.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.926775" elapsed="0.002348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T02:21:01.931496" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T02:21:01.929287" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T02:21:01.933926" level="INFO">@{result_value_list} = [ 25575.83 | 31778.36 | 30346.29 | 10298.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T02:21:01.931712" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.934429" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T02:21:01.934517" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T02:21:01.934107" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.939258" level="INFO">min :: 25575.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.934927" elapsed="0.004387"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T02:21:01.934797" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.943871" level="INFO">max :: 31778.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.939566" elapsed="0.004361"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T02:21:01.939438" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.948455" level="INFO">avg :: 30346.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.944199" elapsed="0.004312"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T02:21:01.944055" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.953022" level="INFO">stdev :: 10298.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.948758" elapsed="0.004324"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T02:21:01.948631" elapsed="0.004485"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T02:21:01.934607" elapsed="0.018539"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.957315" level="INFO">${min} = 25575.83</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:21:01.953332" elapsed="0.004010"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.961485" level="INFO">${max} = 31778.36</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:21:01.957498" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.965395" level="INFO">${average} = 30346.29</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:21:01.961668" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.969309" level="INFO">${stdev} = 10298.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T02:21:01.965573" elapsed="0.003762"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.969843" level="INFO">${date} = 2026-07-07 02:21:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T02:21:01.969494" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.970445" level="INFO">CBench Result: 2026-07-07 02:21:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25575.83,31778.36,30346.29,10298.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T02:21:01.970015" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T02:21:01.971602" 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-07-07T02:21:01.971127" elapsed="0.000543"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T02:21:01.971822" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T02:21:01.970656" elapsed="0.001701"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-07T02:10:46.395364" elapsed="615.577053"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.972873" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-07T02:21:01.972567" elapsed="0.000363"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T02:21:01.974134" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-07T02:21:01.973646" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-07T02:21:01.974411" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-07-07T02:21:01.974251" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-07-07T02:21:01.974232" elapsed="0.000263"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-07T02:21:01.974655" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-07T02:21:01.974812" 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-07-07T02:21:01.974970" 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-07-07T02:21:01.975126" elapsed="0.000042"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-07T02:21:01.975339" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-07T02:21:01.975487" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-07T02:21:01.975631" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-07T02:21:01.975851" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-07T02:21:01.975713" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-07T02:21:01.975696" 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-07-07T02:21:01.973316" elapsed="0.002659"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-07T02:10:46.393963" elapsed="615.582058"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="FAIL" start="2026-07-07T01:56:31.640340" elapsed="1470.336270"/>
</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>
