<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-03T01:07:12.615869" 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-03T01:07:13.120357" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:07:13.120234" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:13.120206" elapsed="0.000243"/>
</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-03T01:07:13.120594" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-03T01:07:13.121473" level="INFO">Logging into '10.30.170.165:8101' as 'karaf'.</msg>
<msg time="2026-09-03T01:07:13.741511" 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-03T01:07:13.121210" elapsed="0.620406"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-03T01:07:13.789606" 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-03T01:07:13.741798" elapsed="0.047868"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-03T01:07:13.791225" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-03T01:07:13.791318" 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-03T01:07:13.789814" elapsed="0.001531"/>
</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-03T01:07:13.791498" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:07:13.791829" elapsed="0.000172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:07:13.792412" 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-03T01:07:13.792147" elapsed="0.000314"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T01:07:13.792527" elapsed="0.000045"/>
</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.165
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-03T01:07:13.119890" elapsed="0.672784"/>
</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-03T01:07:13.116621" elapsed="0.676109"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:07:13.793194" 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-03T01:07:13.792899" elapsed="0.000346"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:07:13.793624" 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-03T01:07:13.793381" elapsed="0.000299"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-03T01:07:13.794177" 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-03T01:07:13.793819" elapsed="0.000383"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:07:13.794668" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-03T01:07:13.794351" elapsed="0.000354"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-03T01:07:13.795178" 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-03T01:07:13.794834" elapsed="0.000367"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:07:13.795662" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-03T01:07:13.795343" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-03T01:07:13.795954" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:07:13.795769" elapsed="0.000233"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:07:13.799912" 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-03T01:07:13.799569" elapsed="0.000367"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:07:13.800865" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T01:07:13.800938" 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-03T01:07:13.800435" elapsed="0.000525"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:07:13.801089" elapsed="0.000562"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T01:07:13.802583" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-09-03T01:07:14.298355" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 01:06:28 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


