<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-15T01:01:26.376875" 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-09-15T01:01:26.862324" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:01:26.862195" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:26.862163" elapsed="0.000254"/>
</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-09-15T01:01:26.862584" elapsed="0.000426"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T01:01:26.863465" level="INFO">Logging into '10.30.170.217:8101' as 'karaf'.</msg>
<msg time="2026-09-15T01:01:27.764776" 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-09-15T01:01:26.863205" elapsed="0.901744"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T01:01:27.814457" 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-09-15T01:01:27.765216" elapsed="0.049342"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T01:01:27.816485" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T01:01:27.816592" 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-09-15T01:01:27.814806" elapsed="0.001814"/>
</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-09-15T01:01:27.816791" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:01:27.817162" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:01:27.817874" 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-09-15T01:01:27.817548" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T01:01:27.817975" elapsed="0.000047"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.217
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T01:01:26.861880" elapsed="0.956239"/>
</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-09-15T01:01:26.860260" elapsed="0.957917"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:01:27.818703" 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-09-15T01:01:27.818366" elapsed="0.000390"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:01:27.819141" 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-09-15T01:01:27.818922" elapsed="0.000272"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T01:01:27.819816" 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-09-15T01:01:27.819386" elapsed="0.000457"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T01:01:27.820387" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T01:01:27.820041" elapsed="0.000388"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T01:01:27.820943" 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-09-15T01:01:27.820590" elapsed="0.000379"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T01:01:27.821485" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T01:01:27.821151" elapsed="0.000374"/>
</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-09-15T01:01:27.821804" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:01:27.821602" elapsed="0.000254"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:01:27.823932" 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-09-15T01:01:27.823575" elapsed="0.000383"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:01:27.825139" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T01:01:27.825228" 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-09-15T01:01:27.824579" elapsed="0.000674"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:01:27.825392" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T01:01:27.826506" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-09-15T01:01:28.322882" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 01:00:58 UTC 2026

  System load:  0.24               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-48317-839-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-09-15T01:01:27.826256" elapsed="0.496774"/>
</kw>
<msg time="2026-09-15T01:01:28.323114" 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-09-15T01:01:27.825880" elapsed="0.497322"/>
</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-09-15T01:01:27.824141" elapsed="0.499185"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.331548" 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-09-15T01:01:28.323525" elapsed="0.009577"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:01:28.333298" elapsed="0.000250"/>
</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-09-15T01:01:27.823111" elapsed="0.510494"/>
</kw>
<status status="PASS" start="2026-09-15T01:01:27.821927" elapsed="0.511712"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:27.821579" elapsed="0.512091"/>
</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-09-15T01:01:28.333851" elapsed="0.000535"/>
</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-09-15T01:01:28.336917" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:01:28.336764" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:28.336734" elapsed="0.000282"/>
</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-09-15T01:01:28.339079" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:01:28.338953" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:28.338927" elapsed="0.000241"/>
</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-09-15T01:01:28.339405" elapsed="0.000506"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.340451" level="INFO">Logging into '10.30.170.217:8101' as 'karaf'.</msg>
<msg time="2026-09-15T01:01:28.620928" 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-09-15T01:01:28.340151" elapsed="0.280933"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.710113" 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-09-15T01:01:28.621345" elapsed="0.088922"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.722092" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-15T01:01:28.722292" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-15T01:01:28.710514" elapsed="0.011809"/>
</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-09-15T01:01:28.722472" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:01:28.722818" elapsed="0.000170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:01:28.723458" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-15T01:01:28.723163" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T01:01:28.723559" elapsed="0.000045"/>
</return>
<msg time="2026-09-15T01:01:28.723726" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.217
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T01:01:28.338532" elapsed="0.385224"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T01:01:28.723932" elapsed="0.000470"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T01:01:28.724449" 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-09-15T01:01:28.336423" elapsed="0.388136"/>
</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-09-15T01:01:28.726277" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:01:28.726149" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:28.726127" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T01:01:28.726500" elapsed="0.000375"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.727263" level="INFO">Logging into '10.30.170.217:8101' as 'karaf'.</msg>
<msg time="2026-09-15T01:01:28.904188" 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-09-15T01:01:28.727047" elapsed="0.177316"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.928604" 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-09-15T01:01:28.904622" elapsed="0.024039"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.930910" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T01:01:28.931012" 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-09-15T01:01:28.928829" elapsed="0.002212"/>
</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-09-15T01:01:28.931181" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:01:28.931495" elapsed="0.000170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:01:28.932137" 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-09-15T01:01:28.931860" elapsed="0.000324"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T01:01:28.932242" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.217
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T01:01:28.725876" elapsed="0.206502"/>
</kw>
<status status="PASS" start="2026-09-15T01:01:26.858380" elapsed="2.074054"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:01:28.934045" 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-09-15T01:01:28.933227" elapsed="0.000883"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T01:01:28.935366" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T01:01:28.935036" elapsed="0.000371"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T01:01:28.935704" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:01:28.935480" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T01:01:28.936962" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:01:28.936728" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:28.936709" elapsed="0.000329"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.937417" 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-09-15T01:01:28.937531" 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-09-15T01:01:28.937226" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:01:28.938088" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-09-15T01:01:28.937730" elapsed="0.000414"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.938712" 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-09-15T01:01:28.938318" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:01:28.939586" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T01:01:28.939675" 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-09-15T01:01:28.939292" elapsed="0.000406"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:01:28.939849" elapsed="0.000305"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T01:01:28.940967" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-09-15T01:01:29.320417" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 01:00:58 UTC 2026

  System load:  0.24               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Sep 15 01:01:28 2026 from 10.30.170.178
