<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-20T01:08:16.991615" 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-20T01:08:17.567667" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:08:17.567527" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:17.567497" elapsed="0.000267"/>
</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-20T01:08:17.567908" elapsed="0.000526"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-20T01:08:17.568896" level="INFO">Logging into '10.30.170.61:8101' as 'karaf'.</msg>
<msg time="2026-08-20T01:08:18.209825" 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-20T01:08:17.568604" elapsed="0.641438"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-20T01:08:18.258551" 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-20T01:08:18.210368" elapsed="0.048376"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-20T01:08:18.261681" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-20T01:08:18.261841" 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-20T01:08:18.259102" elapsed="0.002783"/>
</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-20T01:08:18.262157" elapsed="0.000310"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:08:18.262634" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:08:18.263393" 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-20T01:08:18.263018" elapsed="0.000430"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-20T01:08:18.263503" 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.170.61
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-20T01:08:17.567152" elapsed="0.696532"/>
</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-20T01:08:17.563578" elapsed="0.700172"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-20T01:08:18.264416" 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-20T01:08:18.263940" elapsed="0.000537"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-20T01:08:18.264933" 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-20T01:08:18.264636" elapsed="0.000369"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-20T01:08:18.265629" 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-20T01:08:18.265214" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-20T01:08:18.266206" 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-20T01:08:18.265828" elapsed="0.000421"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-20T01:08:18.266822" 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-20T01:08:18.266396" elapsed="0.000454"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-20T01:08:18.267349" 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-20T01:08:18.267011" elapsed="0.000381"/>
</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-20T01:08:18.267700" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:08:18.267482" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:08:18.272397" 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-20T01:08:18.271968" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:08:18.273507" level="INFO">Length is 0.</msg>
<msg time="2026-08-20T01:08:18.273591" 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-20T01:08:18.273041" elapsed="0.000574"/>
</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-20T01:08:18.273759" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-20T01:08:18.275158" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-08-20T01:08:18.697979" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 20 01:07:49 UTC 2026

  System load:  0.22               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-816-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-20T01:08:18.274627" elapsed="0.423527"/>
</kw>
<msg time="2026-08-20T01:08:18.698245" 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-20T01:08:18.274282" elapsed="0.424062"/>
</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-20T01:08:18.272631" elapsed="0.425835"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-20T01:08:18.708054" 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-20T01:08:18.698688" elapsed="0.011409"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:08:18.710476" elapsed="0.000579"/>
</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-20T01:08:18.271443" elapsed="0.439748"/>
</kw>
<status status="PASS" start="2026-08-20T01:08:18.268115" elapsed="0.443157"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:18.267455" elapsed="0.443880"/>
</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-20T01:08:18.711663" elapsed="0.001007"/>
</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-20T01:08:18.720868" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:08:18.720689" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:18.720656" elapsed="0.000323"/>
</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-20T01:08:18.726270" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:08:18.726094" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:18.726065" elapsed="0.000307"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-20T01:08:18.726563" elapsed="0.000661"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-20T01:08:18.727816" level="INFO">Logging into '10.30.170.61:8101' as 'karaf'.</msg>
<msg time="2026-08-20T01:08:18.929608" 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-20T01:08:18.727438" elapsed="0.202310"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.028965" 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-20T01:08:18.929984" elapsed="0.099078"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.048448" 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-20T01:08:19.048661" 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-20T01:08:19.029232" elapsed="0.019461"/>
</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-20T01:08:19.048833" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:08:19.049185" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:08:19.049856" 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-20T01:08:19.049540" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-20T01:08:19.049962" elapsed="0.000056"/>
</return>
<msg time="2026-08-20T01:08:19.050198" 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.170.61
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-20T01:08:18.725554" elapsed="0.324676"/>
</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-20T01:08:19.050376" elapsed="0.000532"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-20T01:08:19.050973" 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-20T01:08:18.720247" elapsed="0.330881"/>
</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-20T01:08:19.054795" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:08:19.054664" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:19.054640" elapsed="0.000225"/>
</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-20T01:08:19.055037" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.055875" level="INFO">Logging into '10.30.170.61:8101' as 'karaf'.</msg>
<msg time="2026-08-20T01:08:19.233532" 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-20T01:08:19.055621" elapsed="0.178057"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.260284" 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-20T01:08:19.233892" elapsed="0.026449"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.262391" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-20T01:08:19.262498" 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-20T01:08:19.260485" elapsed="0.002042"/>
</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-20T01:08:19.262661" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:08:19.262979" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:08:19.263608" 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-20T01:08:19.263313" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-20T01:08:19.263710" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.61
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-20T01:08:19.054340" elapsed="0.209535"/>
</kw>
<status status="PASS" start="2026-08-20T01:08:17.561760" elapsed="1.702178"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:08:19.265963" 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-20T01:08:19.264800" elapsed="0.001248"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-20T01:08:19.267465" 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-20T01:08:19.267116" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-20T01:08:19.267822" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:08:19.267588" elapsed="0.000292"/>
</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-20T01:08:19.270803" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:08:19.270559" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:19.270540" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.271227" 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-20T01:08:19.271346" 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-20T01:08:19.271012" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:08:19.271922" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.61 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.166" 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-20T01:08:19.271505" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.272592" 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-20T01:08:19.272132" elapsed="0.000486"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:08:19.273531" level="INFO">Length is 0.</msg>
<msg time="2026-08-20T01:08:19.273621" 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-20T01:08:19.273203" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-20T01:08:19.273783" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.274967" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-08-20T01:08:19.597276" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 20 01:07:49 UTC 2026

  System load:  0.22               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Thu Aug 20 01:08:18 2026 from 10.30.171.211