[?2004h[jenkins@releng-48317-827-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-03T01:07:13.802103" elapsed="0.496327"/>
</kw>
<msg time="2026-09-03T01:07:14.298503" 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-03T01:07:13.801796" elapsed="0.496769"/>
</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-03T01:07:13.800117" elapsed="0.498527"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.309537" 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-03T01:07:14.298779" elapsed="0.012801"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:07:14.311787" elapsed="0.000324"/>
</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-03T01:07:13.799100" elapsed="0.513113"/>
</kw>
<status status="PASS" start="2026-09-03T01:07:13.796073" elapsed="0.516184"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:13.795746" elapsed="0.516545"/>
</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-03T01:07:14.312477" elapsed="0.000528"/>
</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-03T01:07:14.318452" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:07:14.318308" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:14.318281" elapsed="0.000283"/>
</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-03T01:07:14.323114" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:07:14.322966" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:14.322942" elapsed="0.000279"/>
</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-03T01:07:14.323390" elapsed="0.000545"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.324453" level="INFO">Logging into '10.30.170.165:8101' as 'karaf'.</msg>
<msg time="2026-09-03T01:07:14.633927" 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-03T01:07:14.324118" elapsed="0.309889"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.727391" 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-03T01:07:14.634167" elapsed="0.093299"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.731568" 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-03T01:07:14.731714" 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-03T01:07:14.727622" elapsed="0.004120"/>
</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-03T01:07:14.731866" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:07:14.732181" elapsed="0.000171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:07:14.732730" 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-03T01:07:14.732473" elapsed="0.000306"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T01:07:14.732820" elapsed="0.000035"/>
</return>
<msg time="2026-09-03T01:07:14.732974" 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.165
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-03T01:07:14.322540" elapsed="0.410463"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-03T01:07:14.733147" elapsed="0.000465"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T01:07:14.733664" elapsed="0.000029"/>
</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-03T01:07:14.317954" elapsed="0.415829"/>
</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-03T01:07:14.737158" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:07:14.737042" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:14.737023" elapsed="0.000198"/>
</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-03T01:07:14.737339" elapsed="0.000378"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.738069" level="INFO">Logging into '10.30.170.165:8101' as 'karaf'.</msg>
<msg time="2026-09-03T01:07:14.928906" 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-03T01:07:14.737847" elapsed="0.191183"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.956468" 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-03T01:07:14.929254" elapsed="0.027278"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.958199" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-03T01:07:14.958292" 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-03T01:07:14.956664" elapsed="0.001655"/>
</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-03T01:07:14.958438" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:07:14.958745" elapsed="0.000179"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:07:14.959346" 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-03T01:07:14.959054" elapsed="0.000336"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T01:07:14.959437" elapsed="0.000068"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.165
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-03T01:07:14.736774" elapsed="0.222839"/>
</kw>
<status status="PASS" start="2026-09-03T01:07:13.114954" elapsed="1.844717"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:07:14.961656" 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-03T01:07:14.960427" elapsed="0.001288"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:07:14.962997" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-03T01:07:14.962688" elapsed="0.000347"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-03T01:07:14.963334" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:07:14.963105" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-03T01:07:14.966051" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:07:14.965831" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:14.965813" elapsed="0.000310"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.966444" 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-03T01:07:14.966567" 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-03T01:07:14.966257" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:07:14.967081" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" 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-03T01:07:14.966710" elapsed="0.000436"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.967709" 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-03T01:07:14.967270" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:07:14.968579" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T01:07:14.968659" 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-03T01:07:14.968275" elapsed="0.000405"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:07:14.968805" elapsed="0.000293"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T01:07:14.969879" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-09-03T01:07:15.326510" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 01:06:28 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


Last login: Thu Sep  3 01:07:14 2026 from 10.30.171.216
[?2004h[jenkins@releng-48317-827-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-03T01:07:14.969570" elapsed="0.357056"/>
</kw>
<msg time="2026-09-03T01:07:15.326685" 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-03T01:07:14.969250" elapsed="0.357500"/>
</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-03T01:07:14.967910" elapsed="0.358924"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-03T01:07:15.327214" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-03T01:17:21.449793" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-03T01:17:21.450450" level="INFO">${stdout} = </msg>
<msg time="2026-09-03T01:17:21.450641" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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-03T01:07:15.326988" elapsed="606.123718"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:17:21.451210" elapsed="0.000891"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.453469" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:20.523 16  switches: flows:  91677 92399 91007 92754 92555 93035 91913 91258 93499 91834 89640 91021 91482 90182 90117 90177  total = 24.409167 per ms 
01:09:20.624 16  switches: flows:  96384 96836 98066 100996 98257 99666 96565 98172 98578 97029 95694 99412 98623 95482 96482 97932  total = 26.026079 per ms 
01:10:20.734 16  switches: flows:  95291 96693 95879 96315 95914 97020 95203 95462 97732 95934 94113 95321 95025 92239 93316 94676  total = 25.389121 per ms 
01:11:20.835 16  switches: flows:  96076 96664 95677 100131 96014 99474 97568 96323 98029 96138 94340 98507 95253 93487 95468 95508  total = 25.701392 per ms 
01:12:20.935 16  switches: flows:  96215 95081 97273 99765 95243 100478 97160 97539 97029 96392 96012 98482 96491 95510 95047 97604  total = 25.812237 per ms 
01:13:21.036 16  switches: flows:  98957 98660 99875 98103 96468 100978 99351 98180 99055 98678 97399 98988 98553 96645 96022 96739  total = 26.167154 per ms 
01:14:21.137 16  switches: flows:  94843 96419 96395 98332 95755 99272 96793 97623 96833 96606 95069 97160 96691 94736 94489 95470  total = 25.665256 per ms 
01:15:21.238 16  switches: flows:  95626 96090 97501 97420 94788 99380 95752 96761 96290 94979 94838 96510 96744 93952 92850 94149  total = 25.517885 per ms 
01:16:21.338 16  switches: flows:  98447 97318 97945 98998 98786 99825 97099 98026 97848 97001 97240 96864 98883 94689 95592 95110  total = 25.951186 per ms 
01:17:21.439 16  switches: flows:  95681 98039 97288 98305 96314 99506 97349 97409 94804 97127 95789 96152 96459 94576 97187 94913  total = 25.738654 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25389.12/26167.15/25774.33/8594.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:17:21.452575" elapsed="0.001233"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-03T01:17:21.454364" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-09-03T01:17:21.454039" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-09-03T01:17:21.453980" 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-03T01:17:21.454934" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:17:21.454815" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:17:21.454765" elapsed="0.000318"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-03T01:17:21.455154" 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>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:17:21.461400" elapsed="0.000889"/>
</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-03T01:17:21.462736" elapsed="0.000399"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:17:21.463544" elapsed="0.000251"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-03T01:17:21.455996" elapsed="0.007933"/>
</kw>
<msg time="2026-09-03T01:17:21.464214" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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-03T01:07:14.963721" elapsed="606.500574"/>
</kw>
<status status="PASS" start="2026-09-03T01:07:14.963411" elapsed="606.501035"/>
</branch>
<status status="PASS" start="2026-09-03T01:07:14.963085" elapsed="606.501456"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.465680" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:20.523 16  switches: flows:  91677 92399 91007 92754 92555 93035 91913 91258 93499 91834 89640 91021 91482 90182 90117 90177  total = 24.409167 per ms 
01:09:20.624 16  switches: flows:  96384 96836 98066 100996 98257 99666 96565 98172 98578 97029 95694 99412 98623 95482 96482 97932  total = 26.026079 per ms 
01:10:20.734 16  switches: flows:  95291 96693 95879 96315 95914 97020 95203 95462 97732 95934 94113 95321 95025 92239 93316 94676  total = 25.389121 per ms 
01:11:20.835 16  switches: flows:  96076 96664 95677 100131 96014 99474 97568 96323 98029 96138 94340 98507 95253 93487 95468 95508  total = 25.701392 per ms 
01:12:20.935 16  switches: flows:  96215 95081 97273 99765 95243 100478 97160 97539 97029 96392 96012 98482 96491 95510 95047 97604  total = 25.812237 per ms 
01:13:21.036 16  switches: flows:  98957 98660 99875 98103 96468 100978 99351 98180 99055 98678 97399 98988 98553 96645 96022 96739  total = 26.167154 per ms 
01:14:21.137 16  switches: flows:  94843 96419 96395 98332 95755 99272 96793 97623 96833 96606 95069 97160 96691 94736 94489 95470  total = 25.665256 per ms 
01:15:21.238 16  switches: flows:  95626 96090 97501 97420 94788 99380 95752 96761 96290 94979 94838 96510 96744 93952 92850 94149  total = 25.517885 per ms 
01:16:21.338 16  switches: flows:  98447 97318 97945 98998 98786 99825 97099 98026 97848 97001 97240 96864 98883 94689 95592 95110  total = 25.951186 per ms 
01:17:21.439 16  switches: flows:  95681 98039 97288 98305 96314 99506 97349 97409 94804 97127 95789 96152 96459 94576 97187 94913  total = 25.738654 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25389.12/26167.15/25774.33/8594.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:17:21.464897" elapsed="0.001008"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-03T01:17:21.466265" elapsed="0.000995"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-03T01:17:21.468240" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-03T01:17:21.468606" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25389.12/26167.15/25774.33/8594.57 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-03T01:17:21.467696" elapsed="0.000989"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:17:21.469804" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25389.12/26167.15/25774.33/8594.57 | 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-03T01:17:21.469091" elapsed="0.000785"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.476278" 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-03T01:17:21.470298" elapsed="0.006167"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.482668" level="INFO">25389.12/26167.15/25774.33/8594.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:17:21.476903" elapsed="0.005929"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:17:21.489093" 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-03T01:17:21.483228" elapsed="0.005928"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:17:21.494558" level="INFO">@{result_value_list} = [ 25389.12 | 26167.15 | 25774.33 | 8594.57 ]</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-03T01:17:21.489740" elapsed="0.004865"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.495280" level="INFO">Length is 4.</msg>
<msg time="2026-09-03T01:17:21.495447" 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-03T01:17:21.494829" elapsed="0.000757"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.502696" level="INFO">min :: 25389.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-03T01:17:21.496197" elapsed="0.006586"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-03T01:17:21.496026" elapsed="0.006808"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.509681" level="INFO">max :: 26167.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:17:21.503164" elapsed="0.006606"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-03T01:17:21.502968" elapsed="0.006862"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.517139" level="INFO">avg :: 25774.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-03T01:17:21.510259" elapsed="0.007010"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-03T01:17:21.509999" elapsed="0.007360"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.522653" level="INFO">stdev :: 8594.57</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-03T01:17:21.517837" elapsed="0.004882"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-03T01:17:21.517569" elapsed="0.005185"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-03T01:17:21.495728" elapsed="0.027058"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.526831" level="INFO">${min} = 25389.12</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:17:21.522975" elapsed="0.003883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.532095" level="INFO">${max} = 26167.15</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:17:21.527013" elapsed="0.005113"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.535916" level="INFO">${average} = 25774.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:17:21.532295" elapsed="0.003648"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.540154" level="INFO">${stdev} = 8594.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:17:21.536107" elapsed="0.004087"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.540893" level="INFO">${date} = 2026-09-03 01:17:21</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-03T01:17:21.540451" elapsed="0.000465"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.541457" level="INFO">CBench Result: 2026-09-03 01:17:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25389.12,26167.15,25774.33,8594.57</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-03T01:17:21.541057" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:17:21.542640" 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-03T01:17:21.542166" elapsed="0.000538"/>
</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-03T01:17:21.542843" elapsed="0.000442"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-03T01:17:21.541687" elapsed="0.001676"/>
</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-03T01:07:14.962102" elapsed="606.581317"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.543870" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-03T01:17:21.543572" elapsed="0.000349"/>
</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-03T01:17:21.544419" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-09-03T01:17:21.544121" elapsed="0.000625"/>
</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-03T01:07:14.959812" elapsed="606.584969"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.546028" 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-03T01:17:21.545677" elapsed="0.000405"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.547348" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-03T01:17:21.547034" elapsed="0.000354"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-03T01:17:21.547762" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:17:21.547463" elapsed="0.000353"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-03T01:17:21.550698" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:17:21.550444" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-09-03T01:17:21.550426" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:17:21.551154" 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-03T01:17:21.551273" 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-03T01:17:21.550900" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.551867" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.165 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" 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-03T01:17:21.551457" elapsed="0.000463"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:17:21.552446" 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-03T01:17:21.552046" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:17:21.553384" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T01:17:21.553499" 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-03T01:17:21.553063" elapsed="0.000465"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:17:21.553689" elapsed="0.000309"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T01:17:21.554854" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-09-03T01:17:22.218370" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 01:17:21 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


Last login: Thu Sep  3 01:07:15 2026 from 10.30.171.216
[?2004h[jenkins@releng-48317-827-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-03T01:17:21.554516" elapsed="0.664128"/>
</kw>
<msg time="2026-09-03T01:17:22.218796" 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-03T01:17:21.554138" elapsed="0.664811"/>
</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-03T01:17:21.552719" elapsed="0.666419"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-03T01:17:22.219911" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.165 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-03T01:27:28.294466" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-03T01:27:28.295237" level="INFO">${stdout} = </msg>
<msg time="2026-09-03T01:27:28.295345" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165: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-03T01:17:22.219513" elapsed="606.075883"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:27:28.296004" elapsed="0.001019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.298290" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:27.338 16  switches: flows:  659716 660644 649533 643128 646794 650699 660356 656577 651351 653150 651624 646733 643672 647125 647056 646436  total = 173.576567 per ms 
01:19:27.440 16  switches: flows:  723195 741598 741054 728917 728971 736070 732069 738766 730352 728323 734325 730502 727905 729169 739209 734118  total = 195.080992 per ms 
01:20:27.542 16  switches: flows:  723614 721264 717194 724484 727936 717875 723981 722851 719059 726400 720450 722505 724158 719949 723630 728212  total = 192.402067 per ms 
01:21:27.644 16  switches: flows:  727295 713395 729702 718670 723134 721282 714240 724550 719937 720556 730094 725638 718647 726842 718528 729594  total = 192.377734 per ms 
01:22:27.746 16  switches: flows:  727676 733216 727208 725128 722933 722769 727091 728195 726144 724375 727553 732037 730002 729308 716845 726894  total = 193.463999 per ms 
01:23:27.849 16  switches: flows:  720202 729724 733040 730043 720956 711475 727480 725272 727333 724889 720167 728401 717940 724612 726193 723828  total = 192.865368 per ms 
01:24:27.950 16  switches: flows:  723220 726069 722437 725477 724687 735156 729985 729386 725960 726397 718073 729554 727450 732775 727767 727440  total = 193.539154 per ms 
01:25:28.051 16  switches: flows:  731904 735378 730671 733498 730963 735540 729808 733985 739015 727183 734488 725589 731799 743076 735962 729335  total = 195.141655 per ms 
01:26:28.168 16  switches: flows:  708654 717735 717379 718247 703314 720594 722843 710415 720778 716242 723748 718049 716788 721686 722312 715935  total = 190.874819 per ms 
01:27:28.271 16  switches: flows:  722284 721692 735743 723720 720629 726045 727921 719666 726000 725334 730209 726187 721427 725941 725502 719544  total = 192.968848 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 190874.82/195141.66/193190.52/64409.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:27:28.297429" elapsed="0.001208"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-03T01:27:28.299275" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-09-03T01:27:28.298852" elapsed="0.000615"/>
</branch>
<status status="PASS" start="2026-09-03T01:27:28.298779" elapsed="0.000783"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-03T01:27:28.299762" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:27:28.299688" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:27:28.299654" elapsed="0.000231"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-03T01:27:28.299985" elapsed="0.000039"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:27:28.305716" elapsed="0.000810"/>
</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-03T01:27:28.306867" elapsed="0.000445"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:27:28.307670" elapsed="0.000229"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-03T01:27:28.300741" elapsed="0.007326"/>
</kw>
<msg time="2026-09-03T01:27:28.308333" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165: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-03T01:17:21.548130" elapsed="606.760255"/>
</kw>
<status status="PASS" start="2026-09-03T01:17:21.547842" elapsed="606.760640"/>
</branch>
<status status="PASS" start="2026-09-03T01:17:21.547441" elapsed="606.761126"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.309475" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:27.338 16  switches: flows:  659716 660644 649533 643128 646794 650699 660356 656577 651351 653150 651624 646733 643672 647125 647056 646436  total = 173.576567 per ms 
01:19:27.440 16  switches: flows:  723195 741598 741054 728917 728971 736070 732069 738766 730352 728323 734325 730502 727905 729169 739209 734118  total = 195.080992 per ms 
01:20:27.542 16  switches: flows:  723614 721264 717194 724484 727936 717875 723981 722851 719059 726400 720450 722505 724158 719949 723630 728212  total = 192.402067 per ms 
01:21:27.644 16  switches: flows:  727295 713395 729702 718670 723134 721282 714240 724550 719937 720556 730094 725638 718647 726842 718528 729594  total = 192.377734 per ms 
01:22:27.746 16  switches: flows:  727676 733216 727208 725128 722933 722769 727091 728195 726144 724375 727553 732037 730002 729308 716845 726894  total = 193.463999 per ms 
01:23:27.849 16  switches: flows:  720202 729724 733040 730043 720956 711475 727480 725272 727333 724889 720167 728401 717940 724612 726193 723828  total = 192.865368 per ms 
01:24:27.950 16  switches: flows:  723220 726069 722437 725477 724687 735156 729985 729386 725960 726397 718073 729554 727450 732775 727767 727440  total = 193.539154 per ms 
01:25:28.051 16  switches: flows:  731904 735378 730671 733498 730963 735540 729808 733985 739015 727183 734488 725589 731799 743076 735962 729335  total = 195.141655 per ms 
01:26:28.168 16  switches: flows:  708654 717735 717379 718247 703314 720594 722843 710415 720778 716242 723748 718049 716788 721686 722312 715935  total = 190.874819 per ms 
01:27:28.271 16  switches: flows:  722284 721692 735743 723720 720629 726045 727921 719666 726000 725334 730209 726187 721427 725941 725502 719544  total = 192.968848 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 190874.82/195141.66/193190.52/64409.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:27:28.308858" elapsed="0.000806"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-03T01:27:28.310035" elapsed="0.000814"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-03T01:27:28.311831" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-03T01:27:28.312055" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 190874.82/195141.66/193190.52/64409.24 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-03T01:27:28.311279" elapsed="0.000825"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:27:28.313061" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 190874.82/195141.66/193190.52/64409.24 | 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-03T01:27:28.312443" elapsed="0.000686"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.318793" 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-03T01:27:28.313519" elapsed="0.005430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.324643" level="INFO">190874.82/195141.66/193190.52/64409.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:27:28.319275" elapsed="0.005490"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:27:28.329895" 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-03T01:27:28.325131" elapsed="0.004844"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:27:28.335547" level="INFO">@{result_value_list} = [ 190874.82 | 195141.66 | 193190.52 | 64409.24 ]</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-03T01:27:28.330411" elapsed="0.005197"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.337288" level="INFO">Length is 4.</msg>
<msg time="2026-09-03T01:27:28.337475" 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-03T01:27:28.335977" elapsed="0.001615"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.348432" level="INFO">min :: 190874.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-03T01:27:28.338428" elapsed="0.010161"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-03T01:27:28.338156" elapsed="0.010507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.357818" level="INFO">max :: 195141.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:27:28.349194" elapsed="0.008697"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-03T01:27:28.348847" elapsed="0.009108"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.364479" level="INFO">avg :: 193190.52</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-03T01:27:28.358282" elapsed="0.006291"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-03T01:27:28.358071" elapsed="0.006546"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.370891" level="INFO">stdev :: 64409.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:27:28.364893" elapsed="0.006103"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-03T01:27:28.364726" elapsed="0.006330"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-03T01:27:28.337736" elapsed="0.033364"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.376640" level="INFO">${min} = 190874.82</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:27:28.371311" elapsed="0.005363"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.382147" level="INFO">${max} = 195141.66</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:27:28.376870" elapsed="0.005319"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.386055" level="INFO">${average} = 193190.52</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:27:28.382344" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.390064" level="INFO">${stdev} = 64409.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:27:28.386261" elapsed="0.003832"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.390647" level="INFO">${date} = 2026-09-03 01:27:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-03T01:27:28.390270" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.391237" level="INFO">CBench Result: 2026-09-03 01:27:28,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,190874.82,195141.66,193190.52,64409.24</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-03T01:27:28.390805" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:27:28.392345" 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-03T01:27:28.391903" elapsed="0.000505"/>
</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-03T01:27:28.392562" elapsed="0.000486"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-03T01:27:28.391436" elapsed="0.001684"/>
</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-03T01:17:21.546447" elapsed="606.846741"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.393743" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-03T01:27:28.393368" elapsed="0.000430"/>
</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-03T01:27:28.394352" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-09-03T01:27:28.394034" elapsed="0.000640"/>
</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-03T01:17:21.545087" elapsed="606.849623"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.396025" 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-03T01:27:28.395598" elapsed="0.000479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.397306" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-03T01:27:28.396936" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-03T01:27:28.397690" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:27:28.397465" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-03T01:27:28.400867" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:27:28.400612" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-09-03T01:27:28.400594" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:27:28.401350" 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-03T01:27:28.401476" 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-03T01:27:28.401132" elapsed="0.000467"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.402206" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" 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-03T01:27:28.401731" elapsed="0.000543"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:27:28.402824" 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-03T01:27:28.402404" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:27:28.403778" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T01:27:28.403860" 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-03T01:27:28.403438" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:27:28.404059" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T01:27:28.405256" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-09-03T01:27:29.017607" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 01:27:28 UTC 2026

  System load:  0.39               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


Last login: Thu Sep  3 01:17:22 2026 from 10.30.171.216
[?2004h[jenkins@releng-48317-827-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-03T01:27:28.404890" elapsed="0.612957"/>
</kw>
<msg time="2026-09-03T01:27:29.017967" 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-03T01:27:28.404549" elapsed="0.613533"/>
</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-03T01:27:28.403075" elapsed="0.615161"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-03T01:27:29.018952" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-03T01:37:35.058001" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-03T01:37:35.058612" level="INFO">${stdout} = </msg>
<msg time="2026-09-03T01:37:35.058704" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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-03T01:27:29.018550" elapsed="606.040203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:37:35.059192" elapsed="0.000619"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.060839" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:28:34.136 16  switches: flows:  94593 95236 94591 95182 95253 94970 96202 94451 94182 93236 94152 93327 94267 93261 92712 93066  total = 25.144683 per ms 
01:29:34.236 16  switches: flows:  97264 99081 97075 97321 99430 98224 101072 96994 95557 97566 96059 95720 97116 95864 96168 96393  total = 25.905147 per ms 
01:30:34.336 16  switches: flows:  100036 99739 100060 100853 102908 100295 101745 99968 98210 98844 99918 100133 99821 97290 97157 97919  total = 26.537303 per ms 
01:31:34.437 16  switches: flows:  99386 99755 98618 98842 98763 98061 101870 98626 97987 98513 98619 98737 98124 97608 97857 96038  total = 26.246255 per ms 
01:32:34.537 16  switches: flows:  98429 99047 99155 99362 98529 97978 99562 98565 97151 99572 98381 99469 99095 96820 95648 96198  total = 26.172346 per ms 
01:33:34.637 16  switches: flows:  100067 101610 99212 99740 101803 100145 103069 99605 97188 101243 99020 100223 100483 97962 98797 98070  total = 26.592857 per ms 
01:34:34.738 16  switches: flows:  97505 98140 99240 97877 99325 97977 101478 100209 95821 97520 98705 98628 99083 95810 97347 97705  total = 26.162433 per ms 
01:35:34.838 16  switches: flows:  98772 98514 98479 98653 97622 97831 101217 99736 98478 99381 97755 99321 98199 96729 97456 96058  total = 26.192951 per ms 
01:36:34.938 16  switches: flows:  100604 99348 99116 98385 98863 99906 99615 99764 100031 100902 98785 99243 99221 97688 98090 97126  total = 26.400702 per ms 
01:37:35.039 16  switches: flows:  99846 100680 100239 99798 100038 100655 100334 103183 99440 100636 99085 100080 100276 99318 98820 98318  total = 26.634590 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25905.15/26634.59/26316.06/8774.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:37:35.060155" elapsed="0.000977"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-03T01:37:35.061640" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-09-03T01:37:35.061332" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-09-03T01:37:35.061287" elapsed="0.000543"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-03T01:37:35.062007" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:37:35.061938" elapsed="0.000146"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:37:35.061908" elapsed="0.000218"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-03T01:37:35.062199" 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>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-03T01:37:35.067627" elapsed="0.000657"/>
</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-03T01:37:35.068604" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:37:35.069161" elapsed="0.000212"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-03T01:37:35.062829" elapsed="0.006647"/>
</kw>
<msg time="2026-09-03T01:37:35.069749" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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-03T01:27:28.398119" elapsed="606.671682"/>
</kw>
<status status="PASS" start="2026-09-03T01:27:28.397766" elapsed="606.672130"/>
</branch>
<status status="PASS" start="2026-09-03T01:27:28.397443" elapsed="606.672498"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.070836" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:28:34.136 16  switches: flows:  94593 95236 94591 95182 95253 94970 96202 94451 94182 93236 94152 93327 94267 93261 92712 93066  total = 25.144683 per ms 
01:29:34.236 16  switches: flows:  97264 99081 97075 97321 99430 98224 101072 96994 95557 97566 96059 95720 97116 95864 96168 96393  total = 25.905147 per ms 
01:30:34.336 16  switches: flows:  100036 99739 100060 100853 102908 100295 101745 99968 98210 98844 99918 100133 99821 97290 97157 97919  total = 26.537303 per ms 
01:31:34.437 16  switches: flows:  99386 99755 98618 98842 98763 98061 101870 98626 97987 98513 98619 98737 98124 97608 97857 96038  total = 26.246255 per ms 
01:32:34.537 16  switches: flows:  98429 99047 99155 99362 98529 97978 99562 98565 97151 99572 98381 99469 99095 96820 95648 96198  total = 26.172346 per ms 
01:33:34.637 16  switches: flows:  100067 101610 99212 99740 101803 100145 103069 99605 97188 101243 99020 100223 100483 97962 98797 98070  total = 26.592857 per ms 
01:34:34.738 16  switches: flows:  97505 98140 99240 97877 99325 97977 101478 100209 95821 97520 98705 98628 99083 95810 97347 97705  total = 26.162433 per ms 
01:35:34.838 16  switches: flows:  98772 98514 98479 98653 97622 97831 101217 99736 98478 99381 97755 99321 98199 96729 97456 96058  total = 26.192951 per ms 
01:36:34.938 16  switches: flows:  100604 99348 99116 98385 98863 99906 99615 99764 100031 100902 98785 99243 99221 97688 98090 97126  total = 26.400702 per ms 
01:37:35.039 16  switches: flows:  99846 100680 100239 99798 100038 100655 100334 103183 99440 100636 99085 100080 100276 99318 98820 98318  total = 26.634590 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25905.15/26634.59/26316.06/8774.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:37:35.070241" elapsed="0.000741"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-03T01:37:35.071286" elapsed="0.000712"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-03T01:37:35.072768" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-03T01:37:35.072941" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25905.15/26634.59/26316.06/8774.98 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-03T01:37:35.072327" elapsed="0.000661"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:37:35.073812" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25905.15/26634.59/26316.06/8774.98 | 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-03T01:37:35.073304" elapsed="0.000560"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.078714" 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-03T01:37:35.074146" elapsed="0.004678"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.083639" level="INFO">25905.15/26634.59/26316.06/8774.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:37:35.079112" elapsed="0.004635"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:37:35.088527" 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-03T01:37:35.084040" elapsed="0.004540"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:37:35.093603" level="INFO">@{result_value_list} = [ 25905.15 | 26634.59 | 26316.06 | 8774.98 ]</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-03T01:37:35.088946" elapsed="0.004711"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.094645" level="INFO">Length is 4.</msg>
<msg time="2026-09-03T01:37:35.094816" 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-03T01:37:35.093958" elapsed="0.000903"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.104640" level="INFO">min :: 25905.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:37:35.095627" elapsed="0.009123"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-03T01:37:35.095336" elapsed="0.009481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.114073" level="INFO">max :: 26634.59</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-03T01:37:35.105262" elapsed="0.008942"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-03T01:37:35.104982" elapsed="0.009290"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.122659" level="INFO">avg :: 26316.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:37:35.114706" elapsed="0.008026"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-03T01:37:35.114432" elapsed="0.008345"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.128795" level="INFO">stdev :: 8774.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:37:35.123051" elapsed="0.005816"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-03T01:37:35.122884" elapsed="0.006027"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-03T01:37:35.094977" elapsed="0.033972"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.134209" level="INFO">${min} = 25905.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:37:35.129156" elapsed="0.005087"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.139472" level="INFO">${max} = 26634.59</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:37:35.134446" elapsed="0.005080"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.144777" level="INFO">${average} = 26316.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:37:35.139725" elapsed="0.005086"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.149394" level="INFO">${stdev} = 8774.98</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:37:35.145017" elapsed="0.004401"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.149896" level="INFO">${date} = 2026-09-03 01:37: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-03T01:37:35.149576" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.150414" level="INFO">CBench Result: 2026-09-03 01:37:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25905.15,26634.59,26316.06,8774.98</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-03T01:37:35.150048" elapsed="0.000415"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:37:35.151435" 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-03T01:37:35.151000" elapsed="0.000510"/>
</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-03T01:37:35.151643" elapsed="0.000400"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-03T01:37:35.150598" elapsed="0.001505"/>
</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-03T01:27:28.396392" elapsed="606.755761"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.152583" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-03T01:37:35.152294" elapsed="0.000339"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-03T01:37:35.153708" 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-03T01:37:35.153266" elapsed="0.000466"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-03T01:37:35.153923" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-09-03T01:37:35.153796" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-09-03T01:37:35.153780" elapsed="0.000217"/>
</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-03T01:37:35.154120" elapsed="0.000018"/>
</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-03T01:37:35.154269" elapsed="0.000018"/>
</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-03T01:37:35.154408" elapsed="0.000018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-03T01:37:35.154556" elapsed="0.000018"/>
</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-03T01:37:35.154722" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-03T01:37:35.154850" elapsed="0.000018"/>
</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-03T01:37:35.154976" elapsed="0.000016"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-03T01:37:35.155165" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:37:35.155046" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:37:35.155031" elapsed="0.000217"/>
</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-03T01:37:35.152964" elapsed="0.002331"/>
</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-03T01:27:28.395040" elapsed="606.760295"/>
</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-03T01:07:12.617266" elapsed="1822.538469"/>
</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>
