<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-24T05:21:51.788624" 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-07-24T05:21:52.361157" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:21:52.361020" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:52.360988" elapsed="0.000301"/>
</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-07-24T05:21:52.361435" elapsed="0.000525"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-24T05:21:52.362454" level="INFO">Logging into '10.30.171.228:8101' as 'karaf'.</msg>
<msg time="2026-07-24T05:21:53.073230" 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-07-24T05:21:52.362136" elapsed="0.711400"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-24T05:21:53.124873" 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-07-24T05:21:53.074001" elapsed="0.051027"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-24T05:21:53.127008" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-24T05:21:53.127130" 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-07-24T05:21:53.125348" elapsed="0.001814"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-24T05:21:53.127338" elapsed="0.000378"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:21:53.127882" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:21:53.128696" 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-07-24T05:21:53.128319" elapsed="0.000433"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T05:21:53.128807" 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.171.228
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-24T05:21:52.360632" elapsed="0.768370"/>
</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-07-24T05:21:52.357060" elapsed="0.772013"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T05:21:53.129700" 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-07-24T05:21:53.129297" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T05:21:53.130164" 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-07-24T05:21:53.129912" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-24T05:21:53.130824" 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-07-24T05:21:53.130417" elapsed="0.000435"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T05:21:53.131384" 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-07-24T05:21:53.131022" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-24T05:21:53.131967" 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-07-24T05:21:53.131575" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T05:21:53.132523" 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-07-24T05:21:53.132154" elapsed="0.000414"/>
</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-07-24T05:21:53.132883" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:21:53.132664" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:21:53.137406" 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-07-24T05:21:53.136950" elapsed="0.000483"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:21:53.138925" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T05:21:53.139014" 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-07-24T05:21:53.137996" elapsed="0.001044"/>
</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-07-24T05:21:53.139198" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T05:21:53.140691" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-07-24T05:21:53.850584" 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 Jul 24 05:21:53 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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-789-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-07-24T05:21:53.140121" elapsed="0.710635"/>
</kw>
<msg time="2026-07-24T05:21:53.850850" 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-07-24T05:21:53.139764" elapsed="0.711183"/>
</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-07-24T05:21:53.137645" elapsed="0.713432"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-24T05:21:53.858887" 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-07-24T05:21:53.851333" elapsed="0.009473"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:21:53.861192" elapsed="0.000603"/>
</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-07-24T05:21:53.136418" elapsed="0.725542"/>
</kw>
<status status="PASS" start="2026-07-24T05:21:53.133026" elapsed="0.729017"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:53.132634" elapsed="0.729477"/>
</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-07-24T05:21:53.862476" elapsed="0.001029"/>
</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-07-24T05:21:53.871626" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:21:53.871499" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:53.871471" elapsed="0.000238"/>
</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-07-24T05:21:53.875332" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:21:53.875198" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:53.875176" elapsed="0.000227"/>
</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-07-24T05:21:53.875535" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-24T05:21:53.876410" level="INFO">Logging into '10.30.171.228:8101' as 'karaf'.</msg>
<msg time="2026-07-24T05:21:54.116917" 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-07-24T05:21:53.876131" elapsed="0.240961"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.220572" 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-07-24T05:21:54.117386" elapsed="0.103365"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.232897" 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-07-24T05:21:54.233182" 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-07-24T05:21:54.221047" elapsed="0.012172"/>
</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-07-24T05:21:54.233390" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:21:54.233767" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:21:54.234522" 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-07-24T05:21:54.234151" elapsed="0.000427"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T05:21:54.234632" elapsed="0.000070"/>
</return>
<msg time="2026-07-24T05:21:54.234884" 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.171.228
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-24T05:21:53.874832" elapsed="0.360086"/>
</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-07-24T05:21:54.235085" elapsed="0.000622"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T05:21:54.235760" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-24T05:21:53.871161" elapsed="0.364736"/>
</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-07-24T05:21:54.239868" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:21:54.239720" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:54.239692" elapsed="0.000250"/>
</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-07-24T05:21:54.240078" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.240976" level="INFO">Logging into '10.30.171.228:8101' as 'karaf'.</msg>
<msg time="2026-07-24T05:21:54.436054" 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-07-24T05:21:54.240715" elapsed="0.195614"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.462545" 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-07-24T05:21:54.436746" elapsed="0.025870"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.464687" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-24T05:21:54.464819" 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-07-24T05:21:54.462808" elapsed="0.002043"/>
</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-07-24T05:21:54.465000" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:21:54.465390" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:21:54.466137" 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-07-24T05:21:54.465761" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-24T05:21:54.466274" elapsed="0.000077"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.228
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-24T05:21:54.239362" elapsed="0.227131"/>
</kw>
<status status="PASS" start="2026-07-24T05:21:52.354924" elapsed="2.111644"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:21:54.469143" 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-07-24T05:21:54.467838" elapsed="0.001581"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T05:21:54.471054" 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-07-24T05:21:54.470633" elapsed="0.000467"/>
</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-07-24T05:21:54.471468" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:21:54.471191" elapsed="0.000338"/>
</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-07-24T05:21:54.474812" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:21:54.474492" elapsed="0.000392"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:54.474467" elapsed="0.000451"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.475378" 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-07-24T05:21:54.475520" 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-07-24T05:21:54.475092" elapsed="0.000456"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:21:54.476137" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.29" 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-07-24T05:21:54.475689" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.476893" 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-07-24T05:21:54.476361" elapsed="0.000561"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:21:54.477904" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T05:21:54.478006" 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-07-24T05:21:54.477535" elapsed="0.000497"/>
</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-07-24T05:21:54.478182" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.479487" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-07-24T05:21:54.798881" 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 Jul 24 05:21:53 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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 Jul 24 05:21:53 2026 from 10.30.171.48
[?2004h[jenkins@releng-48317-789-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-07-24T05:21:54.479095" elapsed="0.320059"/>
</kw>
<msg time="2026-07-24T05:21:54.799283" 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-07-24T05:21:54.478711" elapsed="0.320691"/>
</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-07-24T05:21:54.477130" elapsed="0.322419"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-24T05:21:54.800194" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-24T05:32:00.958935" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-24T05:32:00.959614" level="INFO">${stdout} = </msg>
<msg time="2026-07-24T05:32:00.959762" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228: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-07-24T05:21:54.799833" elapsed="606.159998"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:32:00.960363" elapsed="0.000838"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.962481" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:23:00.038 16  switches: flows:  98915 100996 98258 97003 96193 94133 97397 96599 96740 91688 95236 94175 95051 93702 94914 91855  total = 25.547583 per ms 
05:24:00.140 16  switches: flows:  105960 108353 105374 106037 104683 105370 107212 106759 105361 99583 103048 104318 101985 103493 101744 102245  total = 27.812297 per ms 
05:25:00.241 16  switches: flows:  111861 115534 111930 110379 111405 110660 110707 111971 112113 105751 108736 110108 107706 107014 106797 106545  total = 29.271357 per ms 
05:26:00.342 16  switches: flows:  109763 114221 111039 111013 111505 111430 111039 112693 110776 106007 110547 110836 109325 109343 107558 107244  total = 29.356532 per ms 
05:27:00.444 16  switches: flows:  115020 116546 111177 112202 112364 110459 112473 111634 112411 107689 110181 110754 110432 109282 108503 107747  total = 29.598479 per ms 
05:28:00.544 16  switches: flows:  103966 105243 102334 101192 102469 103814 102811 102964 101380 97681 101395 100044 100773 101394 98945 99073  total = 27.046123 per ms 
05:29:00.646 16  switches: flows:  91239 91665 88397 89639 89526 89380 89273 89722 89231 84896 86814 87101 88131 87090 86831 86698  total = 23.554509 per ms 
05:30:00.747 16  switches: flows:  97799 97404 96549 96445 96220 96091 97625 98178 94916 90774 93191 94058 93488 94559 94242 94255  total = 25.387487 per ms 
05:31:00.848 16  switches: flows:  106816 108069 105268 104900 106690 105200 105839 104457 103766 98218 103830 103582 103399 101711 101788 101457  total = 27.703511 per ms 
05:32:00.949 16  switches: flows:  105846 109895 107822 107237 105418 106987 107658 106542 105563 99237 104944 103781 103117 101976 104320 101443  total = 27.983052 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23554.51/29598.48/27523.71/9363.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:32:00.961618" elapsed="0.001217"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-24T05:32:00.963485" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-07-24T05:32:00.963052" elapsed="0.000615"/>
</branch>
<status status="PASS" start="2026-07-24T05:32:00.962985" elapsed="0.000814"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-24T05:32:00.964044" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:32:00.963950" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-07-24T05:32:00.963910" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-24T05:32:00.964342" elapsed="0.000037"/>
</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-07-24T05:32:00.968124" elapsed="0.000522"/>
</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-07-24T05:32:00.968859" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:32:00.969329" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-24T05:32:00.964961" elapsed="0.004606"/>
</kw>
<msg time="2026-07-24T05:32:00.969754" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228: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-07-24T05:21:54.471904" elapsed="606.497889"/>
</kw>
<status status="PASS" start="2026-07-24T05:21:54.471561" elapsed="606.498302"/>
</branch>
<status status="PASS" start="2026-07-24T05:21:54.471163" elapsed="606.498735"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.970553" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:23:00.038 16  switches: flows:  98915 100996 98258 97003 96193 94133 97397 96599 96740 91688 95236 94175 95051 93702 94914 91855  total = 25.547583 per ms 
05:24:00.140 16  switches: flows:  105960 108353 105374 106037 104683 105370 107212 106759 105361 99583 103048 104318 101985 103493 101744 102245  total = 27.812297 per ms 
05:25:00.241 16  switches: flows:  111861 115534 111930 110379 111405 110660 110707 111971 112113 105751 108736 110108 107706 107014 106797 106545  total = 29.271357 per ms 
05:26:00.342 16  switches: flows:  109763 114221 111039 111013 111505 111430 111039 112693 110776 106007 110547 110836 109325 109343 107558 107244  total = 29.356532 per ms 
05:27:00.444 16  switches: flows:  115020 116546 111177 112202 112364 110459 112473 111634 112411 107689 110181 110754 110432 109282 108503 107747  total = 29.598479 per ms 
05:28:00.544 16  switches: flows:  103966 105243 102334 101192 102469 103814 102811 102964 101380 97681 101395 100044 100773 101394 98945 99073  total = 27.046123 per ms 
05:29:00.646 16  switches: flows:  91239 91665 88397 89639 89526 89380 89273 89722 89231 84896 86814 87101 88131 87090 86831 86698  total = 23.554509 per ms 
05:30:00.747 16  switches: flows:  97799 97404 96549 96445 96220 96091 97625 98178 94916 90774 93191 94058 93488 94559 94242 94255  total = 25.387487 per ms 
05:31:00.848 16  switches: flows:  106816 108069 105268 104900 106690 105200 105839 104457 103766 98218 103830 103582 103399 101711 101788 101457  total = 27.703511 per ms 
05:32:00.949 16  switches: flows:  105846 109895 107822 107237 105418 106987 107658 106542 105563 99237 104944 103781 103117 101976 104320 101443  total = 27.983052 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23554.51/29598.48/27523.71/9363.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:32:00.970096" elapsed="0.000562"/>
</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-07-24T05:32:00.970873" elapsed="0.000567"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-24T05:32:00.972031" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-24T05:32:00.972165" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23554.51/29598.48/27523.71/9363.91 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-07-24T05:32:00.971672" elapsed="0.000529"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:32:00.972831" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23554.51/29598.48/27523.71/9363.91 | 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-07-24T05:32:00.972454" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.976359" 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-07-24T05:32:00.973074" elapsed="0.003379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.978933" level="INFO">23554.51/29598.48/27523.71/9363.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:32:00.976669" elapsed="0.002323"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:32:00.981467" 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-07-24T05:32:00.979146" elapsed="0.002350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:32:00.983974" level="INFO">@{result_value_list} = [ 23554.51 | 29598.48 | 27523.71 | 9363.91 ]</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-07-24T05:32:00.981730" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.984509" level="INFO">Length is 4.</msg>
<msg time="2026-07-24T05:32:00.984618" 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-07-24T05:32:00.984158" elapsed="0.000485"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.989476" level="INFO">min :: 23554.51</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-07-24T05:32:00.985070" elapsed="0.004465"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-24T05:32:00.984936" elapsed="0.004636"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.994649" level="INFO">max :: 29598.48</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-07-24T05:32:00.989798" elapsed="0.004915"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-24T05:32:00.989666" elapsed="0.005085"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:00.999642" level="INFO">avg :: 27523.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:32:00.994996" elapsed="0.004745"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-24T05:32:00.994852" elapsed="0.004934"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.004394" level="INFO">stdev :: 9363.91</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-07-24T05:32:01.000012" elapsed="0.004443"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-24T05:32:00.999880" elapsed="0.004611"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-24T05:32:00.984719" elapsed="0.019806"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.009600" level="INFO">${min} = 23554.51</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-07-24T05:32:01.004693" elapsed="0.004950"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.015065" level="INFO">${max} = 29598.48</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-07-24T05:32:01.009906" elapsed="0.005189"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.019113" level="INFO">${average} = 27523.71</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-07-24T05:32:01.015275" elapsed="0.003866"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.023039" level="INFO">${stdev} = 9363.91</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-07-24T05:32:01.019314" elapsed="0.003752"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.023630" level="INFO">${date} = 2026-07-24 05:32:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-24T05:32:01.023232" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.024305" level="INFO">CBench Result: 2026-07-24 05:32:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23554.51,29598.48,27523.71,9363.91</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-07-24T05:32:01.023852" elapsed="0.000511"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T05:32:01.025825" 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-07-24T05:32:01.025100" elapsed="0.000810"/>
</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-07-24T05:32:01.026104" elapsed="0.000597"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-24T05:32:01.024538" elapsed="0.002247"/>
</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-07-24T05:21:54.469924" elapsed="606.556936"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.027472" 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-07-24T05:32:01.027065" elapsed="0.000476"/>
</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-07-24T05:32:01.028213" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-07-24T05:32:01.027840" elapsed="0.000799"/>
</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-07-24T05:21:54.466746" elapsed="606.561939"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.030628" 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-07-24T05:32:01.030046" elapsed="0.000662"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.032257" 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-07-24T05:32:01.031893" elapsed="0.000412"/>
</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-07-24T05:32:01.032709" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:32:01.032449" elapsed="0.000326"/>
</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-07-24T05:32:01.035831" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:32:01.035539" elapsed="0.000352"/>
</branch>
<status status="PASS" start="2026-07-24T05:32:01.035518" elapsed="0.000397"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:32:01.036348" 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-07-24T05:32:01.036478" 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-07-24T05:32:01.036092" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.037116" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.228 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.29" 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-07-24T05:32:01.036644" elapsed="0.000552"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:32:01.037839" 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-07-24T05:32:01.037360" elapsed="0.000508"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:32:01.038819" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T05:32:01.038913" 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-07-24T05:32:01.038481" elapsed="0.000458"/>
</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-07-24T05:32:01.039083" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T05:32:01.040416" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-07-24T05:32:01.653078" 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 Jul 24 05:32:01 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.171.29
  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 Jul 24 05:21:54 2026 from 10.30.171.48
[?2004h[jenkins@releng-48317-789-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-07-24T05:32:01.040032" elapsed="0.613263"/>
</kw>
<msg time="2026-07-24T05:32:01.653382" 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-07-24T05:32:01.039593" elapsed="0.613884"/>
</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-07-24T05:32:01.038074" elapsed="0.615518"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-24T05:32:01.654096" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.228 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-24T05:42:09.636151" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-24T05:42:09.636784" level="INFO">${stdout} = </msg>
<msg time="2026-07-24T05:42:09.636891" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.228: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-07-24T05:32:01.653804" elapsed="607.983154"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:42:09.637583" elapsed="0.000889"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.639650" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.228:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:33:06.993 16  switches: flows:  398020 410749 386429 345032 408729 382297 385737 401144 394856 383360 379613 375042 388918 368308 380065 375233  total = 102.725533 per ms 
05:34:07.095 16  switches: flows:  382294 389227 391217 397608 392724 385060 383612 402572 385734 403367 396763 385092 388216 397000 396513 383117  total = 104.159400 per ms 
05:35:07.196 16  switches: flows:  544531 524296 517172 525160 535152 529090 530959 524592 521038 519260 547163 521663 511280 524506 525780 523404  total = 140.180624 per ms 
05:36:07.300 16  switches: flows:  471145 466286 469486 469980 462800 495014 469051 458913 472942 464067 464684 468167 483984 366900 472748 474427  total = 123.630885 per ms 
05:37:07.402 16  switches: flows:  492908 483276 487877 478740 481712 485513 475642 476442 429973 474074 493890 479762 485355 487219 495402 494379  total = 128.153314 per ms 
05:38:07.504 16  switches: flows:  498114 479233 482132 475516 487394 488415 467827 489208 477196 482311 483595 494656 474423 482198 493062 487068  total = 128.819665 per ms 
05:39:07.606 16  switches: flows:  447163 434412 439493 451793 441315 441001 444257 440713 435545 444468 452682 443705 438737 454380 441458 448268  total = 118.124696 per ms 
05:40:09.431 16  switches: flows:  513394 496946 518767 510514 507093 500929 527828 515330 514363 511955 514471 512221 505279 520379 504406 507703  total = 132.336226 per ms 
05:41:09.533 16  switches: flows:  456692 441968 446409 366914 449699 445897 448143 449714 457849 446406 458363 461313 440658 447916 454707 445777  total = 118.441199 per ms 
05:42:09.634 16  switches: flows:  388579 389455 383819 373043 383477 382882 378023 374591 312367 351481 337381 369628 385564 386772 383716 391417  total = 99.369112 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 99369.11/140180.62/121468.35/42340.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:42:09.638840" elapsed="0.001124"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-24T05:42:09.640508" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-24T05:42:09.640151" elapsed="0.000513"/>
</branch>
<status status="PASS" start="2026-07-24T05:42:09.640096" elapsed="0.000625"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-24T05:42:09.640931" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:42:09.640847" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-24T05:42:09.640812" elapsed="0.005379"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-24T05:42:09.647187" elapsed="0.000477"/>
</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-07-24T05:42:09.651439" elapsed="0.000411"/>
</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-07-24T05:42:09.652004" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:42:09.652358" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-24T05:42:09.649076" elapsed="0.003448"/>
</kw>
<msg time="2026-07-24T05:42:09.652670" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.228: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-07-24T05:32:01.033129" elapsed="608.619570"/>
</kw>
<status status="PASS" start="2026-07-24T05:32:01.032804" elapsed="608.619946"/>
</branch>
<status status="PASS" start="2026-07-24T05:32:01.032423" elapsed="608.620354"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.653312" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.228:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:33:06.993 16  switches: flows:  398020 410749 386429 345032 408729 382297 385737 401144 394856 383360 379613 375042 388918 368308 380065 375233  total = 102.725533 per ms 
05:34:07.095 16  switches: flows:  382294 389227 391217 397608 392724 385060 383612 402572 385734 403367 396763 385092 388216 397000 396513 383117  total = 104.159400 per ms 
05:35:07.196 16  switches: flows:  544531 524296 517172 525160 535152 529090 530959 524592 521038 519260 547163 521663 511280 524506 525780 523404  total = 140.180624 per ms 
05:36:07.300 16  switches: flows:  471145 466286 469486 469980 462800 495014 469051 458913 472942 464067 464684 468167 483984 366900 472748 474427  total = 123.630885 per ms 
05:37:07.402 16  switches: flows:  492908 483276 487877 478740 481712 485513 475642 476442 429973 474074 493890 479762 485355 487219 495402 494379  total = 128.153314 per ms 
05:38:07.504 16  switches: flows:  498114 479233 482132 475516 487394 488415 467827 489208 477196 482311 483595 494656 474423 482198 493062 487068  total = 128.819665 per ms 
05:39:07.606 16  switches: flows:  447163 434412 439493 451793 441315 441001 444257 440713 435545 444468 452682 443705 438737 454380 441458 448268  total = 118.124696 per ms 
05:40:09.431 16  switches: flows:  513394 496946 518767 510514 507093 500929 527828 515330 514363 511955 514471 512221 505279 520379 504406 507703  total = 132.336226 per ms 
05:41:09.533 16  switches: flows:  456692 441968 446409 366914 449699 445897 448143 449714 457849 446406 458363 461313 440658 447916 454707 445777  total = 118.441199 per ms 
05:42:09.634 16  switches: flows:  388579 389455 383819 373043 383477 382882 378023 374591 312367 351481 337381 369628 385564 386772 383716 391417  total = 99.369112 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 99369.11/140180.62/121468.35/42340.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:42:09.652937" elapsed="0.000453"/>
</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-07-24T05:42:09.653537" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-24T05:42:09.654308" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-24T05:42:09.654399" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 99369.11/140180.62/121468.35/42340.61 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-07-24T05:42:09.654069" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:42:09.654825" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 99369.11/140180.62/121468.35/42340.61 | 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-07-24T05:42:09.654574" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.657289" 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-07-24T05:42:09.654993" elapsed="0.002354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.659688" level="INFO">99369.11/140180.62/121468.35/42340.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:42:09.657492" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:42:09.662101" 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-07-24T05:42:09.659890" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:42:09.664576" level="INFO">@{result_value_list} = [ 99369.11 | 140180.62 | 121468.35 | 42340.61 ]</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-07-24T05:42:09.662376" elapsed="0.002228"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.665070" level="INFO">Length is 4.</msg>
<msg time="2026-07-24T05:42:09.665159" 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-07-24T05:42:09.664755" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.670092" level="INFO">min :: 99369.11</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-07-24T05:42:09.665593" elapsed="0.004557"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-24T05:42:09.665464" elapsed="0.004721"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.674709" level="INFO">max :: 140180.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-07-24T05:42:09.670428" elapsed="0.004337"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-24T05:42:09.670299" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.679298" level="INFO">avg :: 121468.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:42:09.675013" elapsed="0.004342"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-24T05:42:09.674887" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.683897" level="INFO">stdev :: 42340.61</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-07-24T05:42:09.679604" elapsed="0.004349"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-24T05:42:09.679476" elapsed="0.004511"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-24T05:42:09.665264" elapsed="0.018755"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.688254" level="INFO">${min} = 99369.11</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-07-24T05:42:09.684178" elapsed="0.004107"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.692257" level="INFO">${max} = 140180.62</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-07-24T05:42:09.688446" elapsed="0.003841"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.696183" level="INFO">${average} = 121468.35</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-07-24T05:42:09.692449" elapsed="0.003762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.700092" level="INFO">${stdev} = 42340.61</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-07-24T05:42:09.696377" elapsed="0.003742"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.700658" level="INFO">${date} = 2026-07-24 05:42:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-24T05:42:09.700299" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.701288" level="INFO">CBench Result: 2026-07-24 05:42:09,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,99369.11,140180.62,121468.35,42340.61</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-07-24T05:42:09.700832" elapsed="0.000515"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T05:42:09.702450" 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-07-24T05:42:09.701985" elapsed="0.000531"/>
</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-07-24T05:42:09.702667" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-24T05:42:09.701503" elapsed="0.001695"/>
</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-07-24T05:32:01.031170" elapsed="608.672107"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.703763" 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-07-24T05:42:09.703444" elapsed="0.000375"/>
</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-07-24T05:42:09.704346" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-07-24T05:42:09.704029" elapsed="0.000656"/>
</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-07-24T05:32:01.029232" elapsed="608.675491"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.706512" 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-07-24T05:42:09.706108" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.708097" 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-07-24T05:42:09.707451" elapsed="0.000694"/>
</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-07-24T05:42:09.708765" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:42:09.708349" elapsed="0.000478"/>
</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-07-24T05:42:09.711883" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:42:09.711633" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-07-24T05:42:09.711614" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:42:09.712306" 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-07-24T05:42:09.712425" 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-07-24T05:42:09.712095" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.713004" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.29" 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-07-24T05:42:09.712583" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-24T05:42:09.713627" 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-07-24T05:42:09.713216" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:42:09.714552" level="INFO">Length is 0.</msg>
<msg time="2026-07-24T05:42:09.714640" 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-07-24T05:42:09.714223" elapsed="0.000441"/>
</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-07-24T05:42:09.714803" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-24T05:42:09.715982" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-07-24T05:42:10.324574" 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 Jul 24 05:42:09 UTC 2026

  System load:  0.25               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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 Jul 24 05:32:01 2026 from 10.30.171.48
[?2004h[jenkins@releng-48317-789-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-07-24T05:42:09.715628" elapsed="0.609170"/>
</kw>
<msg time="2026-07-24T05:42:10.324898" 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-07-24T05:42:09.715287" elapsed="0.609694"/>
</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-07-24T05:42:09.713852" elapsed="0.611252"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-24T05:42:10.325704" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-24T05:52:16.605888" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-24T05:52:16.606543" level="INFO">${stdout} = </msg>
<msg time="2026-07-24T05:52:16.606665" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228: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-07-24T05:42:10.325357" elapsed="606.281388"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:52:16.607381" elapsed="0.000800"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.609621" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:43:15.696 16  switches: flows:  103558 102678 102001 101663 100234 101215 101527 100623 103231 102055 100128 101680 100735 99506 100642 99895  total = 27.022850 per ms 
05:44:15.797 16  switches: flows:  104598 103093 104652 103258 103366 105146 103453 103274 105099 104683 102131 105604 103410 102200 104782 101996  total = 27.632915 per ms 
05:45:15.897 16  switches: flows:  108744 107306 110059 106532 109108 108245 108993 107140 107476 109399 106848 108910 108620 104452 109196 107376  total = 28.758664 per ms 
05:46:15.998 16  switches: flows:  115594 114482 115992 112927 114127 114785 114596 113569 116062 115702 112499 116099 113513 111081 115127 114119  total = 30.453744 per ms 
05:47:16.098 16  switches: flows:  117659 116232 118068 117159 117877 118902 118297 115775 118195 118731 116127 119091 116390 114321 118315 116072  total = 31.234658 per ms 
05:48:16.198 16  switches: flows:  111072 109432 108751 108319 107066 108926 109144 108546 108692 108142 107165 108366 108767 106575 106965 106549  total = 28.826423 per ms 
05:49:16.299 16  switches: flows:  118595 117283 116692 119014 115242 115369 119280 116083 115754 117040 115936 115962 115363 114037 115801 113686  total = 30.967231 per ms 
05:50:16.399 16  switches: flows:  113974 110377 109932 113432 108677 108400 111675 110230 109176 109882 107844 108453 108869 108275 106759 107863  total = 29.181519 per ms 
05:51:16.499 16  switches: flows:  117457 113140 113214 116458 111930 112760 115951 114665 113235 113580 110647 111850 111559 113587 110696 111312  total = 30.150244 per ms 
05:52:16.600 16  switches: flows:  117964 114208 113351 116884 113151 113155 116764 114296 113619 115049 112246 112751 112088 113111 110829 111565  total = 30.299901 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27632.91/31234.66/29722.81/9970.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:52:16.608681" elapsed="0.001305"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-24T05:52:16.610580" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-07-24T05:52:16.610192" elapsed="0.000586"/>
</branch>
<status status="PASS" start="2026-07-24T05:52:16.610123" elapsed="0.000720"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-24T05:52:16.611072" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-24T05:52:16.610987" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-07-24T05:52:16.610949" elapsed="0.000348"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-24T05:52:16.611373" elapsed="0.000042"/>
</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-07-24T05:52:16.617923" elapsed="0.000380"/>
</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-07-24T05:52:16.618483" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-24T05:52:16.618836" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-24T05:52:16.612222" elapsed="0.006790"/>
</kw>
<msg time="2026-07-24T05:52:16.619146" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228: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-07-24T05:42:09.709201" elapsed="606.909972"/>
</kw>
<status status="PASS" start="2026-07-24T05:42:09.708853" elapsed="606.910371"/>
</branch>
<status status="PASS" start="2026-07-24T05:42:09.708269" elapsed="606.910994"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.619732" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.228:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:43:15.696 16  switches: flows:  103558 102678 102001 101663 100234 101215 101527 100623 103231 102055 100128 101680 100735 99506 100642 99895  total = 27.022850 per ms 
05:44:15.797 16  switches: flows:  104598 103093 104652 103258 103366 105146 103453 103274 105099 104683 102131 105604 103410 102200 104782 101996  total = 27.632915 per ms 
05:45:15.897 16  switches: flows:  108744 107306 110059 106532 109108 108245 108993 107140 107476 109399 106848 108910 108620 104452 109196 107376  total = 28.758664 per ms 
05:46:15.998 16  switches: flows:  115594 114482 115992 112927 114127 114785 114596 113569 116062 115702 112499 116099 113513 111081 115127 114119  total = 30.453744 per ms 
05:47:16.098 16  switches: flows:  117659 116232 118068 117159 117877 118902 118297 115775 118195 118731 116127 119091 116390 114321 118315 116072  total = 31.234658 per ms 
05:48:16.198 16  switches: flows:  111072 109432 108751 108319 107066 108926 109144 108546 108692 108142 107165 108366 108767 106575 106965 106549  total = 28.826423 per ms 
05:49:16.299 16  switches: flows:  118595 117283 116692 119014 115242 115369 119280 116083 115754 117040 115936 115962 115363 114037 115801 113686  total = 30.967231 per ms 
05:50:16.399 16  switches: flows:  113974 110377 109932 113432 108677 108400 111675 110230 109176 109882 107844 108453 108869 108275 106759 107863  total = 29.181519 per ms 
05:51:16.499 16  switches: flows:  117457 113140 113214 116458 111930 112760 115951 114665 113235 113580 110647 111850 111559 113587 110696 111312  total = 30.150244 per ms 
05:52:16.600 16  switches: flows:  117964 114208 113351 116884 113151 113155 116764 114296 113619 115049 112246 112751 112088 113111 110829 111565  total = 30.299901 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27632.91/31234.66/29722.81/9970.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:52:16.619409" elapsed="0.000400"/>
</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-07-24T05:52:16.619974" elapsed="0.000422"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-24T05:52:16.620862" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-24T05:52:16.620960" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27632.91/31234.66/29722.81/9970.64 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-07-24T05:52:16.620603" elapsed="0.000389"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:52:16.621464" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27632.91/31234.66/29722.81/9970.64 | 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-07-24T05:52:16.621160" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.624120" 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-07-24T05:52:16.621649" elapsed="0.002530"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.627000" level="INFO">27632.91/31234.66/29722.81/9970.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:52:16.624354" elapsed="0.002707"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:52:16.629646" 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-07-24T05:52:16.627229" elapsed="0.002446"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-24T05:52:16.632437" level="INFO">@{result_value_list} = [ 27632.91 | 31234.66 | 29722.81 | 9970.64 ]</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-07-24T05:52:16.629879" elapsed="0.002590"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.633065" level="INFO">Length is 4.</msg>
<msg time="2026-07-24T05:52:16.633158" 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-07-24T05:52:16.632700" elapsed="0.000482"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.638128" level="INFO">min :: 27632.91</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-07-24T05:52:16.633624" elapsed="0.004564"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-24T05:52:16.633488" elapsed="0.004736"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.643036" level="INFO">max :: 31234.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-24T05:52:16.638466" elapsed="0.004634"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-24T05:52:16.638332" elapsed="0.004816"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.648085" level="INFO">avg :: 29722.81</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-07-24T05:52:16.643425" elapsed="0.004719"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-24T05:52:16.643279" elapsed="0.004902"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.652926" level="INFO">stdev :: 9970.64</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-07-24T05:52:16.648431" elapsed="0.004555"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-24T05:52:16.648298" elapsed="0.004723"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-24T05:52:16.633267" elapsed="0.019785"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.657177" level="INFO">${min} = 27632.91</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-07-24T05:52:16.653224" elapsed="0.003982"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.661121" level="INFO">${max} = 31234.66</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-24T05:52:16.657382" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.665856" level="INFO">${average} = 29722.81</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-07-24T05:52:16.661329" elapsed="0.004568"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.670842" level="INFO">${stdev} = 9970.64</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-07-24T05:52:16.666131" elapsed="0.004740"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.671420" level="INFO">${date} = 2026-07-24 05:52:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-24T05:52:16.671037" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.672016" level="INFO">CBench Result: 2026-07-24 05:52:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27632.91,31234.66,29722.81,9970.64</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-07-24T05:52:16.671594" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-24T05:52:16.673261" 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-07-24T05:52:16.672765" elapsed="0.000570"/>
</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-07-24T05:52:16.673487" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-24T05:52:16.672229" elapsed="0.001800"/>
</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-07-24T05:42:09.706886" elapsed="606.967206"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.674605" 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-07-24T05:52:16.674277" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-24T05:52:16.675917" 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-07-24T05:52:16.675412" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-24T05:52:16.676189" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-24T05:52:16.676030" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-07-24T05:52:16.676007" elapsed="0.000295"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-24T05:52:16.676470" elapsed="0.000023"/>
</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-07-24T05:52:16.676630" 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-07-24T05:52:16.676796" elapsed="0.000021"/>
</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-07-24T05:52:16.676998" elapsed="0.000022"/>
</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-07-24T05:52:16.677152" 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-07-24T05:52:16.677320" elapsed="0.000024"/>
</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-07-24T05:52:16.677472" elapsed="0.000027"/>
</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-07-24T05:52:16.677709" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-24T05:52:16.677567" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-24T05:52:16.677550" elapsed="0.000236"/>
</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-07-24T05:52:16.675044" elapsed="0.002795"/>
</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-07-24T05:42:09.705510" elapsed="606.972378"/>
</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-07-24T05:21:51.790151" elapsed="1824.888291"/>
</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>