[?2004h[jenkins@releng-48317-816-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-20T01:08:19.274621" elapsed="0.322815"/>
</kw>
<msg time="2026-08-20T01:08:19.597516" 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-20T01:08:19.274282" elapsed="0.323318"/>
</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-20T01:08:19.272817" elapsed="0.324896"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-20T01:08:19.598225" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.61 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-20T01:18:25.711663" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-20T01:18:25.712134" level="INFO">${stdout} = </msg>
<msg time="2026-08-20T01:18:25.712215" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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-20T01:08:19.597920" elapsed="606.114335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:18:25.712589" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.713830" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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.170.61. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:24.790 16  switches: flows:  96063 95367 92314 95623 95029 94216 94354 93017 94184 93401 91610 92595 92188 91607 92595 90225  total = 24.906467 per ms 
01:10:24.892 16  switches: flows:  49701 47558 49081 48904 49005 49663 49184 48738 47770 46979 47509 48102 47618 46730 48454 46695  total = 12.840086 per ms 
01:11:24.993 16  switches: flows:  110569 110521 110294 109840 109203 109262 109987 108767 109319 108071 110197 109882 107335 106073 107638 106305  total = 29.005860 per ms 
01:12:25.093 16  switches: flows:  114247 113569 115024 113202 113263 115300 114904 112858 114330 110907 113428 113775 112182 112214 112641 109470  total = 30.138024 per ms 
01:13:25.194 16  switches: flows:  117188 116621 117986 116112 117857 116185 115599 116117 114351 113636 117198 114256 114212 113815 114772 112473  total = 30.754857 per ms 
01:14:25.294 16  switches: flows:  104368 104084 104500 102501 104171 104029 103255 103451 103305 100745 102614 103739 101549 102170 103233 100899  total = 27.431072 per ms 
01:15:25.395 16  switches: flows:  116626 115868 117851 116895 116604 117984 115865 113490 113432 115231 113952 114695 113126 114484 115289 111266  total = 30.659726 per ms 
01:16:25.495 16  switches: flows:  107402 106963 106499 105544 106142 106316 106465 106033 104463 104056 106025 106463 103014 103443 104502 101934  total = 28.040902 per ms 
01:17:25.595 16  switches: flows:  118944 118737 119415 118882 119169 119830 121309 118826 119328 117590 118465 119474 117928 117975 118878 113085  total = 31.577779 per ms 
01:18:25.696 16  switches: flows:  121697 118629 119708 119064 120896 119313 121783 119156 119396 117942 118067 120008 118135 118921 118415 114268  total = 31.703652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 12840.09/31703.65/28016.88/10862.04 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:18:25.713334" elapsed="0.000742"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-20T01:18:25.714416" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-08-20T01:18:25.714211" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-08-20T01:18:25.714167" elapsed="0.000402"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-20T01:18:25.714704" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:18:25.714652" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-08-20T01:18:25.714630" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-20T01:18:25.714839" 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-20T01:18:25.718423" elapsed="0.000484"/>
</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-20T01:18:25.719136" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:18:25.719580" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-20T01:18:25.715324" elapsed="0.004472"/>
</kw>
<msg time="2026-08-20T01:18:25.719974" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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-20T01:08:19.268245" elapsed="606.451766"/>
</kw>
<status status="PASS" start="2026-08-20T01:08:19.267908" elapsed="606.452250"/>
</branch>
<status status="PASS" start="2026-08-20T01:08:19.267565" elapsed="606.452628"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.720807" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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.170.61. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:24.790 16  switches: flows:  96063 95367 92314 95623 95029 94216 94354 93017 94184 93401 91610 92595 92188 91607 92595 90225  total = 24.906467 per ms 
01:10:24.892 16  switches: flows:  49701 47558 49081 48904 49005 49663 49184 48738 47770 46979 47509 48102 47618 46730 48454 46695  total = 12.840086 per ms 
01:11:24.993 16  switches: flows:  110569 110521 110294 109840 109203 109262 109987 108767 109319 108071 110197 109882 107335 106073 107638 106305  total = 29.005860 per ms 
01:12:25.093 16  switches: flows:  114247 113569 115024 113202 113263 115300 114904 112858 114330 110907 113428 113775 112182 112214 112641 109470  total = 30.138024 per ms 
01:13:25.194 16  switches: flows:  117188 116621 117986 116112 117857 116185 115599 116117 114351 113636 117198 114256 114212 113815 114772 112473  total = 30.754857 per ms 
01:14:25.294 16  switches: flows:  104368 104084 104500 102501 104171 104029 103255 103451 103305 100745 102614 103739 101549 102170 103233 100899  total = 27.431072 per ms 
01:15:25.395 16  switches: flows:  116626 115868 117851 116895 116604 117984 115865 113490 113432 115231 113952 114695 113126 114484 115289 111266  total = 30.659726 per ms 
01:16:25.495 16  switches: flows:  107402 106963 106499 105544 106142 106316 106465 106033 104463 104056 106025 106463 103014 103443 104502 101934  total = 28.040902 per ms 
01:17:25.595 16  switches: flows:  118944 118737 119415 118882 119169 119830 121309 118826 119328 117590 118465 119474 117928 117975 118878 113085  total = 31.577779 per ms 
01:18:25.696 16  switches: flows:  121697 118629 119708 119064 120896 119313 121783 119156 119396 117942 118067 120008 118135 118921 118415 114268  total = 31.703652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 12840.09/31703.65/28016.88/10862.04 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:18:25.720398" elapsed="0.000510"/>
</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-20T01:18:25.721070" elapsed="0.000388"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-20T01:18:25.721847" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-20T01:18:25.721946" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 12840.09/31703.65/28016.88/10862.04 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-20T01:18:25.721618" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:18:25.722395" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 12840.09/31703.65/28016.88/10862.04 | 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-20T01:18:25.722139" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.724821" 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-20T01:18:25.722576" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.727251" level="INFO">12840.09/31703.65/28016.88/10862.04</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:18:25.725044" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:18:25.729680" 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-20T01:18:25.727453" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:18:25.732103" level="INFO">@{result_value_list} = [ 12840.09 | 31703.65 | 28016.88 | 10862.04 ]</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-20T01:18:25.729895" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.732614" level="INFO">Length is 4.</msg>
<msg time="2026-08-20T01:18:25.732720" 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-20T01:18:25.732304" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.737496" level="INFO">min :: 12840.09</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-20T01:18:25.733151" elapsed="0.004403"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-20T01:18:25.733002" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.741991" level="INFO">max :: 31703.65</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-20T01:18:25.737805" elapsed="0.004259"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-20T01:18:25.737678" elapsed="0.004421"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.746518" level="INFO">avg :: 28016.88</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-20T01:18:25.742312" elapsed="0.004263"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-20T01:18:25.742186" elapsed="0.004423"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.751123" level="INFO">stdev :: 10862.04</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-20T01:18:25.746823" elapsed="0.004358"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-20T01:18:25.746699" elapsed="0.004516"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-20T01:18:25.732815" elapsed="0.018432"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.755446" level="INFO">${min} = 12840.09</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-20T01:18:25.751401" elapsed="0.004076"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.760886" level="INFO">${max} = 31703.65</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-20T01:18:25.755635" elapsed="0.005279"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.764824" level="INFO">${average} = 28016.88</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-20T01:18:25.761084" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.768715" level="INFO">${stdev} = 10862.04</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-20T01:18:25.765004" elapsed="0.003737"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.769270" level="INFO">${date} = 2026-08-20 01:18:25</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-20T01:18:25.768898" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.769848" level="INFO">CBench Result: 2026-08-20 01:18:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,12840.09,31703.65,28016.88,10862.04</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-20T01:18:25.769440" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-20T01:18:25.770944" 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-20T01:18:25.770528" elapsed="0.000526"/>
</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-20T01:18:25.771229" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-20T01:18:25.770057" elapsed="0.001715"/>
</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-20T01:08:19.266470" elapsed="606.505363"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.772308" 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-20T01:18:25.771979" elapsed="0.000384"/>
</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-20T01:18:25.772901" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-08-20T01:18:25.772604" elapsed="0.000651"/>
</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-20T01:08:19.264116" elapsed="606.509175"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.774728" 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-20T01:18:25.774346" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.776213" 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-20T01:18:25.775676" elapsed="0.000584"/>
</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-20T01:18:25.776651" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:18:25.776390" elapsed="0.000319"/>
</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-20T01:18:25.779508" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:18:25.779268" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-08-20T01:18:25.779250" elapsed="0.000337"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:18:25.779904" 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-20T01:18:25.780022" 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-20T01:18:25.779713" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.780640" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.61 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.166" 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-20T01:18:25.780197" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:18:25.781239" 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-20T01:18:25.780834" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:18:25.782142" level="INFO">Length is 0.</msg>
<msg time="2026-08-20T01:18:25.782229" 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-20T01:18:25.781824" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-20T01:18:25.782389" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-20T01:18:25.783562" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-08-20T01:18:26.400258" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 20 01:18:25 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Thu Aug 20 01:08:19 2026 from 10.30.171.211
[?2004h[jenkins@releng-48317-816-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-20T01:18:25.783215" elapsed="0.617286"/>
</kw>
<msg time="2026-08-20T01:18:26.400609" 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-20T01:18:25.782863" elapsed="0.617856"/>
</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-20T01:18:25.781459" elapsed="0.619392"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-20T01:18:26.401559" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.61 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-20T01:28:32.459949" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-20T01:28:32.460504" level="INFO">${stdout} = </msg>
<msg time="2026-08-20T01:28:32.460609" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.61: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-20T01:18:26.401148" elapsed="606.059525"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:28:32.461152" elapsed="0.000612"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.462886" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.61: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.170.61. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:19:31.521 16  switches: flows:  573944 585244 587142 598486 598489 594091 578641 586274 583172 573346 583152 576997 578512 584110 592696 587180  total = 156.024600 per ms 
01:20:31.625 16  switches: flows:  622506 626247 625742 605615 620678 621455 610308 618657 611856 615097 612713 616172 614069 621727 623882 613137  total = 164.386457 per ms 
01:21:31.727 16  switches: flows:  558259 555911 572170 561337 563300 569948 555268 566600 570412 565532 569809 567550 552774 571083 562073 564642  total = 150.189363 per ms 
01:22:31.830 16  switches: flows:  588646 601243 600554 580405 594641 597208 591098 585592 591935 589480 589223 597525 588762 596423 591502 588821  total = 157.614991 per ms 
01:23:31.933 16  switches: flows:  597277 605734 594217 581162 600531 597348 596595 599608 592254 598812 593313 607698 583657 592091 597246 594696  total = 158.602546 per ms 
01:24:32.035 16  switches: flows:  594483 587514 581418 591010 584894 594890 604479 579709 587890 587095 594539 598269 595596 587459 579691 591082  total = 157.069100 per ms 
01:25:32.138 16  switches: flows:  612600 624474 627909 628273 624547 626445 621388 623772 624168 625063 624305 628480 619582 622809 619765 632018  total = 166.142469 per ms 
01:26:32.241 16  switches: flows:  540010 557968 544064 544978 530373 555771 556344 537252 549688 539447 546382 547975 542031 557747 538276 540207  total = 145.230061 per ms 
01:27:32.342 16  switches: flows:  580646 580467 589409 583982 573974 577150 580466 578418 587891 587738 585490 579830 581901 580122 584871 582601  total = 154.989600 per ms 
01:28:32.444 16  switches: flows:  649444 643077 636542 650844 649184 651298 649998 657288 642374 655247 651295 648468 651379 656435 649820 652831  total = 172.966124 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145230.06/172966.12/158576.75/53446.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:28:32.462153" elapsed="0.001058"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-20T01:28:32.463674" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-20T01:28:32.463387" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-08-20T01:28:32.463338" elapsed="0.000628"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-20T01:28:32.464219" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:28:32.464138" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-20T01:28:32.464102" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-20T01:28:32.464439" 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-20T01:28:32.469569" elapsed="0.000340"/>
</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-20T01:28:32.470071" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:28:32.470362" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-20T01:28:32.465178" elapsed="0.005339"/>
</kw>
<msg time="2026-08-20T01:28:32.470645" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.61: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-20T01:18:25.777054" elapsed="606.693619"/>
</kw>
<status status="PASS" start="2026-08-20T01:18:25.776733" elapsed="606.693989"/>
</branch>
<status status="PASS" start="2026-08-20T01:18:25.776368" elapsed="606.694378"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.471187" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.61: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.170.61. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:19:31.521 16  switches: flows:  573944 585244 587142 598486 598489 594091 578641 586274 583172 573346 583152 576997 578512 584110 592696 587180  total = 156.024600 per ms 
01:20:31.625 16  switches: flows:  622506 626247 625742 605615 620678 621455 610308 618657 611856 615097 612713 616172 614069 621727 623882 613137  total = 164.386457 per ms 
01:21:31.727 16  switches: flows:  558259 555911 572170 561337 563300 569948 555268 566600 570412 565532 569809 567550 552774 571083 562073 564642  total = 150.189363 per ms 
01:22:31.830 16  switches: flows:  588646 601243 600554 580405 594641 597208 591098 585592 591935 589480 589223 597525 588762 596423 591502 588821  total = 157.614991 per ms 
01:23:31.933 16  switches: flows:  597277 605734 594217 581162 600531 597348 596595 599608 592254 598812 593313 607698 583657 592091 597246 594696  total = 158.602546 per ms 
01:24:32.035 16  switches: flows:  594483 587514 581418 591010 584894 594890 604479 579709 587890 587095 594539 598269 595596 587459 579691 591082  total = 157.069100 per ms 
01:25:32.138 16  switches: flows:  612600 624474 627909 628273 624547 626445 621388 623772 624168 625063 624305 628480 619582 622809 619765 632018  total = 166.142469 per ms 
01:26:32.241 16  switches: flows:  540010 557968 544064 544978 530373 555771 556344 537252 549688 539447 546382 547975 542031 557747 538276 540207  total = 145.230061 per ms 
01:27:32.342 16  switches: flows:  580646 580467 589409 583982 573974 577150 580466 578418 587891 587738 585490 579830 581901 580122 584871 582601  total = 154.989600 per ms 
01:28:32.444 16  switches: flows:  649444 643077 636542 650844 649184 651298 649998 657288 642374 655247 651295 648468 651379 656435 649820 652831  total = 172.966124 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145230.06/172966.12/158576.75/53446.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:28:32.470884" elapsed="0.000376"/>
</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-20T01:28:32.471406" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-20T01:28:32.472171" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-20T01:28:32.472282" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 145230.06/172966.12/158576.75/53446.94 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-20T01:28:32.471933" elapsed="0.000375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:28:32.472712" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 145230.06/172966.12/158576.75/53446.94 | 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-20T01:28:32.472460" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.475092" 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-20T01:28:32.472881" elapsed="0.002269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.477495" level="INFO">145230.06/172966.12/158576.75/53446.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:28:32.475294" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:28:32.479871" 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-20T01:28:32.477697" elapsed="0.002202"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:28:32.482309" level="INFO">@{result_value_list} = [ 145230.06 | 172966.12 | 158576.75 | 53446.94 ]</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-20T01:28:32.480099" elapsed="0.002237"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.482788" level="INFO">Length is 4.</msg>
<msg time="2026-08-20T01:28:32.482876" 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-20T01:28:32.482486" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.487688" level="INFO">min :: 145230.06</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-20T01:28:32.483283" elapsed="0.004462"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-20T01:28:32.483155" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.492252" level="INFO">max :: 172966.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:28:32.487992" elapsed="0.004332"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-20T01:28:32.487867" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.496902" level="INFO">avg :: 158576.75</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-20T01:28:32.492568" elapsed="0.004390"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-20T01:28:32.492444" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.501561" level="INFO">stdev :: 53446.94</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-20T01:28:32.497238" elapsed="0.004380"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-20T01:28:32.497108" elapsed="0.004544"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-20T01:28:32.482962" elapsed="0.018721"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.505564" level="INFO">${min} = 145230.06</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-20T01:28:32.501839" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.509593" level="INFO">${max} = 172966.12</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-20T01:28:32.505742" elapsed="0.003878"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.513454" level="INFO">${average} = 158576.75</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-20T01:28:32.509771" elapsed="0.003710"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.517299" level="INFO">${stdev} = 53446.94</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-20T01:28:32.513631" elapsed="0.003694"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.517829" level="INFO">${date} = 2026-08-20 01:28:32</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-20T01:28:32.517490" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.518465" level="INFO">CBench Result: 2026-08-20 01:28:32,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,145230.06,172966.12,158576.75,53446.94</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-20T01:28:32.518058" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-20T01:28:32.519522" 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-20T01:28:32.519128" elapsed="0.000460"/>
</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-20T01:28:32.519736" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-20T01:28:32.518655" elapsed="0.001610"/>
</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-20T01:18:25.775109" elapsed="606.745229"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.520789" 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-20T01:28:32.520483" elapsed="0.000362"/>
</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-20T01:28:32.521352" elapsed="0.000258"/>
</kw>
<status status="PASS" start="2026-08-20T01:28:32.521057" elapsed="0.000622"/>
</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-20T01:18:25.773591" elapsed="606.748126"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.523271" 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-20T01:28:32.522855" elapsed="0.000474"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.524796" 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-20T01:28:32.524462" elapsed="0.000377"/>
</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-20T01:28:32.525185" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:28:32.524950" elapsed="0.000294"/>
</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-20T01:28:32.528222" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:28:32.527961" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-08-20T01:28:32.527942" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:28:32.528628" 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-20T01:28:32.528746" 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-20T01:28:32.528444" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.529341" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.61 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.166" 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-20T01:28:32.528905" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-20T01:28:32.529921" 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-20T01:28:32.529534" elapsed="0.000414"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:28:32.530828" level="INFO">Length is 0.</msg>
<msg time="2026-08-20T01:28:32.530917" 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-20T01:28:32.530529" elapsed="0.000413"/>
</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-20T01:28:32.531094" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-20T01:28:32.532262" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-08-20T01:28:33.131983" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 20 01:28:32 UTC 2026

  System load:  0.21               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Thu Aug 20 01:18:26 2026 from 10.30.171.211
[?2004h[jenkins@releng-48317-816-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-20T01:28:32.531900" elapsed="0.600322"/>
</kw>
<msg time="2026-08-20T01:28:33.132309" 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-20T01:28:32.531563" elapsed="0.600833"/>
</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-20T01:28:32.530160" elapsed="0.602367"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-20T01:28:33.133102" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.61 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-20T01:38:39.167483" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-20T01:38:39.168065" level="INFO">${stdout} = </msg>
<msg time="2026-08-20T01:38:39.168177" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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-20T01:28:33.132778" elapsed="606.035467"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:38:39.168726" elapsed="0.000708"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.170613" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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.170.61. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:29:38.240 16  switches: flows:  117724 119241 120284 117820 119372 118110 118255 119180 117332 115711 114698 113725 115056 115575 116139 115062  total = 31.221400 per ms 
01:30:38.340 16  switches: flows:  118056 117178 118618 116519 115864 116701 117423 115267 114856 115102 114685 116430 115263 112818 115769 113835  total = 30.854834 per ms 
01:31:38.442 16  switches: flows:  114308 115225 114780 112345 112597 114401 112215 110918 110554 112275 113018 112641 112161 109337 111937 110184  total = 29.931176 per ms 
01:32:38.542 16  switches: flows:  115063 113720 115750 113352 112747 111362 113387 111985 110246 111644 111180 112244 110661 111912 111857 110481  total = 29.909891 per ms 
01:33:38.642 16  switches: flows:  115537 115101 117217 115359 114215 112829 116447 113188 113847 112798 109911 111395 112138 113967 111099 111180  total = 30.219962 per ms 
01:34:38.743 16  switches: flows:  121314 118982 120658 116195 120789 117972 118696 119077 116205 118241 117990 116053 116036 117552 115884 115010  total = 31.391781 per ms 
01:35:38.843 16  switches: flows:  123473 119034 119766 121481 122411 119567 120747 120381 116847 119986 118610 120061 117678 120116 116807 116269  total = 31.834040 per ms 
01:36:38.943 16  switches: flows:  116220 115146 116260 113619 116368 115183 117529 115223 113242 114977 113679 113664 112147 115766 113188 112103  total = 30.520856 per ms 
01:37:39.044 16  switches: flows:  119879 121794 121610 117626 122532 119027 121708 119446 120385 118663 117261 118806 118104 120248 117466 118744  total = 31.835049 per ms 
01:38:39.144 16  switches: flows:  122061 122855 121693 120051 123217 119695 123960 119170 121039 119291 120130 120968 119031 120755 119374 120128  total = 32.169958 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29909.89/32169.96/30963.06/10353.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:38:39.169802" elapsed="0.001109"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-20T01:38:39.171430" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-08-20T01:38:39.171134" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-08-20T01:38:39.171080" elapsed="0.000571"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-20T01:38:39.171859" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-20T01:38:39.171777" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-08-20T01:38:39.171741" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-20T01:38:39.172094" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-20T01:38:39.176125" 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-20T01:38:39.176617" elapsed="0.000159"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-20T01:38:39.176905" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-20T01:38:39.172783" elapsed="0.004291"/>
</kw>
<msg time="2026-08-20T01:38:39.177204" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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-20T01:28:32.525583" elapsed="606.651649"/>
</kw>
<status status="PASS" start="2026-08-20T01:28:32.525269" elapsed="606.652014"/>
</branch>
<status status="PASS" start="2026-08-20T01:28:32.524930" elapsed="606.652376"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.177740" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.61: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.170.61. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:29:38.240 16  switches: flows:  117724 119241 120284 117820 119372 118110 118255 119180 117332 115711 114698 113725 115056 115575 116139 115062  total = 31.221400 per ms 
01:30:38.340 16  switches: flows:  118056 117178 118618 116519 115864 116701 117423 115267 114856 115102 114685 116430 115263 112818 115769 113835  total = 30.854834 per ms 
01:31:38.442 16  switches: flows:  114308 115225 114780 112345 112597 114401 112215 110918 110554 112275 113018 112641 112161 109337 111937 110184  total = 29.931176 per ms 
01:32:38.542 16  switches: flows:  115063 113720 115750 113352 112747 111362 113387 111985 110246 111644 111180 112244 110661 111912 111857 110481  total = 29.909891 per ms 
01:33:38.642 16  switches: flows:  115537 115101 117217 115359 114215 112829 116447 113188 113847 112798 109911 111395 112138 113967 111099 111180  total = 30.219962 per ms 
01:34:38.743 16  switches: flows:  121314 118982 120658 116195 120789 117972 118696 119077 116205 118241 117990 116053 116036 117552 115884 115010  total = 31.391781 per ms 
01:35:38.843 16  switches: flows:  123473 119034 119766 121481 122411 119567 120747 120381 116847 119986 118610 120061 117678 120116 116807 116269  total = 31.834040 per ms 
01:36:38.943 16  switches: flows:  116220 115146 116260 113619 116368 115183 117529 115223 113242 114977 113679 113664 112147 115766 113188 112103  total = 30.520856 per ms 
01:37:39.044 16  switches: flows:  119879 121794 121610 117626 122532 119027 121708 119446 120385 118663 117261 118806 118104 120248 117466 118744  total = 31.835049 per ms 
01:38:39.144 16  switches: flows:  122061 122855 121693 120051 123217 119695 123960 119170 121039 119291 120130 120968 119031 120755 119374 120128  total = 32.169958 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29909.89/32169.96/30963.06/10353.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:38:39.177451" elapsed="0.000362"/>
</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-20T01:38:39.177959" elapsed="0.000399"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-20T01:38:39.178743" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-20T01:38:39.178833" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29909.89/32169.96/30963.06/10353.76 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-20T01:38:39.178523" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:38:39.179275" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29909.89/32169.96/30963.06/10353.76 | 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-20T01:38:39.179009" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.181641" 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-20T01:38:39.179443" elapsed="0.002253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.184053" level="INFO">29909.89/32169.96/30963.06/10353.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-20T01:38:39.181841" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:38:39.186434" 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-20T01:38:39.184259" elapsed="0.002202"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-20T01:38:39.188823" level="INFO">@{result_value_list} = [ 29909.89 | 32169.96 | 30963.06 | 10353.76 ]</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-20T01:38:39.186647" elapsed="0.002204"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.189319" level="INFO">Length is 4.</msg>
<msg time="2026-08-20T01:38:39.189407" 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-20T01:38:39.189002" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.194064" level="INFO">min :: 29909.89</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-20T01:38:39.189810" elapsed="0.004323"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-20T01:38:39.189684" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.198601" level="INFO">max :: 32169.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-20T01:38:39.194396" elapsed="0.004261"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-20T01:38:39.194255" elapsed="0.004437"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.203123" level="INFO">avg :: 30963.06</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-20T01:38:39.198896" elapsed="0.004283"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-20T01:38:39.198773" elapsed="0.004439"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.207658" level="INFO">stdev :: 10353.76</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-20T01:38:39.203425" elapsed="0.004287"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-20T01:38:39.203295" elapsed="0.004451"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-20T01:38:39.189496" elapsed="0.018279"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.211574" level="INFO">${min} = 29909.89</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-20T01:38:39.207931" elapsed="0.003671"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.215475" level="INFO">${max} = 32169.96</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-20T01:38:39.211751" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.219341" level="INFO">${average} = 30963.06</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-20T01:38:39.215654" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.223206" level="INFO">${stdev} = 10353.76</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-20T01:38:39.219519" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.223731" level="INFO">${date} = 2026-08-20 01:38:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-20T01:38:39.223390" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.224321" level="INFO">CBench Result: 2026-08-20 01:38:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29909.89,32169.96,30963.06,10353.76</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-20T01:38:39.223904" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-20T01:38:39.225585" 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-20T01:38:39.224968" elapsed="0.000689"/>
</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-20T01:38:39.225808" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-20T01:38:39.224511" elapsed="0.001858"/>
</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-20T01:28:32.523630" elapsed="606.702797"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.226875" 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-20T01:38:39.226573" elapsed="0.000358"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-20T01:38:39.228142" 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-20T01:38:39.227641" elapsed="0.000528"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-20T01:38:39.228392" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-08-20T01:38:39.228245" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-08-20T01:38:39.228226" elapsed="0.000253"/>
</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-20T01:38:39.228616" 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-20T01:38:39.228771" 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-20T01:38:39.228929" elapsed="0.000021"/>
</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-20T01:38:39.229142" 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-20T01:38:39.229292" elapsed="0.000026"/>
</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-20T01:38:39.229443" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-20T01:38:39.229592" 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-20T01:38:39.229810" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-20T01:38:39.229674" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-08-20T01:38:39.229658" elapsed="0.000232"/>
</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-20T01:38:39.227311" elapsed="0.002629"/>
</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-20T01:28:32.522274" elapsed="606.707711"/>
</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-20T01:08:16.993222" elapsed="1822.237325"/>
</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>
