<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-18T01:07:22.177793" 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-18T01:07:22.714458" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:07:22.714327" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:22.714298" elapsed="0.000273"/>
</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-18T01:07:22.714737" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T01:07:22.715652" level="INFO">Logging into '10.30.171.15:8101' as 'karaf'.</msg>
<msg time="2026-09-18T01:07:23.413721" 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-18T01:07:22.715382" elapsed="0.698534"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T01:07:23.462387" 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-18T01:07:23.414191" elapsed="0.048344"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T01:07:23.464338" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T01:07:23.464447" 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-18T01:07:23.462829" elapsed="0.001661"/>
</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-18T01:07:23.464651" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:07:23.465042" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:07:23.465753" 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-18T01:07:23.465422" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T01:07:23.465917" elapsed="0.000059"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.15
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-18T01:07:22.713994" elapsed="0.752103"/>
</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-18T01:07:22.712270" elapsed="0.753886"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T01:07:23.466743" 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-18T01:07:23.466361" elapsed="0.000438"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T01:07:23.467221" 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-18T01:07:23.466991" elapsed="0.000285"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T01:07:23.467944" 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-18T01:07:23.467445" elapsed="0.000529"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T01:07:23.468497" 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-18T01:07:23.468170" elapsed="0.000369"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T01:07:23.469062" 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-18T01:07:23.468701" elapsed="0.000388"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T01:07:23.469567" 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-18T01:07:23.469273" elapsed="0.000334"/>
</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-18T01:07:23.469888" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:07:23.469687" elapsed="0.000251"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:07:23.472107" 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-18T01:07:23.471752" elapsed="0.000381"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:07:23.473260" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T01:07:23.473344" 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-18T01:07:23.472637" elapsed="0.000732"/>
</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-18T01:07:23.473527" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T01:07:23.474655" level="INFO">Logging into '10.30.171.180:22' as 'jenkins'.</msg>
<msg time="2026-09-18T01:07:23.945346" 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 Fri Sep 18 01:06:39 UTC 2026

  System load:  0.15               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.180
  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-842-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-18T01:07:23.474387" elapsed="0.471114"/>
</kw>
<msg time="2026-09-18T01:07:23.945585" 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-18T01:07:23.474021" elapsed="0.471649"/>
</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-18T01:07:23.472315" elapsed="0.473463"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-18T01:07:23.956319" 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-18T01:07:23.946008" elapsed="0.011954"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:07:23.958201" elapsed="0.000404"/>
</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-18T01:07:23.471295" elapsed="0.487394"/>
</kw>
<status status="PASS" start="2026-09-18T01:07:23.470120" elapsed="0.488617"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:23.469663" elapsed="0.489116"/>
</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-18T01:07:23.959030" elapsed="0.000583"/>
</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-18T01:07:23.961487" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:07:23.961376" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:23.961355" elapsed="0.000204"/>
</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-18T01:07:23.962999" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:07:23.962909" elapsed="0.000133"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:23.962891" 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-18T01:07:23.963213" elapsed="0.000367"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T01:07:23.963967" level="INFO">Logging into '10.30.171.15:8101' as 'karaf'.</msg>
<msg time="2026-09-18T01:07:24.218186" 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-18T01:07:23.963749" elapsed="0.254592"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.308446" 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-18T01:07:24.218599" elapsed="0.089952"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.325959" 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-18T01:07:24.326151" 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-18T01:07:24.308760" elapsed="0.017421"/>
</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-18T01:07:24.326325" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:07:24.326685" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:07:24.327367" 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-18T01:07:24.327076" elapsed="0.000347"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T01:07:24.327491" elapsed="0.000047"/>
</return>
<msg time="2026-09-18T01:07:24.327670" 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.171.15
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-18T01:07:23.962612" elapsed="0.365089"/>
</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-18T01:07:24.327883" elapsed="0.000455"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T01:07:24.328386" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-18T01:07:23.961128" elapsed="0.367391"/>
</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-18T01:07:24.330149" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:07:24.330037" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:24.330016" elapsed="0.000199"/>
</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-18T01:07:24.330367" elapsed="0.000375"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.331152" level="INFO">Logging into '10.30.171.15:8101' as 'karaf'.</msg>
<msg time="2026-09-18T01:07:24.538473" 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-18T01:07:24.330944" elapsed="0.207683"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.568749" 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-18T01:07:24.538953" elapsed="0.029882"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.570962" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T01:07:24.571071" 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-18T01:07:24.569025" elapsed="0.002074"/>
</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-18T01:07:24.571234" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:07:24.571549" elapsed="0.000174"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:07:24.572190" 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-18T01:07:24.571912" elapsed="0.000325"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T01:07:24.572282" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.15
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-18T01:07:24.329748" elapsed="0.242670"/>
</kw>
<status status="PASS" start="2026-09-18T01:07:22.710057" elapsed="1.862444"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:07:24.574536" 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-18T01:07:24.573515" elapsed="0.001087"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T01:07:24.575888" 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-18T01:07:24.575547" elapsed="0.000384"/>
</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-18T01:07:24.576239" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:07:24.576008" elapsed="0.000286"/>
</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-18T01:07:24.577394" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:07:24.577174" elapsed="0.000273"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:24.577155" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.577898" 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-18T01:07:24.578013" 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-18T01:07:24.577690" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:07:24.578576" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.180" 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-18T01:07:24.578215" elapsed="0.000419"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.579205" 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-18T01:07:24.578796" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:07:24.580087" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T01:07:24.580169" 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-18T01:07:24.579781" elapsed="0.000410"/>
</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-18T01:07:24.580324" elapsed="0.000310"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.581428" level="INFO">Logging into '10.30.171.180:22' as 'jenkins'.</msg>
<msg time="2026-09-18T01:07:24.980833" 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 Fri Sep 18 01:06:39 UTC 2026

  System load:  0.15               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.180
  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: Fri Sep 18 01:07:23 2026 from 10.30.171.170
