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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-08T01:49:57.168141" elapsed="0.719780"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T01:49:57.936386" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-08T01:49:57.888167" elapsed="0.048290"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T01:49:57.938393" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T01:49:57.938508" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-08T01:49:57.936621" elapsed="0.001919"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-08T01:49:57.938696" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T01:49:57.939062" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T01:49:57.939784" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T01:49:57.939428" elapsed="0.000414"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T01:49:57.939894" elapsed="0.000056"/>
</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.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T01:49:57.166656" elapsed="0.773419"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-08T01:49:57.163071" elapsed="0.777066"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T01:49:57.940676" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T01:49:57.940312" elapsed="0.000421"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T01:49:57.941149" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T01:49:57.940902" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T01:49:57.941787" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-08T01:49:57.941356" elapsed="0.000461"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T01:49:57.942318" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T01:49:57.941985" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T01:49:57.942899" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-08T01:49:57.942507" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T01:49:57.943423" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T01:49:57.943087" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-08T01:49:57.943782" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-08T01:49:57.943551" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T01:49:57.948225" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T01:49:57.947818" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T01:49:57.949242" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T01:49:57.949325" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T01:49:57.948813" elapsed="0.000537"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T01:49:57.949493" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T01:49:57.950848" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-08-08T01:49:58.601053" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  8 01:49:58 UTC 2026

  System load:  0.17               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.48
  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-804-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T01:49:57.950352" elapsed="0.650850"/>
