<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-05T01:44:55.100466" 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-05-05T01:44:55.676316" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:44:55.676175" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:55.676145" elapsed="0.000277"/>
</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-05-05T01:44:55.676565" elapsed="0.000525"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T01:44:55.677564" level="INFO">Logging into '10.30.170.156:8101' as 'karaf'.</msg>
<msg time="2026-05-05T01:44:56.485804" 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-05-05T01:44:55.677267" elapsed="0.808852"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T01:44:56.535961" 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-05-05T01:44:56.486608" elapsed="0.049537"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T01:44:56.538853" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T01:44:56.538966" 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-05-05T01:44:56.536502" elapsed="0.002495"/>
</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-05-05T01:44:56.539171" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:44:56.539525" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:44:56.540261" 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-05-05T01:44:56.539886" elapsed="0.000430"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T01:44:56.540370" 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.170.156
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-05T01:44:55.675765" elapsed="0.864794"/>
</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-05-05T01:44:55.672067" elapsed="0.868556"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T01:44:56.541205" 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-05-05T01:44:56.540814" elapsed="0.000449"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T01:44:56.541676" 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-05-05T01:44:56.541417" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T01:44:56.542322" 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-05-05T01:44:56.541885" elapsed="0.000465"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T01:44:56.542853" 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-05-05T01:44:56.542520" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T01:44:56.543433" 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-05-05T01:44:56.543059" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T01:44:56.543926" 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-05-05T01:44:56.543618" elapsed="0.000349"/>
</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-05-05T01:44:56.544289" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:44:56.544071" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:44:56.549010" 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-05-05T01:44:56.548565" elapsed="0.000489"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:44:56.550096" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T01:44:56.550180" 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-05-05T01:44:56.549616" elapsed="0.000588"/>
</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-05-05T01:44:56.550348" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T01:44:56.551714" level="INFO">Logging into '10.30.170.181:22' as 'jenkins'.</msg>
<msg time="2026-05-05T01:44:57.383108" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 01:44:56 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.181
  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-710-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-05-05T01:44:56.551207" elapsed="0.832092"/>