[?2004h[jenkins@releng-48317-839-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-09-15T01:01:28.940680" elapsed="0.379913"/>
</kw>
<msg time="2026-09-15T01:01:29.320668" 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-09-15T01:01:28.940320" elapsed="0.380431"/>
</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-09-15T01:01:28.938936" elapsed="0.381948"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T01:01:29.321390" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T01:11:35.443677" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T01:11:35.450101" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T01:11:35.450247" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T01:01:29.321125" elapsed="606.129758"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:11:35.454319" elapsed="0.003308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.460018" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:34.548 16  switches: flows:  77001 78108 77565 77360 78666 78302 76540 75721 76576 76642 75694 74654 75781 78071 76188 75957  total = 20.480433 per ms 
01:03:34.650 16  switches: flows:  85097 87503 84788 84998 86145 88664 83732 85086 85288 85524 84046 84382 83321 84870 85093 84783  total = 22.684099 per ms 
01:04:34.750 16  switches: flows:  88001 90407 87756 89752 88354 87720 86875 87356 88432 88219 87536 88873 86183 88084 87196 87028  total = 23.423745 per ms 
01:05:34.851 16  switches: flows:  85543 89115 86034 87328 86858 87669 85936 85745 85857 85906 85666 86684 85596 85369 86366 84689  total = 22.967647 per ms 
01:06:34.951 16  switches: flows:  87534 90348 88293 87498 87800 89384 87014 89258 87028 88768 87000 87765 85973 86529 87260 87344  total = 23.374260 per ms 
01:07:35.051 16  switches: flows:  87415 88193 85552 87736 87923 88588 85342 87474 86400 86640 84937 86927 85997 85282 85723 86101  total = 23.065338 per ms 
01:08:35.151 16  switches: flows:  86805 86929 83989 84930 86032 86878 84248 85513 85291 84924 83958 84820 85191 84493 83978 83698  total = 22.656773 per ms 
01:09:35.251 16  switches: flows:  89674 90132 87612 88692 87682 89909 87040 87428 87919 89067 86737 89000 86288 85828 86106 88032  total = 23.413344 per ms 
01:10:35.352 16  switches: flows:  90072 90959 87933 89284 88148 91134 88225 87027 87267 89245 87344 89368 87586 86468 88097 88434  total = 23.570520 per ms 
01:11:35.452 16  switches: flows:  90548 92040 89545 90246 89746 91022 89513 88818 87693 90464 89092 89519 88776 87586 88582 90339  total = 23.852348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22656.77/23852.35/23223.12/7750.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:11:35.458360" elapsed="0.002006"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T01:11:35.461604" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-09-15T01:11:35.461262" elapsed="0.000552"/>
</branch>
<status status="PASS" start="2026-09-15T01:11:35.461188" elapsed="0.000683"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T01:11:35.462080" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:11:35.462004" elapsed="0.000158"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:11:35.461972" elapsed="0.000233"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T01:11:35.462270" elapsed="0.000028"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:11:35.464968" elapsed="0.000838"/>
</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-09-15T01:11:35.466224" elapsed="0.000428"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:11:35.466971" elapsed="0.000216"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T01:11:35.463867" elapsed="0.003431"/>
</kw>
<msg time="2026-09-15T01:11:35.467574" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T01:01:28.936098" elapsed="606.531535"/>
</kw>
<status status="PASS" start="2026-09-15T01:01:28.935803" elapsed="606.531931"/>
</branch>
<status status="PASS" start="2026-09-15T01:01:28.935458" elapsed="606.532357"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.468960" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:34.548 16  switches: flows:  77001 78108 77565 77360 78666 78302 76540 75721 76576 76642 75694 74654 75781 78071 76188 75957  total = 20.480433 per ms 
01:03:34.650 16  switches: flows:  85097 87503 84788 84998 86145 88664 83732 85086 85288 85524 84046 84382 83321 84870 85093 84783  total = 22.684099 per ms 
01:04:34.750 16  switches: flows:  88001 90407 87756 89752 88354 87720 86875 87356 88432 88219 87536 88873 86183 88084 87196 87028  total = 23.423745 per ms 
01:05:34.851 16  switches: flows:  85543 89115 86034 87328 86858 87669 85936 85745 85857 85906 85666 86684 85596 85369 86366 84689  total = 22.967647 per ms 
01:06:34.951 16  switches: flows:  87534 90348 88293 87498 87800 89384 87014 89258 87028 88768 87000 87765 85973 86529 87260 87344  total = 23.374260 per ms 
01:07:35.051 16  switches: flows:  87415 88193 85552 87736 87923 88588 85342 87474 86400 86640 84937 86927 85997 85282 85723 86101  total = 23.065338 per ms 
01:08:35.151 16  switches: flows:  86805 86929 83989 84930 86032 86878 84248 85513 85291 84924 83958 84820 85191 84493 83978 83698  total = 22.656773 per ms 
01:09:35.251 16  switches: flows:  89674 90132 87612 88692 87682 89909 87040 87428 87919 89067 86737 89000 86288 85828 86106 88032  total = 23.413344 per ms 
01:10:35.352 16  switches: flows:  90072 90959 87933 89284 88148 91134 88225 87027 87267 89245 87344 89368 87586 86468 88097 88434  total = 23.570520 per ms 
01:11:35.452 16  switches: flows:  90548 92040 89545 90246 89746 91022 89513 88818 87693 90464 89092 89519 88776 87586 88582 90339  total = 23.852348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22656.77/23852.35/23223.12/7750.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:11:35.468275" elapsed="0.000838"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T01:11:35.469487" elapsed="0.000831"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T01:11:35.471844" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T01:11:35.472044" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22656.77/23852.35/23223.12/7750.49 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-09-15T01:11:35.471336" elapsed="0.000761"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:11:35.473045" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22656.77/23852.35/23223.12/7750.49 | 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-09-15T01:11:35.472481" elapsed="0.000623"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.474519" 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-09-15T01:11:35.473539" elapsed="0.001138"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.475887" level="INFO">22656.77/23852.35/23223.12/7750.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:11:35.475133" elapsed="0.000871"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:11:35.477040" 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-09-15T01:11:35.476348" elapsed="0.000749"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:11:35.478401" level="INFO">@{result_value_list} = [ 22656.77 | 23852.35 | 23223.12 | 7750.49 ]</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-09-15T01:11:35.477594" elapsed="0.000924"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.479579" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T01:11:35.479760" 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-09-15T01:11:35.478923" elapsed="0.000918"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.481883" level="INFO">min :: 22656.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:11:35.480820" elapsed="0.001143"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T01:11:35.480386" elapsed="0.001620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.483082" level="INFO">max :: 23852.35</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-09-15T01:11:35.482353" elapsed="0.000802"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T01:11:35.482122" elapsed="0.001076"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.484143" level="INFO">avg :: 23223.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:11:35.483556" elapsed="0.000658"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T01:11:35.483308" elapsed="0.000949"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.485237" level="INFO">stdev :: 7750.49</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-09-15T01:11:35.484616" elapsed="0.000693"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T01:11:35.484370" elapsed="0.000981"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T01:11:35.479987" elapsed="0.005405"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.486196" level="INFO">${min} = 22656.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:11:35.485638" elapsed="0.000592"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.487074" level="INFO">${max} = 23852.35</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:11:35.486524" elapsed="0.000585"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.487880" level="INFO">${average} = 23223.12</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:11:35.487316" elapsed="0.000934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.489046" level="INFO">${stdev} = 7750.49</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:11:35.488485" elapsed="0.000596"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.489873" level="INFO">${date} = 2026-09-15 01:11:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T01:11:35.489350" elapsed="0.000557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.490656" level="INFO">CBench Result: 2026-09-15 01:11:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22656.77,23852.35,23223.12,7750.49</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-09-15T01:11:35.490164" elapsed="0.000562"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:11:35.492931" 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-09-15T01:11:35.491564" elapsed="0.001471"/>
</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-09-15T01:11:35.493263" elapsed="0.000636"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T01:11:35.490955" elapsed="0.003031"/>
</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-09-15T01:01:28.934492" elapsed="606.559574"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.494709" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T01:11:35.494275" elapsed="0.000527"/>
</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-09-15T01:11:35.495582" elapsed="0.000389"/>
</kw>
<status status="PASS" start="2026-09-15T01:11:35.495090" elapsed="0.000980"/>
</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-09-15T01:01:28.932559" elapsed="606.563558"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.498429" 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-09-15T01:11:35.497945" elapsed="0.000577"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.500169" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T01:11:35.499715" elapsed="0.000510"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T01:11:35.500757" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:11:35.500334" elapsed="0.000520"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T01:11:35.502365" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:11:35.502060" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-09-15T01:11:35.502036" elapsed="0.000449"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:11:35.503090" 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-09-15T01:11:35.503247" 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-09-15T01:11:35.502753" elapsed="0.000529"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.504016" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-09-15T01:11:35.503537" elapsed="0.000554"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:11:35.504828" 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-09-15T01:11:35.504316" elapsed="0.000547"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:11:35.506210" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T01:11:35.506356" 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-09-15T01:11:35.505629" elapsed="0.000768"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:11:35.506666" elapsed="0.000494"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T01:11:35.508231" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-09-15T01:11:36.134489" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 01:11:35 UTC 2026

  System load:  0.89               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Sep 15 01:01:29 2026 from 10.30.170.178
[?2004h[jenkins@releng-48317-839-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-09-15T01:11:35.507939" elapsed="0.626881"/>
</kw>
<msg time="2026-09-15T01:11:36.134938" 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-09-15T01:11:35.507373" elapsed="0.627697"/>
</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-09-15T01:11:35.505120" elapsed="0.630101"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T01:11:36.136032" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T01:21:42.208969" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T01:21:42.209757" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T01:21:42.209885" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T01:11:36.135599" elapsed="606.074364"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:21:42.210511" elapsed="0.000856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.212631" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:41.293 16  switches: flows:  649719 639984 648558 650594 645711 642031 638490 635785 638571 645222 632411 629756 638715 642149 633176 639044  total = 170.831933 per ms 
01:13:41.393 16  switches: flows:  646566 647276 642906 645788 648786 636774 642606 642941 639987 646539 642474 646959 649538 641278 646163 646141  total = 171.590836 per ms 
01:14:41.503 16  switches: flows:  621827 623183 626366 617267 626678 612389 616694 616608 622640 620523 619836 625929 621929 613286 617588 623563  total = 165.136503 per ms 
01:15:41.604 16  switches: flows:  613088 618841 619635 614794 618293 612112 617799 624587 611714 620256 619085 624664 622861 615153 619722 613898  total = 164.498498 per ms 
01:16:41.706 16  switches: flows:  620954 613835 620428 618356 621201 615719 619193 613250 618329 617051 622722 614830 626014 612580 614168 620054  total = 164.534735 per ms 
01:17:41.808 16  switches: flows:  619116 627928 622587 627345 627045 624985 630780 626227 621443 627532 617263 625731 632334 621521 632218 626044  total = 166.552510 per ms 
01:18:41.911 16  switches: flows:  591204 606781 597724 606607 601313 602959 601466 602270 604790 605710 604099 605029 604109 593644 601457 604114  total = 160.283734 per ms 
01:19:42.013 16  switches: flows:  616276 617011 618778 611997 618835 615861 614939 615162 613670 616604 614546 619363 612927 616096 616220 622345  total = 164.067492 per ms 
01:20:42.115 16  switches: flows:  588274 588023 587160 595077 584160 589357 589945 596133 578613 588034 596227 587254 585734 589322 594775 590695  total = 156.881249 per ms 
01:21:42.216 16  switches: flows:  597278 600793 598903 600047 598305 603684 596311 601214 593853 601059 596392 598690 604449 601103 599058 605896  total = 159.681754 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156881.25/171590.84/163691.92/54714.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:21:42.211897" elapsed="0.001122"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T01:21:42.213510" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-09-15T01:21:42.213231" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-09-15T01:21:42.213159" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T01:21:42.213999" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:21:42.213924" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:21:42.213890" elapsed="0.000233"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T01:21:42.214185" elapsed="0.000026"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:21:42.215924" elapsed="0.000705"/>
</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-09-15T01:21:42.217063" elapsed="0.000338"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:21:42.217682" elapsed="0.000264"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T01:21:42.214923" elapsed="0.003132"/>
</kw>
<msg time="2026-09-15T01:21:42.218288" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T01:11:35.501313" elapsed="606.717031"/>
</kw>
<status status="PASS" start="2026-09-15T01:11:35.500894" elapsed="606.717547"/>
</branch>
<status status="PASS" start="2026-09-15T01:11:35.500298" elapsed="606.718189"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.219524" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:41.293 16  switches: flows:  649719 639984 648558 650594 645711 642031 638490 635785 638571 645222 632411 629756 638715 642149 633176 639044  total = 170.831933 per ms 
01:13:41.393 16  switches: flows:  646566 647276 642906 645788 648786 636774 642606 642941 639987 646539 642474 646959 649538 641278 646163 646141  total = 171.590836 per ms 
01:14:41.503 16  switches: flows:  621827 623183 626366 617267 626678 612389 616694 616608 622640 620523 619836 625929 621929 613286 617588 623563  total = 165.136503 per ms 
01:15:41.604 16  switches: flows:  613088 618841 619635 614794 618293 612112 617799 624587 611714 620256 619085 624664 622861 615153 619722 613898  total = 164.498498 per ms 
01:16:41.706 16  switches: flows:  620954 613835 620428 618356 621201 615719 619193 613250 618329 617051 622722 614830 626014 612580 614168 620054  total = 164.534735 per ms 
01:17:41.808 16  switches: flows:  619116 627928 622587 627345 627045 624985 630780 626227 621443 627532 617263 625731 632334 621521 632218 626044  total = 166.552510 per ms 
01:18:41.911 16  switches: flows:  591204 606781 597724 606607 601313 602959 601466 602270 604790 605710 604099 605029 604109 593644 601457 604114  total = 160.283734 per ms 
01:19:42.013 16  switches: flows:  616276 617011 618778 611997 618835 615861 614939 615162 613670 616604 614546 619363 612927 616096 616220 622345  total = 164.067492 per ms 
01:20:42.115 16  switches: flows:  588274 588023 587160 595077 584160 589357 589945 596133 578613 588034 596227 587254 585734 589322 594775 590695  total = 156.881249 per ms 
01:21:42.216 16  switches: flows:  597278 600793 598903 600047 598305 603684 596311 601214 593853 601059 596392 598690 604449 601103 599058 605896  total = 159.681754 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156881.25/171590.84/163691.92/54714.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:21:42.218933" elapsed="0.000745"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T01:21:42.220077" elapsed="0.000884"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T01:21:42.221860" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T01:21:42.222047" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 156881.25/171590.84/163691.92/54714.71 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-09-15T01:21:42.221357" elapsed="0.000741"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:21:42.222981" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 156881.25/171590.84/163691.92/54714.71 | 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-09-15T01:21:42.222446" elapsed="0.000591"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.224204" 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-09-15T01:21:42.223454" elapsed="0.000861"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.225450" level="INFO">156881.25/171590.84/163691.92/54714.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:21:42.224742" elapsed="0.000820"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:21:42.226589" 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-09-15T01:21:42.225952" elapsed="0.000693"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:21:42.227763" level="INFO">@{result_value_list} = [ 156881.25 | 171590.84 | 163691.92 | 54714.71 ]</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-09-15T01:21:42.227120" elapsed="0.000730"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.228895" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T01:21:42.229079" 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-09-15T01:21:42.228201" elapsed="0.000928"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.231018" level="INFO">min :: 156881.25</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-09-15T01:21:42.230048" elapsed="0.001084"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T01:21:42.229615" elapsed="0.001584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.232722" level="INFO">max :: 171590.84</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-09-15T01:21:42.231765" elapsed="0.001104"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T01:21:42.231376" elapsed="0.001562"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.234424" level="INFO">avg :: 163691.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:21:42.233476" elapsed="0.001062"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T01:21:42.233110" elapsed="0.001495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.236159" level="INFO">stdev :: 54714.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:21:42.235205" elapsed="0.001066"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T01:21:42.234832" elapsed="0.001507"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T01:21:42.229254" elapsed="0.007147"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.237635" level="INFO">${min} = 156881.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:21:42.236766" elapsed="0.000952"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.238967" level="INFO">${max} = 171590.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:21:42.238085" elapsed="0.000937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.240251" level="INFO">${average} = 163691.92</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:21:42.239354" elapsed="0.000951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.241522" level="INFO">${stdev} = 54714.71</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:21:42.240633" elapsed="0.000944"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.242834" level="INFO">${date} = 2026-09-15 01:21:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T01:21:42.242043" elapsed="0.000847"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.244058" level="INFO">CBench Result: 2026-09-15 01:21:42,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,156881.25,171590.84,163691.92,54714.71</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-09-15T01:21:42.243298" elapsed="0.000874"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:21:42.246129" 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-09-15T01:21:42.245367" elapsed="0.000921"/>
</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-09-15T01:21:42.246647" elapsed="0.001402"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T01:21:42.244440" elapsed="0.003746"/>
</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-09-15T01:11:35.498985" elapsed="606.749322"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.249340" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T01:21:42.248637" elapsed="0.000818"/>
</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-09-15T01:21:42.250582" elapsed="0.000614"/>
</kw>
<status status="PASS" start="2026-09-15T01:21:42.249937" elapsed="0.001402"/>
</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-09-15T01:11:35.497083" elapsed="606.754328"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.253881" 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-09-15T01:21:42.253254" elapsed="0.000699"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.255470" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T01:21:42.255058" elapsed="0.000466"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T01:21:42.256004" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:21:42.255674" elapsed="0.000403"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T01:21:42.257546" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:21:42.257238" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-09-15T01:21:42.257215" elapsed="0.000431"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:21:42.258156" 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-09-15T01:21:42.258302" 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-09-15T01:21:42.257928" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.259090" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-09-15T01:21:42.258586" elapsed="0.000579"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:21:42.259874" 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-09-15T01:21:42.259388" elapsed="0.000521"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:21:42.261579" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T01:21:42.261711" 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-09-15T01:21:42.260627" elapsed="0.001118"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:21:42.261958" elapsed="0.000417"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T01:21:42.263509" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-09-15T01:21:42.868380" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 01:21:42 UTC 2026

  System load:  0.53               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Sep 15 01:11:36 2026 from 10.30.170.178
[?2004h[jenkins@releng-48317-839-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-09-15T01:21:42.263127" elapsed="0.605666"/>
</kw>
<msg time="2026-09-15T01:21:42.868936" 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-09-15T01:21:42.262583" elapsed="0.606512"/>
</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-09-15T01:21:42.260160" elapsed="0.609117"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T01:21:42.870243" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T01:31:48.919829" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T01:31:48.922243" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T01:31:48.922344" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T01:21:42.869743" elapsed="606.052671"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:31:48.924092" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.926264" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:48.038 16  switches: flows:  85373 85328 83531 82731 84698 84157 83703 83674 83356 84492 83566 82527 83072 83850 83016 82464  total = 22.325633 per ms 
01:23:48.138 16  switches: flows:  87884 87402 87573 85630 87708 86494 85588 84931 86549 85658 87102 85507 88047 87866 85372 83712  total = 23.011970 per ms 
01:24:48.239 16  switches: flows:  84978 85354 83762 84491 88271 82586 83276 87395 85488 84795 83658 83141 85517 84451 83778 82161  total = 22.514116 per ms 
01:25:48.340 16  switches: flows:  87765 86598 87527 88058 90165 86391 87881 89592 88927 87521 87232 86180 88008 88888 88138 84940  total = 23.357860 per ms 
01:26:48.440 16  switches: flows:  86101 85336 84930 86523 84901 85810 86321 86728 85463 85739 84013 84320 85253 86624 86358 84455  total = 22.776558 per ms 
01:27:48.544 16  switches: flows:  84120 85939 86196 84996 87238 85012 84551 86590 85557 86529 84754 83545 85304 85547 85994 82284  total = 22.698042 per ms 
01:28:48.645 16  switches: flows:  84973 84845 84426 85385 87078 85487 84429 85648 85186 86157 85214 83765 85788 85204 85847 82670  total = 22.663836 per ms 
01:29:48.747 16  switches: flows:  85619 86710 84944 85335 85821 85482 84339 85504 85317 86823 85899 84490 85771 86821 86092 83547  total = 22.770532 per ms 
01:30:48.847 16  switches: flows:  83478 87270 84895 85415 86040 85761 83625 85902 84964 86518 85092 83570 85002 85846 86329 83132  total = 22.676144 per ms 
01:31:48.948 16  switches: flows:  82077 82729 83108 83846 83115 83414 81537 82521 81935 83124 83284 80853 83143 82874 83429 80153  total = 21.982328 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21982.33/23357.86/22716.82/7580.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:31:48.925487" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T01:31:48.927646" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-09-15T01:31:48.927380" elapsed="0.000440"/>
</branch>
<status status="PASS" start="2026-09-15T01:31:48.927327" elapsed="0.000546"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T01:31:48.928086" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:31:48.928010" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:31:48.927977" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T01:31:48.928297" elapsed="0.000027"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:31:48.929956" elapsed="0.000678"/>
</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-09-15T01:31:48.931062" elapsed="0.000343"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:31:48.931684" elapsed="0.000233"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T01:31:48.929006" elapsed="0.003021"/>
</kw>
<msg time="2026-09-15T01:31:48.932279" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T01:21:42.256509" elapsed="606.675827"/>
</kw>
<status status="PASS" start="2026-09-15T01:21:42.256109" elapsed="606.676324"/>
</branch>
<status status="PASS" start="2026-09-15T01:21:42.255648" elapsed="606.676831"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.933514" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:48.038 16  switches: flows:  85373 85328 83531 82731 84698 84157 83703 83674 83356 84492 83566 82527 83072 83850 83016 82464  total = 22.325633 per ms 
01:23:48.138 16  switches: flows:  87884 87402 87573 85630 87708 86494 85588 84931 86549 85658 87102 85507 88047 87866 85372 83712  total = 23.011970 per ms 
01:24:48.239 16  switches: flows:  84978 85354 83762 84491 88271 82586 83276 87395 85488 84795 83658 83141 85517 84451 83778 82161  total = 22.514116 per ms 
01:25:48.340 16  switches: flows:  87765 86598 87527 88058 90165 86391 87881 89592 88927 87521 87232 86180 88008 88888 88138 84940  total = 23.357860 per ms 
01:26:48.440 16  switches: flows:  86101 85336 84930 86523 84901 85810 86321 86728 85463 85739 84013 84320 85253 86624 86358 84455  total = 22.776558 per ms 
01:27:48.544 16  switches: flows:  84120 85939 86196 84996 87238 85012 84551 86590 85557 86529 84754 83545 85304 85547 85994 82284  total = 22.698042 per ms 
01:28:48.645 16  switches: flows:  84973 84845 84426 85385 87078 85487 84429 85648 85186 86157 85214 83765 85788 85204 85847 82670  total = 22.663836 per ms 
01:29:48.747 16  switches: flows:  85619 86710 84944 85335 85821 85482 84339 85504 85317 86823 85899 84490 85771 86821 86092 83547  total = 22.770532 per ms 
01:30:48.847 16  switches: flows:  83478 87270 84895 85415 86040 85761 83625 85902 84964 86518 85092 83570 85002 85846 86329 83132  total = 22.676144 per ms 
01:31:48.948 16  switches: flows:  82077 82729 83108 83846 83115 83414 81537 82521 81935 83124 83284 80853 83143 82874 83429 80153  total = 21.982328 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21982.33/23357.86/22716.82/7580.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:31:48.932905" elapsed="0.000762"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T01:31:48.934045" elapsed="0.000788"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T01:31:48.936269" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T01:31:48.936456" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21982.33/23357.86/22716.82/7580.27 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-09-15T01:31:48.935829" elapsed="0.000679"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:31:48.937400" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21982.33/23357.86/22716.82/7580.27 | 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-09-15T01:31:48.936900" elapsed="0.000557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.938672" 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-09-15T01:31:48.937935" elapsed="0.000883"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.940087" level="INFO">21982.33/23357.86/22716.82/7580.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:31:48.939245" elapsed="0.000982"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:31:48.941271" 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-09-15T01:31:48.940591" elapsed="0.000737"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:31:48.942429" level="INFO">@{result_value_list} = [ 21982.33 | 23357.86 | 22716.82 | 7580.27 ]</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-09-15T01:31:48.941753" elapsed="0.000733"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.943484" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T01:31:48.943659" 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-09-15T01:31:48.942847" elapsed="0.000861"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.945555" level="INFO">min :: 21982.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-09-15T01:31:48.944601" elapsed="0.001068"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T01:31:48.944227" elapsed="0.001509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.947265" level="INFO">max :: 23357.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:31:48.946322" elapsed="0.001057"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T01:31:48.945938" elapsed="0.001507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.948946" level="INFO">avg :: 22716.82</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-09-15T01:31:48.947999" elapsed="0.001060"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T01:31:48.947608" elapsed="0.001518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.950601" level="INFO">stdev :: 7580.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:31:48.949674" elapsed="0.001040"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T01:31:48.949312" elapsed="0.001501"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T01:31:48.943857" elapsed="0.007017"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.952111" level="INFO">${min} = 21982.33</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:31:48.951240" elapsed="0.000945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.953410" level="INFO">${max} = 23357.86</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:31:48.952519" elapsed="0.000946"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.954666" level="INFO">${average} = 22716.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:31:48.953821" elapsed="0.000900"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.955978" level="INFO">${stdev} = 7580.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:31:48.955100" elapsed="0.000932"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.957220" level="INFO">${date} = 2026-09-15 01:31:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T01:31:48.956455" elapsed="0.000820"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.958453" level="INFO">CBench Result: 2026-09-15 01:31:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21982.33,23357.86,22716.82,7580.27</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-09-15T01:31:48.957700" elapsed="0.000876"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:31:48.962277" 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-09-15T01:31:48.960075" elapsed="0.002295"/>
</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-09-15T01:31:48.962593" elapsed="0.000797"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T01:31:48.958869" elapsed="0.004606"/>
</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-09-15T01:21:42.254363" elapsed="606.709188"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.964282" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T01:31:48.963751" elapsed="0.000606"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T01:31:48.967060" 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-09-15T01:31:48.965352" elapsed="0.001744"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-15T01:31:48.967370" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-09-15T01:31:48.967212" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-09-15T01:31:48.967184" elapsed="0.000308"/>
</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-09-15T01:31:48.967694" elapsed="0.000027"/>
</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-09-15T01:31:48.967926" elapsed="0.000026"/>
</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-09-15T01:31:48.968194" elapsed="0.000027"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-15T01:31:48.968407" elapsed="0.000033"/>
</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-09-15T01:31:48.968965" elapsed="0.000029"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-15T01:31:48.969202" elapsed="0.000027"/>
</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-09-15T01:31:48.969458" elapsed="0.000025"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-15T01:31:48.969745" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:31:48.969563" elapsed="0.000267"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:31:48.969541" elapsed="0.000319"/>
</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-09-15T01:31:48.964864" elapsed="0.005062"/>
</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-09-15T01:21:42.252078" elapsed="606.717906"/>
</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-09-15T01:01:26.378454" elapsed="1822.593101"/>
</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>
