<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-17T01:06:39.768169" 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-17T01:06:40.293519" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:06:40.293384" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:40.293345" elapsed="0.000294"/>
</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-17T01:06:40.293822" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-17T01:06:40.294818" level="INFO">Logging into '10.30.170.206:8101' as 'karaf'.</msg>
<msg time="2026-09-17T01:06:41.264647" 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-17T01:06:40.294541" elapsed="0.970396"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-17T01:06:41.314272" 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-17T01:06:41.265345" elapsed="0.049007"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-17T01:06:41.316303" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-17T01:06:41.316433" 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-17T01:06:41.314575" elapsed="0.001886"/>
</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-17T01:06:41.316622" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:06:41.317020" elapsed="0.000250"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:06:41.317917" 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-17T01:06:41.317466" elapsed="0.000515"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T01:06:41.318037" elapsed="0.000079"/>
</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.206
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-17T01:06:40.293060" elapsed="1.025191"/>
</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-17T01:06:40.291222" elapsed="1.027098"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T01:06:41.319072" 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-17T01:06:41.318543" elapsed="0.000583"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T01:06:41.319497" 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-17T01:06:41.319277" elapsed="0.000273"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-17T01:06:41.320289" 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-17T01:06:41.319742" elapsed="0.000574"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T01:06:41.320896" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-17T01:06:41.320525" elapsed="0.000429"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-17T01:06:41.321451" 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-17T01:06:41.321117" elapsed="0.000359"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T01:06:41.321974" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-17T01:06:41.321672" elapsed="0.000343"/>
</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-17T01:06:41.322334" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:06:41.322123" elapsed="0.000261"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:06:41.324863" 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-17T01:06:41.324439" elapsed="0.000468"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:06:41.326214" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T01:06:41.326292" 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-17T01:06:41.325410" elapsed="0.000905"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:06:41.326456" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T01:06:41.327815" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-09-17T01:06:41.809661" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 17 01:06:11 UTC 2026

  System load:  0.17               Processes:             113
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.247
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-48317-841-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-17T01:06:41.327333" elapsed="0.482519"/>
</kw>
<msg time="2026-09-17T01:06:41.809969" 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-17T01:06:41.326962" elapsed="0.483117"/>
</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-17T01:06:41.325096" elapsed="0.485117"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-17T01:06:41.820047" 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-17T01:06:41.810458" elapsed="0.011179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:06:41.821839" elapsed="0.000290"/>
</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-17T01:06:41.323932" elapsed="0.498255"/>
</kw>
<status status="PASS" start="2026-09-17T01:06:41.322475" elapsed="0.499748"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:41.322088" elapsed="0.500172"/>
</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-17T01:06:41.822431" elapsed="0.000547"/>
</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-17T01:06:41.824925" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:06:41.824803" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:41.824780" elapsed="0.000219"/>
</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-17T01:06:41.826472" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:06:41.826382" elapsed="0.000134"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:41.826364" elapsed="0.000172"/>
</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-17T01:06:41.826703" elapsed="0.000387"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-17T01:06:41.827467" level="INFO">Logging into '10.30.170.206:8101' as 'karaf'.</msg>
<msg time="2026-09-17T01:06:42.049665" 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-17T01:06:41.827262" elapsed="0.222646"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.142796" 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-17T01:06:42.050249" elapsed="0.092642"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.154312" 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-17T01:06:42.154564" 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-17T01:06:42.143099" elapsed="0.011495"/>
</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-17T01:06:42.154756" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:06:42.155097" elapsed="0.000240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:06:42.155927" 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-17T01:06:42.155514" elapsed="0.000468"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T01:06:42.156038" elapsed="0.000076"/>
</return>
<msg time="2026-09-17T01:06:42.156267" 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.206
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-17T01:06:41.826093" elapsed="0.330205"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-17T01:06:42.156461" elapsed="0.000652"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T01:06:42.157182" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-17T01:06:41.824512" elapsed="0.332782"/>
</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-17T01:06:42.159227" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:06:42.159076" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:42.159050" elapsed="0.000245"/>
</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-17T01:06:42.159449" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.160284" level="INFO">Logging into '10.30.170.206:8101' as 'karaf'.</msg>
<msg time="2026-09-17T01:06:42.365147" 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-17T01:06:42.160077" elapsed="0.205286"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.386502" 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-17T01:06:42.365715" elapsed="0.020840"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.388664" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-17T01:06:42.388783" 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-17T01:06:42.386722" elapsed="0.002089"/>
</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-17T01:06:42.388958" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:06:42.389259" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:06:42.390100" 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-17T01:06:42.389687" elapsed="0.000459"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T01:06:42.390202" elapsed="0.000076"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.206
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-17T01:06:42.158726" elapsed="0.231670"/>
</kw>
<status status="PASS" start="2026-09-17T01:06:40.288619" elapsed="2.101841"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:06:42.392775" 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-17T01:06:42.391867" elapsed="0.000974"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T01:06:42.394529" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-17T01:06:42.394192" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>*This keyword is considered deprecated. Use the [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-17T01:06:42.394955" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:06:42.394672" elapsed="0.000345"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-17T01:06:42.396150" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:06:42.395919" elapsed="0.000281"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:42.395901" elapsed="0.000323"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.396629" 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-17T01:06:42.396744" 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-17T01:06:42.396403" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:06:42.397318" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.206 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.247" 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-17T01:06:42.396974" elapsed="0.000401"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.398011" 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-17T01:06:42.397535" elapsed="0.000502"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:06:42.398912" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T01:06:42.398995" 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-17T01:06:42.398559" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:06:42.399153" elapsed="0.000312"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.400291" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-09-17T01:06:42.786571" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 17 01:06:11 UTC 2026

  System load:  0.17               Processes:             113
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.247
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Thu Sep 17 01:06:41 2026 from 10.30.171.34
[?2004h[jenkins@releng-48317-841-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-17T01:06:42.400016" elapsed="0.386875"/>
</kw>
<msg time="2026-09-17T01:06:42.787004" 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-17T01:06:42.399627" elapsed="0.387501"/>
</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-17T01:06:42.398219" elapsed="0.389069"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-17T01:06:42.788059" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.206 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-17T01:16:48.944362" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-17T01:16:48.947935" level="INFO">${stdout} = </msg>
<msg time="2026-09-17T01:16:48.948095" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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-17T01:06:42.787648" elapsed="606.160510"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:16:48.948801" elapsed="0.001615"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.951936" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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.206. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:48.029 16  switches: flows:  84901 84477 84440 84690 84384 84094 84392 83934 81784 82121 81887 84046 82453 82997 82377 82642  total = 22.260317 per ms 
01:08:48.129 16  switches: flows:  94058 93205 92514 92438 92931 91516 92804 92229 91358 90709 89268 91317 89820 89933 89155 89987  total = 24.346717 per ms 
01:09:48.229 16  switches: flows:  98159 96049 96022 95257 95733 95402 95596 96094 94922 93089 93183 94684 93109 93882 93018 93009  total = 25.244661 per ms 
01:10:48.330 16  switches: flows:  101066 99519 100654 99106 98231 98792 100617 100520 97507 97079 97035 97439 96316 97048 96692 96742  total = 26.195668 per ms 
01:11:48.430 16  switches: flows:  102423 101555 101117 98139 99253 99116 100433 100538 98137 97106 96754 98222 96934 97371 96657 97081  total = 26.303371 per ms 
01:12:48.530 16  switches: flows:  98196 98206 97809 95842 97803 95554 96804 99271 94189 94309 93589 94943 93483 95562 93801 96628  total = 25.557166 per ms 
01:13:48.631 16  switches: flows:  101101 100211 101154 98122 99332 97446 99579 99667 96021 96777 96429 96482 96442 98181 94940 96967  total = 26.103907 per ms 
01:14:48.732 16  switches: flows:  95816 95103 96270 93222 94655 92747 96122 95423 91841 91206 92096 92715 92386 93824 92433 93314  total = 24.944561 per ms 
01:15:48.833 16  switches: flows:  98768 98928 99762 95611 97149 97302 98238 98654 93993 94977 95641 94479 95028 95145 96058 95828  total = 25.716424 per ms 
01:16:48.935 16  switches: flows:  98701 98545 98542 96690 96392 96205 97330 97713 95171 95395 95335 96215 93668 95410 94971 96790  total = 25.675031 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24346.72/26303.37/25565.28/8542.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:16:48.951032" elapsed="0.001308"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-17T01:16:48.952842" elapsed="0.000137"/>
</return>
<status status="PASS" start="2026-09-17T01:16:48.952555" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-09-17T01:16:48.952492" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-17T01:16:48.953331" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:16:48.953239" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-09-17T01:16:48.953207" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-17T01:16:48.953521" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:16:48.955744" elapsed="0.000712"/>
</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-17T01:16:48.956824" elapsed="0.000395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:16:48.957510" elapsed="0.000200"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-17T01:16:48.954233" elapsed="0.003582"/>
</kw>
<msg time="2026-09-17T01:16:48.958078" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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-17T01:06:42.395358" elapsed="606.562776"/>
</kw>
<status status="PASS" start="2026-09-17T01:06:42.395046" elapsed="606.563186"/>
</branch>
<status status="PASS" start="2026-09-17T01:06:42.394645" elapsed="606.563655"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.959333" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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.206. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:48.029 16  switches: flows:  84901 84477 84440 84690 84384 84094 84392 83934 81784 82121 81887 84046 82453 82997 82377 82642  total = 22.260317 per ms 
01:08:48.129 16  switches: flows:  94058 93205 92514 92438 92931 91516 92804 92229 91358 90709 89268 91317 89820 89933 89155 89987  total = 24.346717 per ms 
01:09:48.229 16  switches: flows:  98159 96049 96022 95257 95733 95402 95596 96094 94922 93089 93183 94684 93109 93882 93018 93009  total = 25.244661 per ms 
01:10:48.330 16  switches: flows:  101066 99519 100654 99106 98231 98792 100617 100520 97507 97079 97035 97439 96316 97048 96692 96742  total = 26.195668 per ms 
01:11:48.430 16  switches: flows:  102423 101555 101117 98139 99253 99116 100433 100538 98137 97106 96754 98222 96934 97371 96657 97081  total = 26.303371 per ms 
01:12:48.530 16  switches: flows:  98196 98206 97809 95842 97803 95554 96804 99271 94189 94309 93589 94943 93483 95562 93801 96628  total = 25.557166 per ms 
01:13:48.631 16  switches: flows:  101101 100211 101154 98122 99332 97446 99579 99667 96021 96777 96429 96482 96442 98181 94940 96967  total = 26.103907 per ms 
01:14:48.732 16  switches: flows:  95816 95103 96270 93222 94655 92747 96122 95423 91841 91206 92096 92715 92386 93824 92433 93314  total = 24.944561 per ms 
01:15:48.833 16  switches: flows:  98768 98928 99762 95611 97149 97302 98238 98654 93993 94977 95641 94479 95028 95145 96058 95828  total = 25.716424 per ms 
01:16:48.935 16  switches: flows:  98701 98545 98542 96690 96392 96205 97330 97713 95171 95395 95335 96215 93668 95410 94971 96790  total = 25.675031 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24346.72/26303.37/25565.28/8542.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:16:48.958703" elapsed="0.000783"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-17T01:16:48.959826" elapsed="0.000798"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-17T01:16:48.961546" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-17T01:16:48.961764" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24346.72/26303.37/25565.28/8542.86 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-17T01:16:48.961039" elapsed="0.000790"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:16:48.962713" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24346.72/26303.37/25565.28/8542.86 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-17T01:16:48.962215" elapsed="0.000554"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.963980" 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-17T01:16:48.963200" elapsed="0.000894"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.965213" level="INFO">24346.72/26303.37/25565.28/8542.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:16:48.964507" elapsed="0.000841"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:16:48.966344" 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-17T01:16:48.965682" elapsed="0.000718"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:16:48.967498" level="INFO">@{result_value_list} = [ 24346.72 | 26303.37 | 25565.28 | 8542.86 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-17T01:16:48.966823" elapsed="0.000731"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.968528" level="INFO">Length is 4.</msg>
<msg time="2026-09-17T01:16:48.968704" 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-17T01:16:48.967908" elapsed="0.000845"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.970612" level="INFO">min :: 24346.72</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-17T01:16:48.969673" elapsed="0.001052"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-17T01:16:48.969296" elapsed="0.001496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.972334" level="INFO">max :: 26303.37</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-17T01:16:48.971384" elapsed="0.001082"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-17T01:16:48.970997" elapsed="0.001545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.974199" level="INFO">avg :: 25565.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:16:48.973167" elapsed="0.001168"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-17T01:16:48.972726" elapsed="0.001676"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.975873" level="INFO">stdev :: 8542.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:16:48.974985" elapsed="0.001038"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-17T01:16:48.974580" elapsed="0.001509"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-17T01:16:48.968918" elapsed="0.007236"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.977403" level="INFO">${min} = 24346.72</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:16:48.976511" elapsed="0.000947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.978666" level="INFO">${max} = 26303.37</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:16:48.977784" elapsed="0.000937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.979942" level="INFO">${average} = 25565.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:16:48.979075" elapsed="0.000923"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.981184" level="INFO">${stdev} = 8542.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:16:48.980346" elapsed="0.000892"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.983059" level="INFO">${date} = 2026-09-17 01:16:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-17T01:16:48.981663" elapsed="0.001453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.984468" level="INFO">CBench Result: 2026-09-17 01:16:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24346.72,26303.37,25565.28,8542.86</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:16:48.983589" elapsed="0.000967"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T01:16:48.987199" 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-17T01:16:48.985484" elapsed="0.001843"/>
</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-17T01:16:48.987573" elapsed="0.000667"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-17T01:16:48.984788" elapsed="0.003564"/>
</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-17T01:06:42.393586" elapsed="606.594850"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.989111" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-17T01:16:48.988655" elapsed="0.000534"/>
</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-17T01:16:48.989971" elapsed="0.000411"/>
</kw>
<status status="PASS" start="2026-09-17T01:16:48.989511" elapsed="0.000967"/>
</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-17T01:06:42.390690" elapsed="606.599836"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.992429" 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-17T01:16:48.991952" elapsed="0.000562"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.994207" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-17T01:16:48.993716" elapsed="0.000571"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>*This keyword is considered deprecated. Use the [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-17T01:16:48.994758" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:16:48.994391" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-17T01:16:48.996487" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:16:48.996141" elapsed="0.000421"/>
</branch>
<status status="PASS" start="2026-09-17T01:16:48.996114" elapsed="0.000481"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:16:48.997176" 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-17T01:16:48.997355" 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-17T01:16:48.996862" elapsed="0.000531"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:16:48.998146" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.206 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.247" 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-17T01:16:48.997645" elapsed="0.000580"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:16:48.998985" 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-17T01:16:48.998477" elapsed="0.000545"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:16:49.000300" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T01:16:49.000420" 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-17T01:16:48.999809" elapsed="0.000643"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:16:49.000646" elapsed="0.000447"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T01:16:49.002270" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-09-17T01:16:49.667136" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 17 01:16:49 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Thu Sep 17 01:06:42 2026 from 10.30.171.34
[?2004h[jenkins@releng-48317-841-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-17T01:16:49.001847" elapsed="0.665642"/>
</kw>
<msg time="2026-09-17T01:16:49.667617" 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-17T01:16:49.001326" elapsed="0.666431"/>
</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-17T01:16:48.999307" elapsed="0.668625"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-17T01:16:49.668722" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.206 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-17T01:26:55.720921" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-17T01:26:55.721453" level="INFO">${stdout} = </msg>
<msg time="2026-09-17T01:26:55.721553" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.206: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-17T01:16:49.668305" elapsed="606.053302"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:26:55.722103" elapsed="0.000716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.724225" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.206: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.206. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:17:54.798 16  switches: flows:  718240 709159 709627 704579 712056 721085 708328 697463 701388 709820 702832 708952 705495 701823 702379 701266  total = 188.574867 per ms 
01:18:54.899 16  switches: flows:  734101 719706 716309 736645 719889 730568 718592 721494 731945 717398 716319 725415 722115 711312 719419 725086  total = 192.447494 per ms 
01:19:55.000 16  switches: flows:  732462 727232 731815 728780 718244 724075 715602 727032 733459 726016 731061 731189 725266 729624 727105 722932  total = 193.539766 per ms 
01:20:55.102 16  switches: flows:  728982 728884 731807 724583 729988 728766 727918 733062 740011 721140 728308 741738 722640 728897 733948 722726  total = 194.229211 per ms 
01:21:55.204 16  switches: flows:  748314 741650 731882 753749 742363 742507 741483 741929 751240 742389 739903 756064 746533 745316 749366 742576  total = 198.284716 per ms 
01:22:55.307 16  switches: flows:  757871 748780 749650 754533 747667 748163 755373 739210 755772 736527 759298 749041 744805 750856 758745 750192  total = 199.769245 per ms 
01:23:55.408 16  switches: flows:  735159 740542 736360 738751 734586 739632 738891 735298 739246 736252 738972 743323 738122 730515 739554 736054  total = 196.357667 per ms 
01:24:55.515 16  switches: flows:  746057 739301 743208 737112 740239 735613 746316 734660 745422 741385 738037 748351 743735 730239 739499 742971  total = 197.187468 per ms 
01:25:55.617 16  switches: flows:  761862 760450 761248 761320 753630 762065 766551 756164 768227 762893 760439 760043 763281 766211 760763 762494  total = 202.785288 per ms 
01:26:55.718 16  switches: flows:  706098 700763 699689 699703 710171 709564 691212 707867 714922 699776 709465 708854 709293 710679 709844 715975  total = 188.082171 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 188082.17/202785.29/195853.67/65413.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:26:55.723457" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-17T01:26:55.725058" elapsed="0.000097"/>
</return>
<status status="PASS" start="2026-09-17T01:26:55.724733" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-09-17T01:26:55.724677" elapsed="0.000611"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-17T01:26:55.725483" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:26:55.725408" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-17T01:26:55.725375" elapsed="0.000234"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-17T01:26:55.725670" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:26:55.727315" elapsed="0.003053"/>
</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-17T01:26:55.730774" elapsed="0.000397"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:26:55.731455" elapsed="0.000218"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-17T01:26:55.726359" elapsed="0.005424"/>
</kw>
<msg time="2026-09-17T01:26:55.732065" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.206: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-17T01:16:48.995351" elapsed="606.736772"/>
</kw>
<status status="PASS" start="2026-09-17T01:16:48.994875" elapsed="606.737345"/>
</branch>
<status status="PASS" start="2026-09-17T01:16:48.994359" elapsed="606.737909"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.733318" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.206: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.206. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:17:54.798 16  switches: flows:  718240 709159 709627 704579 712056 721085 708328 697463 701388 709820 702832 708952 705495 701823 702379 701266  total = 188.574867 per ms 
01:18:54.899 16  switches: flows:  734101 719706 716309 736645 719889 730568 718592 721494 731945 717398 716319 725415 722115 711312 719419 725086  total = 192.447494 per ms 
01:19:55.000 16  switches: flows:  732462 727232 731815 728780 718244 724075 715602 727032 733459 726016 731061 731189 725266 729624 727105 722932  total = 193.539766 per ms 
01:20:55.102 16  switches: flows:  728982 728884 731807 724583 729988 728766 727918 733062 740011 721140 728308 741738 722640 728897 733948 722726  total = 194.229211 per ms 
01:21:55.204 16  switches: flows:  748314 741650 731882 753749 742363 742507 741483 741929 751240 742389 739903 756064 746533 745316 749366 742576  total = 198.284716 per ms 
01:22:55.307 16  switches: flows:  757871 748780 749650 754533 747667 748163 755373 739210 755772 736527 759298 749041 744805 750856 758745 750192  total = 199.769245 per ms 
01:23:55.408 16  switches: flows:  735159 740542 736360 738751 734586 739632 738891 735298 739246 736252 738972 743323 738122 730515 739554 736054  total = 196.357667 per ms 
01:24:55.515 16  switches: flows:  746057 739301 743208 737112 740239 735613 746316 734660 745422 741385 738037 748351 743735 730239 739499 742971  total = 197.187468 per ms 
01:25:55.617 16  switches: flows:  761862 760450 761248 761320 753630 762065 766551 756164 768227 762893 760439 760043 763281 766211 760763 762494  total = 202.785288 per ms 
01:26:55.718 16  switches: flows:  706098 700763 699689 699703 710171 709564 691212 707867 714922 699776 709465 708854 709293 710679 709844 715975  total = 188.082171 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 188082.17/202785.29/195853.67/65413.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:26:55.732665" elapsed="0.000811"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-17T01:26:55.733825" elapsed="0.000788"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-17T01:26:55.735489" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-17T01:26:55.735676" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 188082.17/202785.29/195853.67/65413.19 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-17T01:26:55.735065" elapsed="0.000662"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:26:55.736618" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 188082.17/202785.29/195853.67/65413.19 | 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-17T01:26:55.736127" elapsed="0.000547"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.737860" 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-17T01:26:55.737122" elapsed="0.000947"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.741438" level="INFO">188082.17/202785.29/195853.67/65413.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:26:55.740643" elapsed="0.000949"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:26:55.742774" 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-17T01:26:55.742036" elapsed="0.000797"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:26:55.744152" level="INFO">@{result_value_list} = [ 188082.17 | 202785.29 | 195853.67 | 65413.19 ]</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-17T01:26:55.743326" elapsed="0.000886"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.745222" level="INFO">Length is 4.</msg>
<msg time="2026-09-17T01:26:55.745402" 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-17T01:26:55.744554" elapsed="0.000899"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.747332" level="INFO">min :: 188082.17</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-17T01:26:55.746365" elapsed="0.001085"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-17T01:26:55.745963" elapsed="0.001556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.749411" level="INFO">max :: 202785.29</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-17T01:26:55.748178" elapsed="0.001351"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-17T01:26:55.747696" elapsed="0.001907"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.751842" level="INFO">avg :: 195853.67</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-17T01:26:55.750870" elapsed="0.001141"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-17T01:26:55.750385" elapsed="0.001694"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.753562" level="INFO">stdev :: 65413.19</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-17T01:26:55.752620" elapsed="0.001058"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-17T01:26:55.752252" elapsed="0.001493"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-17T01:26:55.745577" elapsed="0.008229"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.755169" level="INFO">${min} = 188082.17</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:26:55.754195" elapsed="0.001031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.756492" level="INFO">${max} = 202785.29</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:26:55.755589" elapsed="0.000958"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.757763" level="INFO">${average} = 195853.67</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:26:55.756922" elapsed="0.000896"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.759061" level="INFO">${stdev} = 65413.19</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:26:55.758188" elapsed="0.000928"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.763012" level="INFO">${date} = 2026-09-17 01:26:55</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-17T01:26:55.760241" elapsed="0.002808"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.763767" level="INFO">CBench Result: 2026-09-17 01:26:55,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,188082.17,202785.29,195853.67,65413.19</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-17T01:26:55.763309" elapsed="0.000531"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T01:26:55.765246" 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-17T01:26:55.764707" elapsed="0.000630"/>
</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-17T01:26:55.765559" elapsed="0.000833"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-17T01:26:55.764051" elapsed="0.002439"/>
</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-17T01:16:48.992979" elapsed="606.773687"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.767379" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-17T01:26:55.766944" elapsed="0.000514"/>
</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-17T01:26:55.768260" elapsed="0.000355"/>
</kw>
<status status="PASS" start="2026-09-17T01:26:55.767726" elapsed="0.000981"/>
</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-17T01:16:48.991070" elapsed="606.777685"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.771819" 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-17T01:26:55.771152" elapsed="0.000786"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.773423" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-17T01:26:55.773008" elapsed="0.000470"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>*This keyword is considered deprecated. Use the [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-17T01:26:55.774277" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:26:55.773969" elapsed="0.000382"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-17T01:26:55.775801" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:26:55.775505" elapsed="0.000426"/>
</branch>
<status status="PASS" start="2026-09-17T01:26:55.775481" elapsed="0.000491"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:26:55.776448" 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-17T01:26:55.776596" 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-17T01:26:55.776217" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.777390" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.206 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.247" 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-17T01:26:55.776866" elapsed="0.000599"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T01:26:55.778187" 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-17T01:26:55.777688" elapsed="0.000534"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:26:55.779378" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T01:26:55.779489" 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-17T01:26:55.778983" elapsed="0.000537"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:26:55.779703" elapsed="0.000451"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T01:26:55.781578" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-09-17T01:26:56.507229" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Thu Sep 17 01:26:56 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Thu Sep 17 01:16:49 2026 from 10.30.171.34
[?2004h[jenkins@releng-48317-841-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-17T01:26:55.781174" elapsed="0.726367"/>
</kw>
<msg time="2026-09-17T01:26:56.507660" 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-17T01:26:55.780597" elapsed="0.727188"/>
</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-17T01:26:55.778472" elapsed="0.729532"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-17T01:26:56.508791" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.206 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-17T01:37:02.535156" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-17T01:37:02.535766" level="INFO">${stdout} = </msg>
<msg time="2026-09-17T01:37:02.535863" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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-17T01:26:56.508365" elapsed="606.027615"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:37:02.536463" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.538551" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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.206. 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:01.631 16  switches: flows:  96747 96066 95174 95553 96339 95431 96436 96228 93611 93899 93501 92030 94091 93367 94017 94587  total = 25.284617 per ms 
01:29:01.731 16  switches: flows:  100820 100908 98620 100114 101311 100262 99680 99284 96694 98003 96987 97435 95920 98794 96741 96044  total = 26.249803 per ms 
01:30:01.831 16  switches: flows:  103069 100613 102511 101863 103200 100938 99902 100544 99228 99712 100174 96626 96606 97679 97521 96711  total = 26.570590 per ms 
01:31:01.931 16  switches: flows:  100333 98763 101253 100718 102153 98644 98377 100667 96789 97919 98152 95257 96631 95272 96104 96573  total = 26.183061 per ms 
01:32:02.032 16  switches: flows:  100934 99896 100490 101656 102681 100972 99938 100601 96711 99033 97178 96274 96429 97157 96995 96542  total = 26.347431 per ms 
01:33:02.132 16  switches: flows:  102670 100473 102011 101756 103523 101905 100960 102005 98973 99883 98763 96942 98137 98087 98377 98067  total = 26.664303 per ms 
01:34:02.232 16  switches: flows:  102561 100409 102232 101769 103504 100350 102183 103670 98484 100176 97941 97455 97896 96956 98429 97016  total = 26.639376 per ms 
01:35:02.332 16  switches: flows:  104129 101093 102943 101838 104870 102583 102954 104517 99093 101281 99943 98387 99561 98247 99541 99124  total = 26.956733 per ms 
01:36:02.433 16  switches: flows:  102681 100640 102240 99929 102751 101548 100140 102425 98310 100342 98882 97070 97259 97443 97920 97786  total = 26.578385 per ms 
01:37:02.533 16  switches: flows:  99707 97237 98401 98748 99509 99341 98331 99755 95498 97547 94255 95007 94489 94025 94790 95206  total = 25.820985 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25820.98/26956.73/26445.63/8820.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:37:02.537800" elapsed="0.001058"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-17T01:37:02.539338" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-09-17T01:37:02.539089" elapsed="0.000422"/>
</branch>
<status status="PASS" start="2026-09-17T01:37:02.539039" elapsed="0.000522"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-17T01:37:02.539752" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-17T01:37:02.539678" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-09-17T01:37:02.539645" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-17T01:37:02.539995" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-17T01:37:02.541529" elapsed="0.000699"/>
</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-17T01:37:02.542600" elapsed="0.000384"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T01:37:02.543264" elapsed="0.000203"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-17T01:37:02.540620" elapsed="0.002954"/>
</kw>
<msg time="2026-09-17T01:37:02.543799" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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-17T01:26:55.774781" elapsed="606.769076"/>
</kw>
<status status="PASS" start="2026-09-17T01:26:55.774384" elapsed="606.769633"/>
</branch>
<status status="PASS" start="2026-09-17T01:26:55.773938" elapsed="606.770127"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.545179" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.206: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.206. 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:01.631 16  switches: flows:  96747 96066 95174 95553 96339 95431 96436 96228 93611 93899 93501 92030 94091 93367 94017 94587  total = 25.284617 per ms 
01:29:01.731 16  switches: flows:  100820 100908 98620 100114 101311 100262 99680 99284 96694 98003 96987 97435 95920 98794 96741 96044  total = 26.249803 per ms 
01:30:01.831 16  switches: flows:  103069 100613 102511 101863 103200 100938 99902 100544 99228 99712 100174 96626 96606 97679 97521 96711  total = 26.570590 per ms 
01:31:01.931 16  switches: flows:  100333 98763 101253 100718 102153 98644 98377 100667 96789 97919 98152 95257 96631 95272 96104 96573  total = 26.183061 per ms 
01:32:02.032 16  switches: flows:  100934 99896 100490 101656 102681 100972 99938 100601 96711 99033 97178 96274 96429 97157 96995 96542  total = 26.347431 per ms 
01:33:02.132 16  switches: flows:  102670 100473 102011 101756 103523 101905 100960 102005 98973 99883 98763 96942 98137 98087 98377 98067  total = 26.664303 per ms 
01:34:02.232 16  switches: flows:  102561 100409 102232 101769 103504 100350 102183 103670 98484 100176 97941 97455 97896 96956 98429 97016  total = 26.639376 per ms 
01:35:02.332 16  switches: flows:  104129 101093 102943 101838 104870 102583 102954 104517 99093 101281 99943 98387 99561 98247 99541 99124  total = 26.956733 per ms 
01:36:02.433 16  switches: flows:  102681 100640 102240 99929 102751 101548 100140 102425 98310 100342 98882 97070 97259 97443 97920 97786  total = 26.578385 per ms 
01:37:02.533 16  switches: flows:  99707 97237 98401 98748 99509 99341 98331 99755 95498 97547 94255 95007 94489 94025 94790 95206  total = 25.820985 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25820.98/26956.73/26445.63/8820.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:37:02.544505" elapsed="0.000832"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-17T01:37:02.545727" elapsed="0.000812"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-17T01:37:02.547454" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-17T01:37:02.547647" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25820.98/26956.73/26445.63/8820.80 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-17T01:37:02.547006" elapsed="0.000694"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:37:02.548669" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25820.98/26956.73/26445.63/8820.80 | 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-17T01:37:02.548154" elapsed="0.000575"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.550021" 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-17T01:37:02.549231" elapsed="0.000940"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.551473" level="INFO">25820.98/26956.73/26445.63/8820.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:37:02.550585" elapsed="0.001028"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:37:02.552774" 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-17T01:37:02.552021" elapsed="0.000816"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T01:37:02.554541" level="INFO">@{result_value_list} = [ 25820.98 | 26956.73 | 26445.63 | 8820.80 ]</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-17T01:37:02.553460" elapsed="0.001159"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.556090" level="INFO">Length is 4.</msg>
<msg time="2026-09-17T01:37:02.556341" 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-17T01:37:02.555167" elapsed="0.001245"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.558526" level="INFO">min :: 25820.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-17T01:37:02.557473" elapsed="0.001203"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-17T01:37:02.557088" elapsed="0.001660"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.560465" level="INFO">max :: 26956.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:37:02.559433" elapsed="0.001151"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-17T01:37:02.558984" elapsed="0.001668"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.562334" level="INFO">avg :: 26445.63</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-17T01:37:02.561265" elapsed="0.001220"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-17T01:37:02.560820" elapsed="0.001739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.564277" level="INFO">stdev :: 8820.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T01:37:02.563181" elapsed="0.001212"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-17T01:37:02.562727" elapsed="0.001734"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-17T01:37:02.556571" elapsed="0.007948"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.565837" level="INFO">${min} = 25820.98</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:37:02.564956" elapsed="0.001012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.567267" level="INFO">${max} = 26956.73</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:37:02.566322" elapsed="0.001003"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.568784" level="INFO">${average} = 26445.63</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:37:02.567657" elapsed="0.001184"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.570221" level="INFO">${stdev} = 8820.80</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-17T01:37:02.569240" elapsed="0.001037"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.571564" level="INFO">${date} = 2026-09-17 01:37:02</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-17T01:37:02.570734" elapsed="0.000885"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.573035" level="INFO">CBench Result: 2026-09-17 01:37:02,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25820.98,26956.73,26445.63,8820.80</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-17T01:37:02.572172" elapsed="0.000984"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T01:37:02.575265" 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-17T01:37:02.574404" elapsed="0.001015"/>
</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-17T01:37:02.575871" elapsed="0.001398"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-17T01:37:02.573425" elapsed="0.003950"/>
</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-17T01:26:55.772328" elapsed="606.805138"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.578168" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-17T01:37:02.577719" elapsed="0.000524"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-17T01:37:02.579933" 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-17T01:37:02.579286" elapsed="0.000703"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-17T01:37:02.580247" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-09-17T01:37:02.580090" elapsed="0.000238"/>
</branch>
<status status="PASS" start="2026-09-17T01:37:02.580064" elapsed="0.000295"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-17T01:37:02.580556" elapsed="0.000029"/>
</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-17T01:37:02.580794" elapsed="0.000029"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-17T01:37:02.581077" elapsed="0.000027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="NOT RUN" start="2026-09-17T01:37:02.581292" elapsed="0.000026"/>
</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-17T01:37:02.581645" elapsed="0.000031"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-17T01:37:02.581916" elapsed="0.000048"/>
</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-17T01:37:02.582205" elapsed="0.000026"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-17T01:37:02.582492" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-09-17T01:37:02.582310" elapsed="0.000246"/>
</branch>
<status status="NOT RUN" start="2026-09-17T01:37:02.582289" elapsed="0.000298"/>
</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-17T01:37:02.578758" elapsed="0.003904"/>
</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-17T01:26:55.769170" elapsed="606.813565"/>
</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-17T01:06:39.769835" elapsed="1822.813954"/>
</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>
