<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-05T01:45:30.018056" 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-06-05T01:45:30.603987" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:45:30.603812" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:30.603781" elapsed="0.000307"/>
</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-06-05T01:45:30.604234" elapsed="0.000543"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-05T01:45:30.605258" level="INFO">Logging into '10.30.171.98:8101' as 'karaf'.</msg>
<msg time="2026-06-05T01:45:31.299120" 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-06-05T01:45:30.604953" elapsed="0.694376"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-05T01:45:31.347820" 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-06-05T01:45:31.299638" elapsed="0.048347"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-05T01:45:31.350087" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-05T01:45:31.350204" 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-06-05T01:45:31.348276" elapsed="0.001958"/>
</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-06-05T01:45:31.350411" elapsed="0.000283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:45:31.350858" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:45:31.351625" 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-06-05T01:45:31.351246" elapsed="0.000433"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T01:45:31.351735" elapsed="0.000061"/>
</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.98
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-05T01:45:30.603426" elapsed="0.748502"/>
</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-06-05T01:45:30.599618" elapsed="0.752389"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T01:45:31.352619" 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-06-05T01:45:31.352204" elapsed="0.000472"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T01:45:31.353077" 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-06-05T01:45:31.352831" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-05T01:45:31.353728" 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-06-05T01:45:31.353289" elapsed="0.000504"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T01:45:31.354329" 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-06-05T01:45:31.353984" elapsed="0.000410"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-05T01:45:31.354914" 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-06-05T01:45:31.354543" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T01:45:31.355431" 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-06-05T01:45:31.355102" elapsed="0.000371"/>
</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-06-05T01:45:31.355791" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:45:31.355569" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:45:31.360317" 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-06-05T01:45:31.359857" elapsed="0.000502"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:45:31.361697" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T01:45:31.361780" 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-06-05T01:45:31.360926" elapsed="0.000878"/>
</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-06-05T01:45:31.361956" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T01:45:31.363380" level="INFO">Logging into '10.30.170.65:22' as 'jenkins'.</msg>
<msg time="2026-06-05T01:45:32.073921" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 01:45:31 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.65
  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-740-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-06-05T01:45:31.362833" elapsed="0.711244"/>
