<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-26T03:01:41.659520" 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-04-26T03:01:42.300346" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:01:42.300170" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:42.300140" elapsed="0.000309"/>
</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-04-26T03:01:42.300593" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-26T03:01:42.301591" level="INFO">Logging into '10.30.171.171:8101' as 'karaf'.</msg>
<msg time="2026-04-26T03:01:43.046559" 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-04-26T03:01:42.301295" elapsed="0.745487"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-26T03:01:43.095614" 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-04-26T03:01:43.047099" elapsed="0.048588"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-26T03:01:43.097539" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-26T03:01:43.097658" 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-04-26T03:01:43.095856" elapsed="0.001833"/>
</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-04-26T03:01:43.097848" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:01:43.098239" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:01:43.098979" 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-04-26T03:01:43.098627" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T03:01:43.099091" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.171
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-26T03:01:42.299781" elapsed="0.799542"/>
</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-04-26T03:01:42.296011" elapsed="0.803378"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T03:01:43.099988" 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-04-26T03:01:43.099585" elapsed="0.000462"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T03:01:43.100475" 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-04-26T03:01:43.100202" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T03:01:43.101100" 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-04-26T03:01:43.100692" elapsed="0.000435"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T03:01:43.101698" 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-04-26T03:01:43.101324" elapsed="0.000417"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T03:01:43.102290" 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-04-26T03:01:43.101887" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T03:01:43.102814" 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-04-26T03:01:43.102499" elapsed="0.000356"/>
</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-04-26T03:01:43.103169" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:01:43.102949" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:01:43.107776" 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-04-26T03:01:43.107354" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:01:43.108914" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T03:01:43.108997" 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-04-26T03:01:43.108377" elapsed="0.000645"/>
</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-04-26T03:01:43.109167" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T03:01:43.110636" level="INFO">Logging into '10.30.171.99:22' as 'jenkins'.</msg>
<msg time="2026-04-26T03:01:43.942716" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 03:01:43 UTC 2026

  System load:  0.07               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.99
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-701-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-04-26T03:01:43.110100" elapsed="0.832835"/>
</kw>
<msg time="2026-04-26T03:01:43.943050" 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-04-26T03:01:43.109749" elapsed="0.833422"/>
</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-04-26T03:01:43.108011" elapsed="0.835327"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-26T03:01:43.951365" 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-04-26T03:01:43.943614" elapsed="0.009799"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:01:43.953848" elapsed="0.000623"/>
</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-04-26T03:01:43.106789" elapsed="0.847825"/>
</kw>
<status status="PASS" start="2026-04-26T03:01:43.103320" elapsed="0.851378"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:43.102920" elapsed="0.851852"/>
</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-04-26T03:01:43.955117" elapsed="0.001200"/>
</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-04-26T03:01:43.963800" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:01:43.963663" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:43.963634" elapsed="0.000260"/>
</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-04-26T03:01:43.967974" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:01:43.967832" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:43.967809" elapsed="0.000245"/>
</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-04-26T03:01:43.968240" elapsed="0.000616"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-26T03:01:43.969487" level="INFO">Logging into '10.30.171.171:8101' as 'karaf'.</msg>
<msg time="2026-04-26T03:01:44.245560" 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-04-26T03:01:43.969149" elapsed="0.276630"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.342490" 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-04-26T03:01:44.246124" elapsed="0.096433"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.348434" 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-04-26T03:01:44.348648" 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-04-26T03:01:44.342714" elapsed="0.005966"/>
</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-04-26T03:01:44.348854" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:01:44.349229" elapsed="0.000240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:01:44.349970" 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-04-26T03:01:44.349610" elapsed="0.000416"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T03:01:44.350083" elapsed="0.000067"/>
</return>
<msg time="2026-04-26T03:01:44.350340" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.171
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-26T03:01:43.967366" elapsed="0.383006"/>
</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-04-26T03:01:44.350521" elapsed="0.000600"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T03:01:44.351198" elapsed="0.000058"/>
</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-04-26T03:01:43.963151" elapsed="0.388212"/>
</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-04-26T03:01:44.355265" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:01:44.355082" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:44.355055" elapsed="0.000285"/>
</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-04-26T03:01:44.355474" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.356630" level="INFO">Logging into '10.30.171.171:8101' as 'karaf'.</msg>
<msg time="2026-04-26T03:01:44.522494" 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-04-26T03:01:44.356134" elapsed="0.166505"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.547621" 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-04-26T03:01:44.522893" elapsed="0.024958"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.550501" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-26T03:01:44.550644" 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-04-26T03:01:44.548300" elapsed="0.002379"/>
</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-04-26T03:01:44.550856" elapsed="0.000263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:01:44.551290" elapsed="0.000240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:01:44.552132" 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-04-26T03:01:44.551691" elapsed="0.000494"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T03:01:44.552282" elapsed="0.000091"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.171
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-26T03:01:44.354711" elapsed="0.197823"/>
</kw>
<status status="PASS" start="2026-04-26T03:01:42.294178" elapsed="2.258438"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:01:44.556339" 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-04-26T03:01:44.553902" elapsed="0.002531"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T03:01:44.558359" 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-04-26T03:01:44.557929" elapsed="0.000479"/>
</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-04-26T03:01:44.558825" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:01:44.558519" elapsed="0.000368"/>
</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-04-26T03:01:44.562201" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:01:44.561937" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:44.561918" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.562711" 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-04-26T03:01:44.562841" 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-04-26T03:01:44.562447" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:01:44.563456" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.99" 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-04-26T03:01:44.563007" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.564239" 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-04-26T03:01:44.563667" elapsed="0.000600"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:01:44.565305" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T03:01:44.565400" 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-04-26T03:01:44.564902" elapsed="0.000522"/>
</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-04-26T03:01:44.565573" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.566917" level="INFO">Logging into '10.30.171.99:22' as 'jenkins'.</msg>
<msg time="2026-04-26T03:01:44.931072" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 03:01:43 UTC 2026

  System load:  0.07               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.99
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 26 03:01:43 2026 from 10.30.171.43
[?2004h[jenkins@releng-48317-701-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-04-26T03:01:44.566532" elapsed="0.364752"/>
</kw>
<msg time="2026-04-26T03:01:44.931387" 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-04-26T03:01:44.566095" elapsed="0.365401"/>
</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-04-26T03:01:44.564479" elapsed="0.367151"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-26T03:01:44.932586" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-26T03:11:51.051315" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-26T03:11:51.051966" level="INFO">${stdout} = </msg>
<msg time="2026-04-26T03:11:51.052140" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-26T03:01:44.931863" elapsed="606.120394"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:11:51.052831" elapsed="0.001056"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.055270" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:02:50.144 16  switches: flows:  131498 129874 128919 126730 130441 128002 125614 127590 123742 122394 123904 122686 127187 125648 120329 121929  total = 33.608117 per ms 
03:03:50.244 16  switches: flows:  142108 140216 138114 138936 137066 134550 138065 138352 130829 130256 132241 132858 135157 133105 131471 128924  total = 35.977378 per ms 
03:04:50.344 16  switches: flows:  142273 140580 137791 140423 137074 135659 139945 136551 134410 129085 133255 131249 132934 134539 133550 132507  total = 36.136686 per ms 
03:05:50.445 16  switches: flows:  140157 141724 137246 139347 135664 135642 136962 134855 132965 128640 132837 130272 133304 135226 128809 133332  total = 35.889778 per ms 
03:06:50.545 16  switches: flows:  140436 142732 137750 141309 136054 138442 140370 135178 131909 129144 132586 130177 131569 135220 130891 134106  total = 36.071000 per ms 
03:07:50.645 16  switches: flows:  143724 144543 141660 141255 140479 137243 142460 138252 132381 132552 134420 132394 136047 136352 132797 135673  total = 36.642661 per ms 
03:08:50.746 16  switches: flows:  144251 145585 140999 141956 141309 138538 141103 138446 135534 132196 135929 131191 134989 137854 134211 136240  total = 36.777434 per ms 
03:09:50.846 16  switches: flows:  147944 152526 147646 150604 145307 145767 146762 145118 140296 138716 141631 140177 141411 144643 138106 143155  total = 38.432645 per ms 
03:10:50.946 16  switches: flows:  145952 148926 146578 147589 142864 144591 145894 144034 138454 136876 140534 135906 139031 141440 136560 140971  total = 37.873407 per ms 
03:11:51.046 16  switches: flows:  149292 151520 148096 149530 145392 148368 148496 148482 143244 138933 143252 138328 141541 143929 141361 144535  total = 38.673707 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35889.78/38673.71/36941.63/12357.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:11:51.054352" elapsed="0.001257"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-26T03:11:51.056293" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-04-26T03:11:51.055853" elapsed="0.000631"/>
</branch>
<status status="PASS" start="2026-04-26T03:11:51.055788" elapsed="0.000763"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-26T03:11:51.056821" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:11:51.056714" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-04-26T03:11:51.056668" elapsed="0.000315"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-26T03:11:51.057086" elapsed="0.000035"/>
</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-04-26T03:11:51.061724" elapsed="0.000351"/>
</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-04-26T03:11:51.062260" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:11:51.062578" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-26T03:11:51.057941" elapsed="0.004805"/>
</kw>
<msg time="2026-04-26T03:11:51.062880" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-26T03:01:44.559302" elapsed="606.503605"/>
</kw>
<status status="PASS" start="2026-04-26T03:01:44.558920" elapsed="606.504037"/>
</branch>
<status status="PASS" start="2026-04-26T03:01:44.558486" elapsed="606.504495"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.063493" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:02:50.144 16  switches: flows:  131498 129874 128919 126730 130441 128002 125614 127590 123742 122394 123904 122686 127187 125648 120329 121929  total = 33.608117 per ms 
03:03:50.244 16  switches: flows:  142108 140216 138114 138936 137066 134550 138065 138352 130829 130256 132241 132858 135157 133105 131471 128924  total = 35.977378 per ms 
03:04:50.344 16  switches: flows:  142273 140580 137791 140423 137074 135659 139945 136551 134410 129085 133255 131249 132934 134539 133550 132507  total = 36.136686 per ms 
03:05:50.445 16  switches: flows:  140157 141724 137246 139347 135664 135642 136962 134855 132965 128640 132837 130272 133304 135226 128809 133332  total = 35.889778 per ms 
03:06:50.545 16  switches: flows:  140436 142732 137750 141309 136054 138442 140370 135178 131909 129144 132586 130177 131569 135220 130891 134106  total = 36.071000 per ms 
03:07:50.645 16  switches: flows:  143724 144543 141660 141255 140479 137243 142460 138252 132381 132552 134420 132394 136047 136352 132797 135673  total = 36.642661 per ms 
03:08:50.746 16  switches: flows:  144251 145585 140999 141956 141309 138538 141103 138446 135534 132196 135929 131191 134989 137854 134211 136240  total = 36.777434 per ms 
03:09:50.846 16  switches: flows:  147944 152526 147646 150604 145307 145767 146762 145118 140296 138716 141631 140177 141411 144643 138106 143155  total = 38.432645 per ms 
03:10:50.946 16  switches: flows:  145952 148926 146578 147589 142864 144591 145894 144034 138454 136876 140534 135906 139031 141440 136560 140971  total = 37.873407 per ms 
03:11:51.046 16  switches: flows:  149292 151520 148096 149530 145392 148368 148496 148482 143244 138933 143252 138328 141541 143929 141361 144535  total = 38.673707 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35889.78/38673.71/36941.63/12357.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:11:51.063127" elapsed="0.000445"/>
</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-04-26T03:11:51.063726" elapsed="0.000406"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-26T03:11:51.064579" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-26T03:11:51.064676" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35889.78/38673.71/36941.63/12357.34 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-04-26T03:11:51.064331" elapsed="0.000372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:11:51.065152" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35889.78/38673.71/36941.63/12357.34 | 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-04-26T03:11:51.064882" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.067732" 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-04-26T03:11:51.065345" elapsed="0.002448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.070273" level="INFO">35889.78/38673.71/36941.63/12357.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:11:51.067942" elapsed="0.002397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:11:51.072893" 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-04-26T03:11:51.070494" elapsed="0.002431"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:11:51.075440" level="INFO">@{result_value_list} = [ 35889.78 | 38673.71 | 36941.63 | 12357.34 ]</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-04-26T03:11:51.073123" elapsed="0.002351"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.075992" level="INFO">Length is 4.</msg>
<msg time="2026-04-26T03:11:51.076131" 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-04-26T03:11:51.075654" elapsed="0.000506"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.081382" level="INFO">min :: 35889.78</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-04-26T03:11:51.076602" elapsed="0.004845"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-26T03:11:51.076446" elapsed="0.005043"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.086258" level="INFO">max :: 38673.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:11:51.081736" elapsed="0.004580"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-26T03:11:51.081584" elapsed="0.004768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.091044" level="INFO">avg :: 36941.63</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-04-26T03:11:51.086575" elapsed="0.004531"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-26T03:11:51.086445" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.096155" level="INFO">stdev :: 12357.34</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-04-26T03:11:51.091406" elapsed="0.004830"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-26T03:11:51.091278" elapsed="0.004998"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-26T03:11:51.076245" elapsed="0.020068"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.100866" level="INFO">${min} = 35889.78</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-04-26T03:11:51.096503" elapsed="0.004390"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.105189" level="INFO">${max} = 38673.71</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-04-26T03:11:51.101070" elapsed="0.004166"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.109471" level="INFO">${average} = 36941.63</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-04-26T03:11:51.105408" elapsed="0.004096"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.113645" level="INFO">${stdev} = 12357.34</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-04-26T03:11:51.109663" elapsed="0.004009"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.114240" level="INFO">${date} = 2026-04-26 03:11:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-26T03:11:51.113842" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.114838" level="INFO">CBench Result: 2026-04-26 03:11:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35889.78,38673.71,36941.63,12357.34</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-04-26T03:11:51.114412" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T03:11:51.115968" 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-04-26T03:11:51.115566" elapsed="0.000475"/>
</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-04-26T03:11:51.116249" elapsed="0.000511"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-26T03:11:51.115064" elapsed="0.001763"/>
</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-04-26T03:01:44.557144" elapsed="606.559758"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.117429" 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-04-26T03:11:51.117082" elapsed="0.000405"/>
</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-04-26T03:11:51.118015" elapsed="0.000288"/>
</kw>
<status status="PASS" start="2026-04-26T03:11:51.117713" elapsed="0.000663"/>
</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-04-26T03:01:44.552948" elapsed="606.565466"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.119934" 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-04-26T03:11:51.119518" elapsed="0.000481"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.121389" 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-04-26T03:11:51.121022" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-26T03:11:51.121782" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:11:51.121557" elapsed="0.000286"/>
</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-04-26T03:11:51.125058" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:11:51.124785" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-04-26T03:11:51.124763" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:11:51.125489" 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-04-26T03:11:51.125620" 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-04-26T03:11:51.125282" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.126258" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.171 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.99" 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-04-26T03:11:51.125791" elapsed="0.000527"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:11:51.126892" 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-04-26T03:11:51.126467" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:11:51.127866" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T03:11:51.127958" 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-04-26T03:11:51.127556" elapsed="0.000427"/>
</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-04-26T03:11:51.128124" elapsed="0.000381"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T03:11:51.129413" level="INFO">Logging into '10.30.171.99:22' as 'jenkins'.</msg>
<msg time="2026-04-26T03:11:51.725083" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 03:11:51 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.99
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 26 03:01:44 2026 from 10.30.171.43
[?2004h[jenkins@releng-48317-701-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-04-26T03:11:51.129018" elapsed="0.596407"/>
</kw>
<msg time="2026-04-26T03:11:51.725525" 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-04-26T03:11:51.128660" elapsed="0.596962"/>
</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-04-26T03:11:51.127118" elapsed="0.598626"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-26T03:11:51.726330" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.171 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-26T03:21:57.871520" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-26T03:21:57.872087" level="INFO">${stdout} = </msg>
<msg time="2026-04-26T03:21:57.872190" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.171: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-04-26T03:11:51.725983" elapsed="606.146298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:21:57.872745" elapsed="0.000726"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.874606" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:12:56.857 16  switches: flows:  591934 582548 588100 587869 587952 574908 593962 592628 577870 571380 587465 584380 578844 591099 575736 581131  total = 155.796767 per ms 
03:13:56.959 16  switches: flows:  589021 603449 602832 606372 608284 603760 606213 597967 599676 599605 604671 603422 605767 602080 602549 605391  total = 160.413088 per ms 
03:14:57.091 16  switches: flows:  603848 602119 597879 610099 604438 605569 610090 606767 602044 610262 604408 614136 607954 597228 601145 606316  total = 161.051220 per ms 
03:15:57.242 16  switches: flows:  601662 588168 598623 606713 609691 597222 608720 593438 597199 592046 605285 613561 601307 595644 606743 593238  total = 159.751132 per ms 
03:16:57.345 16  switches: flows:  692874 690157 687469 692046 683723 687838 696812 674900 688493 692392 700334 700234 691296 680218 689881 671586  total = 183.356702 per ms 
03:17:57.446 16  switches: flows:  687227 678925 676328 687842 685720 684200 692662 690514 679098 684882 683654 685871 684524 687031 686166 678574  total = 182.247452 per ms 
03:18:57.548 16  switches: flows:  697000 680423 679476 681107 684953 682524 687094 688845 692815 682607 688666 680722 690771 684087 690989 684146  total = 182.628338 per ms 
03:19:57.660 16  switches: flows:  695634 689781 692548 693984 697188 692237 699339 703582 694928 691933 703403 705759 701807 681697 701290 690870  total = 185.252691 per ms 
03:20:57.762 16  switches: flows:  699205 699853 675436 703682 689982 687152 694208 688335 695352 697843 689348 692504 685992 682389 687196 689300  total = 183.986266 per ms 
03:21:57.864 16  switches: flows:  685615 692716 693620 707282 701547 688497 700428 697182 682409 690382 699804 702253 694743 701801 705968 704047  total = 185.490685 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159751.13/185490.68/176019.73/59712.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:21:57.873828" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-26T03:21:57.875442" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-26T03:21:57.875111" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-04-26T03:21:57.875061" elapsed="0.000587"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-26T03:21:57.875858" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:21:57.875775" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-26T03:21:57.875740" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-26T03:21:57.876064" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T03:21:57.880506" elapsed="0.000460"/>
</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-04-26T03:21:57.881169" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:21:57.881613" 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-04-26T03:21:57.876778" elapsed="0.005050"/>
</kw>
<msg time="2026-04-26T03:21:57.882003" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.171: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-04-26T03:11:51.122235" elapsed="606.759804"/>
</kw>
<status status="PASS" start="2026-04-26T03:11:51.121870" elapsed="606.760235"/>
</branch>
<status status="PASS" start="2026-04-26T03:11:51.121535" elapsed="606.760602"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.882747" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:12:56.857 16  switches: flows:  591934 582548 588100 587869 587952 574908 593962 592628 577870 571380 587465 584380 578844 591099 575736 581131  total = 155.796767 per ms 
03:13:56.959 16  switches: flows:  589021 603449 602832 606372 608284 603760 606213 597967 599676 599605 604671 603422 605767 602080 602549 605391  total = 160.413088 per ms 
03:14:57.091 16  switches: flows:  603848 602119 597879 610099 604438 605569 610090 606767 602044 610262 604408 614136 607954 597228 601145 606316  total = 161.051220 per ms 
03:15:57.242 16  switches: flows:  601662 588168 598623 606713 609691 597222 608720 593438 597199 592046 605285 613561 601307 595644 606743 593238  total = 159.751132 per ms 
03:16:57.345 16  switches: flows:  692874 690157 687469 692046 683723 687838 696812 674900 688493 692392 700334 700234 691296 680218 689881 671586  total = 183.356702 per ms 
03:17:57.446 16  switches: flows:  687227 678925 676328 687842 685720 684200 692662 690514 679098 684882 683654 685871 684524 687031 686166 678574  total = 182.247452 per ms 
03:18:57.548 16  switches: flows:  697000 680423 679476 681107 684953 682524 687094 688845 692815 682607 688666 680722 690771 684087 690989 684146  total = 182.628338 per ms 
03:19:57.660 16  switches: flows:  695634 689781 692548 693984 697188 692237 699339 703582 694928 691933 703403 705759 701807 681697 701290 690870  total = 185.252691 per ms 
03:20:57.762 16  switches: flows:  699205 699853 675436 703682 689982 687152 694208 688335 695352 697843 689348 692504 685992 682389 687196 689300  total = 183.986266 per ms 
03:21:57.864 16  switches: flows:  685615 692716 693620 707282 701547 688497 700428 697182 682409 690382 699804 702253 694743 701801 705968 704047  total = 185.490685 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159751.13/185490.68/176019.73/59712.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:21:57.882349" elapsed="0.000499"/>
</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-04-26T03:21:57.883052" elapsed="0.000529"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-26T03:21:57.884107" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-26T03:21:57.884252" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 159751.13/185490.68/176019.73/59712.22 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-04-26T03:21:57.883805" elapsed="0.000482"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:21:57.884848" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 159751.13/185490.68/176019.73/59712.22 | 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-04-26T03:21:57.884498" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.888226" 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-04-26T03:21:57.885082" elapsed="0.003224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.891065" level="INFO">159751.13/185490.68/176019.73/59712.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:21:57.888506" elapsed="0.002615"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:21:57.893476" 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-04-26T03:21:57.891284" elapsed="0.002219"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:21:57.895887" level="INFO">@{result_value_list} = [ 159751.13 | 185490.68 | 176019.73 | 59712.22 ]</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-04-26T03:21:57.893687" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.896384" level="INFO">Length is 4.</msg>
<msg time="2026-04-26T03:21:57.896470" 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-04-26T03:21:57.896066" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.901167" level="INFO">min :: 159751.13</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-04-26T03:21:57.896866" elapsed="0.004404"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-26T03:21:57.896738" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.906012" level="INFO">max :: 185490.68</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-04-26T03:21:57.901523" elapsed="0.004546"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-26T03:21:57.901397" elapsed="0.004709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.910600" level="INFO">avg :: 176019.73</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-04-26T03:21:57.906339" elapsed="0.004316"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-26T03:21:57.906194" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.915246" level="INFO">stdev :: 59712.22</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-04-26T03:21:57.910904" elapsed="0.004398"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-26T03:21:57.910778" elapsed="0.004559"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-26T03:21:57.896558" elapsed="0.018810"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.919235" level="INFO">${min} = 159751.13</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-04-26T03:21:57.915545" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.923445" level="INFO">${max} = 185490.68</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-04-26T03:21:57.919417" elapsed="0.004056"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.927331" level="INFO">${average} = 176019.73</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-04-26T03:21:57.923630" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.931179" level="INFO">${stdev} = 59712.22</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-04-26T03:21:57.927507" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.931743" level="INFO">${date} = 2026-04-26 03:21:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-26T03:21:57.931388" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.932336" level="INFO">CBench Result: 2026-04-26 03:21:57,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,159751.13,185490.68,176019.73,59712.22</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-04-26T03:21:57.931915" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T03:21:57.933429" 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-04-26T03:21:57.932990" elapsed="0.000505"/>
</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-04-26T03:21:57.933645" elapsed="0.000451"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-26T03:21:57.932528" elapsed="0.001631"/>
</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-04-26T03:11:51.120381" elapsed="606.813854"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.934695" 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-04-26T03:21:57.934384" elapsed="0.000366"/>
</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-04-26T03:21:57.935267" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-26T03:21:57.934956" elapsed="0.000650"/>
</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-04-26T03:11:51.118729" elapsed="606.816915"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.937029" 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-04-26T03:21:57.936648" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.938331" 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-04-26T03:21:57.937983" elapsed="0.000390"/>
</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-04-26T03:21:57.938697" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:21:57.938480" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-26T03:21:57.941613" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:21:57.941369" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-26T03:21:57.941351" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:21:57.942000" 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-04-26T03:21:57.942116" 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-04-26T03:21:57.941820" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.942714" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.99" 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-04-26T03:21:57.942291" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T03:21:57.943313" 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-04-26T03:21:57.942909" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:21:57.944367" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T03:21:57.944462" 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-04-26T03:21:57.943908" elapsed="0.000578"/>
</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-04-26T03:21:57.944627" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T03:21:57.945846" level="INFO">Logging into '10.30.171.99:22' as 'jenkins'.</msg>
<msg time="2026-04-26T03:21:58.549450" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 03:21:58 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 26 03:11:51 2026 from 10.30.171.43
[?2004h[jenkins@releng-48317-701-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-04-26T03:21:57.945492" elapsed="0.604210"/>
</kw>
<msg time="2026-04-26T03:21:58.549818" 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-04-26T03:21:57.945098" elapsed="0.604821"/>
</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-04-26T03:21:57.943539" elapsed="0.606519"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-26T03:21:58.550748" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-26T03:32:04.613107" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-26T03:32:04.613699" level="INFO">${stdout} = </msg>
<msg time="2026-04-26T03:32:04.613805" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-26T03:21:58.550351" elapsed="606.063510"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:32:04.614376" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.616342" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:03.697 16  switches: flows:  149496 152576 152148 148592 147558 151965 153740 152573 143414 144692 142793 147984 147684 146577 144545 143711  total = 39.500800 per ms 
03:24:03.797 16  switches: flows:  153701 152228 154824 147045 147463 145603 151915 152160 145532 143280 145337 147822 148962 145278 143867 142542  total = 39.393564 per ms 
03:25:03.898 16  switches: flows:  151410 152112 151518 147891 149104 147956 152976 151440 144124 142907 142977 147249 147760 147280 142600 142987  total = 39.305882 per ms 
03:26:03.998 16  switches: flows:  155238 153297 154849 149516 147660 149694 151007 153920 147677 145414 147376 148485 149004 148804 144147 145351  total = 39.790880 per ms 
03:27:04.098 16  switches: flows:  153531 151041 151117 145617 146315 147710 151163 149580 145296 143063 142367 145931 146141 146087 142783 143079  total = 39.115094 per ms 
03:28:04.198 16  switches: flows:  155393 153738 151701 146835 148936 148960 149376 152593 145619 145088 143572 145696 144462 147132 142343 145578  total = 39.384614 per ms 
03:29:04.298 16  switches: flows:  155332 154995 153674 152829 152350 149317 153500 154971 146790 147544 145383 151432 147548 148826 147281 147979  total = 40.095585 per ms 
03:30:04.399 16  switches: flows:  153322 153420 153653 151522 148902 151224 153065 153163 145350 145780 145712 147837 148688 149927 145998 148298  total = 39.864468 per ms 
03:31:04.499 16  switches: flows:  156323 155476 152814 152151 150621 151299 154372 155854 148551 148082 146270 147878 151551 151390 149131 148373  total = 40.268381 per ms 
03:32:04.600 16  switches: flows:  151089 151464 151422 149786 149382 147258 149436 152114 143055 144206 143477 146679 148351 144767 144969 144969  total = 39.307878 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39115.09/40268.38/39614.04/13210.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:32:04.615558" elapsed="0.001105"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-26T03:32:04.617178" elapsed="0.000115"/>
</return>
<status status="PASS" start="2026-04-26T03:32:04.616876" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-04-26T03:32:04.616816" elapsed="0.000617"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-26T03:32:04.617648" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-26T03:32:04.617561" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-04-26T03:32:04.617524" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-26T03:32:04.617854" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T03:32:04.622393" elapsed="0.000461"/>
</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-04-26T03:32:04.623057" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T03:32:04.623478" elapsed="0.000150"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-26T03:32:04.618563" elapsed="0.005139"/>
</kw>
<msg time="2026-04-26T03:32:04.623880" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-26T03:21:57.939088" elapsed="606.684829"/>
</kw>
<status status="PASS" start="2026-04-26T03:21:57.938780" elapsed="606.685206"/>
</branch>
<status status="PASS" start="2026-04-26T03:21:57.938460" elapsed="606.685559"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.624636" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:03.697 16  switches: flows:  149496 152576 152148 148592 147558 151965 153740 152573 143414 144692 142793 147984 147684 146577 144545 143711  total = 39.500800 per ms 
03:24:03.797 16  switches: flows:  153701 152228 154824 147045 147463 145603 151915 152160 145532 143280 145337 147822 148962 145278 143867 142542  total = 39.393564 per ms 
03:25:03.898 16  switches: flows:  151410 152112 151518 147891 149104 147956 152976 151440 144124 142907 142977 147249 147760 147280 142600 142987  total = 39.305882 per ms 
03:26:03.998 16  switches: flows:  155238 153297 154849 149516 147660 149694 151007 153920 147677 145414 147376 148485 149004 148804 144147 145351  total = 39.790880 per ms 
03:27:04.098 16  switches: flows:  153531 151041 151117 145617 146315 147710 151163 149580 145296 143063 142367 145931 146141 146087 142783 143079  total = 39.115094 per ms 
03:28:04.198 16  switches: flows:  155393 153738 151701 146835 148936 148960 149376 152593 145619 145088 143572 145696 144462 147132 142343 145578  total = 39.384614 per ms 
03:29:04.298 16  switches: flows:  155332 154995 153674 152829 152350 149317 153500 154971 146790 147544 145383 151432 147548 148826 147281 147979  total = 40.095585 per ms 
03:30:04.399 16  switches: flows:  153322 153420 153653 151522 148902 151224 153065 153163 145350 145780 145712 147837 148688 149927 145998 148298  total = 39.864468 per ms 
03:31:04.499 16  switches: flows:  156323 155476 152814 152151 150621 151299 154372 155854 148551 148082 146270 147878 151551 151390 149131 148373  total = 40.268381 per ms 
03:32:04.600 16  switches: flows:  151089 151464 151422 149786 149382 147258 149436 152114 143055 144206 143477 146679 148351 144767 144969 144969  total = 39.307878 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39115.09/40268.38/39614.04/13210.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:32:04.624236" elapsed="0.000503"/>
</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-04-26T03:32:04.624942" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-26T03:32:04.625983" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-26T03:32:04.626108" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39115.09/40268.38/39614.04/13210.12 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-26T03:32:04.625685" elapsed="0.000456"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:32:04.626734" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39115.09/40268.38/39614.04/13210.12 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T03:32:04.626372" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.629740" 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-04-26T03:32:04.626969" elapsed="0.002827"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.632313" level="INFO">39115.09/40268.38/39614.04/13210.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:32:04.629940" elapsed="0.002429"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:32:04.634701" 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-04-26T03:32:04.632517" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T03:32:04.637130" level="INFO">@{result_value_list} = [ 39115.09 | 40268.38 | 39614.04 | 13210.12 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T03:32:04.634915" elapsed="0.002242"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.637626" level="INFO">Length is 4.</msg>
<msg time="2026-04-26T03:32:04.637711" 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-04-26T03:32:04.637326" elapsed="0.000408"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.642382" level="INFO">min :: 39115.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-04-26T03:32:04.638105" elapsed="0.004333"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-26T03:32:04.637979" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.647166" level="INFO">max :: 40268.38</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-04-26T03:32:04.642681" elapsed="0.004556"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-26T03:32:04.642558" elapsed="0.004715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.651929" level="INFO">avg :: 39614.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-04-26T03:32:04.647492" elapsed="0.004495"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-26T03:32:04.647356" elapsed="0.004665"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.656697" level="INFO">stdev :: 13210.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-04-26T03:32:04.652254" elapsed="0.004499"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-26T03:32:04.652104" elapsed="0.004684"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-26T03:32:04.637798" elapsed="0.019019"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.660658" level="INFO">${min} = 39115.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-04-26T03:32:04.656971" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.664547" level="INFO">${max} = 40268.38</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-04-26T03:32:04.660835" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.668447" level="INFO">${average} = 39614.04</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-04-26T03:32:04.664728" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.672370" level="INFO">${stdev} = 13210.12</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T03:32:04.668624" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.672896" level="INFO">${date} = 2026-04-26 03:32:04</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-26T03:32:04.672552" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.673484" level="INFO">CBench Result: 2026-04-26 03:32:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39115.09,40268.38,39614.04,13210.12</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T03:32:04.673065" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T03:32:04.674657" 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-04-26T03:32:04.674165" elapsed="0.000559"/>
</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-04-26T03:32:04.674880" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-26T03:32:04.673702" elapsed="0.001721"/>
</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-04-26T03:21:57.937423" elapsed="606.738058"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.675969" 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-04-26T03:32:04.675625" elapsed="0.000400"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T03:32:04.677234" 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-04-26T03:32:04.676744" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-26T03:32:04.677481" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-26T03:32:04.677336" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-04-26T03:32:04.677318" elapsed="0.000246"/>
</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-04-26T03:32:04.677708" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-26T03:32:04.677866" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-26T03:32:04.678024" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-26T03:32:04.678232" elapsed="0.000022"/>
</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-04-26T03:32:04.678385" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-26T03:32:04.678531" 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-04-26T03:32:04.678675" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-26T03:32:04.678891" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-26T03:32:04.678756" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-04-26T03:32:04.678740" elapsed="0.000231"/>
</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-04-26T03:32:04.676405" elapsed="0.002617"/>
</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-04-26T03:21:57.936090" elapsed="606.742979"/>
</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-04-26T03:01:41.661431" elapsed="1823.018320"/>
</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>