</kw>
<msg time="2026-08-08T01:49:58.601288" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T01:49:57.950005" elapsed="0.651371"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T01:49:57.948457" elapsed="0.653039"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-08T01:49:58.608675" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-08T01:49:58.601701" elapsed="0.008573"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T01:49:58.610455" elapsed="0.000267"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-08T01:49:57.947291" elapsed="0.663508"/>
</kw>
<status status="PASS" start="2026-08-08T01:49:57.944050" elapsed="0.666787"/>
</branch>
<status status="PASS" start="2026-08-08T01:49:57.943523" elapsed="0.667349"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T01:49:58.611023" elapsed="0.000621"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T01:49:58.620503" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-08T01:49:58.620381" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-08-08T01:49:58.620359" elapsed="0.000221"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T01:49:58.624152" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-08T01:49:58.624039" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-08-08T01:49:58.624020" elapsed="0.000201"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T01:49:58.624349" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T01:49:58.625195" level="INFO">Logging into '10.30.171.10:8101' as 'karaf'.</msg>
<msg time="2026-08-08T01:49:58.794140" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-08T01:49:58.624938" elapsed="0.169289"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T01:49:58.887719" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-08T01:49:58.794386" elapsed="0.093409"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T01:49:58.892632" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T01:49:58.892827" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-08T01:49:58.887947" elapsed="0.004912"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-08T01:49:58.893002" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T01:49:58.893330" elapsed="0.000168"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T01:49:58.893950" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T01:49:58.893634" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T01:49:58.894052" elapsed="0.000043"/>
</return>
<msg time="2026-08-08T01:49:58.894232" 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.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T01:49:58.623671" elapsed="0.270592"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T01:49:58.894406" elapsed="0.000520"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T01:49:58.894977" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-08T01:49:58.620082" elapsed="0.275056"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T01:49:58.899146" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-08T01:49:58.899001" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-08-08T01:49:58.898977" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T01:49:58.899349" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T01:49:58.900221" level="INFO">Logging into '10.30.171.10:8101' as 'karaf'.</msg>
<msg time="2026-08-08T01:49:59.095456" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-08T01:49:58.899965" elapsed="0.195573"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T01:49:59.121422" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-08T01:49:59.095687" elapsed="0.025992"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T01:49:59.126365" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T01:49:59.126618" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-08T01:49:59.122228" elapsed="0.004456"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-08T01:49:59.127053" elapsed="0.000581"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T01:49:59.127997" elapsed="0.000476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T01:49:59.129605" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T01:49:59.128838" elapsed="0.000879"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T01:49:59.129971" elapsed="0.000116"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T01:49:58.898653" elapsed="0.231697"/>
</kw>
<status status="PASS" start="2026-08-08T01:49:57.161327" elapsed="1.969162"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T01:49:59.133636" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T01:49:59.132378" elapsed="0.001324"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T01:49:59.135526" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T01:49:59.135128" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-08T01:49:59.135926" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-08T01:49:59.135658" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-08T01:49:59.139099" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T01:49:59.138829" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-08-08T01:49:59.138807" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T01:49:59.139545" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-08T01:49:59.139321" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T01:49:59.140272" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.48" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T01:49:59.139848" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T01:49:59.141019" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T01:49:59.140471" elapsed="0.000574"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T01:49:59.141986" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T01:49:59.142075" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T01:49:59.141624" elapsed="0.000475"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T01:49:59.142241" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T01:49:59.143502" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-08-08T01:49:59.474671" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  8 01:49:58 UTC 2026

  System load:  0.17               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.48
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug  8 01:49:58 2026 from 10.30.170.23
[?2004h[jenkins@releng-48317-804-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T01:49:59.143139" elapsed="0.331701"/>
</kw>
<msg time="2026-08-08T01:49:59.474924" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T01:49:59.142736" elapsed="0.332271"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T01:49:59.141250" elapsed="0.333899"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T01:49:59.475656" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T02:00:05.568347" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T02:00:05.568952" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T02:00:05.569061" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T01:49:59.475359" elapsed="606.093767"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:00:05.569610" elapsed="0.000968"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.571607" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:04.651 16  switches: flows:  124843 125013 126026 125467 124313 125056 124361 128262 119934 121127 121071 118199 118782 118565 119800 121059  total = 32.697967 per ms 
01:52:04.752 16  switches: flows:  142212 141350 139919 141846 140619 137940 138252 141008 136269 135859 136133 132566 134852 133579 133178 132670  total = 36.576470 per ms 
01:53:04.852 16  switches: flows:  143862 143221 140800 144943 141529 142419 141748 143785 138336 138844 136253 135981 135643 136118 136757 135068  total = 37.192994 per ms 
01:54:04.952 16  switches: flows:  142693 142266 140587 141327 146659 142812 141453 143944 136483 137325 136210 136601 137852 135167 135263 134989  total = 37.131698 per ms 
01:55:05.053 16  switches: flows:  137442 139654 140606 137685 142051 143112 140117 140295 131752 137351 135570 134133 132582 134063 133242 130126  total = 36.435525 per ms 
01:56:05.154 16  switches: flows:  140900 142497 141755 138721 142587 142944 141756 143582 136205 137843 136373 137657 131412 132408 132858 134869  total = 36.843897 per ms 
01:57:05.254 16  switches: flows:  143561 145208 142936 144090 145579 146718 145696 145503 138830 141305 138930 141300 134657 136254 137010 135875  total = 37.661314 per ms 
01:58:05.355 16  switches: flows:  147141 143875 143140 143317 147582 146580 144831 144413 140403 137793 137114 140630 135693 135336 135353 134847  total = 37.571321 per ms 
01:59:05.455 16  switches: flows:  145105 147901 144929 145749 146974 147412 146680 147116 139259 142728 140786 142092 138473 136634 137207 138145  total = 38.056260 per ms 
02:00:05.555 16  switches: flows:  148042 147166 143307 144541 149464 148262 147078 145798 139430 142504 139711 140574 139149 136199 138152 137397  total = 38.049311 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36435.53/38056.26/37279.87/12439.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.570994" elapsed="0.000844"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T02:00:05.572163" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-08-08T02:00:05.571964" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-08-08T02:00:05.571926" elapsed="0.000381"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T02:00:05.572447" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:00:05.572393" elapsed="0.000115"/>
</branch>
<status status="NOT RUN" start="2026-08-08T02:00:05.572371" elapsed="0.000169"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T02:00:05.572588" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:00:05.576365" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:00:05.577086" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:00:05.577522" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T02:00:05.573094" elapsed="0.004650"/>
</kw>
<msg time="2026-08-08T02:00:05.577951" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T01:49:59.136351" elapsed="606.441639"/>
</kw>
<status status="PASS" start="2026-08-08T01:49:59.136017" elapsed="606.442045"/>
</branch>
<status status="PASS" start="2026-08-08T01:49:59.135630" elapsed="606.442467"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.578731" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:04.651 16  switches: flows:  124843 125013 126026 125467 124313 125056 124361 128262 119934 121127 121071 118199 118782 118565 119800 121059  total = 32.697967 per ms 
01:52:04.752 16  switches: flows:  142212 141350 139919 141846 140619 137940 138252 141008 136269 135859 136133 132566 134852 133579 133178 132670  total = 36.576470 per ms 
01:53:04.852 16  switches: flows:  143862 143221 140800 144943 141529 142419 141748 143785 138336 138844 136253 135981 135643 136118 136757 135068  total = 37.192994 per ms 
01:54:04.952 16  switches: flows:  142693 142266 140587 141327 146659 142812 141453 143944 136483 137325 136210 136601 137852 135167 135263 134989  total = 37.131698 per ms 
01:55:05.053 16  switches: flows:  137442 139654 140606 137685 142051 143112 140117 140295 131752 137351 135570 134133 132582 134063 133242 130126  total = 36.435525 per ms 
01:56:05.154 16  switches: flows:  140900 142497 141755 138721 142587 142944 141756 143582 136205 137843 136373 137657 131412 132408 132858 134869  total = 36.843897 per ms 
01:57:05.254 16  switches: flows:  143561 145208 142936 144090 145579 146718 145696 145503 138830 141305 138930 141300 134657 136254 137010 135875  total = 37.661314 per ms 
01:58:05.355 16  switches: flows:  147141 143875 143140 143317 147582 146580 144831 144413 140403 137793 137114 140630 135693 135336 135353 134847  total = 37.571321 per ms 
01:59:05.455 16  switches: flows:  145105 147901 144929 145749 146974 147412 146680 147116 139259 142728 140786 142092 138473 136634 137207 138145  total = 38.056260 per ms 
02:00:05.555 16  switches: flows:  148042 147166 143307 144541 149464 148262 147078 145798 139430 142504 139711 140574 139149 136199 138152 137397  total = 38.049311 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36435.53/38056.26/37279.87/12439.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.578302" elapsed="0.000562"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T02:00:05.579079" elapsed="0.000570"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T02:00:05.580241" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T02:00:05.580349" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36435.53/38056.26/37279.87/12439.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-08T02:00:05.579914" elapsed="0.000460"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:00:05.580793" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36435.53/38056.26/37279.87/12439.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:00:05.580526" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.583153" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.580966" elapsed="0.002245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.585561" level="INFO">36435.53/38056.26/37279.87/12439.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.583360" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:00:05.587976" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:00:05.585782" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:00:05.590379" level="INFO">@{result_value_list} = [ 36435.53 | 38056.26 | 37279.87 | 12439.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:00:05.588198" elapsed="0.002209"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.590882" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T02:00:05.590971" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:00:05.590559" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.595669" level="INFO">min :: 36435.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.591383" elapsed="0.004344"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T02:00:05.591247" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.600253" level="INFO">max :: 38056.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.595994" elapsed="0.004316"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T02:00:05.595867" elapsed="0.004478"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.604827" level="INFO">avg :: 37279.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.600559" elapsed="0.004326"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T02:00:05.600433" elapsed="0.004485"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.609383" level="INFO">stdev :: 12439.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.605137" elapsed="0.004303"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T02:00:05.605010" elapsed="0.004465"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T02:00:05.591064" elapsed="0.018444"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.613344" level="INFO">${min} = 36435.53</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:00:05.609663" elapsed="0.003709"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.617637" level="INFO">${max} = 38056.26</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:00:05.613523" elapsed="0.004141"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.621563" level="INFO">${average} = 37279.87</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:00:05.617837" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.625455" level="INFO">${stdev} = 12439.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:00:05.621740" elapsed="0.003742"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.626012" level="INFO">${date} = 2026-08-08 02:00:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T02:00:05.625640" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.626597" level="INFO">CBench Result: 2026-08-08 02:00:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36435.53,38056.26,37279.87,12439.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.626185" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T02:00:05.627751" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T02:00:05.627290" elapsed="0.000542"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T02:00:05.627981" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T02:00:05.626815" elapsed="0.001689"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-08T01:49:59.134427" elapsed="606.494137"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.629056" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-08T02:00:05.628712" elapsed="0.000402"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-08T02:00:05.629641" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-08-08T02:00:05.629322" elapsed="0.000682"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-08T01:49:59.130861" elapsed="606.499179"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.631516" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.631132" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.632840" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T02:00:05.632497" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-08T02:00:05.633224" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:00:05.633006" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-08T02:00:05.636183" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:00:05.635912" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-08-08T02:00:05.635893" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:00:05.636620" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-08T02:00:05.636415" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.637350" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.48" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:00:05.636928" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:00:05.637980" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:00:05.637557" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:00:05.638904" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T02:00:05.638992" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:00:05.638579" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:00:05.639156" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T02:00:05.640375" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-08-08T02:00:06.268325" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  8 02:00:05 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.48
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug  8 01:49:59 2026 from 10.30.170.23
[?2004h[jenkins@releng-48317-804-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T02:00:05.640019" elapsed="0.628464"/>
</kw>
<msg time="2026-08-08T02:00:06.268560" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:00:05.639659" elapsed="0.628980"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T02:00:05.638207" elapsed="0.630538"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T02:00:06.269265" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T02:10:12.347201" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T02:10:12.347884" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T02:10:12.347995" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T02:00:06.268969" elapsed="606.079086"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:10:12.348624" elapsed="0.000804"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.350720" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:11.404 16  switches: flows:  566249 575277 568843 573633 582773 585449 581983 573577 568551 565376 558007 574616 575477 568647 560334 560313  total = 152.318417 per ms 
02:02:11.515 16  switches: flows:  581580 587976 597981 598411 602054 590588 603198 591774 580503 585798 593382 592832 607824 596312 601560 585741  total = 158.000573 per ms 
02:03:11.622 16  switches: flows:  582359 590711 586062 589829 580407 590234 582051 592447 584391 588653 586663 589484 589228 591413 586645 584582  total = 156.317929 per ms 
02:04:11.723 16  switches: flows:  673118 669052 665395 669356 670291 684686 670375 673920 670473 669928 664529 676050 675619 676632 670408 676469  total = 178.971762 per ms 
02:05:11.823 16  switches: flows:  665712 678100 676905 676111 681568 683607 674367 677069 670656 682924 677461 677219 688379 678358 669764 669467  total = 180.158561 per ms 
02:06:11.925 16  switches: flows:  671068 677019 675134 673770 687630 681126 682181 681945 673813 671800 670863 674367 681660 678355 679494 670418  total = 180.206444 per ms 
02:07:12.027 16  switches: flows:  678125 676596 682080 676585 671450 675471 678796 671277 682675 677405 677025 678813 683206 668915 676621 672607  total = 180.157054 per ms 
02:08:12.129 16  switches: flows:  681520 683436 685259 678995 681482 684804 683370 685457 680712 683367 674262 674523 681981 679306 686065 681535  total = 181.459839 per ms 
02:09:12.230 16  switches: flows:  678451 681205 683369 675097 669708 682483 682247 673513 676903 681992 680367 674027 675031 676790 678089 670669  total = 180.362986 per ms 
02:10:12.331 16  switches: flows:  671380 667938 668711 670201 671059 686955 677432 681027 671336 666909 671057 672525 678230 679435 676899 680068  total = 179.550128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156317.93/181459.84/175020.59/59120.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.349871" elapsed="0.001208"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T02:10:12.351618" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-08-08T02:10:12.351280" elapsed="0.000539"/>
</branch>
<status status="PASS" start="2026-08-08T02:10:12.351221" elapsed="0.000658"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T02:10:12.352090" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:10:12.352009" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-08-08T02:10:12.351974" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T02:10:12.352289" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:10:12.358721" elapsed="0.000378"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:10:12.359251" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:10:12.359564" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T02:10:12.353041" elapsed="0.006682"/>
</kw>
<msg time="2026-08-08T02:10:12.359876" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T02:00:05.633616" elapsed="606.726287"/>
</kw>
<status status="PASS" start="2026-08-08T02:00:05.633307" elapsed="606.726646"/>
</branch>
<status status="PASS" start="2026-08-08T02:00:05.632983" elapsed="606.726997"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.360418" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:11.404 16  switches: flows:  566249 575277 568843 573633 582773 585449 581983 573577 568551 565376 558007 574616 575477 568647 560334 560313  total = 152.318417 per ms 
02:02:11.515 16  switches: flows:  581580 587976 597981 598411 602054 590588 603198 591774 580503 585798 593382 592832 607824 596312 601560 585741  total = 158.000573 per ms 
02:03:11.622 16  switches: flows:  582359 590711 586062 589829 580407 590234 582051 592447 584391 588653 586663 589484 589228 591413 586645 584582  total = 156.317929 per ms 
02:04:11.723 16  switches: flows:  673118 669052 665395 669356 670291 684686 670375 673920 670473 669928 664529 676050 675619 676632 670408 676469  total = 178.971762 per ms 
02:05:11.823 16  switches: flows:  665712 678100 676905 676111 681568 683607 674367 677069 670656 682924 677461 677219 688379 678358 669764 669467  total = 180.158561 per ms 
02:06:11.925 16  switches: flows:  671068 677019 675134 673770 687630 681126 682181 681945 673813 671800 670863 674367 681660 678355 679494 670418  total = 180.206444 per ms 
02:07:12.027 16  switches: flows:  678125 676596 682080 676585 671450 675471 678796 671277 682675 677405 677025 678813 683206 668915 676621 672607  total = 180.157054 per ms 
02:08:12.129 16  switches: flows:  681520 683436 685259 678995 681482 684804 683370 685457 680712 683367 674262 674523 681981 679306 686065 681535  total = 181.459839 per ms 
02:09:12.230 16  switches: flows:  678451 681205 683369 675097 669708 682483 682247 673513 676903 681992 680367 674027 675031 676790 678089 670669  total = 180.362986 per ms 
02:10:12.331 16  switches: flows:  671380 667938 668711 670201 671059 686955 677432 681027 671336 666909 671057 672525 678230 679435 676899 680068  total = 179.550128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156317.93/181459.84/175020.59/59120.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.360124" elapsed="0.000369"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T02:10:12.360640" elapsed="0.000404"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T02:10:12.361444" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T02:10:12.361536" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 156317.93/181459.84/175020.59/59120.86 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-08T02:10:12.361214" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:10:12.361990" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 156317.93/181459.84/175020.59/59120.86 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:10:12.361715" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.364409" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.362161" elapsed="0.002305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.366848" level="INFO">156317.93/181459.84/175020.59/59120.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.364611" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:10:12.369231" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:10:12.367053" elapsed="0.002205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:10:12.371682" level="INFO">@{result_value_list} = [ 156317.93 | 181459.84 | 175020.59 | 59120.86 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:10:12.369453" elapsed="0.002257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.372190" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T02:10:12.372278" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:10:12.371879" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.377169" level="INFO">min :: 156317.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.372707" elapsed="0.004520"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T02:10:12.372577" elapsed="0.004685"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.381894" level="INFO">max :: 181459.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-08-08T02:10:12.377481" elapsed="0.004471"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T02:10:12.377353" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.388940" level="INFO">avg :: 175020.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.384265" elapsed="0.004749"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T02:10:12.382076" elapsed="0.006981"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.393991" level="INFO">stdev :: 59120.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-08-08T02:10:12.389622" elapsed="0.004428"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T02:10:12.389174" elapsed="0.005401"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T02:10:12.372377" elapsed="0.022239"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.398570" level="INFO">${min} = 156317.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:10:12.394824" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.402503" level="INFO">${max} = 181459.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:10:12.398758" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.406433" level="INFO">${average} = 175020.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:10:12.402685" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.410329" level="INFO">${stdev} = 59120.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:10:12.406613" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.410915" level="INFO">${date} = 2026-08-08 02:10:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T02:10:12.410518" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.411501" level="INFO">CBench Result: 2026-08-08 02:10:12,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,156317.93,181459.84,175020.59,59120.86</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.411091" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T02:10:12.412791" 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-08-08T02:10:12.412263" elapsed="0.000598"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T02:10:12.413013" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T02:10:12.411739" elapsed="0.001830"/>
</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-08-08T02:00:05.631921" elapsed="606.781710"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.414156" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-08T02:10:12.413815" elapsed="0.000433"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-08T02:10:12.414842" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-08-08T02:10:12.414511" elapsed="0.000688"/>
</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-08-08T02:00:05.630508" elapsed="606.784732"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.418471" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.417995" elapsed="0.000540"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.419862" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T02:10:12.419498" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-08T02:10:12.420329" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:10:12.420082" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-08T02:10:12.423830" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:10:12.423554" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-08-08T02:10:12.423534" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:10:12.424280" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-08T02:10:12.424055" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.425005" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.48" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:10:12.424569" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:10:12.425605" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:10:12.425201" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:10:12.426597" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T02:10:12.426686" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:10:12.426262" elapsed="0.000447"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:10:12.426868" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T02:10:12.428200" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-08-08T02:10:13.031653" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  8 02:10:12 UTC 2026

  System load:  0.29               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.48
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug  8 02:00:06 2026 from 10.30.170.23
[?2004h[jenkins@releng-48317-804-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T02:10:12.427701" elapsed="0.607569"/>
</kw>
<msg time="2026-08-08T02:10:13.036354" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:10:12.427346" elapsed="0.610068"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T02:10:12.425856" elapsed="0.612261"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T02:10:13.040043" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T02:20:19.472131" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T02:20:19.473661" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T02:20:19.473711" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T02:10:13.039459" elapsed="606.434280"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:20:19.474016" elapsed="0.000493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.475101" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:11:18.185 16  switches: flows:  141732 160130 142742 141605 143919 142951 145510 144593 137831 134644 137244 138694 136483 139266 135481 133336  total = 37.602683 per ms 
02:12:18.285 16  switches: flows:  144036 147519 143870 142284 145559 145667 144939 143730 140027 136388 140523 140175 139556 135414 132547 134662  total = 37.552055 per ms 
02:13:18.385 16  switches: flows:  144352 147095 141344 141080 144642 147249 144471 143899 138342 134314 137401 139084 133564 137006 134025 134229  total = 37.305977 per ms 
02:14:18.486 16  switches: flows:  143472 146745 143967 141015 144637 145554 145472 142986 139439 135207 139390 137785 133828 135542 135427 134437  total = 37.352659 per ms 
02:15:18.586 16  switches: flows:  142946 147896 146350 142417 146350 147224 144182 145472 140404 136686 139075 138538 137158 138259 133636 136112  total = 37.648909 per ms 
02:16:18.686 16  switches: flows:  144856 146674 145705 143445 146579 147488 147712 146146 140871 136490 134205 137980 136763 136617 137364 138200  total = 37.721914 per ms 
02:17:18.787 16  switches: flows:  138368 143786 142853 136634 141500 141237 142708 141572 134978 132794 131489 133606 132871 131262 132611 133368  total = 36.466405 per ms 
02:18:18.887 16  switches: flows:  141304 144520 144395 141352 144631 145309 144293 142781 135934 134760 134022 137180 134297 134804 133173 135723  total = 37.079364 per ms 
02:19:18.987 16  switches: flows:  143398 145847 146625 141500 145514 148134 146050 144965 140459 136286 135416 138741 136074 137022 135605 138432  total = 37.604883 per ms 
02:20:19.088 16  switches: flows:  143239 144818 144920 141309 143468 144721 144081 141881 137580 136530 135034 137329 135066 133796 135597 134827  total = 37.174506 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36466.41/37721.91/37322.96/12446.41 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.474707" elapsed="0.000555"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T02:20:19.475518" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-08-08T02:20:19.475352" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-08-08T02:20:19.475326" elapsed="0.000291"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T02:20:19.475710" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:20:19.475674" elapsed="0.000076"/>
</branch>
<status status="NOT RUN" start="2026-08-08T02:20:19.475659" elapsed="0.000134"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T02:20:19.475834" elapsed="0.000017"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:20:19.478990" elapsed="0.000346"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:20:19.479484" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:20:19.479795" elapsed="0.000113"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T02:20:19.476233" elapsed="0.003740"/>
</kw>
<msg time="2026-08-08T02:20:19.480104" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T02:10:12.420965" elapsed="607.059165"/>
</kw>
<status status="PASS" start="2026-08-08T02:10:12.420422" elapsed="607.059757"/>
</branch>
<status status="PASS" start="2026-08-08T02:10:12.420053" elapsed="607.060151"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.480644" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:11:18.185 16  switches: flows:  141732 160130 142742 141605 143919 142951 145510 144593 137831 134644 137244 138694 136483 139266 135481 133336  total = 37.602683 per ms 
02:12:18.285 16  switches: flows:  144036 147519 143870 142284 145559 145667 144939 143730 140027 136388 140523 140175 139556 135414 132547 134662  total = 37.552055 per ms 
02:13:18.385 16  switches: flows:  144352 147095 141344 141080 144642 147249 144471 143899 138342 134314 137401 139084 133564 137006 134025 134229  total = 37.305977 per ms 
02:14:18.486 16  switches: flows:  143472 146745 143967 141015 144637 145554 145472 142986 139439 135207 139390 137785 133828 135542 135427 134437  total = 37.352659 per ms 
02:15:18.586 16  switches: flows:  142946 147896 146350 142417 146350 147224 144182 145472 140404 136686 139075 138538 137158 138259 133636 136112  total = 37.648909 per ms 
02:16:18.686 16  switches: flows:  144856 146674 145705 143445 146579 147488 147712 146146 140871 136490 134205 137980 136763 136617 137364 138200  total = 37.721914 per ms 
02:17:18.787 16  switches: flows:  138368 143786 142853 136634 141500 141237 142708 141572 134978 132794 131489 133606 132871 131262 132611 133368  total = 36.466405 per ms 
02:18:18.887 16  switches: flows:  141304 144520 144395 141352 144631 145309 144293 142781 135934 134760 134022 137180 134297 134804 133173 135723  total = 37.079364 per ms 
02:19:18.987 16  switches: flows:  143398 145847 146625 141500 145514 148134 146050 144965 140459 136286 135416 138741 136074 137022 135605 138432  total = 37.604883 per ms 
02:20:19.088 16  switches: flows:  143239 144818 144920 141309 143468 144721 144081 141881 137580 136530 135034 137329 135066 133796 135597 134827  total = 37.174506 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36466.41/37721.91/37322.96/12446.41 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.480351" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T02:20:19.480908" elapsed="0.000470"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T02:20:19.481986" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T02:20:19.482144" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36466.41/37721.91/37322.96/12446.41 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-08T02:20:19.481611" elapsed="0.000597"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:20:19.482944" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36466.41/37721.91/37322.96/12446.41 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:20:19.482493" elapsed="0.000497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.486492" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.483238" elapsed="0.003334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.489968" level="INFO">36466.41/37721.91/37322.96/12446.41</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.486796" elapsed="0.003261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:20:19.493230" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:20:19.490355" elapsed="0.002902"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T02:20:19.495781" level="INFO">@{result_value_list} = [ 36466.41 | 37721.91 | 37322.96 | 12446.41 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T02:20:19.493477" elapsed="0.002333"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.496285" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T02:20:19.496373" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:20:19.495972" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.501399" level="INFO">min :: 36466.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.496791" elapsed="0.004668"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T02:20:19.496649" elapsed="0.004844"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.506117" level="INFO">max :: 37721.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.501707" elapsed="0.004472"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T02:20:19.501580" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.510859" level="INFO">avg :: 37322.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.506424" elapsed="0.004514"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T02:20:19.506297" elapsed="0.004678"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.515479" level="INFO">stdev :: 12446.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.511187" elapsed="0.004349"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T02:20:19.511060" elapsed="0.004510"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T02:20:19.496463" elapsed="0.019137"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.519673" level="INFO">${min} = 36466.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:20:19.515757" elapsed="0.003944"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.523750" level="INFO">${max} = 37721.91</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:20:19.519947" elapsed="0.003856"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.527860" level="INFO">${average} = 37322.96</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:20:19.523964" elapsed="0.003924"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.531746" level="INFO">${stdev} = 12446.41</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T02:20:19.528041" elapsed="0.003745"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.532299" level="INFO">${date} = 2026-08-08 02:20:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T02:20:19.531947" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.532890" level="INFO">CBench Result: 2026-08-08 02:20:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36466.41,37721.91,37322.96,12446.41</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:20:19.532468" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T02:20:19.534105" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T02:20:19.533558" elapsed="0.000620"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T02:20:19.534331" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T02:20:19.533092" elapsed="0.001805"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-08T02:10:12.418927" elapsed="607.116030"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.535483" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-08T02:20:19.535133" elapsed="0.000421"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T02:20:19.537013" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-08T02:20:19.536438" elapsed="0.000603"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-08T02:20:19.537293" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-08-08T02:20:19.537130" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-08-08T02:20:19.537103" elapsed="0.000287"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.537533" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.537698" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.537877" elapsed="0.000026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.538105" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.538254" elapsed="0.000028"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.538406" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.538550" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-08T02:20:19.538782" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:20:19.538633" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-08-08T02:20:19.538616" elapsed="0.000241"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-08T02:20:19.536049" elapsed="0.002867"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-08T02:10:12.417417" elapsed="607.121550"/>
</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-08-08T01:49:56.621294" elapsed="1822.918103"/>
</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>
