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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-03T01:57:56.327030" elapsed="0.862178"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-03T01:57:57.239636" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-03T01:57:57.189539" elapsed="0.050225"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-03T01:57:57.241568" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-03T01:57:57.241692" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-03T01:57:57.239995" elapsed="0.001728"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-03T01:57:57.241883" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T01:57:57.242282" elapsed="0.000274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T01:57:57.243083" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T01:57:57.242739" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T01:57:57.243192" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.139
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-03T01:57:56.325477" elapsed="0.917932"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-03T01:57:56.321703" elapsed="0.921773"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T01:57:57.244082" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-03T01:57:57.243686" elapsed="0.000454"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T01:57:57.244545" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-03T01:57:57.244298" elapsed="0.000313"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-03T01:57:57.245182" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-03T01:57:57.244784" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T01:57:57.245736" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-03T01:57:57.245383" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-03T01:57:57.246307" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-03T01:57:57.245931" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T01:57:57.246828" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-03T01:57:57.246498" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-03T01:57:57.247232" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-03T01:57:57.246988" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T01:57:57.251956" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T01:57:57.251512" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T01:57:57.253014" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T01:57:57.253097" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T01:57:57.252531" elapsed="0.000590"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T01:57:57.253279" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T01:57:57.254679" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-04-03T01:57:57.906495" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 01:57:57 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-678-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-03T01:57:57.254162" elapsed="0.652534"/>
</kw>
<msg time="2026-04-03T01:57:57.906801" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T01:57:57.253804" elapsed="0.653100"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-03T01:57:57.252190" elapsed="0.654854"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-03T01:57:57.918043" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-03T01:57:57.907279" elapsed="0.012565"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T01:57:57.920240" elapsed="0.000641"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-03T01:57:57.250947" elapsed="0.670081"/>
</kw>
<status status="PASS" start="2026-04-03T01:57:57.247616" elapsed="0.673496"/>
</branch>
<status status="PASS" start="2026-04-03T01:57:57.246960" elapsed="0.674220"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-03T01:57:57.921519" elapsed="0.001742"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-03T01:57:57.930205" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-03T01:57:57.930030" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-04-03T01:57:57.929996" elapsed="0.000319"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-03T01:57:57.934463" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-03T01:57:57.934347" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-03T01:57:57.934328" elapsed="0.000206"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T01:57:57.934692" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-03T01:57:57.935579" level="INFO">Logging into '10.30.170.139:8101' as 'karaf'.</msg>
<msg time="2026-04-03T01:57:58.093169" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-03T01:57:57.935313" elapsed="0.158037"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.185464" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-03T01:57:58.093661" elapsed="0.091895"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.191735" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-03T01:57:58.191966" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-03T01:57:58.185786" elapsed="0.006214"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-03T01:57:58.192151" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T01:57:58.192543" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T01:57:58.193288" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T01:57:58.192946" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T01:57:58.193400" elapsed="0.000056"/>
</return>
<msg time="2026-04-03T01:57:58.193614" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.139
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-03T01:57:57.933988" elapsed="0.259682"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-03T01:57:58.193829" elapsed="0.000537"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T01:57:58.194418" elapsed="0.000065"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-03T01:57:57.929556" elapsed="0.265032"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-03T01:57:58.198421" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-03T01:57:58.198276" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-04-03T01:57:58.198251" elapsed="0.000245"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T01:57:58.198631" elapsed="0.000481"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.199521" level="INFO">Logging into '10.30.170.139:8101' as 'karaf'.</msg>
<msg time="2026-04-03T01:57:58.360992" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-03T01:57:58.199262" elapsed="0.161873"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.385271" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-03T01:57:58.361372" elapsed="0.024038"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.389537" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-03T01:57:58.389715" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-03T01:57:58.385786" elapsed="0.003975"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-03T01:57:58.389970" elapsed="0.000290"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T01:57:58.390467" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T01:57:58.391414" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T01:57:58.390973" elapsed="0.000516"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T01:57:58.391564" elapsed="0.000070"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.139
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-03T01:57:58.197937" elapsed="0.193903"/>
</kw>
<status status="PASS" start="2026-04-03T01:57:56.319829" elapsed="2.072105"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T01:57:58.395285" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T01:57:58.393563" elapsed="0.001815"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T01:57:58.398388" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-03T01:57:58.398030" elapsed="0.000402"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-03T01:57:58.398801" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-03T01:57:58.398521" elapsed="0.000340"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-03T01:57:58.401958" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-03T01:57:58.401702" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-04-03T01:57:58.401681" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.402426" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-03T01:57:58.402184" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T01:57:58.403160" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.139 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.137" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T01:57:58.402735" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.403870" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T01:57:58.403365" elapsed="0.000531"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T01:57:58.404858" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T01:57:58.404950" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T01:57:58.404507" elapsed="0.000467"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T01:57:58.405119" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.406332" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-04-03T01:57:58.734314" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 01:57:57 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr  3 01:57:57 2026 from 10.30.171.164
[?2004h[jenkins@releng-48317-678-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-03T01:57:58.405975" elapsed="0.328552"/>
</kw>
<msg time="2026-04-03T01:57:58.734614" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T01:57:58.405606" elapsed="0.329126"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-03T01:57:58.404125" elapsed="0.330743"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-03T01:57:58.735738" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.139 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-03T02:08:04.848455" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-03T02:08:04.849088" level="INFO">${stdout} = </msg>
<msg time="2026-04-03T02:08:04.849198" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-03T01:57:58.735104" elapsed="606.114153"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T02:08:04.849744" elapsed="0.001051"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.851927" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.139. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:59:03.938 16  switches: flows:  137928 136030 137196 141413 138007 134672 133108 136163 132305 129420 130027 135128 133938 129327 127284 129936  total = 35.698033 per ms 
02:00:04.038 16  switches: flows:  152079 155910 153332 152781 151469 153663 151474 150453 145342 144385 144725 146666 146712 145393 143739 144038  total = 39.636490 per ms 
02:01:04.138 16  switches: flows:  149251 153434 149430 150205 149681 150070 150275 149586 143162 142653 142650 143135 144195 144375 142295 143693  total = 39.069621 per ms 
02:02:04.239 16  switches: flows:  153430 154214 153754 153527 154146 153803 152674 151429 146499 144446 143496 145600 147930 147122 145323 146797  total = 39.836543 per ms 
02:03:04.339 16  switches: flows:  154330 153538 154232 155094 150706 155409 153889 151385 149200 143778 146601 145816 147313 149482 145375 146671  total = 39.980183 per ms 
02:04:04.439 16  switches: flows:  155552 153437 152724 151603 148690 151457 149843 147177 144632 144345 145269 142747 143960 146312 141459 144131  total = 39.323329 per ms 
02:05:04.540 16  switches: flows:  154164 151163 146877 149646 152282 149398 152064 147398 142597 142589 143795 145032 143355 144816 142006 143659  total = 39.115385 per ms 
02:06:04.640 16  switches: flows:  157007 153427 150065 152360 154892 152660 152634 153433 144939 147848 147689 146051 144047 148528 143102 147582  total = 39.871152 per ms 
02:07:04.740 16  switches: flows:  155032 154500 152372 152578 155491 151260 154538 153757 142737 150413 148532 148989 146389 148879 144689 144524  total = 40.011152 per ms 
02:08:04.841 16  switches: flows:  157327 155910 153895 157387 158256 154714 158926 155986 147331 153194 149329 149943 146669 152216 147462 144457  total = 40.648844 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39069.62/40648.84/39721.41/13248.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.851163" elapsed="0.001053"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-03T02:08:04.852869" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-04-03T02:08:04.852406" elapsed="0.000636"/>
</branch>
<status status="PASS" start="2026-04-03T02:08:04.852350" elapsed="0.000752"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-03T02:08:04.853325" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-03T02:08:04.853238" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-04-03T02:08:04.853202" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-03T02:08:04.853580" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:08:04.858785" elapsed="0.000468"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T02:08:04.859463" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T02:08:04.859910" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-03T02:08:04.854294" elapsed="0.005828"/>
</kw>
<msg time="2026-04-03T02:08:04.860298" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-03T01:57:58.399226" elapsed="606.461110"/>
</kw>
<status status="PASS" start="2026-04-03T01:57:58.398894" elapsed="606.461511"/>
</branch>
<status status="PASS" start="2026-04-03T01:57:58.398493" elapsed="606.461944"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.861084" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.139. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:59:03.938 16  switches: flows:  137928 136030 137196 141413 138007 134672 133108 136163 132305 129420 130027 135128 133938 129327 127284 129936  total = 35.698033 per ms 
02:00:04.038 16  switches: flows:  152079 155910 153332 152781 151469 153663 151474 150453 145342 144385 144725 146666 146712 145393 143739 144038  total = 39.636490 per ms 
02:01:04.138 16  switches: flows:  149251 153434 149430 150205 149681 150070 150275 149586 143162 142653 142650 143135 144195 144375 142295 143693  total = 39.069621 per ms 
02:02:04.239 16  switches: flows:  153430 154214 153754 153527 154146 153803 152674 151429 146499 144446 143496 145600 147930 147122 145323 146797  total = 39.836543 per ms 
02:03:04.339 16  switches: flows:  154330 153538 154232 155094 150706 155409 153889 151385 149200 143778 146601 145816 147313 149482 145375 146671  total = 39.980183 per ms 
02:04:04.439 16  switches: flows:  155552 153437 152724 151603 148690 151457 149843 147177 144632 144345 145269 142747 143960 146312 141459 144131  total = 39.323329 per ms 
02:05:04.540 16  switches: flows:  154164 151163 146877 149646 152282 149398 152064 147398 142597 142589 143795 145032 143355 144816 142006 143659  total = 39.115385 per ms 
02:06:04.640 16  switches: flows:  157007 153427 150065 152360 154892 152660 152634 153433 144939 147848 147689 146051 144047 148528 143102 147582  total = 39.871152 per ms 
02:07:04.740 16  switches: flows:  155032 154500 152372 152578 155491 151260 154538 153757 142737 150413 148532 148989 146389 148879 144689 144524  total = 40.011152 per ms 
02:08:04.841 16  switches: flows:  157327 155910 153895 157387 158256 154714 158926 155986 147331 153194 149329 149943 146669 152216 147462 144457  total = 40.648844 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39069.62/40648.84/39721.41/13248.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.860668" elapsed="0.000521"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-03T02:08:04.861398" elapsed="0.000523"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-03T02:08:04.862461" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-03T02:08:04.862590" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39069.62/40648.84/39721.41/13248.88 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-03T02:08:04.862148" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:08:04.863231" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39069.62/40648.84/39721.41/13248.88 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:08:04.862867" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.866669" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.863498" elapsed="0.003255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.870008" level="INFO">39069.62/40648.84/39721.41/13248.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.866963" elapsed="0.003103"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:08:04.872440" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:08:04.870216" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:08:04.874908" level="INFO">@{result_value_list} = [ 39069.62 | 40648.84 | 39721.41 | 13248.88 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:08:04.872686" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.875392" level="INFO">Length is 4.</msg>
<msg time="2026-04-03T02:08:04.875481" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T02:08:04.875090" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.880219" level="INFO">min :: 39069.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.875909" elapsed="0.004368"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-03T02:08:04.875776" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.884841" level="INFO">max :: 40648.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.880532" elapsed="0.004365"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-03T02:08:04.880403" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.889470" level="INFO">avg :: 39721.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.885150" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-03T02:08:04.885021" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.894246" level="INFO">stdev :: 13248.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.889800" elapsed="0.004510"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-03T02:08:04.889669" elapsed="0.004681"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-03T02:08:04.875574" elapsed="0.018814"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.898561" level="INFO">${min} = 39069.62</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:08:04.894577" elapsed="0.004011"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.902480" level="INFO">${max} = 40648.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:08:04.898760" elapsed="0.003746"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.906557" level="INFO">${average} = 39721.41</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:08:04.902675" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.910465" level="INFO">${stdev} = 13248.88</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:08:04.906752" elapsed="0.003740"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.911016" level="INFO">${date} = 2026-04-03 02:08:04</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-03T02:08:04.910664" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.911619" level="INFO">CBench Result: 2026-04-03 02:08:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39069.62,40648.84,39721.41,13248.88</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.911190" elapsed="0.000502"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T02:08:04.912728" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-03T02:08:04.912309" elapsed="0.000486"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-03T02:08:04.912947" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-03T02:08:04.911837" elapsed="0.001623"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-03T01:57:58.397322" elapsed="606.516198"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.913998" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-03T02:08:04.913685" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-03T02:08:04.914578" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-04-03T02:08:04.914276" elapsed="0.000657"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-03T01:57:58.392183" elapsed="606.522788"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.916525" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.916139" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.917866" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-03T02:08:04.917516" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-03T02:08:04.918236" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-03T02:08:04.918015" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-03T02:08:04.921355" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-03T02:08:04.921097" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-04-03T02:08:04.921077" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-03T02:08:04.921793" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-03T02:08:04.921573" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.922573" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.139 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.137" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:08:04.922079" elapsed="0.000559"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T02:08:04.923270" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T02:08:04.922805" elapsed="0.000493"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T02:08:04.924431" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T02:08:04.924525" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T02:08:04.924081" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:08:04.925012" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T02:08:04.926296" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-04-03T02:08:05.513364" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 02:08:05 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr  3 01:57:58 2026 from 10.30.171.164
[?2004h[jenkins@releng-48317-678-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-03T02:08:04.925929" elapsed="0.587640"/>
</kw>
<msg time="2026-04-03T02:08:05.513672" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:08:04.925533" elapsed="0.588232"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-03T02:08:04.923515" elapsed="0.590379"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-03T02:08:05.514443" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.139 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-03T02:18:11.606136" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-03T02:18:11.606779" level="INFO">${stdout} = </msg>
<msg time="2026-04-03T02:18:11.606889" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.139: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-04-03T02:08:05.514112" elapsed="606.092834"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T02:18:11.607423" elapsed="0.001251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.609938" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.139. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:09:10.634 16  switches: flows:  525959 523564 529524 529075 527304 529326 510760 514326 508501 511696 516763 516870 508082 504305 522301 519239  total = 138.293250 per ms 
02:10:10.735 16  switches: flows:  521279 517502 517781 518944 514705 521791 521962 516455 518929 514867 521311 521862 520434 511628 520364 523030  total = 138.147458 per ms 
02:11:10.837 16  switches: flows:  557034 552734 548626 552963 560413 554046 554291 549566 554251 561141 556449 553556 556077 559826 553485 550905  total = 147.673695 per ms 
02:12:10.938 16  switches: flows:  548938 550666 550758 554416 548853 544662 539675 552449 555639 549214 548557 545363 543151 547265 548333 549368  total = 146.043992 per ms 
02:13:11.039 16  switches: flows:  485913 485282 482669 485348 485369 484300 487894 481966 483408 485417 481916 483843 484554 483448 485611 479888  total = 128.897194 per ms 
02:14:11.154 16  switches: flows:  468640 469858 473812 475592 475403 468264 473429 474466 471093 472771 471814 475623 462973 471450 469644 469925  total = 125.506567 per ms 
02:15:11.285 16  switches: flows:  526794 514395 517396 519726 518338 516331 522007 517632 519671 522425 521007 520929 518778 519315 529491 520667  total = 138.448720 per ms 
02:16:11.386 16  switches: flows:  482028 487175 484838 485063 481365 482641 483438 488589 485137 479288 482929 482342 478361 486807 481175 482932  total = 128.684895 per ms 
02:17:11.488 16  switches: flows:  510482 513115 520181 513032 520137 521534 515945 510222 517353 515946 513351 518087 516431 514477 517596 510161  total = 137.237801 per ms 
02:18:11.589 16  switches: flows:  497450 499803 499693 492822 500184 501743 501265 500594 503376 502404 500684 504347 504395 499368 500356 502949  total = 133.298498 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125506.57/147673.69/135993.20/45904.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.609081" elapsed="0.001224"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-03T02:18:11.610851" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-04-03T02:18:11.610501" elapsed="0.000518"/>
</branch>
<status status="PASS" start="2026-04-03T02:18:11.610445" elapsed="0.000633"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-03T02:18:11.611288" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-03T02:18:11.611207" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-03T02:18:11.611171" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-03T02:18:11.611494" 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>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:18:11.617275" elapsed="0.000811"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T02:18:11.618423" elapsed="0.000404"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T02:18:11.619127" elapsed="0.000231"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-03T02:18:11.612252" elapsed="0.007224"/>
</kw>
<msg time="2026-04-03T02:18:11.619844" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.139: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-04-03T02:08:04.918633" elapsed="606.701273"/>
</kw>
<status status="PASS" start="2026-04-03T02:08:04.918319" elapsed="606.701710"/>
</branch>
<status status="PASS" start="2026-04-03T02:08:04.917994" elapsed="606.702089"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.620854" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.139. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:09:10.634 16  switches: flows:  525959 523564 529524 529075 527304 529326 510760 514326 508501 511696 516763 516870 508082 504305 522301 519239  total = 138.293250 per ms 
02:10:10.735 16  switches: flows:  521279 517502 517781 518944 514705 521791 521962 516455 518929 514867 521311 521862 520434 511628 520364 523030  total = 138.147458 per ms 
02:11:10.837 16  switches: flows:  557034 552734 548626 552963 560413 554046 554291 549566 554251 561141 556449 553556 556077 559826 553485 550905  total = 147.673695 per ms 
02:12:10.938 16  switches: flows:  548938 550666 550758 554416 548853 544662 539675 552449 555639 549214 548557 545363 543151 547265 548333 549368  total = 146.043992 per ms 
02:13:11.039 16  switches: flows:  485913 485282 482669 485348 485369 484300 487894 481966 483408 485417 481916 483843 484554 483448 485611 479888  total = 128.897194 per ms 
02:14:11.154 16  switches: flows:  468640 469858 473812 475592 475403 468264 473429 474466 471093 472771 471814 475623 462973 471450 469644 469925  total = 125.506567 per ms 
02:15:11.285 16  switches: flows:  526794 514395 517396 519726 518338 516331 522007 517632 519671 522425 521007 520929 518778 519315 529491 520667  total = 138.448720 per ms 
02:16:11.386 16  switches: flows:  482028 487175 484838 485063 481365 482641 483438 488589 485137 479288 482929 482342 478361 486807 481175 482932  total = 128.684895 per ms 
02:17:11.488 16  switches: flows:  510482 513115 520181 513032 520137 521534 515945 510222 517353 515946 513351 518087 516431 514477 517596 510161  total = 137.237801 per ms 
02:18:11.589 16  switches: flows:  497450 499803 499693 492822 500184 501743 501265 500594 503376 502404 500684 504347 504395 499368 500356 502949  total = 133.298498 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125506.57/147673.69/135993.20/45904.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.620402" elapsed="0.000525"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-03T02:18:11.621081" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-03T02:18:11.621853" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-03T02:18:11.621942" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125506.57/147673.69/135993.20/45904.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-04-03T02:18:11.621618" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:18:11.622373" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125506.57/147673.69/135993.20/45904.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-04-03T02:18:11.622121" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.625051" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.622546" elapsed="0.002563"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.627494" level="INFO">125506.57/147673.69/135993.20/45904.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.625258" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:18:11.629958" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:18:11.627737" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:18:11.632498" level="INFO">@{result_value_list} = [ 125506.57 | 147673.69 | 135993.20 | 45904.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-04-03T02:18:11.630174" elapsed="0.002354"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.633035" level="INFO">Length is 4.</msg>
<msg time="2026-04-03T02:18:11.633130" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T02:18:11.632709" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.637911" level="INFO">min :: 125506.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.633559" elapsed="0.004410"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-03T02:18:11.633424" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.642795" level="INFO">max :: 147673.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.638221" elapsed="0.004632"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-03T02:18:11.638093" elapsed="0.004796"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.647728" level="INFO">avg :: 135993.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.643107" elapsed="0.004682"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-03T02:18:11.642977" elapsed="0.004848"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.652760" level="INFO">stdev :: 45904.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-04-03T02:18:11.648044" elapsed="0.004774"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-03T02:18:11.647913" elapsed="0.004940"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-03T02:18:11.633224" elapsed="0.019661"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.656787" level="INFO">${min} = 125506.57</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:18:11.653047" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.660762" level="INFO">${max} = 147673.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:18:11.656971" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.664690" level="INFO">${average} = 135993.20</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:18:11.660943" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.668591" level="INFO">${stdev} = 45904.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:18:11.664870" elapsed="0.003748"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.669146" level="INFO">${date} = 2026-04-03 02:18:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-03T02:18:11.668793" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.669740" level="INFO">CBench Result: 2026-04-03 02:18:11,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125506.57,147673.69,135993.20,45904.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-04-03T02:18:11.669319" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T02:18:11.670826" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-03T02:18:11.670402" elapsed="0.000490"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-03T02:18:11.671044" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-03T02:18:11.669935" elapsed="0.001627"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-03T02:08:04.916935" elapsed="606.754686"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.672135" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-03T02:18:11.671821" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-03T02:18:11.672735" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-04-03T02:18:11.672416" elapsed="0.000654"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-03T02:08:04.915272" elapsed="606.757837"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.674459" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.674077" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.675757" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-03T02:18:11.675395" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-03T02:18:11.676134" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-03T02:18:11.675913" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-03T02:18:11.679108" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-03T02:18:11.678857" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-03T02:18:11.678838" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-03T02:18:11.679504" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-03T02:18:11.679323" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.680262" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.139 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.137" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:18:11.679840" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T02:18:11.680876" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T02:18:11.680464" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T02:18:11.681960" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T02:18:11.682055" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T02:18:11.681485" elapsed="0.000595"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:18:11.682226" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T02:18:11.683430" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-04-03T02:18:12.274405" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 02:18:11 UTC 2026

  System load:  0.36               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr  3 02:08:05 2026 from 10.30.171.164
[?2004h[jenkins@releng-48317-678-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-03T02:18:11.683075" elapsed="0.591564"/>
</kw>
<msg time="2026-04-03T02:18:12.274761" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:18:11.682724" elapsed="0.592125"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-03T02:18:11.681108" elapsed="0.593869"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-03T02:18:12.275528" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.139 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-03T02:28:18.340869" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-03T02:28:18.341467" level="INFO">${stdout} = </msg>
<msg time="2026-04-03T02:28:18.341599" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-03T02:18:12.275214" elapsed="606.066479"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T02:28:18.342228" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.344234" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.139. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:19:17.415 16  switches: flows:  135600 135328 133563 135890 135540 135864 131515 138452 131424 127520 132316 128287 128898 133715 133338 135203  total = 35.540883 per ms 
02:20:17.516 16  switches: flows:  135855 139477 133522 138015 137882 135361 132146 131361 128421 130976 133077 131048 132814 135710 133521 135196  total = 35.679886 per ms 
02:21:17.616 16  switches: flows:  141536 142672 133770 141558 140248 135398 135323 134241 133240 134631 134850 132717 133891 137686 138050 136553  total = 36.378628 per ms 
02:22:17.717 16  switches: flows:  152412 154099 148075 152740 151253 148180 148529 146529 145687 144241 147128 143127 144779 147722 149530 146719  total = 39.446534 per ms 
02:23:17.817 16  switches: flows:  152031 154006 147357 153717 151859 145986 148054 147276 143062 144099 147059 144491 145165 149942 148013 147728  total = 39.431529 per ms 
02:24:17.918 16  switches: flows:  149720 152574 147509 147946 147871 147591 144796 144556 142915 144466 147133 141099 146001 147653 146152 144863  total = 38.982284 per ms 
02:25:18.018 16  switches: flows:  151647 155983 150201 152143 148418 149055 149627 147265 144531 147418 150228 145613 148418 150405 150424 149545  total = 39.782188 per ms 
02:26:18.119 16  switches: flows:  152023 153780 150251 152962 149468 150204 147496 147418 142964 145673 152600 145837 151048 148386 147589 147645  total = 39.689261 per ms 
02:27:18.219 16  switches: flows:  154194 156332 147235 150184 147900 149077 148226 147966 145179 146875 149346 149284 149588 149522 147663 149059  total = 39.727359 per ms 
02:28:18.319 16  switches: flows:  151047 154285 145494 148984 146287 148932 148267 146054 141611 145975 147630 148349 148072 148662 147325 147296  total = 39.338823 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35679.89/39782.19/38717.39/12988.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.343428" elapsed="0.001131"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-03T02:28:18.345114" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-04-03T02:28:18.344794" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-04-03T02:28:18.344733" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-03T02:28:18.345595" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-04-03T02:28:18.345480" elapsed="0.000260"/>
</branch>
<status status="NOT RUN" start="2026-04-03T02:28:18.345440" elapsed="0.000352"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-03T02:28:18.345867" elapsed="0.000084"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T02:28:18.351471" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-03T02:28:18.352193" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T02:28:18.352607" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-03T02:28:18.346680" elapsed="0.006184"/>
</kw>
<msg time="2026-04-03T02:28:18.353058" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-03T02:18:11.676540" elapsed="606.676558"/>
</kw>
<status status="PASS" start="2026-04-03T02:18:11.676217" elapsed="606.676952"/>
</branch>
<status status="PASS" start="2026-04-03T02:18:11.675892" elapsed="606.677311"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.354000" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.139:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.139. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:19:17.415 16  switches: flows:  135600 135328 133563 135890 135540 135864 131515 138452 131424 127520 132316 128287 128898 133715 133338 135203  total = 35.540883 per ms 
02:20:17.516 16  switches: flows:  135855 139477 133522 138015 137882 135361 132146 131361 128421 130976 133077 131048 132814 135710 133521 135196  total = 35.679886 per ms 
02:21:17.616 16  switches: flows:  141536 142672 133770 141558 140248 135398 135323 134241 133240 134631 134850 132717 133891 137686 138050 136553  total = 36.378628 per ms 
02:22:17.717 16  switches: flows:  152412 154099 148075 152740 151253 148180 148529 146529 145687 144241 147128 143127 144779 147722 149530 146719  total = 39.446534 per ms 
02:23:17.817 16  switches: flows:  152031 154006 147357 153717 151859 145986 148054 147276 143062 144099 147059 144491 145165 149942 148013 147728  total = 39.431529 per ms 
02:24:17.918 16  switches: flows:  149720 152574 147509 147946 147871 147591 144796 144556 142915 144466 147133 141099 146001 147653 146152 144863  total = 38.982284 per ms 
02:25:18.018 16  switches: flows:  151647 155983 150201 152143 148418 149055 149627 147265 144531 147418 150228 145613 148418 150405 150424 149545  total = 39.782188 per ms 
02:26:18.119 16  switches: flows:  152023 153780 150251 152962 149468 150204 147496 147418 142964 145673 152600 145837 151048 148386 147589 147645  total = 39.689261 per ms 
02:27:18.219 16  switches: flows:  154194 156332 147235 150184 147900 149077 148226 147966 145179 146875 149346 149284 149588 149522 147663 149059  total = 39.727359 per ms 
02:28:18.319 16  switches: flows:  151047 154285 145494 148984 146287 148932 148267 146054 141611 145975 147630 148349 148072 148662 147325 147296  total = 39.338823 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35679.89/39782.19/38717.39/12988.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.353443" elapsed="0.000694"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-03T02:28:18.354409" elapsed="0.000663"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-03T02:28:18.355621" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-03T02:28:18.355782" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35679.89/39782.19/38717.39/12988.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-03T02:28:18.355307" elapsed="0.000513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:28:18.356409" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35679.89/39782.19/38717.39/12988.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:28:18.356042" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.359577" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.356688" elapsed="0.002949"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.362231" level="INFO">35679.89/39782.19/38717.39/12988.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.359804" elapsed="0.002495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:28:18.364700" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:28:18.362457" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T02:28:18.367240" level="INFO">@{result_value_list} = [ 35679.89 | 39782.19 | 38717.39 | 12988.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-03T02:28:18.364927" elapsed="0.002342"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.367766" level="INFO">Length is 4.</msg>
<msg time="2026-04-03T02:28:18.367857" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-03T02:28:18.367429" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.372632" level="INFO">min :: 35679.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.368279" elapsed="0.004428"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-03T02:28:18.368146" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.377423" level="INFO">max :: 39782.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.372963" elapsed="0.004536"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-03T02:28:18.372834" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.382481" level="INFO">avg :: 38717.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.377838" elapsed="0.004703"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-03T02:28:18.377670" elapsed="0.004907"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.387455" level="INFO">stdev :: 12988.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.382822" elapsed="0.004692"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-03T02:28:18.382679" elapsed="0.004871"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-03T02:28:18.367951" elapsed="0.019630"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.391484" level="INFO">${min} = 35679.89</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:28:18.387759" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.395409" level="INFO">${max} = 39782.19</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:28:18.391691" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.399312" level="INFO">${average} = 38717.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:28:18.395592" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.403451" level="INFO">${stdev} = 12988.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T02:28:18.399500" elapsed="0.003989"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.404211" level="INFO">${date} = 2026-04-03 02:28:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-03T02:28:18.403733" elapsed="0.000514"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.405052" level="INFO">CBench Result: 2026-04-03 02:28:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35679.89,39782.19,38717.39,12988.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T02:28:18.404461" elapsed="0.000670"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T02:28:18.406638" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-03T02:28:18.406050" elapsed="0.000694"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-03T02:28:18.406897" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-03T02:28:18.405327" elapsed="0.002137"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-03T02:18:11.674846" elapsed="606.732679"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.408032" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-03T02:28:18.407706" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-03T02:28:18.409333" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-03T02:28:18.408845" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-03T02:28:18.409586" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-04-03T02:28:18.409438" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-03T02:28:18.409416" elapsed="0.000281"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.409845" elapsed="0.000039"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.410023" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.410185" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.410384" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.410542" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.410714" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.410867" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-03T02:28:18.411110" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-03T02:28:18.410953" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-04-03T02:28:18.410936" elapsed="0.000262"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-03T02:28:18.408489" elapsed="0.002769"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-03T02:18:11.673519" elapsed="606.737786"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-03T01:57:55.756889" elapsed="1822.655109"/>
</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>
