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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T01:45:19.630727" elapsed="0.682669"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T01:45:20.362964" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T01:45:20.313697" elapsed="0.049438"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T01:45:20.367367" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T01:45:20.367613" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T01:45:20.363593" elapsed="0.004091"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T01:45:20.368090" elapsed="0.000472"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:45:20.368951" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:45:20.370470" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:45:20.369712" elapsed="0.000888"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T01:45:20.370721" elapsed="0.000137"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.9
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T01:45:19.628823" elapsed="0.742301"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-23T01:45:19.624991" elapsed="0.746371"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T01:45:20.372349" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T01:45:20.371813" elapsed="0.000603"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T01:45:20.372844" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T01:45:20.372575" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T01:45:20.373446" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T01:45:20.373056" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T01:45:20.374004" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T01:45:20.373644" elapsed="0.000403"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T01:45:20.374570" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T01:45:20.374197" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T01:45:20.375090" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T01:45:20.374776" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-23T01:45:20.375449" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:45:20.375232" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:45:20.379900" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:45:20.379480" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:45:20.380945" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T01:45:20.381029" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:45:20.380482" elapsed="0.000572"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:45:20.381201" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T01:45:20.382550" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-04-23T01:45:21.079871" 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 Thu Apr 23 01:45:20 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.41
  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-698-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T01:45:20.382063" elapsed="0.697971"/>
</kw>
<msg time="2026-04-23T01:45:21.080128" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:45:20.381698" elapsed="0.698613"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T01:45:20.380134" elapsed="0.700305"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.088199" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-23T01:45:21.080660" elapsed="0.009147"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:45:21.090007" elapsed="0.000301"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-23T01:45:20.378915" elapsed="0.711460"/>
</kw>
<status status="PASS" start="2026-04-23T01:45:20.375575" elapsed="0.714839"/>
</branch>
<status status="PASS" start="2026-04-23T01:45:20.375207" elapsed="0.715244"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T01:45:21.090613" elapsed="0.000629"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T01:45:21.096007" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-23T01:45:21.095880" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-04-23T01:45:21.095853" elapsed="0.000234"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T01:45:21.099992" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-23T01:45:21.099876" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-23T01:45:21.099855" 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-04-23T01:45:21.100200" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.101177" level="INFO">Logging into '10.30.171.9:8101' as 'karaf'.</msg>
<msg time="2026-04-23T01:45:21.284663" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T01:45:21.100862" elapsed="0.183990"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.390945" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T01:45:21.285135" elapsed="0.105967"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.399872" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T01:45:21.400057" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T01:45:21.391373" elapsed="0.008717"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T01:45:21.400238" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:45:21.400590" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:45:21.401535" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:45:21.401173" elapsed="0.000427"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T01:45:21.401652" elapsed="0.000052"/>
</return>
<msg time="2026-04-23T01:45:21.401884" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.9
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T01:45:21.099381" elapsed="0.302538"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T01:45:21.402071" elapsed="0.000507"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T01:45:21.402631" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-23T01:45:21.095532" elapsed="0.307255"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T01:45:21.406736" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-23T01:45:21.406601" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-04-23T01:45:21.406578" elapsed="0.000284"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:45:21.407006" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.407944" level="INFO">Logging into '10.30.171.9:8101' as 'karaf'.</msg>
<msg time="2026-04-23T01:45:21.606357" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T01:45:21.407620" elapsed="0.198892"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.631678" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T01:45:21.606773" elapsed="0.024964"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.633703" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T01:45:21.633819" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T01:45:21.631930" elapsed="0.001920"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T01:45:21.633990" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:45:21.634333" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:45:21.635044" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:45:21.634704" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T01:45:21.635148" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.9
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T01:45:21.406272" elapsed="0.229049"/>
</kw>
<status status="PASS" start="2026-04-23T01:45:19.622991" elapsed="2.012395"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:45:21.637567" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:45:21.636499" elapsed="0.001133"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T01:45:21.639147" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T01:45:21.638717" elapsed="0.000475"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T01:45:21.639514" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:45:21.639272" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T01:45:21.642601" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:45:21.642348" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-04-23T01:45:21.642328" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.643072" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T01:45:21.642835" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:45:21.643800" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.41" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:45:21.643361" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.644496" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:45:21.644030" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:45:21.645445" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T01:45:21.645535" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:45:21.645118" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:45:21.645703" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.646930" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-04-23T01:45:21.989076" 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 Thu Apr 23 01:45:20 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.41
  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: Thu Apr 23 01:45:21 2026 from 10.30.170.246