[?2004h[jenkins@releng-48317-842-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-18T01:07:24.581156" elapsed="0.399875"/>
</kw>
<msg time="2026-09-18T01:07:24.981126" 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-18T01:07:24.580783" elapsed="0.400426"/>
</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-18T01:07:24.579409" elapsed="0.401914"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T01:07:24.981863" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T01:17:31.124275" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T01:17:31.124764" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T01:17:31.124868" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-18T01:07:24.981583" elapsed="606.143344"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:17:31.125384" elapsed="0.000740"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.127369" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:30.209 16  switches: flows:  66788 67060 67839 65964 67127 65974 66185 66344 64894 64676 65195 65280 65263 64223 64418 64601  total = 17.530517 per ms 
01:09:30.310 16  switches: flows:  77113 76985 78366 75451 76582 75838 76049 77329 75292 73704 74269 74602 74393 73630 73419 73427  total = 20.073952 per ms 
01:10:30.411 16  switches: flows:  77427 78209 78184 76043 76836 77110 78266 76977 74491 74371 74918 74859 74514 74034 74893 73865  total = 20.216178 per ms 
01:11:30.511 16  switches: flows:  77391 78342 77203 75740 75844 75857 77512 77464 74177 74223 73836 73873 73696 73771 74200 73297  total = 20.073554 per ms 
01:12:30.611 16  switches: flows:  74553 76064 75724 73276 74328 73461 74349 74062 71474 72202 71912 72645 71885 71171 70727 69855  total = 19.429043 per ms 
01:13:30.712 16  switches: flows:  74996 75858 76041 74238 73323 74778 75647 75950 72389 72614 72826 73304 71430 71814 72181 71270  total = 19.611565 per ms 
01:14:30.812 16  switches: flows:  75586 77670 76940 74535 75701 74987 75604 76755 73208 74321 74320 74313 73471 72344 72654 73403  total = 19.896953 per ms 
01:15:30.912 16  switches: flows:  79715 80753 80527 78546 79013 77889 80026 79685 76572 77671 76458 77321 75744 75588 76436 76270  total = 20.768895 per ms 
01:16:31.012 16  switches: flows:  82046 81786 81516 80452 80765 79712 80725 80289 78484 78583 77697 80465 77309 77869 76750 77682  total = 21.166830 per ms 
01:17:31.113 16  switches: flows:  71329 72661 72511 71405 71967 71002 71792 71630 69469 70185 68682 70561 69318 68184 68691 68716  total = 18.770375 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 18770.37/21166.83/20000.82/6700.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:17:31.126630" elapsed="0.001078"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T01:17:31.128168" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-09-18T01:17:31.127890" elapsed="0.000428"/>
</branch>
<status status="PASS" start="2026-09-18T01:17:31.127837" elapsed="0.000537"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T01:17:31.128619" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:17:31.128537" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-09-18T01:17:31.128500" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T01:17:31.128833" elapsed="0.000029"/>
</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-18T01:17:31.130515" elapsed="0.000706"/>
</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-18T01:17:31.131648" elapsed="0.000371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:17:31.132317" elapsed="0.000245"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T01:17:31.129551" elapsed="0.003126"/>
</kw>
<msg time="2026-09-18T01:17:31.132897" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-18T01:07:24.576653" elapsed="606.556298"/>
</kw>
<status status="PASS" start="2026-09-18T01:07:24.576323" elapsed="606.556744"/>
</branch>
<status status="PASS" start="2026-09-18T01:07:24.575985" elapsed="606.557130"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.134134" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:30.209 16  switches: flows:  66788 67060 67839 65964 67127 65974 66185 66344 64894 64676 65195 65280 65263 64223 64418 64601  total = 17.530517 per ms 
01:09:30.310 16  switches: flows:  77113 76985 78366 75451 76582 75838 76049 77329 75292 73704 74269 74602 74393 73630 73419 73427  total = 20.073952 per ms 
01:10:30.411 16  switches: flows:  77427 78209 78184 76043 76836 77110 78266 76977 74491 74371 74918 74859 74514 74034 74893 73865  total = 20.216178 per ms 
01:11:30.511 16  switches: flows:  77391 78342 77203 75740 75844 75857 77512 77464 74177 74223 73836 73873 73696 73771 74200 73297  total = 20.073554 per ms 
01:12:30.611 16  switches: flows:  74553 76064 75724 73276 74328 73461 74349 74062 71474 72202 71912 72645 71885 71171 70727 69855  total = 19.429043 per ms 
01:13:30.712 16  switches: flows:  74996 75858 76041 74238 73323 74778 75647 75950 72389 72614 72826 73304 71430 71814 72181 71270  total = 19.611565 per ms 
01:14:30.812 16  switches: flows:  75586 77670 76940 74535 75701 74987 75604 76755 73208 74321 74320 74313 73471 72344 72654 73403  total = 19.896953 per ms 
01:15:30.912 16  switches: flows:  79715 80753 80527 78546 79013 77889 80026 79685 76572 77671 76458 77321 75744 75588 76436 76270  total = 20.768895 per ms 
01:16:31.012 16  switches: flows:  82046 81786 81516 80452 80765 79712 80725 80289 78484 78583 77697 80465 77309 77869 76750 77682  total = 21.166830 per ms 
01:17:31.113 16  switches: flows:  71329 72661 72511 71405 71967 71002 71792 71630 69469 70185 68682 70561 69318 68184 68691 68716  total = 18.770375 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 18770.37/21166.83/20000.82/6700.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:17:31.133531" elapsed="0.000754"/>
</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-18T01:17:31.134651" elapsed="0.000748"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T01:17:31.136238" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T01:17:31.136420" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 18770.37/21166.83/20000.82/6700.27 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-18T01:17:31.135800" elapsed="0.000699"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:17:31.137339" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 18770.37/21166.83/20000.82/6700.27 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T01:17:31.136847" elapsed="0.000548"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.138578" 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-18T01:17:31.137830" elapsed="0.000860"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.139894" level="INFO">18770.37/21166.83/20000.82/6700.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:17:31.139114" elapsed="0.000977"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:17:31.141324" 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-18T01:17:31.140652" elapsed="0.000730"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:17:31.142525" level="INFO">@{result_value_list} = [ 18770.37 | 21166.83 | 20000.82 | 6700.27 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T01:17:31.141843" elapsed="0.000740"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.143580" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T01:17:31.143756" 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-18T01:17:31.142915" elapsed="0.000890"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.145636" level="INFO">min :: 18770.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-18T01:17:31.144691" elapsed="0.001067"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T01:17:31.144285" elapsed="0.001546"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.147437" level="INFO">max :: 21166.83</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-18T01:17:31.146435" elapsed="0.001154"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T01:17:31.146039" elapsed="0.001622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.149188" level="INFO">avg :: 20000.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:17:31.148220" elapsed="0.001087"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T01:17:31.147835" elapsed="0.001544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.150975" level="INFO">stdev :: 6700.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:17:31.150019" elapsed="0.001093"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T01:17:31.149603" elapsed="0.001576"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T01:17:31.143928" elapsed="0.007315"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.152457" level="INFO">${min} = 18770.37</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-18T01:17:31.151611" elapsed="0.000930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.153832" level="INFO">${max} = 21166.83</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-18T01:17:31.152889" elapsed="0.001001"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.155170" level="INFO">${average} = 20000.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T01:17:31.154266" elapsed="0.000960"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.156412" level="INFO">${stdev} = 6700.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T01:17:31.155581" elapsed="0.000913"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.157679" level="INFO">${date} = 2026-09-18 01:17:31</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-18T01:17:31.156908" elapsed="0.000828"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.159137" level="INFO">CBench Result: 2026-09-18 01:17:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,18770.37,21166.83,20000.82,6700.27</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:17:31.158290" elapsed="0.000959"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T01:17:31.161751" 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-18T01:17:31.160506" elapsed="0.001401"/>
</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-18T01:17:31.162318" elapsed="0.000935"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T01:17:31.159544" elapsed="0.003837"/>
</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-18T01:07:24.574994" elapsed="606.588537"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.164512" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T01:17:31.163845" elapsed="0.000784"/>
</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-18T01:17:31.165710" elapsed="0.000579"/>
</kw>
<status status="PASS" start="2026-09-18T01:17:31.165043" elapsed="0.001384"/>
</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-18T01:07:24.572638" elapsed="606.593886"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.169254" 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-18T01:17:31.168545" elapsed="0.000848"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.172088" 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-18T01:17:31.171324" elapsed="0.000859"/>
</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-18T01:17:31.172920" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:17:31.172333" elapsed="0.000740"/>
</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-18T01:17:31.175501" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:17:31.175009" elapsed="0.000605"/>
</branch>
<status status="PASS" start="2026-09-18T01:17:31.174952" elapsed="0.000711"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:17:31.176442" 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-18T01:17:31.176730" 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-18T01:17:31.176064" elapsed="0.000721"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.177935" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.15 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.180" 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-18T01:17:31.177178" elapsed="0.000899"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:17:31.179181" 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-18T01:17:31.178424" elapsed="0.000812"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:17:31.181084" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T01:17:31.181261" 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-18T01:17:31.180426" elapsed="0.000884"/>
</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-18T01:17:31.181631" elapsed="0.000655"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T01:17:31.183910" level="INFO">Logging into '10.30.171.180:22' as 'jenkins'.</msg>
<msg time="2026-09-18T01:17:31.740854" 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 Fri Sep 18 01:17:31 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.180
  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: Fri Sep 18 01:07:24 2026 from 10.30.171.170
[?2004h[jenkins@releng-48317-842-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-18T01:17:31.183442" elapsed="0.557698"/>
</kw>
<msg time="2026-09-18T01:17:31.741250" 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-18T01:17:31.182638" elapsed="0.558716"/>
</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-18T01:17:31.179655" elapsed="0.561858"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T01:17:31.742199" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.15 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T01:27:37.788921" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T01:27:37.789524" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T01:27:37.789655" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15: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-18T01:17:31.741842" elapsed="606.047869"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:27:37.790210" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.792455" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:36.865 16  switches: flows:  589385 590780 574314 577449 579088 594701 585544 579576 582460 587954 578309 580085 583368 579928 577789 571570  total = 155.205000 per ms 
01:19:36.966 16  switches: flows:  609042 613582 610515 607382 604674 610126 603112 604832 603106 608761 606363 604578 609036 610342 605834 604405  total = 161.656866 per ms 
01:20:37.067 16  switches: flows:  615374 617925 619440 621732 614091 622451 618157 621004 614634 612871 613590 612627 618697 618419 616426 615990  total = 164.281502 per ms 
01:21:37.169 16  switches: flows:  636333 635519 638543 634040 636631 636428 638511 637078 632354 638263 645577 639186 635983 638533 635788 638944  total = 169.674997 per ms 
01:22:37.270 16  switches: flows:  596408 609591 600880 607150 602687 602879 605961 600914 604111 603223 603588 607692 598608 607123 607665 597427  total = 160.662724 per ms 
01:23:37.371 16  switches: flows:  641765 644280 630561 634286 635315 643081 633696 631765 638595 629846 638743 643973 635665 640003 638635 643406  total = 169.775339 per ms 
01:24:37.472 16  switches: flows:  638994 642797 648759 646114 645757 647048 641119 644171 642755 644916 653218 644727 643865 643523 651344 647671  total = 171.822815 per ms 
01:25:37.574 16  switches: flows:  635851 632218 635135 630747 632565 635849 635756 637753 633371 633506 637569 629685 632498 631678 640395 638963  total = 168.940894 per ms 
01:26:37.676 16  switches: flows:  624301 629050 627934 626854 630320 627853 626203 625988 624264 627820 629764 621696 628240 622671 628139 625881  total = 166.834686 per ms 
01:27:37.777 16  switches: flows:  603801 602239 597548 598648 597945 602610 598466 597419 602155 594690 602532 604117 592721 603852 599191 602247  total = 159.733873 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159733.87/171822.82/165931.52/55471.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:27:37.791549" elapsed="0.001314"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T01:27:37.793423" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-09-18T01:27:37.793075" elapsed="0.000560"/>
</branch>
<status status="PASS" start="2026-09-18T01:27:37.793012" elapsed="0.000693"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T01:27:37.793928" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:27:37.793851" elapsed="0.000160"/>
</branch>
<status status="NOT RUN" start="2026-09-18T01:27:37.793817" elapsed="0.000237"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T01:27:37.794117" 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-18T01:27:37.795881" elapsed="0.000729"/>
</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-18T01:27:37.797033" elapsed="0.000381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:27:37.797774" elapsed="0.000225"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T01:27:37.794876" elapsed="0.003232"/>
</kw>
<msg time="2026-09-18T01:27:37.798338" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15: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-18T01:17:31.173847" elapsed="606.624548"/>
</kw>
<status status="PASS" start="2026-09-18T01:17:31.173130" elapsed="606.625394"/>
</branch>
<status status="PASS" start="2026-09-18T01:17:31.172289" elapsed="606.626284"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.799648" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:36.865 16  switches: flows:  589385 590780 574314 577449 579088 594701 585544 579576 582460 587954 578309 580085 583368 579928 577789 571570  total = 155.205000 per ms 
01:19:36.966 16  switches: flows:  609042 613582 610515 607382 604674 610126 603112 604832 603106 608761 606363 604578 609036 610342 605834 604405  total = 161.656866 per ms 
01:20:37.067 16  switches: flows:  615374 617925 619440 621732 614091 622451 618157 621004 614634 612871 613590 612627 618697 618419 616426 615990  total = 164.281502 per ms 
01:21:37.169 16  switches: flows:  636333 635519 638543 634040 636631 636428 638511 637078 632354 638263 645577 639186 635983 638533 635788 638944  total = 169.674997 per ms 
01:22:37.270 16  switches: flows:  596408 609591 600880 607150 602687 602879 605961 600914 604111 603223 603588 607692 598608 607123 607665 597427  total = 160.662724 per ms 
01:23:37.371 16  switches: flows:  641765 644280 630561 634286 635315 643081 633696 631765 638595 629846 638743 643973 635665 640003 638635 643406  total = 169.775339 per ms 
01:24:37.472 16  switches: flows:  638994 642797 648759 646114 645757 647048 641119 644171 642755 644916 653218 644727 643865 643523 651344 647671  total = 171.822815 per ms 
01:25:37.574 16  switches: flows:  635851 632218 635135 630747 632565 635849 635756 637753 633371 633506 637569 629685 632498 631678 640395 638963  total = 168.940894 per ms 
01:26:37.676 16  switches: flows:  624301 629050 627934 626854 630320 627853 626203 625988 624264 627820 629764 621696 628240 622671 628139 625881  total = 166.834686 per ms 
01:27:37.777 16  switches: flows:  603801 602239 597548 598648 597945 602610 598466 597419 602155 594690 602532 604117 592721 603852 599191 602247  total = 159.733873 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159733.87/171822.82/165931.52/55471.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:27:37.798986" elapsed="0.000820"/>
</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-18T01:27:37.800152" elapsed="0.000843"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T01:27:37.801915" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T01:27:37.802109" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 159733.87/171822.82/165931.52/55471.52 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-18T01:27:37.801381" elapsed="0.000779"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:27:37.803105" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 159733.87/171822.82/165931.52/55471.52 | 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-18T01:27:37.802552" elapsed="0.000613"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.804437" 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-18T01:27:37.803683" elapsed="0.000930"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.805842" level="INFO">159733.87/171822.82/165931.52/55471.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:27:37.805051" elapsed="0.000909"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:27:37.807066" 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-18T01:27:37.806310" elapsed="0.000815"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:27:37.808551" level="INFO">@{result_value_list} = [ 159733.87 | 171822.82 | 165931.52 | 55471.52 ]</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-18T01:27:37.807601" elapsed="0.001075"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.809938" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T01:27:37.810127" 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-18T01:27:37.809152" elapsed="0.001027"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.812142" level="INFO">min :: 159733.87</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-18T01:27:37.811115" elapsed="0.001147"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T01:27:37.810722" elapsed="0.001610"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.813975" level="INFO">max :: 171822.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:27:37.812956" elapsed="0.001134"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T01:27:37.812557" elapsed="0.001604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.815748" level="INFO">avg :: 165931.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:27:37.814763" elapsed="0.001101"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T01:27:37.814337" elapsed="0.001595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.817520" level="INFO">stdev :: 55471.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:27:37.816511" elapsed="0.001147"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T01:27:37.816108" elapsed="0.001620"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T01:27:37.810302" elapsed="0.007488"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.819044" level="INFO">${min} = 159733.87</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-18T01:27:37.818130" elapsed="0.000969"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.820324" level="INFO">${max} = 171822.82</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-18T01:27:37.819432" elapsed="0.000945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.821635" level="INFO">${average} = 165931.52</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-18T01:27:37.820761" elapsed="0.000930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.822910" level="INFO">${stdev} = 55471.52</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-18T01:27:37.822017" elapsed="0.000950"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.824430" level="INFO">${date} = 2026-09-18 01:27:37</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-18T01:27:37.823521" elapsed="0.001015"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.825851" level="INFO">CBench Result: 2026-09-18 01:27:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,159733.87,171822.82,165931.52,55471.52</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-18T01:27:37.825009" elapsed="0.000987"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T01:27:37.828138" 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-18T01:27:37.827352" elapsed="0.000877"/>
</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-18T01:27:37.828453" elapsed="0.000838"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T01:27:37.826272" elapsed="0.003103"/>
</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-18T01:17:31.170126" elapsed="606.659322"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.830111" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T01:27:37.829706" elapsed="0.000479"/>
</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-18T01:27:37.830891" elapsed="0.000345"/>
</kw>
<status status="PASS" start="2026-09-18T01:27:37.830435" elapsed="0.000891"/>
</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-18T01:17:31.167085" elapsed="606.664286"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.833290" 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-18T01:27:37.832842" elapsed="0.000521"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.834939" 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-18T01:27:37.834504" elapsed="0.000488"/>
</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-18T01:27:37.835418" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:27:37.835131" elapsed="0.000381"/>
</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-18T01:27:37.836973" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:27:37.836680" elapsed="0.000363"/>
</branch>
<status status="PASS" start="2026-09-18T01:27:37.836657" elapsed="0.000415"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:27:37.837563" 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-18T01:27:37.837726" 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-18T01:27:37.837309" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.838441" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.180" 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-18T01:27:37.837996" elapsed="0.000540"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T01:27:37.839226" 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-18T01:27:37.838773" elapsed="0.000487"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:27:37.840503" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T01:27:37.840652" 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-18T01:27:37.840031" elapsed="0.000654"/>
</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-18T01:27:37.840898" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T01:27:37.842570" level="INFO">Logging into '10.30.171.180:22' as 'jenkins'.</msg>
<msg time="2026-09-18T01:27:38.482381" 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 Fri Sep 18 01:27:38 UTC 2026

  System load:  0.22               Processes:             105
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.180
  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: Fri Sep 18 01:17:31 2026 from 10.30.171.170
[?2004h[jenkins@releng-48317-842-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-18T01:27:37.842168" elapsed="0.640439"/>
</kw>
<msg time="2026-09-18T01:27:38.482693" 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-18T01:27:37.841642" elapsed="0.641131"/>
</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-18T01:27:37.839527" elapsed="0.643353"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T01:27:38.483398" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.15 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T01:37:44.515627" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T01:37:44.516384" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T01:37:44.516561" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-18T01:27:38.483132" elapsed="606.033508"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:37:44.517210" elapsed="0.000548"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.518827" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. 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:43.601 16  switches: flows:  75947 75781 75684 75988 75286 74696 74647 74578 73027 72661 72096 72118 72905 71610 72527 72198  total = 19.695817 per ms 
01:29:43.701 16  switches: flows:  71718 71146 71896 71021 70477 71168 70645 70226 68004 68891 68733 68543 67757 67330 68440 68642  total = 18.546298 per ms 
01:30:43.801 16  switches: flows:  73637 72095 73026 73230 71981 72431 72940 71229 70449 69665 69691 68839 69937 69135 69691 69881  total = 18.932641 per ms 
01:31:43.902 16  switches: flows:  75104 74462 74946 74738 73658 73817 74652 73229 70468 72359 71565 70775 70754 70379 71900 72261  total = 19.385403 per ms 
01:32:44.002 16  switches: flows:  82278 81307 79663 81238 79101 81739 80712 78673 77987 77400 77223 77285 77494 77231 77004 77482  total = 21.028515 per ms 
01:33:44.102 16  switches: flows:  83475 81781 81147 83090 80630 81735 81393 80198 78498 78375 78991 77402 78851 76952 78173 79413  total = 21.299500 per ms 
01:34:44.202 16  switches: flows:  76100 73952 74123 74621 73189 74804 74399 71503 71836 71145 71635 70528 70670 72157 70801 71830  total = 19.355897 per ms 
01:35:44.303 16  switches: flows:  75278 74092 75172 75463 73583 75271 73388 72672 71027 72396 71833 71765 71360 72187 71071 72350  total = 19.449297 per ms 
01:36:44.403 16  switches: flows:  79321 78812 76993 78665 76426 78436 77308 76017 75008 75314 73836 73532 74002 74621 73681 75463  total = 20.256754 per ms 
01:37:44.503 16  switches: flows:  85684 84772 83126 83481 83485 84541 83659 81555 81258 80221 80921 78632 80650 80289 80060 80761  total = 21.848433 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 18546.30/21848.43/20011.42/6757.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:37:44.518181" elapsed="0.000906"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T01:37:44.519502" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-09-18T01:37:44.519250" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-09-18T01:37:44.519192" elapsed="0.000482"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T01:37:44.519846" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-18T01:37:44.519779" elapsed="0.000142"/>
</branch>
<status status="NOT RUN" start="2026-09-18T01:37:44.519750" elapsed="0.000231"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T01:37:44.520038" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T01:37:44.521432" elapsed="0.000608"/>
</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-18T01:37:44.522373" elapsed="0.000306"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T01:37:44.522926" elapsed="0.000196"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T01:37:44.520633" elapsed="0.002585"/>
</kw>
<msg time="2026-09-18T01:37:44.523410" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-18T01:27:37.835954" elapsed="606.687504"/>
</kw>
<status status="PASS" start="2026-09-18T01:27:37.835545" elapsed="606.688023"/>
</branch>
<status status="PASS" start="2026-09-18T01:27:37.835104" elapsed="606.688506"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.524384" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.15:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.15. 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:43.601 16  switches: flows:  75947 75781 75684 75988 75286 74696 74647 74578 73027 72661 72096 72118 72905 71610 72527 72198  total = 19.695817 per ms 
01:29:43.701 16  switches: flows:  71718 71146 71896 71021 70477 71168 70645 70226 68004 68891 68733 68543 67757 67330 68440 68642  total = 18.546298 per ms 
01:30:43.801 16  switches: flows:  73637 72095 73026 73230 71981 72431 72940 71229 70449 69665 69691 68839 69937 69135 69691 69881  total = 18.932641 per ms 
01:31:43.902 16  switches: flows:  75104 74462 74946 74738 73658 73817 74652 73229 70468 72359 71565 70775 70754 70379 71900 72261  total = 19.385403 per ms 
01:32:44.002 16  switches: flows:  82278 81307 79663 81238 79101 81739 80712 78673 77987 77400 77223 77285 77494 77231 77004 77482  total = 21.028515 per ms 
01:33:44.102 16  switches: flows:  83475 81781 81147 83090 80630 81735 81393 80198 78498 78375 78991 77402 78851 76952 78173 79413  total = 21.299500 per ms 
01:34:44.202 16  switches: flows:  76100 73952 74123 74621 73189 74804 74399 71503 71836 71145 71635 70528 70670 72157 70801 71830  total = 19.355897 per ms 
01:35:44.303 16  switches: flows:  75278 74092 75172 75463 73583 75271 73388 72672 71027 72396 71833 71765 71360 72187 71071 72350  total = 19.449297 per ms 
01:36:44.403 16  switches: flows:  79321 78812 76993 78665 76426 78436 77308 76017 75008 75314 73836 73532 74002 74621 73681 75463  total = 20.256754 per ms 
01:37:44.503 16  switches: flows:  85684 84772 83126 83481 83485 84541 83659 81555 81258 80221 80921 78632 80650 80289 80060 80761  total = 21.848433 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 18546.30/21848.43/20011.42/6757.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:37:44.523987" elapsed="0.000516"/>
</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-18T01:37:44.524722" elapsed="0.000477"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T01:37:44.525710" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T01:37:44.525826" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 18546.30/21848.43/20011.42/6757.98 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-18T01:37:44.525432" elapsed="0.000426"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:37:44.526413" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 18546.30/21848.43/20011.42/6757.98 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T01:37:44.526092" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.527178" 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-18T01:37:44.526723" elapsed="0.000526"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.527956" level="INFO">18546.30/21848.43/20011.42/6757.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:37:44.527517" elapsed="0.000513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:37:44.528662" 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-18T01:37:44.528243" elapsed="0.000454"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T01:37:44.529381" level="INFO">@{result_value_list} = [ 18546.30 | 21848.43 | 20011.42 | 6757.98 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T01:37:44.528987" elapsed="0.000430"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.530054" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T01:37:44.530165" 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-18T01:37:44.529647" elapsed="0.000548"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.531352" level="INFO">min :: 18546.30</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-18T01:37:44.530736" elapsed="0.000698"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T01:37:44.530503" elapsed="0.000997"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.532921" level="INFO">max :: 21848.43</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-18T01:37:44.531852" elapsed="0.001221"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T01:37:44.531621" elapsed="0.001525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.534770" level="INFO">avg :: 20011.42</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-18T01:37:44.533749" elapsed="0.001143"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T01:37:44.533323" elapsed="0.001668"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.536795" level="INFO">stdev :: 6757.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-18T01:37:44.535742" elapsed="0.001174"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T01:37:44.535257" elapsed="0.001756"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T01:37:44.530273" elapsed="0.006805"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.538405" level="INFO">${min} = 18546.30</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-18T01:37:44.537445" elapsed="0.001050"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.539809" level="INFO">${max} = 21848.43</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-18T01:37:44.538857" elapsed="0.001010"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.541274" level="INFO">${average} = 20011.42</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-18T01:37:44.540244" elapsed="0.001091"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.542698" level="INFO">${stdev} = 6757.98</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-18T01:37:44.541722" elapsed="0.001034"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.544144" level="INFO">${date} = 2026-09-18 01:37:44</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-18T01:37:44.543246" elapsed="0.000959"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.545421" level="INFO">CBench Result: 2026-09-18 01:37:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,18546.30,21848.43,20011.42,6757.98</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T01:37:44.544687" elapsed="0.000877"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T01:37:44.547617" 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-18T01:37:44.546760" elapsed="0.000997"/>
</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-18T01:37:44.548131" elapsed="0.001382"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T01:37:44.545827" elapsed="0.003826"/>
</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-18T01:27:37.833791" elapsed="606.715982"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.550794" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T01:37:44.550125" elapsed="0.000801"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T01:37:44.552731" 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-18T01:37:44.552060" elapsed="0.000724"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-18T01:37:44.553098" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-09-18T01:37:44.552905" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-09-18T01:37:44.552873" elapsed="0.000354"/>
</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-18T01:37:44.553443" elapsed="0.000051"/>
</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-18T01:37:44.553689" 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-18T01:37:44.553985" elapsed="0.000033"/>
</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-18T01:37:44.554231" elapsed="0.000028"/>
</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-18T01:37:44.554677" elapsed="0.000030"/>
</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-18T01:37:44.554950" elapsed="0.000042"/>
</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-18T01:37:44.555259" elapsed="0.000028"/>
</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-18T01:37:44.555590" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-18T01:37:44.555373" elapsed="0.000285"/>
</branch>
<status status="NOT RUN" start="2026-09-18T01:37:44.555350" elapsed="0.000342"/>
</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-18T01:37:44.551491" elapsed="0.004272"/>
</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-18T01:27:37.832042" elapsed="606.723783"/>
</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-18T01:07:22.179413" elapsed="1822.377253"/>
</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>
