<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-25T01:51:20.549884" 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-07-25T01:51:21.088342" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-25T01:51:21.088209" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:21.088179" elapsed="0.000260"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-25T01:51:21.088600" elapsed="0.000481"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-25T01:51:21.089589" level="INFO">Logging into '10.30.170.16:8101' as 'karaf'.</msg>
<msg time="2026-07-25T01:51:22.156538" 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-07-25T01:51:21.089280" elapsed="1.067376"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-25T01:51:22.206083" 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-07-25T01:51:22.156863" elapsed="0.049289"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-25T01:51:22.207812" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-25T01:51:22.207918" 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-07-25T01:51:22.206324" elapsed="0.001624"/>
</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-07-25T01:51:22.208103" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T01:51:22.208467" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T01:51:22.209118" 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-07-25T01:51:22.208816" elapsed="0.000359"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-25T01:51:22.209226" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.16
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-25T01:51:21.087825" elapsed="1.121568"/>
</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-07-25T01:51:21.084266" elapsed="1.125189"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-25T01:51:22.210010" 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-07-25T01:51:22.209691" elapsed="0.000376"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-25T01:51:22.210462" 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-07-25T01:51:22.210220" elapsed="0.000313"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-25T01:51:22.211098" 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-07-25T01:51:22.210691" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-25T01:51:22.211782" 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-07-25T01:51:22.211293" elapsed="0.000531"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-25T01:51:22.212345" 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-07-25T01:51:22.211970" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-25T01:51:22.212856" 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-07-25T01:51:22.212544" elapsed="0.000353"/>
</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-07-25T01:51:22.213188" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-25T01:51:22.212977" elapsed="0.000264"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-25T01:51:22.217512" 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-07-25T01:51:22.217124" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T01:51:22.218564" level="INFO">Length is 0.</msg>
<msg time="2026-07-25T01:51:22.218648" 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-07-25T01:51:22.218117" elapsed="0.000555"/>
</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-07-25T01:51:22.218849" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-25T01:51:22.220491" level="INFO">Logging into '10.30.171.139:22' as 'jenkins'.</msg>
<msg time="2026-07-25T01:51:22.967753" 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 Jul 25 01:51:22 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  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-790-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-07-25T01:51:22.220009" elapsed="0.747829"/>
</kw>
<msg time="2026-07-25T01:51:22.967904" 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-07-25T01:51:22.219345" elapsed="0.748627"/>
</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-07-25T01:51:22.217768" elapsed="0.750296"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-25T01:51:22.976041" 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-07-25T01:51:22.968219" elapsed="0.010175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T01:51:22.978791" elapsed="0.000602"/>
</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-07-25T01:51:22.216612" elapsed="0.762949"/>
</kw>
<status status="PASS" start="2026-07-25T01:51:22.213312" elapsed="0.766332"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:22.212953" elapsed="0.766750"/>
</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-07-25T01:51:22.980032" elapsed="0.000937"/>
</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-07-25T01:51:22.987835" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-25T01:51:22.987674" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:22.987643" elapsed="0.000297"/>
</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-07-25T01:51:22.992950" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-25T01:51:22.992791" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:22.992763" elapsed="0.000286"/>
</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-07-25T01:51:22.993231" elapsed="0.000601"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-25T01:51:22.994392" level="INFO">Logging into '10.30.170.16:8101' as 'karaf'.</msg>
<msg time="2026-07-25T01:51:23.192961" 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-07-25T01:51:22.994037" elapsed="0.199012"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.287225" 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-07-25T01:51:23.193204" elapsed="0.094105"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.290895" 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-07-25T01:51:23.291100" 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-07-25T01:51:23.287468" elapsed="0.003664"/>
</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-07-25T01:51:23.291272" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T01:51:23.291623" elapsed="0.000177"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T01:51:23.292210" 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-07-25T01:51:23.291941" elapsed="0.000323"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-25T01:51:23.292316" elapsed="0.000039"/>
</return>
<msg time="2026-07-25T01:51:23.292491" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.16
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-25T01:51:22.992271" elapsed="0.300272"/>
</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-07-25T01:51:23.292691" elapsed="0.000467"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-25T01:51:23.293209" elapsed="0.000033"/>
</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-07-25T01:51:22.987260" elapsed="0.306082"/>
</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-07-25T01:51:23.297023" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-25T01:51:23.296906" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:23.296885" elapsed="0.000208"/>
</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-07-25T01:51:23.297225" elapsed="0.000426"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.298051" level="INFO">Logging into '10.30.170.16:8101' as 'karaf'.</msg>
<msg time="2026-07-25T01:51:23.455340" 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-07-25T01:51:23.297799" elapsed="0.157632"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.477533" 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-07-25T01:51:23.455608" elapsed="0.021988"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.479543" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-25T01:51:23.479647" 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-07-25T01:51:23.477748" elapsed="0.001929"/>
</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-07-25T01:51:23.479816" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T01:51:23.480146" elapsed="0.000168"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T01:51:23.480755" 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-07-25T01:51:23.480450" elapsed="0.000356"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-25T01:51:23.480854" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.16
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-25T01:51:23.296599" elapsed="0.184408"/>
</kw>
<status status="PASS" start="2026-07-25T01:51:21.082499" elapsed="2.398569"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T01:51:23.483283" 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-07-25T01:51:23.482166" elapsed="0.001182"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-25T01:51:23.484843" 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-07-25T01:51:23.484476" elapsed="0.000410"/>
</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-07-25T01:51:23.485191" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-25T01:51:23.484963" elapsed="0.000287"/>
</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-07-25T01:51:23.488158" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-25T01:51:23.487911" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:23.487891" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.488583" 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-07-25T01:51:23.488705" 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-07-25T01:51:23.488375" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T01:51:23.489285" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.139" 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-07-25T01:51:23.488868" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.489953" 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-07-25T01:51:23.489484" elapsed="0.000495"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T01:51:23.490889" level="INFO">Length is 0.</msg>
<msg time="2026-07-25T01:51:23.491006" 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-07-25T01:51:23.490574" elapsed="0.000458"/>
</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-07-25T01:51:23.491175" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.492371" level="INFO">Logging into '10.30.171.139:22' as 'jenkins'.</msg>
<msg time="2026-07-25T01:51:23.822688" 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 Jul 25 01:51:22 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  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 Jul 25 01:51:22 2026 from 10.30.171.13
[?2004h[jenkins@releng-48317-790-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-07-25T01:51:23.492019" elapsed="0.330785"/>
</kw>
<msg time="2026-07-25T01:51:23.822866" 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-07-25T01:51:23.491675" elapsed="0.331254"/>
</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-07-25T01:51:23.490181" elapsed="0.332859"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-25T01:51:23.823419" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-25T02:01:29.921016" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-25T02:01:29.921595" level="INFO">${stdout} = </msg>
<msg time="2026-07-25T02:01:29.921713" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-25T01:51:23.823199" elapsed="606.098576"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T02:01:29.922262" elapsed="0.000857"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.924350" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:52:29.017 16  switches: flows:  122769 121985 117722 123140 118355 118753 119912 117431 115055 114528 111562 116575 110600 113175 114262 114943  total = 31.179450 per ms 
01:53:29.119 16  switches: flows:  140318 138968 138440 142712 137835 136301 137910 134737 130477 132006 129687 133509 130789 131883 130811 131926  total = 35.911774 per ms 
01:54:29.220 16  switches: flows:  144666 140368 142545 143463 140650 136944 140048 137062 132389 137874 132353 132818 132253 137005 131316 135467  total = 36.559304 per ms 
01:55:29.321 16  switches: flows:  148173 142194 144901 146189 141332 138555 142598 140513 134437 138863 133011 135480 133333 137039 133640 138912  total = 37.090903 per ms 
01:56:29.422 16  switches: flows:  148743 140929 147497 145098 143483 139409 142614 140240 134664 137922 135815 135611 133127 137689 133964 137903  total = 37.183027 per ms 
01:57:29.523 16  switches: flows:  147862 143339 146900 145848 145119 139619 143405 141533 135851 138385 135689 136394 136115 138412 134353 138613  total = 37.394881 per ms 
01:58:29.624 16  switches: flows:  147600 143667 148086 144461 145192 139153 145563 140551 134827 140769 136711 134325 137725 138480 134939 139196  total = 37.458232 per ms 
01:59:29.724 16  switches: flows:  151514 146753 151240 149815 147615 143683 149300 146354 138743 143180 138537 140655 140998 143219 140749 143650  total = 38.535752 per ms 
02:00:29.825 16  switches: flows:  152751 145366 152772 150708 147587 145031 148072 143685 140748 142451 138828 140726 139485 142483 139411 140630  total = 38.448003 per ms 
02:01:29.927 16  switches: flows:  145941 148776 150177 147889 144570 144578 143192 142569 142061 139189 138150 140274 137492 138510 138775 140805  total = 37.985712 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35911.77/38535.75/37396.40/12491.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:01:29.923508" elapsed="0.001175"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-25T02:01:29.925215" elapsed="0.000098"/>
</return>
<status status="PASS" start="2026-07-25T02:01:29.924893" elapsed="0.000509"/>
</branch>
<status status="PASS" start="2026-07-25T02:01:29.924833" elapsed="0.000629"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-25T02:01:29.925731" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-07-25T02:01:29.925643" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-07-25T02:01:29.925604" elapsed="0.000280"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-25T02:01:29.925964" elapsed="0.000032"/>
</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-07-25T02:01:29.930593" elapsed="0.000455"/>
</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-07-25T02:01:29.931253" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T02:01:29.931706" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-25T02:01:29.926725" elapsed="0.005207"/>
</kw>
<msg time="2026-07-25T02:01:29.932110" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-25T01:51:23.485611" elapsed="606.446536"/>
</kw>
<status status="PASS" start="2026-07-25T01:51:23.485277" elapsed="606.446938"/>
</branch>
<status status="PASS" start="2026-07-25T01:51:23.484941" elapsed="606.447306"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.932874" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:52:29.017 16  switches: flows:  122769 121985 117722 123140 118355 118753 119912 117431 115055 114528 111562 116575 110600 113175 114262 114943  total = 31.179450 per ms 
01:53:29.119 16  switches: flows:  140318 138968 138440 142712 137835 136301 137910 134737 130477 132006 129687 133509 130789 131883 130811 131926  total = 35.911774 per ms 
01:54:29.220 16  switches: flows:  144666 140368 142545 143463 140650 136944 140048 137062 132389 137874 132353 132818 132253 137005 131316 135467  total = 36.559304 per ms 
01:55:29.321 16  switches: flows:  148173 142194 144901 146189 141332 138555 142598 140513 134437 138863 133011 135480 133333 137039 133640 138912  total = 37.090903 per ms 
01:56:29.422 16  switches: flows:  148743 140929 147497 145098 143483 139409 142614 140240 134664 137922 135815 135611 133127 137689 133964 137903  total = 37.183027 per ms 
01:57:29.523 16  switches: flows:  147862 143339 146900 145848 145119 139619 143405 141533 135851 138385 135689 136394 136115 138412 134353 138613  total = 37.394881 per ms 
01:58:29.624 16  switches: flows:  147600 143667 148086 144461 145192 139153 145563 140551 134827 140769 136711 134325 137725 138480 134939 139196  total = 37.458232 per ms 
01:59:29.724 16  switches: flows:  151514 146753 151240 149815 147615 143683 149300 146354 138743 143180 138537 140655 140998 143219 140749 143650  total = 38.535752 per ms 
02:00:29.825 16  switches: flows:  152751 145366 152772 150708 147587 145031 148072 143685 140748 142451 138828 140726 139485 142483 139411 140630  total = 38.448003 per ms 
02:01:29.927 16  switches: flows:  145941 148776 150177 147889 144570 144578 143192 142569 142061 139189 138150 140274 137492 138510 138775 140805  total = 37.985712 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35911.77/38535.75/37396.40/12491.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:01:29.932441" elapsed="0.000535"/>
</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-07-25T02:01:29.933178" elapsed="0.000529"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-25T02:01:29.934244" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-25T02:01:29.934369" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35911.77/38535.75/37396.40/12491.28 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-07-25T02:01:29.933930" elapsed="0.000473"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:01:29.934995" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35911.77/38535.75/37396.40/12491.28 | 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-07-25T02:01:29.934638" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.937946" 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-07-25T02:01:29.935234" elapsed="0.002768"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.940334" level="INFO">35911.77/38535.75/37396.40/12491.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:01:29.938150" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:01:29.942719" 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-07-25T02:01:29.940555" elapsed="0.002192"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:01:29.945170" level="INFO">@{result_value_list} = [ 35911.77 | 38535.75 | 37396.40 | 12491.28 ]</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-07-25T02:01:29.942934" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.945680" level="INFO">Length is 4.</msg>
<msg time="2026-07-25T02:01:29.945776" 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-07-25T02:01:29.945355" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.950429" level="INFO">min :: 35911.77</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-07-25T02:01:29.946195" elapsed="0.004292"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-25T02:01:29.946064" elapsed="0.004461"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.955006" level="INFO">max :: 38535.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:01:29.950758" elapsed="0.004305"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-25T02:01:29.950630" elapsed="0.004467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.959500" level="INFO">avg :: 37396.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-07-25T02:01:29.955312" elapsed="0.004261"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-25T02:01:29.955184" elapsed="0.004423"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.964019" level="INFO">stdev :: 12491.28</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-07-25T02:01:29.959825" elapsed="0.004248"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-25T02:01:29.959697" elapsed="0.004410"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-25T02:01:29.945873" elapsed="0.018270"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.967969" level="INFO">${min} = 35911.77</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-07-25T02:01:29.964316" elapsed="0.003680"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.972235" level="INFO">${max} = 38535.75</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-07-25T02:01:29.968149" elapsed="0.004128"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.976124" level="INFO">${average} = 37396.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-07-25T02:01:29.972431" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.980000" level="INFO">${stdev} = 12491.28</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-07-25T02:01:29.976302" elapsed="0.003725"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.980574" level="INFO">${date} = 2026-07-25 02:01:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-25T02:01:29.980186" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.981152" level="INFO">CBench Result: 2026-07-25 02:01:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35911.77,38535.75,37396.40,12491.28</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-07-25T02:01:29.980748" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-25T02:01:29.982231" 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-07-25T02:01:29.981833" elapsed="0.000464"/>
</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-07-25T02:01:29.982448" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-25T02:01:29.981347" elapsed="0.001641"/>
</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-07-25T01:51:23.483847" elapsed="606.499201"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.983551" 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-07-25T02:01:29.983215" elapsed="0.000395"/>
</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-07-25T02:01:29.984122" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-07-25T02:01:29.983824" 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-07-25T01:51:23.481243" elapsed="606.503282"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.986191" 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-07-25T02:01:29.985805" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.987851" 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-07-25T02:01:29.987503" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-25T02:01:29.988227" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-25T02:01:29.988007" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-25T02:01:29.991171" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-25T02:01:29.990925" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-07-25T02:01:29.990905" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-25T02:01:29.991598" 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-07-25T02:01:29.991717" 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-07-25T02:01:29.991385" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.992291" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.16 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.139" 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-07-25T02:01:29.991878" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-25T02:01:29.992935" 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-07-25T02:01:29.992487" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T02:01:29.993863" level="INFO">Length is 0.</msg>
<msg time="2026-07-25T02:01:29.993951" 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-07-25T02:01:29.993552" elapsed="0.000423"/>
</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-07-25T02:01:29.994115" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-25T02:01:29.995299" level="INFO">Logging into '10.30.171.139:22' as 'jenkins'.</msg>
<msg time="2026-07-25T02:01:30.594425" 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 Jul 25 02:01:30 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  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 Jul 25 01:51:23 2026 from 10.30.171.13
[?2004h[jenkins@releng-48317-790-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-07-25T02:01:29.994948" elapsed="0.599692"/>
</kw>
<msg time="2026-07-25T02:01:30.594728" 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-07-25T02:01:29.994605" elapsed="0.600215"/>
</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-07-25T02:01:29.993163" elapsed="0.601781"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-25T02:01:30.595500" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.16 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-25T02:11:36.684939" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-25T02:11:36.685494" level="INFO">${stdout} = </msg>
<msg time="2026-07-25T02:11:36.685674" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.16: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-07-25T02:01:30.595176" elapsed="606.090565"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T02:11:36.686203" elapsed="0.000862"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.688193" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:35.756 16  switches: flows:  590378 589219 592863 583372 575157 580725 593016 584590 578475 584024 587998 579997 585826 571149 571280 571053  total = 155.318700 per ms 
02:03:35.858 16  switches: flows:  605808 610391 605613 613443 592573 613612 607307 604858 611463 606048 609542 612072 609234 601301 603456 614372  total = 161.745360 per ms 
02:04:35.959 16  switches: flows:  612882 603758 606884 608371 609995 598793 603280 606219 609721 608253 600811 609259 604413 609040 611029 606130  total = 161.542637 per ms 
02:05:36.060 16  switches: flows:  676739 675787 688118 673331 674909 676510 686071 672062 683152 678824 675560 680227 681590 675428 681267 669547  total = 180.515737 per ms 
02:06:36.174 16  switches: flows:  691703 688641 690940 685062 680911 683092 690886 688312 693947 691985 685712 686671 687756 685682 693703 687402  total = 183.192473 per ms 
02:07:36.275 16  switches: flows:  693690 685277 685103 692611 693036 683458 691057 696349 697427 675146 686343 695052 684465 692029 693496 685928  total = 183.532608 per ms 
02:08:36.378 16  switches: flows:  712077 702114 699459 711245 691043 711743 700524 699164 707351 702626 702260 703551 701454 680855 707800 705570  total = 186.993330 per ms 
02:09:36.480 16  switches: flows:  699785 700845 696503 699117 701022 707563 702608 699156 699356 712423 693084 695878 695246 702854 710789 701050  total = 186.640009 per ms 
02:10:36.582 16  switches: flows:  708210 698215 697081 700109 708611 701062 698134 699111 705020 696161 696299 700448 699958 696184 700537 692711  total = 186.317749 per ms 
02:11:36.683 16  switches: flows:  709789 701376 696522 698103 697908 706745 701298 704054 721664 703290 686940 703223 702773 702102 703748 701277  total = 187.032151 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 161542.64/187032.15/179723.56/60717.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:11:36.687424" elapsed="0.001181"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-25T02:11:36.689224" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-07-25T02:11:36.688873" elapsed="0.000519"/>
</branch>
<status status="PASS" start="2026-07-25T02:11:36.688751" elapsed="0.000712"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-25T02:11:36.689658" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-25T02:11:36.689603" elapsed="0.000117"/>
</branch>
<status status="NOT RUN" start="2026-07-25T02:11:36.689577" elapsed="0.000174"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-25T02:11:36.689795" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-25T02:11:36.693899" elapsed="0.000556"/>
</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-07-25T02:11:36.694722" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T02:11:36.695171" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-25T02:11:36.690306" elapsed="0.005098"/>
</kw>
<msg time="2026-07-25T02:11:36.695621" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.16: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-07-25T02:01:29.988676" elapsed="606.706987"/>
</kw>
<status status="PASS" start="2026-07-25T02:01:29.988311" elapsed="606.707425"/>
</branch>
<status status="PASS" start="2026-07-25T02:01:29.987986" elapsed="606.707802"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.696544" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:35.756 16  switches: flows:  590378 589219 592863 583372 575157 580725 593016 584590 578475 584024 587998 579997 585826 571149 571280 571053  total = 155.318700 per ms 
02:03:35.858 16  switches: flows:  605808 610391 605613 613443 592573 613612 607307 604858 611463 606048 609542 612072 609234 601301 603456 614372  total = 161.745360 per ms 
02:04:35.959 16  switches: flows:  612882 603758 606884 608371 609995 598793 603280 606219 609721 608253 600811 609259 604413 609040 611029 606130  total = 161.542637 per ms 
02:05:36.060 16  switches: flows:  676739 675787 688118 673331 674909 676510 686071 672062 683152 678824 675560 680227 681590 675428 681267 669547  total = 180.515737 per ms 
02:06:36.174 16  switches: flows:  691703 688641 690940 685062 680911 683092 690886 688312 693947 691985 685712 686671 687756 685682 693703 687402  total = 183.192473 per ms 
02:07:36.275 16  switches: flows:  693690 685277 685103 692611 693036 683458 691057 696349 697427 675146 686343 695052 684465 692029 693496 685928  total = 183.532608 per ms 
02:08:36.378 16  switches: flows:  712077 702114 699459 711245 691043 711743 700524 699164 707351 702626 702260 703551 701454 680855 707800 705570  total = 186.993330 per ms 
02:09:36.480 16  switches: flows:  699785 700845 696503 699117 701022 707563 702608 699156 699356 712423 693084 695878 695246 702854 710789 701050  total = 186.640009 per ms 
02:10:36.582 16  switches: flows:  708210 698215 697081 700109 708611 701062 698134 699111 705020 696161 696299 700448 699958 696184 700537 692711  total = 186.317749 per ms 
02:11:36.683 16  switches: flows:  709789 701376 696522 698103 697908 706745 701298 704054 721664 703290 686940 703223 702773 702102 703748 701277  total = 187.032151 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 161542.64/187032.15/179723.56/60717.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:11:36.696049" elapsed="0.000609"/>
</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-07-25T02:11:36.696914" elapsed="0.000579"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-25T02:11:36.698072" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-25T02:11:36.698204" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 161542.64/187032.15/179723.56/60717.08 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-07-25T02:11:36.697754" elapsed="0.000493"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:11:36.698921" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 161542.64/187032.15/179723.56/60717.08 | 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-07-25T02:11:36.698497" elapsed="0.000464"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.702422" 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-07-25T02:11:36.699176" elapsed="0.003304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.704917" level="INFO">161542.64/187032.15/179723.56/60717.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:11:36.702660" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:11:36.707433" 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-07-25T02:11:36.705173" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:11:36.709952" level="INFO">@{result_value_list} = [ 161542.64 | 187032.15 | 179723.56 | 60717.08 ]</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-07-25T02:11:36.707701" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.710531" level="INFO">Length is 4.</msg>
<msg time="2026-07-25T02:11:36.710628" 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-07-25T02:11:36.710139" elapsed="0.000512"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.715810" level="INFO">min :: 161542.64</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-07-25T02:11:36.711062" elapsed="0.004808"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-25T02:11:36.710929" elapsed="0.004976"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.720599" level="INFO">max :: 187032.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-07-25T02:11:36.716127" elapsed="0.004532"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-25T02:11:36.715998" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.725638" level="INFO">avg :: 179723.56</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-07-25T02:11:36.720969" elapsed="0.004730"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-25T02:11:36.720806" elapsed="0.004928"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.730549" level="INFO">stdev :: 60717.08</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-07-25T02:11:36.725960" elapsed="0.004659"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-25T02:11:36.725824" elapsed="0.004834"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-25T02:11:36.710726" elapsed="0.019966"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.734878" level="INFO">${min} = 161542.64</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-07-25T02:11:36.730920" elapsed="0.003986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.739348" level="INFO">${max} = 187032.15</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-07-25T02:11:36.735067" elapsed="0.004309"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.743497" level="INFO">${average} = 179723.56</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-07-25T02:11:36.739557" elapsed="0.003982"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.747855" level="INFO">${stdev} = 60717.08</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-07-25T02:11:36.743741" elapsed="0.004141"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.748541" level="INFO">${date} = 2026-07-25 02:11:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-25T02:11:36.748051" elapsed="0.000524"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.749262" level="INFO">CBench Result: 2026-07-25 02:11:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,161542.64,187032.15,179723.56,60717.08</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-07-25T02:11:36.748766" elapsed="0.000554"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-25T02:11:36.750488" 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-07-25T02:11:36.750045" elapsed="0.000543"/>
</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-07-25T02:11:36.750740" elapsed="0.000530"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-25T02:11:36.749513" elapsed="0.001827"/>
</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-07-25T02:01:29.986737" elapsed="606.764664"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.751967" 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-07-25T02:11:36.751610" elapsed="0.000428"/>
</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-07-25T02:11:36.752589" elapsed="0.000340"/>
</kw>
<status status="PASS" start="2026-07-25T02:11:36.752247" elapsed="0.000769"/>
</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-07-25T02:01:29.985110" elapsed="606.767947"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.754491" 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-07-25T02:11:36.754111" elapsed="0.000503"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.755905" 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-07-25T02:11:36.755574" elapsed="0.000386"/>
</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-07-25T02:11:36.756326" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-25T02:11:36.756101" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-25T02:11:36.759682" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-25T02:11:36.759349" elapsed="0.000392"/>
</branch>
<status status="PASS" start="2026-07-25T02:11:36.759324" elapsed="0.000441"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-25T02:11:36.760111" 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-07-25T02:11:36.760231" 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-07-25T02:11:36.759900" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.760951" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.139" 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-07-25T02:11:36.760406" elapsed="0.000607"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-25T02:11:36.761593" 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-07-25T02:11:36.761158" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T02:11:36.762544" level="INFO">Length is 0.</msg>
<msg time="2026-07-25T02:11:36.762637" 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-07-25T02:11:36.762207" 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-07-25T02:11:36.762806" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-25T02:11:36.764007" level="INFO">Logging into '10.30.171.139:22' as 'jenkins'.</msg>
<msg time="2026-07-25T02:11:37.340336" 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 Jul 25 02:11:36 UTC 2026

  System load:  0.65               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  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 Jul 25 02:01:30 2026 from 10.30.171.13
[?2004h[jenkins@releng-48317-790-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-07-25T02:11:36.763650" elapsed="0.576938"/>
</kw>
<msg time="2026-07-25T02:11:37.340680" 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-07-25T02:11:36.763288" elapsed="0.577480"/>
</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-07-25T02:11:36.761828" elapsed="0.579079"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-25T02:11:37.341500" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-25T02:21:43.496332" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-25T02:21:43.496984" level="INFO">${stdout} = </msg>
<msg time="2026-07-25T02:21:43.497247" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-25T02:11:37.341159" elapsed="606.156145"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T02:21:43.497832" elapsed="0.000733"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.499848" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:42.587 16  switches: flows:  141772 145974 144356 147789 145920 145628 144170 141418 141197 140834 140631 142035 139818 144509 140570 141174  total = 38.129917 per ms 
02:13:42.687 16  switches: flows:  145722 150391 146638 149085 146742 146853 148999 142920 147605 143796 141951 141360 140180 140826 144838 144774  total = 38.646793 per ms 
02:14:42.788 16  switches: flows:  145768 150412 149297 148446 142507 146639 144172 142457 145297 140623 140695 140837 142671 138768 141466 144431  total = 38.344109 per ms 
02:15:42.888 16  switches: flows:  144124 149719 146745 151048 142886 145132 144071 142578 144313 141251 139463 141102 143679 137179 140769 144763  total = 38.249844 per ms 
02:16:42.988 16  switches: flows:  143119 147166 148290 147336 140500 144883 143236 140979 146529 138215 139324 138911 139850 137314 138260 142863  total = 37.882934 per ms 
02:17:43.089 16  switches: flows:  143020 146937 146153 146142 140856 143751 144571 140249 144584 137957 138543 138109 140243 137792 138418 143066  total = 37.776785 per ms 
02:18:43.189 16  switches: flows:  142281 148064 146554 147695 139559 143533 145647 140953 144348 138249 139083 139598 140245 139605 138980 142426  total = 37.883732 per ms 
02:19:43.289 16  switches: flows:  140590 147937 144394 144016 143652 143605 145468 141400 141669 138808 138464 137300 143164 139437 140073 141697  total = 37.798129 per ms 
02:20:43.389 16  switches: flows:  143784 148812 145917 146674 141295 144790 146143 139585 145425 140738 139240 138186 140780 139547 139358 142192  total = 37.977722 per ms 
02:21:43.490 16  switches: flows:  135865 142427 140973 141527 135806 137903 139858 133782 137158 135030 133807 132892 135045 133386 132868 135341  total = 36.333795 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36333.80/38646.79/37877.09/12640.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:21:43.499007" elapsed="0.001179"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-25T02:21:43.500722" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-07-25T02:21:43.500383" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-07-25T02:21:43.500322" elapsed="0.000617"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-25T02:21:43.501147" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-25T02:21:43.501067" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-07-25T02:21:43.501032" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-25T02:21:43.501362" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-25T02:21:43.507429" elapsed="0.000788"/>
</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-07-25T02:21:43.508587" elapsed="0.000356"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-25T02:21:43.509230" elapsed="0.000217"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-25T02:21:43.502078" elapsed="0.007520"/>
</kw>
<msg time="2026-07-25T02:21:43.509888" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-25T02:11:36.756798" elapsed="606.753150"/>
</kw>
<status status="PASS" start="2026-07-25T02:11:36.756427" elapsed="606.753631"/>
</branch>
<status status="PASS" start="2026-07-25T02:11:36.756077" elapsed="606.754031"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.511016" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:42.587 16  switches: flows:  141772 145974 144356 147789 145920 145628 144170 141418 141197 140834 140631 142035 139818 144509 140570 141174  total = 38.129917 per ms 
02:13:42.687 16  switches: flows:  145722 150391 146638 149085 146742 146853 148999 142920 147605 143796 141951 141360 140180 140826 144838 144774  total = 38.646793 per ms 
02:14:42.788 16  switches: flows:  145768 150412 149297 148446 142507 146639 144172 142457 145297 140623 140695 140837 142671 138768 141466 144431  total = 38.344109 per ms 
02:15:42.888 16  switches: flows:  144124 149719 146745 151048 142886 145132 144071 142578 144313 141251 139463 141102 143679 137179 140769 144763  total = 38.249844 per ms 
02:16:42.988 16  switches: flows:  143119 147166 148290 147336 140500 144883 143236 140979 146529 138215 139324 138911 139850 137314 138260 142863  total = 37.882934 per ms 
02:17:43.089 16  switches: flows:  143020 146937 146153 146142 140856 143751 144571 140249 144584 137957 138543 138109 140243 137792 138418 143066  total = 37.776785 per ms 
02:18:43.189 16  switches: flows:  142281 148064 146554 147695 139559 143533 145647 140953 144348 138249 139083 139598 140245 139605 138980 142426  total = 37.883732 per ms 
02:19:43.289 16  switches: flows:  140590 147937 144394 144016 143652 143605 145468 141400 141669 138808 138464 137300 143164 139437 140073 141697  total = 37.798129 per ms 
02:20:43.389 16  switches: flows:  143784 148812 145917 146674 141295 144790 146143 139585 145425 140738 139240 138186 140780 139547 139358 142192  total = 37.977722 per ms 
02:21:43.490 16  switches: flows:  135865 142427 140973 141527 135806 137903 139858 133782 137158 135030 133807 132892 135045 133386 132868 135341  total = 36.333795 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36333.80/38646.79/37877.09/12640.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:21:43.510437" elapsed="0.000654"/>
</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-07-25T02:21:43.511240" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-25T02:21:43.512010" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-25T02:21:43.512099" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36333.80/38646.79/37877.09/12640.46 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-07-25T02:21:43.511788" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:21:43.512541" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36333.80/38646.79/37877.09/12640.46 | 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-07-25T02:21:43.512277" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.515014" 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-07-25T02:21:43.512716" elapsed="0.002355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.517478" level="INFO">36333.80/38646.79/37877.09/12640.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:21:43.515220" elapsed="0.002347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:21:43.520056" 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-07-25T02:21:43.517738" elapsed="0.002349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-25T02:21:43.522661" level="INFO">@{result_value_list} = [ 36333.80 | 38646.79 | 37877.09 | 12640.46 ]</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-07-25T02:21:43.520332" elapsed="0.002360"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.523232" level="INFO">Length is 4.</msg>
<msg time="2026-07-25T02:21:43.523325" 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-07-25T02:21:43.522866" elapsed="0.000484"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.528236" level="INFO">min :: 36333.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-07-25T02:21:43.523815" elapsed="0.004482"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-25T02:21:43.523673" elapsed="0.004660"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.532932" level="INFO">max :: 38646.79</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-07-25T02:21:43.528583" elapsed="0.004421"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-25T02:21:43.528426" elapsed="0.004614"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.537766" level="INFO">avg :: 37877.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-25T02:21:43.533257" elapsed="0.004572"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-25T02:21:43.533126" elapsed="0.004740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.542603" level="INFO">stdev :: 12640.46</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-07-25T02:21:43.538117" elapsed="0.004546"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-25T02:21:43.537963" elapsed="0.004736"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-25T02:21:43.523437" elapsed="0.019293"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.546953" level="INFO">${min} = 36333.80</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-07-25T02:21:43.542897" elapsed="0.004085"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.550915" level="INFO">${max} = 38646.79</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-07-25T02:21:43.547140" elapsed="0.003804"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.554911" level="INFO">${average} = 37877.09</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-07-25T02:21:43.551100" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.558870" level="INFO">${stdev} = 12640.46</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-07-25T02:21:43.555096" elapsed="0.003802"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.559447" level="INFO">${date} = 2026-07-25 02:21:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-25T02:21:43.559088" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.560077" level="INFO">CBench Result: 2026-07-25 02:21:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36333.80,38646.79,37877.09,12640.46</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-07-25T02:21:43.559645" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-25T02:21:43.561554" 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-07-25T02:21:43.560926" elapsed="0.000718"/>
</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-07-25T02:21:43.561848" elapsed="0.000541"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-25T02:21:43.560316" elapsed="0.002143"/>
</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-07-25T02:11:36.754973" elapsed="606.807565"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.563065" 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-07-25T02:21:43.562720" elapsed="0.000407"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-25T02:21:43.564413" 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-07-25T02:21:43.563898" elapsed="0.000543"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-25T02:21:43.564703" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-07-25T02:21:43.564544" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-07-25T02:21:43.564505" elapsed="0.000322"/>
</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-07-25T02:21:43.565023" elapsed="0.000028"/>
</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-07-25T02:21:43.565239" elapsed="0.000029"/>
</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-07-25T02:21:43.565467" elapsed="0.000030"/>
</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-07-25T02:21:43.565762" elapsed="0.000031"/>
</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-07-25T02:21:43.565966" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-25T02:21:43.566128" elapsed="0.000028"/>
</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-07-25T02:21:43.566287" 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-07-25T02:21:43.566539" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-07-25T02:21:43.566381" elapsed="0.000287"/>
</branch>
<status status="NOT RUN" start="2026-07-25T02:21:43.566363" elapsed="0.000331"/>
</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-07-25T02:21:43.563535" elapsed="0.003215"/>
</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-07-25T02:11:36.753566" elapsed="606.813232"/>
</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-07-25T01:51:20.551417" elapsed="1823.016172"/>
</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>