[?2004h[jenkins@releng-48317-698-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T01:45:21.646554" elapsed="0.342747"/>
</kw>
<msg time="2026-04-23T01:45:21.989396" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:45:21.646209" elapsed="0.343287"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T01:45:21.644723" elapsed="0.344906"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T01:45:21.990539" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T01:55:28.104068" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T01:55:28.104448" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T01:55:28.104516" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9: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-04-23T01:45:21.989894" elapsed="606.114660"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:55:28.104883" elapsed="0.000496"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.106120" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:27.187 16  switches: flows:  106455 107541 106915 103798 102852 101997 103483 101591 97922 97792 98793 97660 97703 96791 98710 96660  total = 26.944383 per ms 
01:47:27.288 16  switches: flows:  116050 115957 114884 111614 111619 111100 109787 108618 107116 103521 104478 104330 106151 104576 103346 103715  total = 28.899419 per ms 
01:48:27.389 16  switches: flows:  114739 114247 114531 110406 110729 110247 109463 108944 104762 103750 104939 103896 106318 104343 103963 103426  total = 28.763702 per ms 
01:49:27.490 16  switches: flows:  121528 119671 117036 114841 116165 114467 112766 112886 109636 107718 106292 107928 109528 107303 107720 107301  total = 29.829993 per ms 
01:50:27.591 16  switches: flows:  121070 119195 117685 115828 114275 113407 113117 112012 108070 108571 108337 107293 109556 108416 108055 106722  total = 29.810365 per ms 
01:51:27.692 16  switches: flows:  117880 117488 115028 112985 112586 110942 111006 109697 104609 106126 105195 104824 105716 104208 105706 105195  total = 29.104592 per ms 
01:52:27.793 16  switches: flows:  118417 118228 116448 113176 113638 112583 110643 110831 105892 104243 105427 105366 106874 104823 104936 104345  total = 29.215685 per ms 
01:53:27.897 16  switches: flows:  114020 113980 111646 109291 107416 109162 105753 107114 102275 99773 100488 100937 102173 100124 101112 100453  total = 28.048448 per ms 
01:54:27.999 16  switches: flows:  112463 112602 111211 108353 105317 106882 103621 105025 101101 99718 100446 100551 101448 99211 100138 98769  total = 27.734621 per ms 
01:55:28.102 16  switches: flows:  112152 112754 109133 107472 105463 105366 103538 104801 100439 98508 99354 98506 100303 96874 97023 98049  total = 27.449394 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27449.39/29829.99/28761.80/9621.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.105621" elapsed="0.000695"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T01:55:28.106658" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-04-23T01:55:28.106440" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-23T01:55:28.106402" elapsed="0.000416"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T01:55:28.106995" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-23T01:55:28.106935" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-04-23T01:55:28.106911" elapsed="0.000172"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T01:55:28.107130" 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-04-23T01:55:28.110674" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:55:28.111392" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:55:28.111818" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T01:55:28.107565" elapsed="0.004475"/>
</kw>
<msg time="2026-04-23T01:55:28.112219" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9: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-04-23T01:45:21.639957" elapsed="606.472299"/>
</kw>
<status status="PASS" start="2026-04-23T01:45:21.639602" elapsed="606.472722"/>
</branch>
<status status="PASS" start="2026-04-23T01:45:21.639249" elapsed="606.473106"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.112975" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:27.187 16  switches: flows:  106455 107541 106915 103798 102852 101997 103483 101591 97922 97792 98793 97660 97703 96791 98710 96660  total = 26.944383 per ms 
01:47:27.288 16  switches: flows:  116050 115957 114884 111614 111619 111100 109787 108618 107116 103521 104478 104330 106151 104576 103346 103715  total = 28.899419 per ms 
01:48:27.389 16  switches: flows:  114739 114247 114531 110406 110729 110247 109463 108944 104762 103750 104939 103896 106318 104343 103963 103426  total = 28.763702 per ms 
01:49:27.490 16  switches: flows:  121528 119671 117036 114841 116165 114467 112766 112886 109636 107718 106292 107928 109528 107303 107720 107301  total = 29.829993 per ms 
01:50:27.591 16  switches: flows:  121070 119195 117685 115828 114275 113407 113117 112012 108070 108571 108337 107293 109556 108416 108055 106722  total = 29.810365 per ms 
01:51:27.692 16  switches: flows:  117880 117488 115028 112985 112586 110942 111006 109697 104609 106126 105195 104824 105716 104208 105706 105195  total = 29.104592 per ms 
01:52:27.793 16  switches: flows:  118417 118228 116448 113176 113638 112583 110643 110831 105892 104243 105427 105366 106874 104823 104936 104345  total = 29.215685 per ms 
01:53:27.897 16  switches: flows:  114020 113980 111646 109291 107416 109162 105753 107114 102275 99773 100488 100937 102173 100124 101112 100453  total = 28.048448 per ms 
01:54:27.999 16  switches: flows:  112463 112602 111211 108353 105317 106882 103621 105025 101101 99718 100446 100551 101448 99211 100138 98769  total = 27.734621 per ms 
01:55:28.102 16  switches: flows:  112152 112754 109133 107472 105463 105366 103538 104801 100439 98508 99354 98506 100303 96874 97023 98049  total = 27.449394 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27449.39/29829.99/28761.80/9621.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.112550" elapsed="0.000530"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T01:55:28.113286" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T01:55:28.114358" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T01:55:28.114489" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27449.39/29829.99/28761.80/9621.22 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T01:55:28.114047" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:55:28.115138" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27449.39/29829.99/28761.80/9621.22 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:55:28.114738" elapsed="0.000438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.118520" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.115379" elapsed="0.003219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.121303" level="INFO">27449.39/29829.99/28761.80/9621.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.118823" elapsed="0.002537"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:55:28.123854" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:55:28.121510" elapsed="0.002372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:55:28.126287" level="INFO">@{result_value_list} = [ 27449.39 | 29829.99 | 28761.80 | 9621.22 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:55:28.124070" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.126777" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T01:55:28.126881" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:55:28.126469" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.131663" level="INFO">min :: 27449.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.127300" elapsed="0.004426"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T01:55:28.127167" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.136330" level="INFO">max :: 29829.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.132002" elapsed="0.004384"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T01:55:28.131872" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.140960" level="INFO">avg :: 28761.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-04-23T01:55:28.136638" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T01:55:28.136510" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.145656" level="INFO">stdev :: 9621.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.141271" elapsed="0.004441"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T01:55:28.141143" elapsed="0.004603"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T01:55:28.126975" elapsed="0.018809"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.149781" level="INFO">${min} = 27449.39</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:55:28.145955" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.153888" level="INFO">${max} = 29829.99</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:55:28.149982" elapsed="0.003933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.158155" level="INFO">${average} = 28761.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:55:28.154067" elapsed="0.004115"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.162169" level="INFO">${stdev} = 9621.22</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:55:28.158334" elapsed="0.003861"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.162721" level="INFO">${date} = 2026-04-23 01:55:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T01:55:28.162367" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.163344" level="INFO">CBench Result: 2026-04-23 01:55:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27449.39,29829.99,28761.80,9621.22</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.162916" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T01:55:28.164465" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T01:55:28.164051" elapsed="0.000493"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T01:55:28.164697" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T01:55:28.163541" elapsed="0.001698"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-23T01:45:21.638083" elapsed="606.527217"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.165777" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T01:55:28.165459" elapsed="0.000389"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-23T01:55:28.166367" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-04-23T01:55:28.166067" elapsed="0.000660"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T01:45:21.635556" elapsed="606.531213"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.168201" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.167673" elapsed="0.000586"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.169531" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T01:55:28.169197" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T01:55:28.169929" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:55:28.169684" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T01:55:28.172909" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:55:28.172631" elapsed="0.000345"/>
</branch>
<status status="PASS" start="2026-04-23T01:55:28.172613" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:55:28.173325" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T01:55:28.173131" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.174042" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.9 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.41" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:55:28.173606" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:55:28.174631" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:55:28.174239" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:55:28.175554" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T01:55:28.175641" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:55:28.175250" elapsed="0.000415"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:55:28.175822" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T01:55:28.177056" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-04-23T01:55:28.831297" 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 Thu Apr 23 01:55:28 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.41
  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: Thu Apr 23 01:45:21 2026 from 10.30.170.246
[?2004h[jenkins@releng-48317-698-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T01:55:28.176648" elapsed="0.654888"/>
</kw>
<msg time="2026-04-23T01:55:28.831652" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:55:28.176298" elapsed="0.655474"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T01:55:28.174875" elapsed="0.657065"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T01:55:28.832623" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.9 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T02:05:34.919296" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T02:05:34.919894" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T02:05:34.920004" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T01:55:28.832226" elapsed="606.087835"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T02:05:34.920543" elapsed="0.000810"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.922484" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:33.997 16  switches: flows:  558029 543934 547734 538794 543495 538485 543563 548025 561555 528201 542287 533272 533234 550868 535167 536054  total = 144.711617 per ms 
01:57:34.101 16  switches: flows:  532092 537709 537105 536810 534380 533614 536590 535430 531982 538833 546150 537848 543616 539845 539156 534407  total = 143.019328 per ms 
01:58:34.204 16  switches: flows:  546376 548793 542120 544106 548464 548516 539936 548170 548012 548164 546462 545532 550656 549401 540742 550442  total = 145.517947 per ms 
01:59:34.305 16  switches: flows:  598624 593246 596930 596252 595555 595532 588179 601672 599913 597706 603356 601505 601285 601875 601116 604196  total = 159.347439 per ms 
02:00:34.407 16  switches: flows:  594556 584806 591270 591780 584934 584669 585397 583397 589803 587431 591191 583571 584179 587982 583301 590111  total = 156.376551 per ms 
02:01:34.509 16  switches: flows:  604529 598867 596138 598781 605397 605443 594320 592054 597585 603931 596934 597729 605691 596870 599184 601744  total = 159.648864 per ms 
02:02:34.610 16  switches: flows:  599926 590190 596840 592432 596070 601442 604355 586787 593542 582017 594306 595860 589835 596594 589064 594582  total = 158.130232 per ms 
02:03:34.713 16  switches: flows:  616118 607864 617670 613947 615749 616167 615451 617690 607153 609351 608394 604221 615554 618762 618750 613735  total = 163.333800 per ms 
02:04:34.814 16  switches: flows:  581869 585167 583375 595250 582031 588161 587566 582574 586699 584528 581908 590236 585612 584107 583046 587642  total = 155.900672 per ms 
02:05:34.917 16  switches: flows:  572487 574160 580511 572461 581327 576054 574349 577261 575530 575125 580261 570060 576683 575207 573429 572666  total = 153.200712 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143019.33/163333.80/154941.73/52032.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.921726" elapsed="0.001084"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T02:05:34.923320" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-23T02:05:34.922988" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-04-23T02:05:34.922937" elapsed="0.000587"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T02:05:34.923730" elapsed="0.000056"/>
</return>
<status status="NOT RUN" start="2026-04-23T02:05:34.923649" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-04-23T02:05:34.923615" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T02:05:34.923967" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T02:05:34.927653" elapsed="0.000354"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T02:05:34.928155" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T02:05:34.928458" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T02:05:34.924657" elapsed="0.003971"/>
</kw>
<msg time="2026-04-23T02:05:34.928802" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T01:55:28.170350" elapsed="606.758481"/>
</kw>
<status status="PASS" start="2026-04-23T01:55:28.170016" elapsed="606.758866"/>
</branch>
<status status="PASS" start="2026-04-23T01:55:28.169662" elapsed="606.759245"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.929362" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:33.997 16  switches: flows:  558029 543934 547734 538794 543495 538485 543563 548025 561555 528201 542287 533272 533234 550868 535167 536054  total = 144.711617 per ms 
01:57:34.101 16  switches: flows:  532092 537709 537105 536810 534380 533614 536590 535430 531982 538833 546150 537848 543616 539845 539156 534407  total = 143.019328 per ms 
01:58:34.204 16  switches: flows:  546376 548793 542120 544106 548464 548516 539936 548170 548012 548164 546462 545532 550656 549401 540742 550442  total = 145.517947 per ms 
01:59:34.305 16  switches: flows:  598624 593246 596930 596252 595555 595532 588179 601672 599913 597706 603356 601505 601285 601875 601116 604196  total = 159.347439 per ms 
02:00:34.407 16  switches: flows:  594556 584806 591270 591780 584934 584669 585397 583397 589803 587431 591191 583571 584179 587982 583301 590111  total = 156.376551 per ms 
02:01:34.509 16  switches: flows:  604529 598867 596138 598781 605397 605443 594320 592054 597585 603931 596934 597729 605691 596870 599184 601744  total = 159.648864 per ms 
02:02:34.610 16  switches: flows:  599926 590190 596840 592432 596070 601442 604355 586787 593542 582017 594306 595860 589835 596594 589064 594582  total = 158.130232 per ms 
02:03:34.713 16  switches: flows:  616118 607864 617670 613947 615749 616167 615451 617690 607153 609351 608394 604221 615554 618762 618750 613735  total = 163.333800 per ms 
02:04:34.814 16  switches: flows:  581869 585167 583375 595250 582031 588161 587566 582574 586699 584528 581908 590236 585612 584107 583046 587642  total = 155.900672 per ms 
02:05:34.917 16  switches: flows:  572487 574160 580511 572461 581327 576054 574349 577261 575530 575125 580261 570060 576683 575207 573429 572666  total = 153.200712 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143019.33/163333.80/154941.73/52032.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.929053" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T02:05:34.929589" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T02:05:34.930548" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T02:05:34.930639" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143019.33/163333.80/154941.73/52032.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T02:05:34.930154" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T02:05:34.931100" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143019.33/163333.80/154941.73/52032.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T02:05:34.930840" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.933576" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.931274" elapsed="0.002360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.936022" level="INFO">143019.33/163333.80/154941.73/52032.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.933796" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T02:05:34.938491" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T02:05:34.936228" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T02:05:34.941008" level="INFO">@{result_value_list} = [ 143019.33 | 163333.80 | 154941.73 | 52032.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T02:05:34.938718" elapsed="0.002317"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.941542" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T02:05:34.941633" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T02:05:34.941193" elapsed="0.000465"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.946493" level="INFO">min :: 143019.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.942082" elapsed="0.004470"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T02:05:34.941949" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.951400" level="INFO">max :: 163333.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-04-23T02:05:34.946826" elapsed="0.004632"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T02:05:34.946681" elapsed="0.004813"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.956099" level="INFO">avg :: 154941.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.951715" elapsed="0.004441"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T02:05:34.951584" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.960841" level="INFO">stdev :: 52032.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.956411" elapsed="0.004487"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T02:05:34.956281" elapsed="0.004652"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T02:05:34.941727" elapsed="0.019239"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.965047" level="INFO">${min} = 143019.33</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:05:34.961131" elapsed="0.003943"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.969097" level="INFO">${max} = 163333.80</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:05:34.965228" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.973264" level="INFO">${average} = 154941.73</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:05:34.969295" elapsed="0.003996"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.977268" level="INFO">${stdev} = 52032.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:05:34.973484" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.977910" level="INFO">${date} = 2026-04-23 02:05:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T02:05:34.977519" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.978501" level="INFO">CBench Result: 2026-04-23 02:05:34,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143019.33,163333.80,154941.73,52032.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.978086" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T02:05:34.979696" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T02:05:34.979241" elapsed="0.000545"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T02:05:34.979945" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T02:05:34.978706" elapsed="0.001779"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-23T01:55:28.168572" elapsed="606.811975"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.981052" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T02:05:34.980709" elapsed="0.000401"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-23T02:05:34.981676" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-04-23T02:05:34.981358" elapsed="0.000682"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T01:55:28.167095" elapsed="606.814984"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.983515" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.983123" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.984818" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T02:05:34.984469" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T02:05:34.985218" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-23T02:05:34.984985" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T02:05:34.988364" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T02:05:34.988105" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-04-23T02:05:34.988085" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T02:05:34.988797" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T02:05:34.988581" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.989601" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.41" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:05:34.989084" elapsed="0.000578"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T02:05:34.990233" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T02:05:34.989824" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T02:05:34.991414" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T02:05:34.991513" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T02:05:34.990913" elapsed="0.000625"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T02:05:34.991686" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T02:05:34.992941" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-04-23T02:05:35.566202" 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 Thu Apr 23 02:05:35 UTC 2026

  System load:  0.28               Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.41
  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: Thu Apr 23 01:55:28 2026 from 10.30.170.246
[?2004h[jenkins@releng-48317-698-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T02:05:34.992561" elapsed="0.573865"/>
</kw>
<msg time="2026-04-23T02:05:35.566526" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T02:05:34.992198" elapsed="0.574420"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T02:05:34.990468" elapsed="0.576272"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T02:05:35.567386" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.9 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T02:15:41.643954" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T02:15:41.644443" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T02:15:41.644513" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9: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-04-23T02:05:35.567018" elapsed="606.077532"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T02:15:41.644928" elapsed="0.000583"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.646353" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:40.731 16  switches: flows:  122274 123984 120336 118500 128497 115124 128834 116513 111787 110485 111485 109959 121789 111884 110953 110768  total = 31.219533 per ms 
02:07:40.831 16  switches: flows:  124071 125071 120255 117339 116056 116165 117023 116774 112426 108201 111883 111374 111407 113642 108858 109346  total = 30.613753 per ms 
02:08:40.932 16  switches: flows:  124413 125190 120224 119271 116971 117942 119640 120026 113250 110577 113487 112986 113118 115215 110451 110197  total = 30.997541 per ms 
02:09:41.033 16  switches: flows:  121280 122326 119146 117028 116215 117220 117623 116582 111745 109253 111874 110447 112560 112934 110052 109187  total = 30.540205 per ms 
02:10:41.133 16  switches: flows:  123928 124307 121301 119407 116529 116868 119123 117655 112225 110483 111851 112358 113698 112940 109516 110187  total = 30.821469 per ms 
02:11:41.233 16  switches: flows:  124155 124831 119791 117824 116190 116512 118411 116523 111040 108698 111449 111071 111269 111474 108541 109266  total = 30.566407 per ms 
02:12:41.333 16  switches: flows:  121057 120488 118868 116341 113668 112185 115858 114072 109554 106761 108832 109067 110028 109426 106977 107681  total = 29.964347 per ms 
02:13:41.434 16  switches: flows:  114731 114315 112158 110534 108092 106393 109552 107417 103104 101191 102865 101985 102161 103806 100156 101209  total = 28.280556 per ms 
02:14:41.534 16  switches: flows:  116909 117354 114193 110588 109881 108435 110961 110080 104602 102148 104417 103895 104851 104962 102985 102612  total = 28.766464 per ms 
02:15:41.635 16  switches: flows:  117837 117633 113384 111926 111604 109892 111799 110935 105593 103988 104923 105332 107148 107769 103904 103653  total = 29.073439 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28280.56/30997.54/29958.24/10030.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.645786" elapsed="0.000806"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T02:15:41.647082" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-04-23T02:15:41.646751" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-04-23T02:15:41.646706" elapsed="0.000536"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T02:15:41.647418" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-23T02:15:41.647349" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-04-23T02:15:41.647318" elapsed="0.000219"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T02:15:41.647590" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T02:15:41.652103" elapsed="0.000559"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T02:15:41.652963" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T02:15:41.653419" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T02:15:41.648151" elapsed="0.005520"/>
</kw>
<msg time="2026-04-23T02:15:41.653896" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9: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-04-23T02:05:34.985671" elapsed="606.668272"/>
</kw>
<status status="PASS" start="2026-04-23T02:05:34.985304" elapsed="606.668712"/>
</branch>
<status status="PASS" start="2026-04-23T02:05:34.984962" elapsed="606.669086"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.654812" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.9:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.9. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:40.731 16  switches: flows:  122274 123984 120336 118500 128497 115124 128834 116513 111787 110485 111485 109959 121789 111884 110953 110768  total = 31.219533 per ms 
02:07:40.831 16  switches: flows:  124071 125071 120255 117339 116056 116165 117023 116774 112426 108201 111883 111374 111407 113642 108858 109346  total = 30.613753 per ms 
02:08:40.932 16  switches: flows:  124413 125190 120224 119271 116971 117942 119640 120026 113250 110577 113487 112986 113118 115215 110451 110197  total = 30.997541 per ms 
02:09:41.033 16  switches: flows:  121280 122326 119146 117028 116215 117220 117623 116582 111745 109253 111874 110447 112560 112934 110052 109187  total = 30.540205 per ms 
02:10:41.133 16  switches: flows:  123928 124307 121301 119407 116529 116868 119123 117655 112225 110483 111851 112358 113698 112940 109516 110187  total = 30.821469 per ms 
02:11:41.233 16  switches: flows:  124155 124831 119791 117824 116190 116512 118411 116523 111040 108698 111449 111071 111269 111474 108541 109266  total = 30.566407 per ms 
02:12:41.333 16  switches: flows:  121057 120488 118868 116341 113668 112185 115858 114072 109554 106761 108832 109067 110028 109426 106977 107681  total = 29.964347 per ms 
02:13:41.434 16  switches: flows:  114731 114315 112158 110534 108092 106393 109552 107417 103104 101191 102865 101985 102161 103806 100156 101209  total = 28.280556 per ms 
02:14:41.534 16  switches: flows:  116909 117354 114193 110588 109881 108435 110961 110080 104602 102148 104417 103895 104851 104962 102985 102612  total = 28.766464 per ms 
02:15:41.635 16  switches: flows:  117837 117633 113384 111926 111604 109892 111799 110935 105593 103988 104923 105332 107148 107769 103904 103653  total = 29.073439 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28280.56/30997.54/29958.24/10030.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.654284" elapsed="0.000684"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T02:15:41.655244" elapsed="0.000727"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T02:15:41.656627" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T02:15:41.656824" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28280.56/30997.54/29958.24/10030.39 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T02:15:41.656253" elapsed="0.000615"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T02:15:41.657511" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28280.56/30997.54/29958.24/10030.39 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T02:15:41.657114" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.661025" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.657803" elapsed="0.003281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.664032" level="INFO">28280.56/30997.54/29958.24/10030.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.661267" elapsed="0.002824"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T02:15:41.666479" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T02:15:41.664244" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T02:15:41.668979" level="INFO">@{result_value_list} = [ 28280.56 | 30997.54 | 29958.24 | 10030.39 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T02:15:41.666697" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.669478" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T02:15:41.669568" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T02:15:41.669164" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.674726" level="INFO">min :: 28280.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-04-23T02:15:41.670007" elapsed="0.004794"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T02:15:41.669875" elapsed="0.004963"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.679505" level="INFO">max :: 30997.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.675083" elapsed="0.004478"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T02:15:41.674947" elapsed="0.004649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.684277" level="INFO">avg :: 29958.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.679823" elapsed="0.004511"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T02:15:41.679680" elapsed="0.004689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.689040" level="INFO">stdev :: 10030.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.684586" elapsed="0.004509"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T02:15:41.684454" elapsed="0.004676"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T02:15:41.669661" elapsed="0.019499"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.693268" level="INFO">${min} = 28280.56</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:15:41.689318" elapsed="0.003977"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.697313" level="INFO">${max} = 30997.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:15:41.693458" elapsed="0.003883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.701530" level="INFO">${average} = 29958.24</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:15:41.697495" elapsed="0.004062"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.705539" level="INFO">${stdev} = 10030.39</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T02:15:41.701714" elapsed="0.003853"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.706121" level="INFO">${date} = 2026-04-23 02:15:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T02:15:41.705741" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.706729" level="INFO">CBench Result: 2026-04-23 02:15:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28280.56,30997.54,29958.24,10030.39</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T02:15:41.706304" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T02:15:41.707986" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T02:15:41.707496" elapsed="0.000565"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T02:15:41.708221" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T02:15:41.707005" elapsed="0.001763"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-23T02:05:34.983907" elapsed="606.724927"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.709322" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T02:15:41.708992" elapsed="0.000388"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T02:15:41.710639" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T02:15:41.710130" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-23T02:15:41.710931" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-04-23T02:15:41.710744" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-23T02:15:41.710724" elapsed="0.000295"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.711190" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.711355" elapsed="0.000023"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.711525" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.711724" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.711909" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.712069" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.712237" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-23T02:15:41.712474" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-23T02:15:41.712322" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-04-23T02:15:41.712305" elapsed="0.000245"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-23T02:15:41.709779" elapsed="0.002823"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T02:05:34.982549" elapsed="606.730099"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-23T01:45:19.041320" elapsed="1822.671991"/>
</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>