</kw>
<msg time="2026-05-05T01:44:57.383396" 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-05-05T01:44:56.550845" elapsed="0.832645"/>
</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-05-05T01:44:56.549263" elapsed="0.834349"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.392354" 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-05-05T01:44:57.383833" elapsed="0.010546"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:44:57.394772" elapsed="0.000639"/>
</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-05-05T01:44:56.548014" elapsed="0.847533"/>
</kw>
<status status="PASS" start="2026-05-05T01:44:56.544637" elapsed="0.850992"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:56.544045" elapsed="0.851649"/>
</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-05-05T01:44:57.396065" elapsed="0.001018"/>
</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-05-05T01:44:57.405605" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:44:57.405480" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:57.405456" elapsed="0.000226"/>
</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-05-05T01:44:57.409257" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:44:57.409143" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:57.409122" elapsed="0.000223"/>
</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-05-05T01:44:57.409493" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.410364" level="INFO">Logging into '10.30.170.156:8101' as 'karaf'.</msg>
<msg time="2026-05-05T01:44:57.573194" 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-05-05T01:44:57.410098" elapsed="0.163232"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.671664" 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-05-05T01:44:57.573566" elapsed="0.098170"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.677177" 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-05-05T01:44:57.677358" 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-05-05T01:44:57.671893" elapsed="0.005497"/>
</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-05-05T01:44:57.677534" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:44:57.677880" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:44:57.678540" 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-05-05T01:44:57.678226" elapsed="0.000368"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T01:44:57.678643" elapsed="0.000053"/>
</return>
<msg time="2026-05-05T01:44:57.678845" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.156
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-05T01:44:57.408760" elapsed="0.270117"/>
</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-05-05T01:44:57.679023" elapsed="0.000547"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T01:44:57.679621" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-05T01:44:57.405169" elapsed="0.274597"/>
</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-05-05T01:44:57.683597" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:44:57.683459" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:57.683436" elapsed="0.000260"/>
</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-05-05T01:44:57.683847" elapsed="0.000484"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.684738" level="INFO">Logging into '10.30.170.156:8101' as 'karaf'.</msg>
<msg time="2026-05-05T01:44:57.856318" 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-05-05T01:44:57.684478" elapsed="0.171989"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.881211" 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-05-05T01:44:57.856710" elapsed="0.024566"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.883049" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T01:44:57.883155" 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-05-05T01:44:57.881428" elapsed="0.001757"/>
</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-05-05T01:44:57.883322" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:44:57.883660" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:44:57.884369" 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-05-05T01:44:57.884003" elapsed="0.000416"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T01:44:57.884472" elapsed="0.000058"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.156
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-05T01:44:57.683133" elapsed="0.201515"/>
</kw>
<status status="PASS" start="2026-05-05T01:44:55.670138" elapsed="2.214573"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:44:57.886955" 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-05-05T01:44:57.885820" elapsed="0.001202"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T01:44:57.888602" 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-05-05T01:44:57.888251" elapsed="0.000395"/>
</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-05-05T01:44:57.888964" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:44:57.888724" elapsed="0.000299"/>
</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-05-05T01:44:57.891989" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:44:57.891739" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:57.891720" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.892433" 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-05-05T01:44:57.892556" 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-05-05T01:44:57.892229" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:44:57.893157" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.181" 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-05-05T01:44:57.892717" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.893815" 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-05-05T01:44:57.893357" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:44:57.894763" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T01:44:57.894854" 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-05-05T01:44:57.894437" elapsed="0.000441"/>
</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-05-05T01:44:57.895021" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T01:44:57.896268" level="INFO">Logging into '10.30.170.181:22' as 'jenkins'.</msg>
<msg time="2026-05-05T01:44:58.229091" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 01:44:56 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.181
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May  5 01:44:57 2026 from 10.30.170.102
[?2004h[jenkins@releng-48317-710-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-05-05T01:44:57.895865" elapsed="0.333449"/>
</kw>
<msg time="2026-05-05T01:44:58.229406" 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-05-05T01:44:57.895522" elapsed="0.333977"/>
</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-05-05T01:44:57.894057" elapsed="0.335572"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T01:44:58.230513" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T01:55:04.357211" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T01:55:04.357604" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T01:55:04.357675" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156: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-05-05T01:44:58.229871" elapsed="606.127843"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:55:04.358081" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.359336" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.156. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:03.453 16  switches: flows:  108833 110982 106753 108980 110199 108356 107491 109131 109157 110341 106129 108143 105145 106123 104785 108339  total = 28.814783 per ms 
01:47:03.555 16  switches: flows:  118076 120207 118277 122574 121943 119146 117529 119031 118483 119170 117672 118214 114843 118455 118711 118148  total = 31.621795 per ms 
01:48:03.658 16  switches: flows:  109895 110829 110414 112172 111134 112000 109137 108994 111056 111600 108469 108977 105225 108872 111695 108780  total = 29.271664 per ms 
01:49:03.760 16  switches: flows:  116005 114857 116308 117582 116888 115437 113576 112901 116622 114683 112905 113830 112376 112558 116969 114190  total = 30.576639 per ms 
01:50:03.861 16  switches: flows:  110964 113019 112583 113988 113297 114632 109906 111017 113011 113604 109426 110064 107833 109717 112588 111788  total = 29.740971 per ms 
01:51:03.962 16  switches: flows:  109203 113539 113351 117661 114564 116725 112568 114090 113924 114756 111140 112959 109695 111374 112871 115138  total = 30.175577 per ms 
01:52:04.063 16  switches: flows:  109688 111169 114086 115023 113123 115108 109847 112459 114746 112038 110635 111386 107094 111087 113749 110556  total = 29.813389 per ms 
01:53:04.164 16  switches: flows:  112199 113338 113956 115777 115838 116569 113856 116281 115335 113198 112066 113385 109862 111265 115753 110958  total = 30.276717 per ms 
01:54:04.265 16  switches: flows:  117307 119997 119981 120763 121796 122129 118053 120822 121398 119625 118716 119048 116812 119175 119344 116197  total = 31.799620 per ms 
01:55:04.366 16  switches: flows:  111087 114846 112935 113951 116234 115595 114096 115517 113011 113603 110792 114838 109610 114584 113605 110032  total = 30.188520 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29271.66/31799.62/30384.99/10159.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:55:04.358823" elapsed="0.000725"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T01:55:04.359878" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-05-05T01:55:04.359673" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-05T01:55:04.359636" elapsed="0.000420"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T01:55:04.360198" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:55:04.360144" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-05-05T01:55:04.360121" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T01:55:04.360334" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T01:55:04.363853" elapsed="0.000502"/>
</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-05-05T01:55:04.364565" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:55:04.364997" elapsed="0.000163"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T01:55:04.360774" elapsed="0.004462"/>
</kw>
<msg time="2026-05-05T01:55:04.365418" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156: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-05-05T01:44:57.889393" elapsed="606.476062"/>
</kw>
<status status="PASS" start="2026-05-05T01:44:57.889069" elapsed="606.476455"/>
</branch>
<status status="PASS" start="2026-05-05T01:44:57.888702" elapsed="606.476854"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.366194" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.156. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:03.453 16  switches: flows:  108833 110982 106753 108980 110199 108356 107491 109131 109157 110341 106129 108143 105145 106123 104785 108339  total = 28.814783 per ms 
01:47:03.555 16  switches: flows:  118076 120207 118277 122574 121943 119146 117529 119031 118483 119170 117672 118214 114843 118455 118711 118148  total = 31.621795 per ms 
01:48:03.658 16  switches: flows:  109895 110829 110414 112172 111134 112000 109137 108994 111056 111600 108469 108977 105225 108872 111695 108780  total = 29.271664 per ms 
01:49:03.760 16  switches: flows:  116005 114857 116308 117582 116888 115437 113576 112901 116622 114683 112905 113830 112376 112558 116969 114190  total = 30.576639 per ms 
01:50:03.861 16  switches: flows:  110964 113019 112583 113988 113297 114632 109906 111017 113011 113604 109426 110064 107833 109717 112588 111788  total = 29.740971 per ms 
01:51:03.962 16  switches: flows:  109203 113539 113351 117661 114564 116725 112568 114090 113924 114756 111140 112959 109695 111374 112871 115138  total = 30.175577 per ms 
01:52:04.063 16  switches: flows:  109688 111169 114086 115023 113123 115108 109847 112459 114746 112038 110635 111386 107094 111087 113749 110556  total = 29.813389 per ms 
01:53:04.164 16  switches: flows:  112199 113338 113956 115777 115838 116569 113856 116281 115335 113198 112066 113385 109862 111265 115753 110958  total = 30.276717 per ms 
01:54:04.265 16  switches: flows:  117307 119997 119981 120763 121796 122129 118053 120822 121398 119625 118716 119048 116812 119175 119344 116197  total = 31.799620 per ms 
01:55:04.366 16  switches: flows:  111087 114846 112935 113951 116234 115595 114096 115517 113011 113603 110792 114838 109610 114584 113605 110032  total = 30.188520 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29271.66/31799.62/30384.99/10159.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:55:04.365758" elapsed="0.000541"/>
</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-05-05T01:55:04.366509" elapsed="0.000533"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T01:55:04.367589" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T01:55:04.367720" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29271.66/31799.62/30384.99/10159.23 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-05-05T01:55:04.367271" elapsed="0.000485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:55:04.368395" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29271.66/31799.62/30384.99/10159.23 | 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-05-05T01:55:04.368002" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.370922" 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-05-05T01:55:04.368628" elapsed="0.002351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.373399" level="INFO">29271.66/31799.62/30384.99/10159.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:55:04.371143" elapsed="0.002315"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:55:04.375820" 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-05-05T01:55:04.373608" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:55:04.378291" level="INFO">@{result_value_list} = [ 29271.66 | 31799.62 | 30384.99 | 10159.23 ]</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-05-05T01:55:04.376070" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.378788" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T01:55:04.378877" 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-05-05T01:55:04.378474" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.383677" level="INFO">min :: 29271.66</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-05-05T01:55:04.379308" elapsed="0.004427"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T01:55:04.379176" elapsed="0.004595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.388417" level="INFO">max :: 31799.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:55:04.384012" elapsed="0.004463"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T01:55:04.383879" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.393072" level="INFO">avg :: 30384.99</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-05-05T01:55:04.388733" elapsed="0.004397"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T01:55:04.388602" elapsed="0.004562"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.397705" level="INFO">stdev :: 10159.23</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-05-05T01:55:04.393390" elapsed="0.004373"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T01:55:04.393259" elapsed="0.004538"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T01:55:04.378971" elapsed="0.018860"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.401839" level="INFO">${min} = 29271.66</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-05-05T01:55:04.397987" elapsed="0.003879"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.405763" level="INFO">${max} = 31799.62</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-05-05T01:55:04.402022" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.410205" level="INFO">${average} = 30384.99</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-05-05T01:55:04.405959" elapsed="0.004273"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.414161" level="INFO">${stdev} = 10159.23</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-05-05T01:55:04.410385" elapsed="0.003802"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.414705" level="INFO">${date} = 2026-05-05 01:55: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-05-05T01:55:04.414346" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.415310" level="INFO">CBench Result: 2026-05-05 01:55:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29271.66,31799.62,30384.99,10159.23</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-05-05T01:55:04.414877" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T01:55:04.416435" 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-05-05T01:55:04.416011" elapsed="0.000492"/>
</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-05-05T01:55:04.416656" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T01:55:04.415502" elapsed="0.001698"/>
</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-05-05T01:44:57.887562" elapsed="606.529698"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.417723" 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-05-05T01:55:04.417408" elapsed="0.000372"/>
</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-05-05T01:55:04.418306" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-05-05T01:55:04.417991" elapsed="0.000656"/>
</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-05-05T01:44:57.884867" elapsed="606.533817"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.420234" 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-05-05T01:55:04.419820" elapsed="0.000471"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.421536" 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-05-05T01:55:04.421206" elapsed="0.000372"/>
</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-05-05T01:55:04.421915" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:55:04.421696" elapsed="0.000277"/>
</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-05-05T01:55:04.424872" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:55:04.424624" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-05T01:55:04.424605" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:55:04.425288" 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-05-05T01:55:04.425407" 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-05-05T01:55:04.425096" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.425997" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.156 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.181" 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-05-05T01:55:04.425572" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:55:04.426606" 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-05-05T01:55:04.426212" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:55:04.427525" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T01:55:04.427639" 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-05-05T01:55:04.427223" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T01:55:04.427807" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T01:55:04.429005" level="INFO">Logging into '10.30.170.181:22' as 'jenkins'.</msg>
<msg time="2026-05-05T01:55:05.012089" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 01:55:04 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.181
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May  5 01:44:58 2026 from 10.30.170.102
[?2004h[jenkins@releng-48317-710-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-05-05T01:55:04.428651" elapsed="0.583602"/>
</kw>
<msg time="2026-05-05T01:55:05.012333" 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-05-05T01:55:04.428304" elapsed="0.584113"/>
</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-05-05T01:55:04.426833" elapsed="0.585688"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T01:55:05.013019" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.156 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T02:05:13.337141" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T02:05:13.337622" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T02:05:13.337727" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.156: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-05-05T01:55:05.012743" elapsed="608.325040"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:05:13.338285" elapsed="0.000698"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.340141" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.156:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.156. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:10.272 16  switches: flows:  481569 471853 472859 466337 473013 468363 483894 469579 465379 473043 460823 462077 443969 457142 450104 461939  total = 124.365717 per ms 
01:57:10.374 16  switches: flows:  543727 537153 538411 538605 526694 537664 541178 552860 542698 551935 528913 535025 526988 545570 543097 530104  total = 143.436397 per ms 
01:58:10.476 16  switches: flows:  572232 562136 566991 569624 568241 567960 571038 559610 565929 567164 556733 565234 565303 559849 568746 561495  total = 150.548346 per ms 
01:59:10.579 16  switches: flows:  540562 542864 545206 536189 532157 541350 533557 539884 539435 541766 531370 535265 534094 541051 545672 541426  total = 143.453751 per ms 
02:00:10.680 16  switches: flows:  522998 518079 521873 515081 519007 515438 520440 510555 518857 517529 518728 521149 516766 518766 509056 522511  total = 137.883060 per ms 
02:01:10.782 16  switches: flows:  529798 544571 534724 537147 540337 540897 542059 549026 543665 546772 541880 552380 545402 537569 544413 545515  total = 144.360066 per ms 
02:02:10.883 16  switches: flows:  573375 567915 562624 563635 565269 561570 571994 560951 573912 552154 578847 581607 572495 568329 564063 569838  total = 151.222111 per ms 
02:03:10.991 16  switches: flows:  535633 542196 540606 535305 545008 526865 526615 533378 548525 541932 543638 546407 533792 543788 535750 555741  total = 143.662485 per ms 
02:04:12.551 16  switches: flows:  557714 560892 549410 553850 547023 564456 552057 542702 571242 543996 550552 549936 549211 550061 554333 555881  total = 143.816914 per ms 
02:05:12.655 16  switches: flows:  541632 539164 538219 534749 537670 539530 510852 525510 538316 538155 555219 547538 540158 532354 545069 537850  total = 143.118002 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137883.06/151222.11/144611.24/48354.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:05:13.339383" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T02:05:13.340929" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-05T02:05:13.340632" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-05-05T02:05:13.340569" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T02:05:13.341378" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-05T02:05:13.341297" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-05-05T02:05:13.341262" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T02:05:13.341584" 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-05-05T02:05:13.346923" elapsed="0.000350"/>
</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-05-05T02:05:13.347419" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:05:13.347720" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T02:05:13.342299" elapsed="0.005575"/>
</kw>
<msg time="2026-05-05T02:05:13.348002" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.156: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-05-05T01:55:04.422329" elapsed="608.925716"/>
</kw>
<status status="PASS" start="2026-05-05T01:55:04.421998" elapsed="608.926098"/>
</branch>
<status status="PASS" start="2026-05-05T01:55:04.421676" elapsed="608.926444"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.348549" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.156:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.156. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:10.272 16  switches: flows:  481569 471853 472859 466337 473013 468363 483894 469579 465379 473043 460823 462077 443969 457142 450104 461939  total = 124.365717 per ms 
01:57:10.374 16  switches: flows:  543727 537153 538411 538605 526694 537664 541178 552860 542698 551935 528913 535025 526988 545570 543097 530104  total = 143.436397 per ms 
01:58:10.476 16  switches: flows:  572232 562136 566991 569624 568241 567960 571038 559610 565929 567164 556733 565234 565303 559849 568746 561495  total = 150.548346 per ms 
01:59:10.579 16  switches: flows:  540562 542864 545206 536189 532157 541350 533557 539884 539435 541766 531370 535265 534094 541051 545672 541426  total = 143.453751 per ms 
02:00:10.680 16  switches: flows:  522998 518079 521873 515081 519007 515438 520440 510555 518857 517529 518728 521149 516766 518766 509056 522511  total = 137.883060 per ms 
02:01:10.782 16  switches: flows:  529798 544571 534724 537147 540337 540897 542059 549026 543665 546772 541880 552380 545402 537569 544413 545515  total = 144.360066 per ms 
02:02:10.883 16  switches: flows:  573375 567915 562624 563635 565269 561570 571994 560951 573912 552154 578847 581607 572495 568329 564063 569838  total = 151.222111 per ms 
02:03:10.991 16  switches: flows:  535633 542196 540606 535305 545008 526865 526615 533378 548525 541932 543638 546407 533792 543788 535750 555741  total = 143.662485 per ms 
02:04:12.551 16  switches: flows:  557714 560892 549410 553850 547023 564456 552057 542702 571242 543996 550552 549936 549211 550061 554333 555881  total = 143.816914 per ms 
02:05:12.655 16  switches: flows:  541632 539164 538219 534749 537670 539530 510852 525510 538316 538155 555219 547538 540158 532354 545069 537850  total = 143.118002 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137883.06/151222.11/144611.24/48354.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:05:13.348260" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-05T02:05:13.348775" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T02:05:13.349533" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T02:05:13.349623" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137883.06/151222.11/144611.24/48354.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-05-05T02:05:13.349316" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T02:05:13.350086" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137883.06/151222.11/144611.24/48354.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-05-05T02:05:13.349815" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.352499" 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-05-05T02:05:13.350259" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.355021" level="INFO">137883.06/151222.11/144611.24/48354.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:05:13.352755" elapsed="0.002341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T02:05:13.357482" 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-05-05T02:05:13.355247" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T02:05:13.359934" level="INFO">@{result_value_list} = [ 137883.06 | 151222.11 | 144611.24 | 48354.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-05-05T02:05:13.357706" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.360437" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T02:05:13.360525" 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-05-05T02:05:13.360132" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.365264" level="INFO">min :: 137883.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:05:13.360923" elapsed="0.004399"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T02:05:13.360795" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.370057" level="INFO">max :: 151222.11</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-05-05T02:05:13.365575" elapsed="0.004541"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T02:05:13.365446" elapsed="0.004706"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.374745" level="INFO">avg :: 144611.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:05:13.370371" elapsed="0.004430"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T02:05:13.370242" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.379459" level="INFO">stdev :: 48354.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-05-05T02:05:13.375070" elapsed="0.004446"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T02:05:13.374925" elapsed="0.004625"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T02:05:13.360610" elapsed="0.018973"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.383490" level="INFO">${min} = 137883.06</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T02:05:13.379759" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.387721" level="INFO">${max} = 151222.11</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-05-05T02:05:13.383669" elapsed="0.004078"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.391642" level="INFO">${average} = 144611.24</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T02:05:13.387902" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.395592" level="INFO">${stdev} = 48354.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-05-05T02:05:13.391820" elapsed="0.003799"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.396139" level="INFO">${date} = 2026-05-05 02:05:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-05T02:05:13.395776" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.396713" level="INFO">CBench Result: 2026-05-05 02:05:13,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137883.06,151222.11,144611.24,48354.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-05-05T02:05:13.396310" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T02:05:13.397772" 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-05-05T02:05:13.397385" elapsed="0.000452"/>
</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-05-05T02:05:13.397986" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T02:05:13.396901" elapsed="0.001617"/>
</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-05-05T01:55:04.420607" elapsed="608.977971"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.399077" 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-05-05T02:05:13.398744" elapsed="0.000390"/>
</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-05-05T02:05:13.399635" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-05T02:05:13.399336" elapsed="0.000633"/>
</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-05-05T01:55:04.419191" elapsed="608.980816"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.401533" 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-05-05T02:05:13.401149" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.402872" 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-05-05T02:05:13.402462" elapsed="0.000459"/>
</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-05-05T02:05:13.403425" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T02:05:13.403204" elapsed="0.000279"/>
</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-05-05T02:05:13.406839" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T02:05:13.406573" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-05-05T02:05:13.406553" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T02:05:13.407269" 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-05-05T02:05:13.407388" 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-05-05T02:05:13.407064" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.407970" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.181" 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-05-05T02:05:13.407550" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T02:05:13.408583" 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-05-05T02:05:13.408184" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T02:05:13.409802" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T02:05:13.409897" 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-05-05T02:05:13.409352" elapsed="0.000569"/>
</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-05-05T02:05:13.410080" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T02:05:13.411341" level="INFO">Logging into '10.30.170.181:22' as 'jenkins'.</msg>
<msg time="2026-05-05T02:05:13.991279" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 02:05:13 UTC 2026

  System load:  0.33               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.181
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May  5 01:55:04 2026 from 10.30.170.102
[?2004h[jenkins@releng-48317-710-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-05-05T02:05:13.410966" elapsed="0.580427"/>
</kw>
<msg time="2026-05-05T02:05:13.991458" 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-05-05T02:05:13.410558" elapsed="0.580962"/>
</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-05-05T02:05:13.408808" elapsed="0.582800"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T02:05:13.991995" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T02:15:20.019702" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T02:15:20.020351" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T02:15:20.020458" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156: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-05-05T02:05:13.991768" elapsed="606.028748"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:15:20.021015" elapsed="0.001100"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.023321" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.156. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:19.130 16  switches: flows:  107520 108165 101958 103606 107489 106852 106296 108403 102793 103123 106707 107270 103237 104729 103644 103148  total = 28.082333 per ms 
02:07:19.230 16  switches: flows:  112164 109636 105198 106595 109504 112167 108895 111889 106257 105634 110026 111598 104917 106666 104227 105851  total = 28.805642 per ms 
02:08:19.331 16  switches: flows:  106491 106363 102613 102445 104810 106764 105199 107056 100562 103007 106882 106960 102574 100469 100668 101829  total = 27.698627 per ms 
02:09:19.431 16  switches: flows:  111930 107760 109383 110516 109887 111467 110289 112520 108118 110174 111968 113730 110408 110659 108561 107902  total = 29.372172 per ms 
02:10:19.531 16  switches: flows:  117546 113257 112010 113478 115244 114834 113181 118720 112689 114828 116036 116717 116243 114188 111343 113825  total = 30.518033 per ms 
02:11:19.631 16  switches: flows:  113211 109868 109232 109596 110100 111681 110681 113131 108122 110581 112829 111801 110749 111984 108319 107727  total = 29.444392 per ms 
02:12:19.732 16  switches: flows:  113734 111646 110210 109278 111148 112785 111047 113080 108705 112491 112878 112616 110458 110340 109332 108696  total = 29.591353 per ms 
02:13:19.832 16  switches: flows:  110117 107756 106932 108348 107437 109614 106098 111288 105290 108549 109648 111690 107035 106610 105103 107638  total = 28.771162 per ms 
02:14:19.932 16  switches: flows:  113830 113019 112224 112962 113018 114429 112736 113454 111353 110959 110776 112469 112769 111126 109923 112110  total = 29.902697 per ms 
02:15:20.033 16  switches: flows:  113695 114244 112399 110578 111956 115718 110679 111339 108998 109374 109147 108882 112453 109499 109008 113326  total = 29.638404 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27698.63/30518.03/29304.72/9797.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:15:20.022514" elapsed="0.001296"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T02:15:20.024336" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-05T02:15:20.023995" elapsed="0.000495"/>
</branch>
<status status="PASS" start="2026-05-05T02:15:20.023943" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T02:15:20.024761" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-05T02:15:20.024676" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-05-05T02:15:20.024640" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T02:15:20.024971" 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-05-05T02:15:20.030739" elapsed="0.000404"/>
</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-05-05T02:15:20.031293" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:15:20.031596" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T02:15:20.025679" elapsed="0.006070"/>
</kw>
<msg time="2026-05-05T02:15:20.031877" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156: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-05-05T02:05:13.403974" elapsed="606.627930"/>
</kw>
<status status="PASS" start="2026-05-05T02:05:13.403508" elapsed="606.628446"/>
</branch>
<status status="PASS" start="2026-05-05T02:05:13.403013" elapsed="606.628965"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.032435" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.156:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.156. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:19.130 16  switches: flows:  107520 108165 101958 103606 107489 106852 106296 108403 102793 103123 106707 107270 103237 104729 103644 103148  total = 28.082333 per ms 
02:07:19.230 16  switches: flows:  112164 109636 105198 106595 109504 112167 108895 111889 106257 105634 110026 111598 104917 106666 104227 105851  total = 28.805642 per ms 
02:08:19.331 16  switches: flows:  106491 106363 102613 102445 104810 106764 105199 107056 100562 103007 106882 106960 102574 100469 100668 101829  total = 27.698627 per ms 
02:09:19.431 16  switches: flows:  111930 107760 109383 110516 109887 111467 110289 112520 108118 110174 111968 113730 110408 110659 108561 107902  total = 29.372172 per ms 
02:10:19.531 16  switches: flows:  117546 113257 112010 113478 115244 114834 113181 118720 112689 114828 116036 116717 116243 114188 111343 113825  total = 30.518033 per ms 
02:11:19.631 16  switches: flows:  113211 109868 109232 109596 110100 111681 110681 113131 108122 110581 112829 111801 110749 111984 108319 107727  total = 29.444392 per ms 
02:12:19.732 16  switches: flows:  113734 111646 110210 109278 111148 112785 111047 113080 108705 112491 112878 112616 110458 110340 109332 108696  total = 29.591353 per ms 
02:13:19.832 16  switches: flows:  110117 107756 106932 108348 107437 109614 106098 111288 105290 108549 109648 111690 107035 106610 105103 107638  total = 28.771162 per ms 
02:14:19.932 16  switches: flows:  113830 113019 112224 112962 113018 114429 112736 113454 111353 110959 110776 112469 112769 111126 109923 112110  total = 29.902697 per ms 
02:15:20.033 16  switches: flows:  113695 114244 112399 110578 111956 115718 110679 111339 108998 109374 109147 108882 112453 109499 109008 113326  total = 29.638404 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27698.63/30518.03/29304.72/9797.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:15:20.032141" elapsed="0.000369"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-05T02:15:20.032660" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T02:15:20.033429" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T02:15:20.033521" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27698.63/30518.03/29304.72/9797.55 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-05-05T02:15:20.033207" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T02:15:20.034000" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27698.63/30518.03/29304.72/9797.55 | 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-05-05T02:15:20.033701" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.036465" 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-05-05T02:15:20.034191" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.039112" level="INFO">27698.63/30518.03/29304.72/9797.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:15:20.036671" elapsed="0.002513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T02:15:20.041637" 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-05-05T02:15:20.039340" elapsed="0.002325"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T02:15:20.044149" level="INFO">@{result_value_list} = [ 27698.63 | 30518.03 | 29304.72 | 9797.55 ]</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-05-05T02:15:20.041893" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.044647" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T02:15:20.044736" 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-05-05T02:15:20.044336" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.049507" level="INFO">min :: 27698.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-05-05T02:15:20.045148" elapsed="0.004417"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T02:15:20.045001" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.054205" level="INFO">max :: 30518.03</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-05-05T02:15:20.049823" elapsed="0.004439"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T02:15:20.049689" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.058839" level="INFO">avg :: 29304.72</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-05-05T02:15:20.054515" elapsed="0.004381"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T02:15:20.054383" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.063516" level="INFO">stdev :: 9797.55</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-05-05T02:15:20.059160" elapsed="0.004414"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T02:15:20.059017" elapsed="0.004592"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T02:15:20.044822" elapsed="0.018818"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.067522" level="INFO">${min} = 27698.63</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-05-05T02:15:20.063797" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.071468" level="INFO">${max} = 30518.03</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-05-05T02:15:20.067705" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.075649" level="INFO">${average} = 29304.72</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-05-05T02:15:20.071650" elapsed="0.004026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.079638" level="INFO">${stdev} = 9797.55</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-05-05T02:15:20.075832" elapsed="0.003833"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.080190" level="INFO">${date} = 2026-05-05 02:15:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-05T02:15:20.079825" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.080771" level="INFO">CBench Result: 2026-05-05 02:15:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27698.63,30518.03,29304.72,9797.55</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-05-05T02:15:20.080364" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T02:15:20.081905" 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-05-05T02:15:20.081447" elapsed="0.000526"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-05T02:15:20.082165" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T02:15:20.080963" elapsed="0.001726"/>
</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-05-05T02:05:13.401895" elapsed="606.680854"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.083232" 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-05-05T02:15:20.082902" elapsed="0.000388"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T02:15:20.084494" 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-05-05T02:15:20.083997" elapsed="0.000524"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-05T02:15:20.084741" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-05T02:15:20.084595" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-05-05T02:15:20.084577" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-05T02:15:20.084977" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-05T02:15:20.085151" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-05T02:15:20.085317" 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-05-05T02:15:20.085509" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-05T02:15:20.085660" 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-05-05T02:15:20.085807" 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-05-05T02:15:20.085951" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-05T02:15:20.086253" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T02:15:20.086079" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-05-05T02:15:20.086017" elapsed="0.000314"/>
</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-05-05T02:15:20.083661" elapsed="0.002722"/>
</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-05-05T02:05:13.400559" elapsed="606.685869"/>
</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-05-05T01:44:55.101998" elapsed="1824.985139"/>
</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>
