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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-27T01:52:42.233256" elapsed="0.875746"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T01:52:43.156215" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-27T01:52:43.109271" elapsed="0.047012"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T01:52:43.157972" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T01:52:43.158080" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-27T01:52:43.156448" elapsed="0.001662"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-27T01:52:43.158266" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:52:43.158614" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:52:43.159313" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:52:43.158988" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T01:52:43.159421" elapsed="0.000050"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.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-06-27T01:52:42.231816" elapsed="0.927774"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-27T01:52:42.228276" elapsed="0.931378"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T01:52:43.160200" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-27T01:52:43.159835" elapsed="0.000421"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T01:52:43.160657" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-27T01:52:43.160414" elapsed="0.000299"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T01:52:43.161306" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-27T01:52:43.160866" elapsed="0.000468"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T01:52:43.161829" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-27T01:52:43.161500" elapsed="0.000372"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T01:52:43.162451" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-27T01:52:43.162079" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T01:52:43.162983" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-27T01:52:43.162640" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-27T01:52:43.163331" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T01:52:43.163119" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T01:52:43.167793" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T01:52:43.167390" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T01:52:43.168817" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T01:52:43.168917" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T01:52:43.168398" elapsed="0.000545"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T01:52:43.169087" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T01:52:43.170435" level="INFO">Logging into '10.30.171.25:22' as 'jenkins'.</msg>
<msg time="2026-06-27T01:52:43.850818" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 01:52:43 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.25
  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-762-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-27T01:52:43.169959" elapsed="0.681040"/>