</kw>
<msg time="2026-06-05T01:45:32.074168" 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-06-05T01:45:31.362480" elapsed="0.711779"/>
</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-06-05T01:45:31.360569" elapsed="0.713833"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.083317" 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-06-05T01:45:32.074616" elapsed="0.010711"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:45:32.085617" elapsed="0.000390"/>
</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-06-05T01:45:31.359305" elapsed="0.726791"/>
</kw>
<status status="PASS" start="2026-06-05T01:45:31.355932" elapsed="0.730215"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:31.355541" elapsed="0.730652"/>
</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-06-05T01:45:32.086430" elapsed="0.000665"/>
</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-06-05T01:45:32.093677" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:45:32.093505" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:32.093471" elapsed="0.000317"/>
</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-06-05T01:45:32.098821" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:45:32.098663" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:32.098636" elapsed="0.000283"/>
</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-06-05T01:45:32.099101" elapsed="0.000660"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.100392" level="INFO">Logging into '10.30.171.98:8101' as 'karaf'.</msg>
<msg time="2026-06-05T01:45:32.299151" 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-06-05T01:45:32.099970" elapsed="0.199272"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.392373" 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-06-05T01:45:32.299419" elapsed="0.093098"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.402242" 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-06-05T01:45:32.402481" 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-06-05T01:45:32.392732" elapsed="0.009781"/>
</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-06-05T01:45:32.402659" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:45:32.403034" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:45:32.403718" 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-06-05T01:45:32.403401" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T01:45:32.403825" elapsed="0.000054"/>
</return>
<msg time="2026-06-05T01:45:32.404051" 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.98
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-05T01:45:32.098148" elapsed="0.305936"/>
</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-06-05T01:45:32.404230" elapsed="0.000586"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T01:45:32.404869" elapsed="0.000031"/>
</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-06-05T01:45:32.093057" elapsed="0.311945"/>
</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-06-05T01:45:32.408754" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:45:32.408618" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:32.408593" elapsed="0.000233"/>
</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-06-05T01:45:32.408956" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.409836" level="INFO">Logging into '10.30.171.98:8101' as 'karaf'.</msg>
<msg time="2026-06-05T01:45:32.589891" 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-06-05T01:45:32.409579" elapsed="0.180451"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.615059" 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-06-05T01:45:32.590259" elapsed="0.024940"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.618611" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-05T01:45:32.618765" 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-06-05T01:45:32.615594" elapsed="0.003224"/>
</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-06-05T01:45:32.619028" elapsed="0.000291"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:45:32.619541" elapsed="0.000261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:45:32.620517" 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-06-05T01:45:32.620034" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T01:45:32.620668" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.98
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-05T01:45:32.408265" elapsed="0.212640"/>
</kw>
<status status="PASS" start="2026-06-05T01:45:30.597781" elapsed="2.023216"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:45:32.624221" 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-06-05T01:45:32.622237" elapsed="0.002087"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T01:45:32.626001" 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-06-05T01:45:32.625647" elapsed="0.000397"/>
</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-06-05T01:45:32.626411" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:45:32.626130" elapsed="0.000341"/>
</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-06-05T01:45:32.629513" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:45:32.629246" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:32.629220" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.629943" 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-06-05T01:45:32.630064" 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-06-05T01:45:32.629729" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:45:32.630669" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.65" 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-06-05T01:45:32.630227" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.631373" 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-06-05T01:45:32.630872" elapsed="0.000529"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:45:32.632349" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T01:45:32.632443" 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-06-05T01:45:32.631983" elapsed="0.000483"/>
</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-06-05T01:45:32.632611" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T01:45:32.633842" level="INFO">Logging into '10.30.170.65:22' as 'jenkins'.</msg>
<msg time="2026-06-05T01:45:33.015542" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 01:45:31 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.65
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun  5 01:45:31 2026 from 10.30.171.82
[?2004h[jenkins@releng-48317-740-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-06-05T01:45:32.633463" elapsed="0.382287"/>
</kw>
<msg time="2026-06-05T01:45:33.015849" 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-06-05T01:45:32.633097" elapsed="0.382841"/>
</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-06-05T01:45:32.631604" elapsed="0.384482"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-05T01:45:33.016937" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-05T01:55:39.134502" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-05T01:55:39.135035" level="INFO">${stdout} = </msg>
<msg time="2026-06-05T01:55:39.135144" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-05T01:45:33.016322" elapsed="606.118881"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:55:39.135678" elapsed="0.000767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.137572" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:38.229 16  switches: flows:  110452 108175 109037 106968 109500 108776 109412 104650 105746 103771 104701 103835 103928 105471 105204 104198  total = 28.397067 per ms 
01:47:38.329 16  switches: flows:  128973 129274 126023 127022 128834 128613 128289 124630 123659 122092 124361 122865 123599 125356 126884 122323  total = 33.490699 per ms 
01:48:38.430 16  switches: flows:  127985 128900 125430 126371 125930 129521 125922 124504 125233 121626 123215 121026 122515 124877 124872 120825  total = 33.256990 per ms 
01:49:38.530 16  switches: flows:  131978 131402 128601 129974 128484 130957 129629 125223 127320 123767 127213 125298 127753 128481 127684 124512  total = 34.081013 per ms 
01:50:38.630 16  switches: flows:  121533 121188 121623 121807 121114 120825 119480 117826 116983 115117 113108 115779 115438 115622 116682 115257  total = 31.437195 per ms 
01:51:38.731 16  switches: flows:  129804 129611 128488 128249 128779 130624 130206 124612 123685 123571 121514 122309 121273 124052 124778 120646  total = 33.480785 per ms 
01:52:38.831 16  switches: flows:  115200 119423 118082 118328 117285 118696 116565 114248 114188 112066 112302 114271 112769 114116 115234 113437  total = 30.718818 per ms 
01:53:38.931 16  switches: flows:  120008 122032 122378 120793 118649 124489 117015 116486 119412 114614 116029 117227 117287 119206 116886 116722  total = 31.601120 per ms 
01:54:39.031 16  switches: flows:  124171 124807 123235 121775 123025 123481 123628 120303 120625 119886 117819 118946 117358 119024 119136 120061  total = 32.234172 per ms 
01:55:39.132 16  switches: flows:  128339 129712 128792 128804 128986 127656 127377 122505 122750 122331 121215 121166 121758 123337 124335 122235  total = 33.299340 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30718.82/34081.01/32622.24/10928.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:55:39.136808" elapsed="0.001060"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-05T01:55:39.138397" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-06-05T01:55:39.138065" elapsed="0.000488"/>
</branch>
<status status="PASS" start="2026-06-05T01:55:39.138007" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-05T01:55:39.138823" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:55:39.138740" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-06-05T01:55:39.138703" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-05T01:55:39.139037" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-05T01:55:39.143472" elapsed="0.000472"/>
</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-06-05T01:55:39.144202" elapsed="0.000278"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:55:39.144664" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-05T01:55:39.139743" elapsed="0.005128"/>
</kw>
<msg time="2026-06-05T01:55:39.145048" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-05T01:45:32.626855" elapsed="606.518239"/>
</kw>
<status status="PASS" start="2026-06-05T01:45:32.626503" elapsed="606.518660"/>
</branch>
<status status="PASS" start="2026-06-05T01:45:32.626104" elapsed="606.519091"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.145814" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:38.229 16  switches: flows:  110452 108175 109037 106968 109500 108776 109412 104650 105746 103771 104701 103835 103928 105471 105204 104198  total = 28.397067 per ms 
01:47:38.329 16  switches: flows:  128973 129274 126023 127022 128834 128613 128289 124630 123659 122092 124361 122865 123599 125356 126884 122323  total = 33.490699 per ms 
01:48:38.430 16  switches: flows:  127985 128900 125430 126371 125930 129521 125922 124504 125233 121626 123215 121026 122515 124877 124872 120825  total = 33.256990 per ms 
01:49:38.530 16  switches: flows:  131978 131402 128601 129974 128484 130957 129629 125223 127320 123767 127213 125298 127753 128481 127684 124512  total = 34.081013 per ms 
01:50:38.630 16  switches: flows:  121533 121188 121623 121807 121114 120825 119480 117826 116983 115117 113108 115779 115438 115622 116682 115257  total = 31.437195 per ms 
01:51:38.731 16  switches: flows:  129804 129611 128488 128249 128779 130624 130206 124612 123685 123571 121514 122309 121273 124052 124778 120646  total = 33.480785 per ms 
01:52:38.831 16  switches: flows:  115200 119423 118082 118328 117285 118696 116565 114248 114188 112066 112302 114271 112769 114116 115234 113437  total = 30.718818 per ms 
01:53:38.931 16  switches: flows:  120008 122032 122378 120793 118649 124489 117015 116486 119412 114614 116029 117227 117287 119206 116886 116722  total = 31.601120 per ms 
01:54:39.031 16  switches: flows:  124171 124807 123235 121775 123025 123481 123628 120303 120625 119886 117819 118946 117358 119024 119136 120061  total = 32.234172 per ms 
01:55:39.132 16  switches: flows:  128339 129712 128792 128804 128986 127656 127377 122505 122750 122331 121215 121166 121758 123337 124335 122235  total = 33.299340 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30718.82/34081.01/32622.24/10928.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:55:39.145411" elapsed="0.000504"/>
</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-06-05T01:55:39.146120" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-05T01:55:39.147185" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-05T01:55:39.147312" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30718.82/34081.01/32622.24/10928.62 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-06-05T01:55:39.146867" elapsed="0.000499"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:55:39.147935" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30718.82/34081.01/32622.24/10928.62 | 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-06-05T01:55:39.147580" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.151555" 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-06-05T01:55:39.148211" elapsed="0.003443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.154610" level="INFO">30718.82/34081.01/32622.24/10928.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:55:39.151875" elapsed="0.002793"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:55:39.157115" 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-06-05T01:55:39.154819" elapsed="0.002325"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:55:39.159723" level="INFO">@{result_value_list} = [ 30718.82 | 34081.01 | 32622.24 | 10928.62 ]</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-06-05T01:55:39.157351" elapsed="0.002411"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.160281" level="INFO">Length is 4.</msg>
<msg time="2026-06-05T01:55:39.160389" 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-06-05T01:55:39.159934" elapsed="0.000480"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.165206" level="INFO">min :: 30718.82</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-06-05T01:55:39.160824" elapsed="0.004440"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-05T01:55:39.160689" elapsed="0.004610"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.169897" level="INFO">max :: 34081.01</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-06-05T01:55:39.165541" elapsed="0.004411"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-05T01:55:39.165409" elapsed="0.004578"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.175139" level="INFO">avg :: 32622.24</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-06-05T01:55:39.170204" elapsed="0.005006"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-05T01:55:39.170076" elapsed="0.005178"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.180232" level="INFO">stdev :: 10928.62</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-06-05T01:55:39.175531" elapsed="0.004766"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-05T01:55:39.175387" elapsed="0.004965"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-05T01:55:39.160486" elapsed="0.019901"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.184713" level="INFO">${min} = 30718.82</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-06-05T01:55:39.180549" elapsed="0.004200"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.188694" level="INFO">${max} = 34081.01</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-06-05T01:55:39.184922" elapsed="0.003799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.192927" level="INFO">${average} = 32622.24</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-06-05T01:55:39.188893" elapsed="0.004062"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.196946" level="INFO">${stdev} = 10928.62</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-06-05T01:55:39.193110" elapsed="0.003864"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.197515" level="INFO">${date} = 2026-06-05 01:55:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-05T01:55:39.197137" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.198116" level="INFO">CBench Result: 2026-06-05 01:55:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30718.82,34081.01,32622.24,10928.62</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-06-05T01:55:39.197690" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T01:55:39.199226" 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-06-05T01:55:39.198814" elapsed="0.000480"/>
</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-06-05T01:55:39.199466" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-05T01:55:39.198322" elapsed="0.001686"/>
</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-06-05T01:45:32.624976" elapsed="606.575133"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.200606" 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-06-05T01:55:39.200261" elapsed="0.000403"/>
</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-06-05T01:55:39.201261" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-06-05T01:55:39.200948" elapsed="0.000679"/>
</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-06-05T01:45:32.621202" elapsed="606.580463"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.203263" 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-06-05T01:55:39.202829" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.204720" 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-06-05T01:55:39.204369" elapsed="0.000394"/>
</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-06-05T01:55:39.205253" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:55:39.204926" elapsed="0.000393"/>
</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-06-05T01:55:39.208252" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:55:39.207982" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-06-05T01:55:39.207962" elapsed="0.000390"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:55:39.208700" 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-06-05T01:55:39.208820" 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-06-05T01:55:39.208495" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.209504" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.98 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.65" 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-06-05T01:55:39.208998" elapsed="0.000566"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:55:39.210126" 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-06-05T01:55:39.209707" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:55:39.211184" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T01:55:39.211316" 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-06-05T01:55:39.210745" elapsed="0.000628"/>
</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-06-05T01:55:39.211564" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T01:55:39.212854" level="INFO">Logging into '10.30.170.65:22' as 'jenkins'.</msg>
<msg time="2026-06-05T01:55:39.812265" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 01:55:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun  5 01:45:32 2026 from 10.30.171.82
[?2004h[jenkins@releng-48317-740-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-06-05T01:55:39.212492" elapsed="0.599966"/>
</kw>
<msg time="2026-06-05T01:55:39.812541" 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-06-05T01:55:39.212116" elapsed="0.600513"/>
</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-06-05T01:55:39.210371" elapsed="0.602370"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-05T01:55:39.813245" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.98 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-05T02:05:45.884456" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-05T02:05:45.884988" level="INFO">${stdout} = </msg>
<msg time="2026-06-05T02:05:45.885094" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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-06-05T01:55:39.812955" elapsed="606.072196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T02:05:45.885644" elapsed="0.000685"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.887489" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:44.936 16  switches: flows:  536817 536469 516084 527148 514660 513497 522385 513473 499890 517714 515075 514479 519618 486629 486913 504385  total = 137.087267 per ms 
01:57:45.060 16  switches: flows:  530124 540993 534828 542266 536377 536725 545071 544197 538903 523093 536614 533225 530999 533509 536423 529930  total = 142.593881 per ms 
01:58:45.161 16  switches: flows:  567080 560967 561889 568476 579224 574695 574743 573410 569026 569814 575822 568644 564307 564352 567952 564923  total = 151.501025 per ms 
01:59:45.263 16  switches: flows:  564047 564473 566037 571648 565748 570326 573065 572462 570951 567779 569367 576008 570245 574434 567672 564732  total = 151.560750 per ms 
02:00:45.366 16  switches: flows:  551945 529765 560027 516303 553325 526586 514841 538962 563678 518346 556633 573768 517098 513134 575883 550967  total = 144.111690 per ms 
02:01:45.467 16  switches: flows:  598661 585670 593238 587693 596402 594736 591447 600611 582964 580157 590431 592184 588875 598415 601402 587880  total = 157.579675 per ms 
02:02:45.569 16  switches: flows:  534841 480208 512963 533959 493523 532951 473998 477627 486314 482581 537542 508989 514591 478094 509058 533945  total = 134.625836 per ms 
02:03:45.670 16  switches: flows:  614813 619557 614587 612944 608204 616249 610395 610285 609763 612661 607295 611569 610997 612959 613452 612736  total = 163.034334 per ms 
02:04:45.772 16  switches: flows:  626669 626148 632662 627995 630396 637564 635138 638121 637577 635418 632840 636073 628970 627376 633407 637819  total = 168.452999 per ms 
02:05:45.873 16  switches: flows:  589878 591793 599610 582672 591932 598768 593692 589854 601833 588647 594472 593776 585311 588772 593736 592273  total = 157.685707 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134625.84/168453.00/152349.54/51766.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:05:45.886741" elapsed="0.001059"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-05T02:05:45.888302" elapsed="0.000162"/>
</return>
<status status="PASS" start="2026-06-05T02:05:45.887997" elapsed="0.000564"/>
</branch>
<status status="PASS" start="2026-06-05T02:05:45.887931" elapsed="0.000689"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-05T02:05:45.888837" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-05T02:05:45.888751" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-05T02:05:45.888715" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-05T02:05:45.889045" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-05T02:05:45.892778" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-05T02:05:45.893481" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T02:05:45.893890" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-05T02:05:45.889626" elapsed="0.004480"/>
</kw>
<msg time="2026-06-05T02:05:45.894282" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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-06-05T01:55:39.205692" elapsed="606.688627"/>
</kw>
<status status="PASS" start="2026-06-05T01:55:39.205365" elapsed="606.689044"/>
</branch>
<status status="PASS" start="2026-06-05T01:55:39.204902" elapsed="606.689540"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.895040" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:44.936 16  switches: flows:  536817 536469 516084 527148 514660 513497 522385 513473 499890 517714 515075 514479 519618 486629 486913 504385  total = 137.087267 per ms 
01:57:45.060 16  switches: flows:  530124 540993 534828 542266 536377 536725 545071 544197 538903 523093 536614 533225 530999 533509 536423 529930  total = 142.593881 per ms 
01:58:45.161 16  switches: flows:  567080 560967 561889 568476 579224 574695 574743 573410 569026 569814 575822 568644 564307 564352 567952 564923  total = 151.501025 per ms 
01:59:45.263 16  switches: flows:  564047 564473 566037 571648 565748 570326 573065 572462 570951 567779 569367 576008 570245 574434 567672 564732  total = 151.560750 per ms 
02:00:45.366 16  switches: flows:  551945 529765 560027 516303 553325 526586 514841 538962 563678 518346 556633 573768 517098 513134 575883 550967  total = 144.111690 per ms 
02:01:45.467 16  switches: flows:  598661 585670 593238 587693 596402 594736 591447 600611 582964 580157 590431 592184 588875 598415 601402 587880  total = 157.579675 per ms 
02:02:45.569 16  switches: flows:  534841 480208 512963 533959 493523 532951 473998 477627 486314 482581 537542 508989 514591 478094 509058 533945  total = 134.625836 per ms 
02:03:45.670 16  switches: flows:  614813 619557 614587 612944 608204 616249 610395 610285 609763 612661 607295 611569 610997 612959 613452 612736  total = 163.034334 per ms 
02:04:45.772 16  switches: flows:  626669 626148 632662 627995 630396 637564 635138 638121 637577 635418 632840 636073 628970 627376 633407 637819  total = 168.452999 per ms 
02:05:45.873 16  switches: flows:  589878 591793 599610 582672 591932 598768 593692 589854 601833 588647 594472 593776 585311 588772 593736 592273  total = 157.685707 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134625.84/168453.00/152349.54/51766.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:05:45.894637" elapsed="0.000504"/>
</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-06-05T02:05:45.895365" elapsed="0.000512"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-05T02:05:45.896441" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-05T02:05:45.896569" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134625.84/168453.00/152349.54/51766.79 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-06-05T02:05:45.896100" elapsed="0.000504"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T02:05:45.897170" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134625.84/168453.00/152349.54/51766.79 | 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-06-05T02:05:45.896818" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.900579" 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-06-05T02:05:45.897432" elapsed="0.003224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.903264" level="INFO">134625.84/168453.00/152349.54/51766.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:05:45.900861" elapsed="0.002459"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T02:05:45.905701" 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-06-05T02:05:45.903485" elapsed="0.002243"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T02:05:45.908161" level="INFO">@{result_value_list} = [ 134625.84 | 168453.00 | 152349.54 | 51766.79 ]</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-06-05T02:05:45.905915" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.908684" level="INFO">Length is 4.</msg>
<msg time="2026-06-05T02:05:45.908771" 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-06-05T02:05:45.908357" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.913631" level="INFO">min :: 134625.84</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-06-05T02:05:45.909179" elapsed="0.004509"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-05T02:05:45.909050" elapsed="0.004673"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.918470" level="INFO">max :: 168453.00</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-06-05T02:05:45.913941" elapsed="0.004586"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-05T02:05:45.913813" elapsed="0.004750"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.923167" level="INFO">avg :: 152349.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:05:45.918781" elapsed="0.004443"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-05T02:05:45.918653" elapsed="0.004605"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.928140" level="INFO">stdev :: 51766.79</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-06-05T02:05:45.923496" elapsed="0.004702"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-05T02:05:45.923361" elapsed="0.004873"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-05T02:05:45.908859" elapsed="0.019407"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.932161" level="INFO">${min} = 134625.84</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-06-05T02:05:45.928454" elapsed="0.003734"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.936117" level="INFO">${max} = 168453.00</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-06-05T02:05:45.932357" elapsed="0.003786"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.940248" level="INFO">${average} = 152349.54</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-06-05T02:05:45.936297" elapsed="0.003978"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.944288" level="INFO">${stdev} = 51766.79</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-06-05T02:05:45.940472" elapsed="0.003843"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.944903" level="INFO">${date} = 2026-06-05 02:05:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-05T02:05:45.944528" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.945517" level="INFO">CBench Result: 2026-06-05 02:05:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134625.84,168453.00,152349.54,51766.79</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-06-05T02:05:45.945079" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T02:05:45.946661" 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>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-05T02:05:45.946202" elapsed="0.000525"/>
</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-06-05T02:05:45.946882" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-05T02:05:45.945718" elapsed="0.001713"/>
</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="PASS" start="2026-06-05T01:55:39.203656" elapsed="606.743836"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.947966" 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-06-05T02:05:45.947643" elapsed="0.000381"/>
</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-06-05T02:05:45.948603" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-06-05T02:05:45.948236" elapsed="0.000721"/>
</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="PASS" start="2026-06-05T01:55:39.202095" elapsed="606.746901"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.950207" 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-06-05T02:05:45.949820" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.951524" 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-06-05T02:05:45.951169" elapsed="0.000399"/>
</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-06-05T02:05:45.951929" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T02:05:45.951701" elapsed="0.000288"/>
</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-06-05T02:05:45.954944" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-05T02:05:45.954695" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-05T02:05:45.954675" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-05T02:05:45.955352" 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-06-05T02:05:45.955470" 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-06-05T02:05:45.955156" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.956053" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.65" 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-06-05T02:05:45.955634" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T02:05:45.956735" 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-06-05T02:05:45.956284" elapsed="0.000478"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T02:05:45.957835" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T02:05:45.957933" 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-06-05T02:05:45.957370" elapsed="0.000587"/>
</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-06-05T02:05:45.958103" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T02:05:45.959374" level="INFO">Logging into '10.30.170.65:22' as 'jenkins'.</msg>
<msg time="2026-06-05T02:05:46.579276" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 02:05:46 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun  5 01:55:39 2026 from 10.30.171.82
[?2004h[jenkins@releng-48317-740-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-06-05T02:05:45.958978" elapsed="0.620565"/>
</kw>
<msg time="2026-06-05T02:05:46.579648" 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-06-05T02:05:45.958622" elapsed="0.621121"/>
</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-06-05T02:05:45.956969" elapsed="0.622915"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-05T02:05:46.580572" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.98 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-05T02:15:52.665545" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-05T02:15:52.666060" level="INFO">${stdout} = </msg>
<msg time="2026-06-05T02:15:52.666165" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-05T02:05:46.580164" elapsed="606.086058"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T02:15:52.666686" elapsed="0.000679"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.668509" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:51.745 16  switches: flows:  96213 95119 96220 95088 94619 93183 94812 94217 94623 93227 92118 93820 93384 93496 93260 93192  total = 25.109850 per ms 
02:07:51.845 16  switches: flows:  115677 117831 117539 117702 118419 114577 116105 116408 114490 115661 112795 116809 113769 114330 114511 111014  total = 30.742624 per ms 
02:08:51.945 16  switches: flows:  126704 128849 128725 127227 126247 125674 126096 124309 121979 121648 122190 122157 121764 125392 123622 123929  total = 33.219736 per ms 
02:09:52.046 16  switches: flows:  120370 123589 123529 125282 121923 121546 123857 121741 120775 120678 119041 119784 116699 119052 119920 119418  total = 32.232901 per ms 
02:10:52.146 16  switches: flows:  116127 117877 119615 119102 116673 113833 115456 115990 114312 117201 112523 115835 112877 114967 114066 114437  total = 30.796717 per ms 
02:11:52.246 16  switches: flows:  118690 116021 119398 117875 117795 115230 118290 116875 113584 115827 113813 115171 116739 112070 115384 112174  total = 30.864053 per ms 
02:12:52.347 16  switches: flows:  127030 124716 129317 127625 124154 123922 125986 126117 121141 124676 122048 122778 124156 120115 120875 121787  total = 33.052079 per ms 
02:13:52.447 16  switches: flows:  131119 127835 133865 132180 129513 129265 131686 128833 126417 129136 124562 127648 129926 126894 125434 127159  total = 34.300592 per ms 
02:14:52.547 16  switches: flows:  122873 124604 126554 125679 122825 123319 124063 122746 121953 122021 119495 121229 122046 121757 121035 120674  total = 32.660015 per ms 
02:15:52.648 16  switches: flows:  128919 130873 132597 132085 131132 129802 129366 131097 130240 127775 126629 128500 129684 127789 127431 127081  total = 34.459012 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30742.62/34459.01/32480.86/10912.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:15:52.667759" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-05T02:15:52.669366" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-06-05T02:15:52.669040" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-06-05T02:15:52.668975" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-05T02:15:52.669782" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-05T02:15:52.669701" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-06-05T02:15:52.669666" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-05T02:15:52.669986" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-05T02:15:52.674313" elapsed="0.000365"/>
</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-06-05T02:15:52.674828" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T02:15:52.675118" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-05T02:15:52.670676" elapsed="0.004592"/>
</kw>
<msg time="2026-06-05T02:15:52.675415" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-05T02:05:45.952352" elapsed="606.723090"/>
</kw>
<status status="PASS" start="2026-06-05T02:05:45.952016" elapsed="606.723476"/>
</branch>
<status status="PASS" start="2026-06-05T02:05:45.951675" elapsed="606.723841"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.675942" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.98: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.98. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:51.745 16  switches: flows:  96213 95119 96220 95088 94619 93183 94812 94217 94623 93227 92118 93820 93384 93496 93260 93192  total = 25.109850 per ms 
02:07:51.845 16  switches: flows:  115677 117831 117539 117702 118419 114577 116105 116408 114490 115661 112795 116809 113769 114330 114511 111014  total = 30.742624 per ms 
02:08:51.945 16  switches: flows:  126704 128849 128725 127227 126247 125674 126096 124309 121979 121648 122190 122157 121764 125392 123622 123929  total = 33.219736 per ms 
02:09:52.046 16  switches: flows:  120370 123589 123529 125282 121923 121546 123857 121741 120775 120678 119041 119784 116699 119052 119920 119418  total = 32.232901 per ms 
02:10:52.146 16  switches: flows:  116127 117877 119615 119102 116673 113833 115456 115990 114312 117201 112523 115835 112877 114967 114066 114437  total = 30.796717 per ms 
02:11:52.246 16  switches: flows:  118690 116021 119398 117875 117795 115230 118290 116875 113584 115827 113813 115171 116739 112070 115384 112174  total = 30.864053 per ms 
02:12:52.347 16  switches: flows:  127030 124716 129317 127625 124154 123922 125986 126117 121141 124676 122048 122778 124156 120115 120875 121787  total = 33.052079 per ms 
02:13:52.447 16  switches: flows:  131119 127835 133865 132180 129513 129265 131686 128833 126417 129136 124562 127648 129926 126894 125434 127159  total = 34.300592 per ms 
02:14:52.547 16  switches: flows:  122873 124604 126554 125679 122825 123319 124063 122746 121953 122021 119495 121229 122046 121757 121035 120674  total = 32.660015 per ms 
02:15:52.648 16  switches: flows:  128919 130873 132597 132085 131132 129802 129366 131097 130240 127775 126629 128500 129684 127789 127431 127081  total = 34.459012 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30742.62/34459.01/32480.86/10912.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:15:52.675657" elapsed="0.000357"/>
</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-06-05T02:15:52.676161" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-05T02:15:52.676950" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-05T02:15:52.677042" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30742.62/34459.01/32480.86/10912.12 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-06-05T02:15:52.676722" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T02:15:52.677487" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30742.62/34459.01/32480.86/10912.12 | 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-06-05T02:15:52.677218" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.679885" 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-06-05T02:15:52.677657" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.682508" level="INFO">30742.62/34459.01/32480.86/10912.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:15:52.680085" elapsed="0.002479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T02:15:52.684912" 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-06-05T02:15:52.682716" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T02:15:52.687376" level="INFO">@{result_value_list} = [ 30742.62 | 34459.01 | 32480.86 | 10912.12 ]</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-06-05T02:15:52.685151" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.687875" level="INFO">Length is 4.</msg>
<msg time="2026-06-05T02:15:52.687962" 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-06-05T02:15:52.687562" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.692697" level="INFO">min :: 30742.62</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-06-05T02:15:52.688403" elapsed="0.004350"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-05T02:15:52.688256" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.697866" level="INFO">max :: 34459.01</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-06-05T02:15:52.693011" elapsed="0.004913"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-05T02:15:52.692874" elapsed="0.005086"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.703147" level="INFO">avg :: 32480.86</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-06-05T02:15:52.698183" elapsed="0.005024"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-05T02:15:52.698049" elapsed="0.005202"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.708048" level="INFO">stdev :: 10912.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T02:15:52.703541" elapsed="0.004563"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-05T02:15:52.703374" elapsed="0.004765"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-05T02:15:52.688055" elapsed="0.020115"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.712171" level="INFO">${min} = 30742.62</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-06-05T02:15:52.708354" elapsed="0.003844"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.716294" level="INFO">${max} = 34459.01</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-06-05T02:15:52.712370" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.720238" level="INFO">${average} = 32480.86</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-06-05T02:15:52.716496" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.724171" level="INFO">${stdev} = 10912.12</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-06-05T02:15:52.720444" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.724874" level="INFO">${date} = 2026-06-05 02:15:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-05T02:15:52.724374" elapsed="0.000525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.725517" level="INFO">CBench Result: 2026-06-05 02:15:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30742.62,34459.01,32480.86,10912.12</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-06-05T02:15:52.725050" elapsed="0.000523"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T02:15:52.726740" 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-06-05T02:15:52.726213" elapsed="0.000595"/>
</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-06-05T02:15:52.726962" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-05T02:15:52.725731" elapsed="0.001794"/>
</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-06-05T02:05:45.950597" elapsed="606.776987"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.728042" 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-06-05T02:15:52.727732" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-05T02:15:52.729353" 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-06-05T02:15:52.728831" elapsed="0.000551"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-05T02:15:52.729619" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-06-05T02:15:52.729466" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-05T02:15:52.729442" elapsed="0.000273"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-05T02:15:52.729862" elapsed="0.000021"/>
</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-06-05T02:15:52.730019" 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-06-05T02:15:52.730179" 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-06-05T02:15:52.730397" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-05T02:15:52.730551" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-05T02:15:52.730697" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-05T02:15:52.730841" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-05T02:15:52.731062" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-05T02:15:52.730923" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-05T02:15:52.730905" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-05T02:15:52.728494" elapsed="0.002696"/>
</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-06-05T02:05:45.949290" elapsed="606.781946"/>
</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="PASS" start="2026-06-05T01:45:30.019648" elapsed="1822.712157"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