</kw>
<msg time="2026-06-27T01:52:43.851096" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T01:52:43.169585" elapsed="0.681606"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-27T01:52:43.168046" elapsed="0.683272"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-27T01:52:43.858834" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-27T01:52:43.851545" elapsed="0.009129"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:52:43.860964" elapsed="0.000419"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-27T01:52:43.166834" elapsed="0.694641"/>
</kw>
<status status="PASS" start="2026-06-27T01:52:43.163592" elapsed="0.697937"/>
</branch>
<status status="PASS" start="2026-06-27T01:52:43.163095" elapsed="0.698480"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-27T01:52:43.861797" elapsed="0.000696"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-27T01:52:43.869001" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-27T01:52:43.868802" elapsed="0.000278"/>
</branch>
<status status="PASS" start="2026-06-27T01:52:43.868768" elapsed="0.000348"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-27T01:52:43.874222" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-27T01:52:43.874110" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-27T01:52:43.874090" elapsed="0.000201"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T01:52:43.874420" elapsed="0.000435"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T01:52:43.875279" level="INFO">Logging into '10.30.171.156:8101' as 'karaf'.</msg>
<msg time="2026-06-27T01:52:44.039297" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-27T01:52:43.875019" elapsed="0.164364"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.131021" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-27T01:52:44.039537" elapsed="0.091568"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.144826" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T01:52:44.145031" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-27T01:52:44.131270" elapsed="0.013794"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-27T01:52:44.145209" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:52:44.145553" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:52:44.146242" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:52:44.145887" elapsed="0.000411"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T01:52:44.146345" elapsed="0.000048"/>
</return>
<msg time="2026-06-27T01:52:44.146535" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.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-06-27T01:52:43.873734" elapsed="0.272833"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-27T01:52:44.146716" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T01:52:44.147322" 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-06-27T01:52:43.868364" elapsed="0.279090"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-27T01:52:44.151198" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-27T01:52:44.151074" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-06-27T01:52:44.151051" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T01:52:44.151399" elapsed="0.000431"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.152550" level="INFO">Logging into '10.30.171.156:8101' as 'karaf'.</msg>
<msg time="2026-06-27T01:52:44.320292" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-27T01:52:44.151994" elapsed="0.168390"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.344809" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-27T01:52:44.320551" elapsed="0.024320"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.346807" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T01:52:44.346918" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-27T01:52:44.345038" elapsed="0.001911"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-27T01:52:44.347083" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:52:44.347407" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:52:44.348032" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:52:44.347735" elapsed="0.000347"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T01:52:44.348128" elapsed="0.000040"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.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-06-27T01:52:44.150726" elapsed="0.197546"/>
</kw>
<status status="PASS" start="2026-06-27T01:52:42.226444" elapsed="2.121890"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:52:44.350181" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:52:44.349230" elapsed="0.001015"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T01:52:44.351688" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-27T01:52:44.351342" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-27T01:52:44.352052" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-27T01:52:44.351806" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-27T01:52:44.355031" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-27T01:52:44.354766" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-06-27T01:52:44.354746" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.355441" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-27T01:52:44.355245" elapsed="0.000656"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:52:44.356486" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:52:44.356047" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.357170" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T01:52:44.356684" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T01:52:44.358117" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T01:52:44.358207" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T01:52:44.357772" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T01:52:44.358373" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.359603" level="INFO">Logging into '10.30.171.25:22' as 'jenkins'.</msg>
<msg time="2026-06-27T01:52:44.688679" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 01:52:43 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 27 01:52:43 2026 from 10.30.170.107
[?2004h[jenkins@releng-48317-762-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-27T01:52:44.359252" elapsed="0.329575"/>
</kw>
<msg time="2026-06-27T01:52:44.688924" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T01:52:44.358888" elapsed="0.330117"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-27T01:52:44.357397" elapsed="0.331719"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T01:52:44.689595" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T02:02:50.787751" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T02:02:50.788273" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T02:02:50.788379" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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-06-27T01:52:44.689306" elapsed="606.099131"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:02:50.788862" elapsed="0.000718"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.790674" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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.171.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:53:49.862 16  switches: flows:  109169 107790 108802 108751 105705 107473 110224 111037 104669 105241 104568 105671 100945 106573 103885 106182  total = 28.444750 per ms 
01:54:49.962 16  switches: flows:  120571 120471 121480 122768 121364 122365 121807 119609 115128 117853 114223 117368 116500 117448 115619 116238  total = 31.627393 per ms 
01:55:50.062 16  switches: flows:  123648 120420 122793 121109 120334 123730 124107 118852 115054 116098 114460 119617 117953 119418 117921 117907  total = 31.837175 per ms 
01:56:50.163 16  switches: flows:  124705 122555 124817 122562 122662 123860 123162 121318 116112 117062 117189 119545 119189 120300 118980 119645  total = 32.173616 per ms 
01:57:50.264 16  switches: flows:  127935 125098 125589 124176 123569 122526 125647 123163 121295 120205 115948 123379 121782 122373 123183 122571  total = 32.752590 per ms 
01:58:50.364 16  switches: flows:  124499 122709 123802 122215 120756 121449 123374 121471 117804 120061 115238 121187 117622 121647 119003 119352  total = 32.149457 per ms 
01:59:50.464 16  switches: flows:  128033 127219 129644 125083 125929 127212 128094 126603 120542 122280 120635 122388 123137 123544 123449 119827  total = 33.171530 per ms 
02:00:50.565 16  switches: flows:  113052 110094 112980 110562 109934 110415 112277 109667 107291 106848 105259 108684 107463 108869 107720 106114  total = 29.071921 per ms 
02:01:50.665 16  switches: flows:  127324 124251 124269 125549 124432 123731 125680 126069 119793 119124 119151 121522 120157 122565 119336 121207  total = 32.681230 per ms 
02:02:50.766 16  switches: flows:  129428 126581 125770 123407 124780 126138 127857 126794 121830 121402 120906 122655 119752 124156 120067 119412  total = 32.960536 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29071.92/33171.53/32047.27/10745.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.789958" elapsed="0.001036"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T02:02:50.791500" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-06-27T02:02:50.791180" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-06-27T02:02:50.791124" elapsed="0.000592"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T02:02:50.791960" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:02:50.791846" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-06-27T02:02:50.791810" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T02:02:50.792174" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:02:50.797717" elapsed="0.000743"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T02:02:50.798782" elapsed="0.000396"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:02:50.799518" elapsed="0.000251"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T02:02:50.792840" elapsed="0.007076"/>
</kw>
<msg time="2026-06-27T02:02:50.800201" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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-06-27T01:52:44.352451" elapsed="606.447809"/>
</kw>
<status status="PASS" start="2026-06-27T01:52:44.352138" elapsed="606.448228"/>
</branch>
<status status="PASS" start="2026-06-27T01:52:44.351784" elapsed="606.448631"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.800924" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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.171.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:53:49.862 16  switches: flows:  109169 107790 108802 108751 105705 107473 110224 111037 104669 105241 104568 105671 100945 106573 103885 106182  total = 28.444750 per ms 
01:54:49.962 16  switches: flows:  120571 120471 121480 122768 121364 122365 121807 119609 115128 117853 114223 117368 116500 117448 115619 116238  total = 31.627393 per ms 
01:55:50.062 16  switches: flows:  123648 120420 122793 121109 120334 123730 124107 118852 115054 116098 114460 119617 117953 119418 117921 117907  total = 31.837175 per ms 
01:56:50.163 16  switches: flows:  124705 122555 124817 122562 122662 123860 123162 121318 116112 117062 117189 119545 119189 120300 118980 119645  total = 32.173616 per ms 
01:57:50.264 16  switches: flows:  127935 125098 125589 124176 123569 122526 125647 123163 121295 120205 115948 123379 121782 122373 123183 122571  total = 32.752590 per ms 
01:58:50.364 16  switches: flows:  124499 122709 123802 122215 120756 121449 123374 121471 117804 120061 115238 121187 117622 121647 119003 119352  total = 32.149457 per ms 
01:59:50.464 16  switches: flows:  128033 127219 129644 125083 125929 127212 128094 126603 120542 122280 120635 122388 123137 123544 123449 119827  total = 33.171530 per ms 
02:00:50.565 16  switches: flows:  113052 110094 112980 110562 109934 110415 112277 109667 107291 106848 105259 108684 107463 108869 107720 106114  total = 29.071921 per ms 
02:01:50.665 16  switches: flows:  127324 124251 124269 125549 124432 123731 125680 126069 119793 119124 119151 121522 120157 122565 119336 121207  total = 32.681230 per ms 
02:02:50.766 16  switches: flows:  129428 126581 125770 123407 124780 126138 127857 126794 121830 121402 120906 122655 119752 124156 120067 119412  total = 32.960536 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29071.92/33171.53/32047.27/10745.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.800615" elapsed="0.000385"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-27T02:02:50.801146" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T02:02:50.801926" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T02:02:50.802020" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29071.92/33171.53/32047.27/10745.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-27T02:02:50.801684" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:02:50.802452" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29071.92/33171.53/32047.27/10745.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:02:50.802199" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.804868" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.802622" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.807276" level="INFO">29071.92/33171.53/32047.27/10745.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.805083" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:02:50.809676" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:02:50.807489" elapsed="0.002215"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:02:50.812198" level="INFO">@{result_value_list} = [ 29071.92 | 33171.53 | 32047.27 | 10745.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:02:50.809917" elapsed="0.002309"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.812689" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T02:02:50.812777" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T02:02:50.812380" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.817473" level="INFO">min :: 29071.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.813214" elapsed="0.004316"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T02:02:50.813083" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.822127" level="INFO">max :: 33171.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.817783" elapsed="0.004399"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T02:02:50.817658" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.826707" level="INFO">avg :: 32047.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.822431" elapsed="0.004333"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T02:02:50.822306" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.831339" level="INFO">stdev :: 10745.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.827033" elapsed="0.004364"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T02:02:50.826906" elapsed="0.004526"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T02:02:50.812873" elapsed="0.018591"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.835517" level="INFO">${min} = 29071.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:02:50.831619" elapsed="0.003926"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.839563" level="INFO">${max} = 33171.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:02:50.835696" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.843538" level="INFO">${average} = 32047.27</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:02:50.839741" elapsed="0.003824"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.847452" level="INFO">${stdev} = 10745.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:02:50.843716" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.848012" level="INFO">${date} = 2026-06-27 02:02:50</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-27T02:02:50.847638" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.848588" level="INFO">CBench Result: 2026-06-27 02:02:50,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29071.92,33171.53,32047.27,10745.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.848182" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T02:02:50.849719" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-27T02:02:50.849297" elapsed="0.000488"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-27T02:02:50.849952" 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-06-27T02:02:50.848793" elapsed="0.001683"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-27T01:52:44.350703" elapsed="606.499834"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.851067" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-27T02:02:50.850684" elapsed="0.000441"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-27T02:02:50.851649" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-06-27T02:02:50.851343" elapsed="0.000661"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-27T01:52:44.348479" elapsed="606.503563"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.853657" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.853271" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.855263" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-27T02:02:50.854924" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-27T02:02:50.855653" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:02:50.855421" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-27T02:02:50.858564" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:02:50.858322" elapsed="0.000297"/>
</branch>
<status status="PASS" start="2026-06-27T02:02:50.858304" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:02:50.859009" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-27T02:02:50.858772" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.859708" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.156 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:02:50.859291" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:02:50.860316" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T02:02:50.859920" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:02:50.861242" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T02:02:50.861330" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T02:02:50.860927" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:02:50.861492" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T02:02:50.862667" level="INFO">Logging into '10.30.171.25:22' as 'jenkins'.</msg>
<msg time="2026-06-27T02:02:51.445499" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 02:02:51 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 27 01:52:44 2026 from 10.30.170.107
[?2004h[jenkins@releng-48317-762-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-27T02:02:50.862318" elapsed="0.583434"/>
</kw>
<msg time="2026-06-27T02:02:51.445851" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:02:50.861977" elapsed="0.583991"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-27T02:02:50.860541" elapsed="0.585568"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T02:02:51.446747" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.156 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T02:12:57.509985" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T02:12:57.510656" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T02:12:57.510766" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.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-06-27T02:02:51.446372" elapsed="606.064450"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:12:57.511338" elapsed="0.000798"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.513432" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.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.171.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:03:56.581 16  switches: flows:  409219 426233 427727 418971 431835 420315 416243 435097 401368 406591 409799 408275 414149 414811 394839 428207  total = 111.061317 per ms 
02:04:56.687 16  switches: flows:  453375 443364 465002 458835 453873 460691 446725 455765 449782 447076 456248 450438 460864 457032 452637 457158  total = 120.934556 per ms 
02:05:56.788 16  switches: flows:  477486 479964 479387 478048 478248 475934 481207 471897 476977 475520 481496 475556 480299 476533 476703 474408  total = 127.114178 per ms 
02:06:56.888 16  switches: flows:  463849 458778 459374 458650 461668 466193 462860 457454 461741 466276 455611 465506 464534 466138 464354 458151  total = 122.980131 per ms 
02:07:56.990 16  switches: flows:  479827 483887 481883 483753 481694 477553 481386 482669 482654 484701 487156 484715 478813 484902 477259 483068  total = 128.382605 per ms 
02:08:57.091 16  switches: flows:  521600 518619 515790 511938 514023 517143 517033 521328 514293 515485 517505 508889 519112 518561 516259 520639  total = 137.572135 per ms 
02:09:57.192 16  switches: flows:  445058 445739 443353 449910 444559 445684 445946 448577 445495 443715 445044 447236 446195 441239 449419 438867  total = 118.567451 per ms 
02:10:57.294 16  switches: flows:  504316 522864 515640 518465 518221 516082 520353 523279 513848 520440 525253 527750 517575 525002 520345 515654  total = 138.184470 per ms 
02:11:57.399 16  switches: flows:  505996 507505 514198 503696 509489 509368 510298 504135 504950 508824 507253 502472 508937 512330 505371 507132  total = 135.129720 per ms 
02:12:57.501 16  switches: flows:  451406 444144 447369 450779 454243 452991 450907 452915 455145 444810 450122 451953 452444 449505 453011 449416  total = 119.982931 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118567.45/138184.47/127649.80/43164.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.512569" elapsed="0.001190"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T02:12:57.514300" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-06-27T02:12:57.513993" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-06-27T02:12:57.513933" elapsed="0.000580"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T02:12:57.514717" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:12:57.514637" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-27T02:12:57.514603" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T02:12:57.514959" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:12:57.519110" elapsed="0.000349"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T02:12:57.519608" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:12:57.519937" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T02:12:57.515645" elapsed="0.004452"/>
</kw>
<msg time="2026-06-27T02:12:57.520228" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.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-06-27T02:02:50.856070" elapsed="606.664184"/>
</kw>
<status status="PASS" start="2026-06-27T02:02:50.855739" elapsed="606.664565"/>
</branch>
<status status="PASS" start="2026-06-27T02:02:50.855398" elapsed="606.664929"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.520766" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.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.171.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:03:56.581 16  switches: flows:  409219 426233 427727 418971 431835 420315 416243 435097 401368 406591 409799 408275 414149 414811 394839 428207  total = 111.061317 per ms 
02:04:56.687 16  switches: flows:  453375 443364 465002 458835 453873 460691 446725 455765 449782 447076 456248 450438 460864 457032 452637 457158  total = 120.934556 per ms 
02:05:56.788 16  switches: flows:  477486 479964 479387 478048 478248 475934 481207 471897 476977 475520 481496 475556 480299 476533 476703 474408  total = 127.114178 per ms 
02:06:56.888 16  switches: flows:  463849 458778 459374 458650 461668 466193 462860 457454 461741 466276 455611 465506 464534 466138 464354 458151  total = 122.980131 per ms 
02:07:56.990 16  switches: flows:  479827 483887 481883 483753 481694 477553 481386 482669 482654 484701 487156 484715 478813 484902 477259 483068  total = 128.382605 per ms 
02:08:57.091 16  switches: flows:  521600 518619 515790 511938 514023 517143 517033 521328 514293 515485 517505 508889 519112 518561 516259 520639  total = 137.572135 per ms 
02:09:57.192 16  switches: flows:  445058 445739 443353 449910 444559 445684 445946 448577 445495 443715 445044 447236 446195 441239 449419 438867  total = 118.567451 per ms 
02:10:57.294 16  switches: flows:  504316 522864 515640 518465 518221 516082 520353 523279 513848 520440 525253 527750 517575 525002 520345 515654  total = 138.184470 per ms 
02:11:57.399 16  switches: flows:  505996 507505 514198 503696 509489 509368 510298 504135 504950 508824 507253 502472 508937 512330 505371 507132  total = 135.129720 per ms 
02:12:57.501 16  switches: flows:  451406 444144 447369 450779 454243 452991 450907 452915 455145 444810 450122 451953 452444 449505 453011 449416  total = 119.982931 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118567.45/138184.47/127649.80/43164.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.520475" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-27T02:12:57.521002" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T02:12:57.521794" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T02:12:57.521884" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 118567.45/138184.47/127649.80/43164.86 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-27T02:12:57.521564" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:12:57.522332" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 118567.45/138184.47/127649.80/43164.86 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:12:57.522078" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.524784" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.522501" elapsed="0.002346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.527298" level="INFO">118567.45/138184.47/127649.80/43164.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.525024" elapsed="0.002331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:12:57.529807" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:12:57.527513" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:12:57.532440" level="INFO">@{result_value_list} = [ 118567.45 | 138184.47 | 127649.80 | 43164.86 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:12:57.530074" elapsed="0.002395"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.533003" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T02:12:57.533134" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T02:12:57.532633" elapsed="0.000527"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.538320" level="INFO">min :: 118567.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.533657" elapsed="0.004721"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T02:12:57.533521" elapsed="0.004893"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.543008" level="INFO">max :: 138184.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.538636" elapsed="0.004430"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T02:12:57.538508" elapsed="0.004593"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.547791" level="INFO">avg :: 127649.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.543336" elapsed="0.004521"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T02:12:57.543205" elapsed="0.004693"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.552549" level="INFO">stdev :: 43164.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.548135" elapsed="0.004472"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T02:12:57.548005" elapsed="0.004647"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T02:12:57.533298" elapsed="0.019408"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.556980" level="INFO">${min} = 118567.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:12:57.552899" elapsed="0.004113"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.561043" level="INFO">${max} = 138184.47</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:12:57.557171" elapsed="0.003899"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.564998" level="INFO">${average} = 127649.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:12:57.561225" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.569022" level="INFO">${stdev} = 43164.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:12:57.565186" elapsed="0.003864"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.569620" level="INFO">${date} = 2026-06-27 02:12:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-27T02:12:57.569225" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.570284" level="INFO">CBench Result: 2026-06-27 02:12:57,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,118567.45,138184.47,127649.80,43164.86</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.569831" elapsed="0.000512"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T02:12:57.571522" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-27T02:12:57.571039" elapsed="0.000551"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-27T02:12:57.571743" elapsed="0.000565"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T02:12:57.570519" elapsed="0.001862"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-27T02:02:50.854046" elapsed="606.718398"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.572952" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-27T02:12:57.572599" elapsed="0.000412"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-27T02:12:57.573554" elapsed="0.000517"/>
</kw>
<status status="PASS" start="2026-06-27T02:12:57.573232" elapsed="0.000926"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-27T02:02:50.852605" elapsed="606.721594"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.575778" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.575384" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.577298" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-27T02:12:57.576875" elapsed="0.000481"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-27T02:12:57.577782" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:12:57.577545" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-27T02:12:57.581035" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:12:57.580751" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-06-27T02:12:57.580731" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:12:57.581464" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-27T02:12:57.581256" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.582229" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:12:57.581748" elapsed="0.000540"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:12:57.582844" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T02:12:57.582430" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:12:57.583819" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T02:12:57.583924" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T02:12:57.583495" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:12:57.584093" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T02:12:57.585287" level="INFO">Logging into '10.30.171.25:22' as 'jenkins'.</msg>
<msg time="2026-06-27T02:12:58.168272" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 02:12:57 UTC 2026

  System load:  0.42               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.25
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 27 02:02:51 2026 from 10.30.170.107
[?2004h[jenkins@releng-48317-762-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-27T02:12:57.584927" elapsed="0.583563"/>
</kw>
<msg time="2026-06-27T02:12:58.168598" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:12:57.584568" elapsed="0.584132"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-27T02:12:57.583116" elapsed="0.585732"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T02:12:58.169547" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.156 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T02:23:04.244167" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T02:23:04.244761" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T02:23:04.244937" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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-06-27T02:12:58.169157" elapsed="606.075852"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:23:04.245505" elapsed="0.000830"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.247589" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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.171.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:14:03.332 16  switches: flows:  84411 85739 85634 87039 85920 87146 86409 85946 85527 83976 83541 86338 86445 84816 86337 83317  total = 22.809017 per ms 
02:15:03.433 16  switches: flows:  107567 109096 109077 109123 107098 109347 109335 107521 107701 107612 107984 105629 107792 107207 107697 105571  total = 28.707979 per ms 
02:16:03.533 16  switches: flows:  107806 110046 108329 110023 107460 109963 108844 108056 106834 106854 109117 107804 107656 107054 108900 107375  total = 28.820560 per ms 
02:17:03.633 16  switches: flows:  109670 109856 108288 112741 108278 110711 109622 109168 108920 107838 109940 110262 109639 107694 109027 108759  total = 29.124950 per ms 
02:18:03.734 16  switches: flows:  119053 121530 118211 123589 119840 120221 118242 119393 117820 119078 118916 120225 120402 117692 116651 117913  total = 31.759910 per ms 
02:19:03.835 16  switches: flows:  125711 127963 125703 130645 127451 128898 127233 125318 124964 125729 125413 128026 128472 123300 125276 124466  total = 33.685704 per ms 
02:20:03.938 16  switches: flows:  122760 127706 122069 128549 123740 127207 124297 124408 123027 123638 122105 123333 125444 123048 123804 124087  total = 33.097120 per ms 
02:21:04.038 16  switches: flows:  114940 118606 114488 119292 114499 117560 114652 114989 113765 111409 115968 114990 117024 113553 114955 114596  total = 30.703512 per ms 
02:22:04.139 16  switches: flows:  123238 124567 120573 126069 123265 125827 122755 122875 121437 117581 122143 121173 122881 120226 122490 121876  total = 32.595163 per ms 
02:23:04.239 16  switches: flows:  119096 121187 119026 121314 119693 120408 118499 119429 118804 115716 117598 118344 120491 118684 117076 119070  total = 31.687690 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28707.98/33685.70/31131.40/10529.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.246811" elapsed="0.001018"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T02:23:04.248254" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-06-27T02:23:04.248039" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-27T02:23:04.247993" elapsed="0.000407"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T02:23:04.248536" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:23:04.248484" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-27T02:23:04.248461" elapsed="0.000163"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T02:23:04.248668" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T02:23:04.252581" elapsed="0.000594"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-27T02:23:04.253388" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:23:04.253822" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T02:23:04.249151" elapsed="0.004918"/>
</kw>
<msg time="2026-06-27T02:23:04.254256" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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-06-27T02:12:57.578236" elapsed="606.676059"/>
</kw>
<status status="PASS" start="2026-06-27T02:12:57.577892" elapsed="606.676474"/>
</branch>
<status status="PASS" start="2026-06-27T02:12:57.577516" elapsed="606.676901"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.255106" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.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.171.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:14:03.332 16  switches: flows:  84411 85739 85634 87039 85920 87146 86409 85946 85527 83976 83541 86338 86445 84816 86337 83317  total = 22.809017 per ms 
02:15:03.433 16  switches: flows:  107567 109096 109077 109123 107098 109347 109335 107521 107701 107612 107984 105629 107792 107207 107697 105571  total = 28.707979 per ms 
02:16:03.533 16  switches: flows:  107806 110046 108329 110023 107460 109963 108844 108056 106834 106854 109117 107804 107656 107054 108900 107375  total = 28.820560 per ms 
02:17:03.633 16  switches: flows:  109670 109856 108288 112741 108278 110711 109622 109168 108920 107838 109940 110262 109639 107694 109027 108759  total = 29.124950 per ms 
02:18:03.734 16  switches: flows:  119053 121530 118211 123589 119840 120221 118242 119393 117820 119078 118916 120225 120402 117692 116651 117913  total = 31.759910 per ms 
02:19:03.835 16  switches: flows:  125711 127963 125703 130645 127451 128898 127233 125318 124964 125729 125413 128026 128472 123300 125276 124466  total = 33.685704 per ms 
02:20:03.938 16  switches: flows:  122760 127706 122069 128549 123740 127207 124297 124408 123027 123638 122105 123333 125444 123048 123804 124087  total = 33.097120 per ms 
02:21:04.038 16  switches: flows:  114940 118606 114488 119292 114499 117560 114652 114989 113765 111409 115968 114990 117024 113553 114955 114596  total = 30.703512 per ms 
02:22:04.139 16  switches: flows:  123238 124567 120573 126069 123265 125827 122755 122875 121437 117581 122143 121173 122881 120226 122490 121876  total = 32.595163 per ms 
02:23:04.239 16  switches: flows:  119096 121187 119026 121314 119693 120408 118499 119429 118804 115716 117598 118344 120491 118684 117076 119070  total = 31.687690 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28707.98/33685.70/31131.40/10529.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.254638" elapsed="0.000576"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-27T02:23:04.255428" elapsed="0.000646"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T02:23:04.256742" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T02:23:04.256922" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28707.98/33685.70/31131.40/10529.44 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-27T02:23:04.256362" elapsed="0.000607"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:23:04.257676" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28707.98/33685.70/31131.40/10529.44 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:23:04.257244" elapsed="0.000471"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.260536" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.257984" elapsed="0.002613"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.263015" level="INFO">28707.98/33685.70/31131.40/10529.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.260747" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:23:04.265495" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:23:04.263227" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T02:23:04.267995" level="INFO">@{result_value_list} = [ 28707.98 | 33685.70 | 31131.40 | 10529.44 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T02:23:04.265716" elapsed="0.002309"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.268499" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T02:23:04.268592" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-27T02:23:04.268181" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.273365" level="INFO">min :: 28707.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.269033" elapsed="0.004400"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T02:23:04.268887" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.278040" level="INFO">max :: 33685.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.273691" elapsed="0.004409"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T02:23:04.273562" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.282823" level="INFO">avg :: 31131.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.278351" elapsed="0.004531"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T02:23:04.278224" elapsed="0.004716"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.287839" level="INFO">stdev :: 10529.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.283161" elapsed="0.004758"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T02:23:04.283027" elapsed="0.004930"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T02:23:04.268694" elapsed="0.019300"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.291984" level="INFO">${min} = 28707.98</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:23:04.288178" elapsed="0.003835"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.296303" level="INFO">${max} = 33685.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:23:04.292170" elapsed="0.004162"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.300328" level="INFO">${average} = 31131.40</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:23:04.296489" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.304362" level="INFO">${stdev} = 10529.44</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T02:23:04.300513" elapsed="0.003877"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.304926" level="INFO">${date} = 2026-06-27 02:23: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-06-27T02:23:04.304554" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.305563" level="INFO">CBench Result: 2026-06-27 02:23:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28707.98,33685.70,31131.40,10529.44</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:23:04.305110" elapsed="0.000512"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T02:23:04.306777" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-27T02:23:04.306260" elapsed="0.000591"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-27T02:23:04.307021" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T02:23:04.305767" elapsed="0.001793"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-27T02:12:57.576293" elapsed="606.731326"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.308138" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-27T02:23:04.307770" elapsed="0.000430"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T02:23:04.309437" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-27T02:23:04.308942" elapsed="0.000524"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-27T02:23:04.309695" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-06-27T02:23:04.309546" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-27T02:23:04.309525" elapsed="0.000260"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.309945" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.310106" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.310265" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.310496" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.310666" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.310814" 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-06-27T02:23:04.310979" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-27T02:23:04.311207" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:23:04.311071" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-27T02:23:04.311054" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-27T02:23:04.308577" elapsed="0.002758"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-27T02:12:57.574784" elapsed="606.736597"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-27T01:52:41.654418" elapsed="1822.657542"/>
</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>
