<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-28T02:55:16.481950" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-06-28T02:55:17.045460" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-28T02:55:17.045329" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:17.045300" elapsed="0.000256"/>
</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-06-28T02:55:17.045697" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T02:55:17.046720" level="INFO">Logging into '10.30.170.170:8101' as 'karaf'.</msg>
<msg time="2026-06-28T02:55:17.957947" 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-06-28T02:55:17.046421" elapsed="0.911756"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T02:55:18.006034" 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-06-28T02:55:17.958518" elapsed="0.047596"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T02:55:18.007818" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T02:55:18.007933" 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-06-28T02:55:18.006282" elapsed="0.001682"/>
</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-06-28T02:55:18.008123" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:55:18.008486" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:55:18.009262" 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-06-28T02:55:18.008914" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T02:55:18.009374" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.170
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-28T02:55:17.044956" elapsed="0.964602"/>
</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-06-28T02:55:17.041431" elapsed="0.968193"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T02:55:18.010215" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-06-28T02:55:18.009837" elapsed="0.000438"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T02:55:18.010690" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-06-28T02:55:18.010432" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T02:55:18.011420" 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-06-28T02:55:18.010965" elapsed="0.000493"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T02:55:18.012025" 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-06-28T02:55:18.011636" elapsed="0.000434"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T02:55:18.012641" 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-06-28T02:55:18.012219" elapsed="0.000450"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T02:55:18.013185" 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-06-28T02:55:18.012860" elapsed="0.000369"/>
</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-06-28T02:55:18.013531" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T02:55:18.013315" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T02:55:18.018144" 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-06-28T02:55:18.017694" elapsed="0.000479"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T02:55:18.019213" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T02:55:18.019297" 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-06-28T02:55:18.018732" elapsed="0.000590"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T02:55:18.019466" elapsed="0.000373"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T02:55:18.020915" level="INFO">Logging into '10.30.171.20:22' as 'jenkins'.</msg>
<msg time="2026-06-28T02:55:18.786121" 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 Sun Jun 28 02:55:18 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.20
  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-00446-9-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-06-28T02:55:18.020383" elapsed="0.765903"/>
</kw>
<msg time="2026-06-28T02:55:18.786386" 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-06-28T02:55:18.019999" elapsed="0.766482"/>
</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-06-28T02:55:18.018383" elapsed="0.768217"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-28T02:55:18.796823" 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-06-28T02:55:18.786833" elapsed="0.011847"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:55:18.799109" elapsed="0.000564"/>
</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-06-28T02:55:18.017168" elapsed="0.782670"/>
</kw>
<status status="PASS" start="2026-06-28T02:55:18.013771" elapsed="0.786152"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:18.013291" elapsed="0.786695"/>
</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-06-28T02:55:18.800354" elapsed="0.001006"/>
</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-06-28T02:55:18.810009" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-28T02:55:18.809886" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:18.809862" elapsed="0.000225"/>
</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-06-28T02:55:18.813609" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-28T02:55:18.813496" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:18.813476" elapsed="0.000201"/>
</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-06-28T02:55:18.813821" elapsed="0.000433"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T02:55:18.814659" level="INFO">Logging into '10.30.170.170:8101' as 'karaf'.</msg>
<msg time="2026-06-28T02:55:19.055658" 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-06-28T02:55:18.814400" elapsed="0.241456"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.147731" 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-06-28T02:55:19.056123" elapsed="0.091776"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.157043" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-28T02:55:19.157279" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-28T02:55:19.148139" elapsed="0.009172"/>
</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-06-28T02:55:19.157456" elapsed="0.000271"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:55:19.157893" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:55:19.158578" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-06-28T02:55:19.158264" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T02:55:19.158684" elapsed="0.000051"/>
</return>
<msg time="2026-06-28T02:55:19.158908" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.170
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-28T02:55:18.813139" elapsed="0.345801"/>
</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-06-28T02:55:19.159091" elapsed="0.000499"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T02:55:19.159679" 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-06-28T02:55:18.809558" elapsed="0.350273"/>
</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-06-28T02:55:19.163512" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-28T02:55:19.163376" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:19.163353" elapsed="0.000230"/>
</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-06-28T02:55:19.163712" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.164569" level="INFO">Logging into '10.30.170.170:8101' as 'karaf'.</msg>
<msg time="2026-06-28T02:55:19.367119" 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-06-28T02:55:19.164312" elapsed="0.202976"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.391435" 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-06-28T02:55:19.367553" elapsed="0.024056"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.394345" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T02:55:19.394494" 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-06-28T02:55:19.391968" elapsed="0.002568"/>
</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-06-28T02:55:19.394732" elapsed="0.000369"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:55:19.395308" elapsed="0.000263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:55:19.396223" 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-06-28T02:55:19.395761" elapsed="0.000534"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T02:55:19.396367" elapsed="0.000068"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.170
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-28T02:55:19.163051" elapsed="0.233592"/>
</kw>
<status status="PASS" start="2026-06-28T02:55:17.039713" elapsed="2.357019"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:55:19.399686" 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-06-28T02:55:19.398177" elapsed="0.001629"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T02:55:19.401960" 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-06-28T02:55:19.401420" elapsed="0.000602"/>
</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-06-28T02:55:19.402461" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-28T02:55:19.402133" elapsed="0.000409"/>
</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-06-28T02:55:19.406717" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-28T02:55:19.406366" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:19.406338" elapsed="0.000518"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.407331" 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-06-28T02:55:19.407502" 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-06-28T02:55:19.407043" elapsed="0.000496"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:55:19.408389" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.20" 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-06-28T02:55:19.407728" elapsed="0.000744"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.409401" 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-06-28T02:55:19.408666" elapsed="0.000773"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T02:55:19.410555" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T02:55:19.410646" 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-06-28T02:55:19.410217" elapsed="0.000453"/>
</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-06-28T02:55:19.410829" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.412047" level="INFO">Logging into '10.30.171.20:22' as 'jenkins'.</msg>
<msg time="2026-06-28T02:55:19.775736" 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 Sun Jun 28 02:55:18 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.20
  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: Sun Jun 28 02:55:18 2026 from 10.30.170.105
[?2004h[jenkins@releng-00446-9-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-06-28T02:55:19.411665" elapsed="0.364298"/>
</kw>
<msg time="2026-06-28T02:55:19.776058" 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-06-28T02:55:19.411320" elapsed="0.364842"/>
</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-06-28T02:55:19.409721" elapsed="0.366571"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T02:55:19.776856" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T03:05:25.894244" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T03:05:25.894876" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T03:05:25.894945" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170: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-06-28T02:55:19.776519" elapsed="606.118463"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T03:05:25.895326" elapsed="0.001013"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.897080" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:24.989 16  switches: flows:  110067 112082 111198 109323 113284 111575 110619 112237 111966 112290 111171 109207 109917 113108 111029 111518  total = 29.676517 per ms 
02:57:25.092 16  switches: flows:  117661 116838 118861 117604 119467 118519 118058 116196 118104 118487 118180 114249 115302 119157 117238 116779  total = 31.292643 per ms 
02:58:25.192 16  switches: flows:  115141 114905 115362 113951 117545 115504 115288 114316 114275 115183 113993 113458 111515 114002 113699 114847  total = 30.498814 per ms 
02:59:25.293 16  switches: flows:  118745 117680 118486 117410 119834 118035 116601 116455 116689 116613 117073 116210 112828 117173 116500 116096  total = 31.154950 per ms 
03:00:25.393 16  switches: flows:  119051 117957 116044 116123 117849 116611 118474 116019 115311 115463 115051 111667 114282 114798 115768 114234  total = 30.860153 per ms 
03:01:25.494 16  switches: flows:  119513 119710 117528 119201 116077 118578 118778 115522 114986 113601 116117 112939 114317 116562 114093 113696  total = 30.968570 per ms 
03:02:25.594 16  switches: flows:  122203 122086 119929 122696 118360 120446 120823 118816 117048 115784 118380 115209 117231 117271 114867 117994  total = 31.599634 per ms 
03:03:25.694 16  switches: flows:  122818 123807 122948 124962 122500 124224 123419 118873 118808 118194 121162 118384 119409 119532 117180 117717  total = 32.178533 per ms 
03:04:25.794 16  switches: flows:  120279 121819 120484 118902 119873 118768 119369 117667 117118 116995 115884 116800 115817 117546 114446 116381  total = 31.416641 per ms 
03:05:25.895 16  switches: flows:  122579 122701 120972 118554 122341 120717 121644 119118 118931 116474 117279 118187 116472 116540 115553 117326  total = 31.703532 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30498.81/32178.53/31297.05/10443.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:05:25.896577" elapsed="0.001175"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T03:05:25.898114" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-28T03:05:25.897902" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-06-28T03:05:25.897864" elapsed="0.000408"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T03:05:25.898409" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-28T03:05:25.898357" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-28T03:05:25.898335" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T03:05:25.898542" elapsed="0.000019"/>
</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-06-28T03:05:25.902066" elapsed="0.000493"/>
</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-06-28T03:05:25.902803" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T03:05:25.903110" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T03:05:25.899013" elapsed="0.004248"/>
</kw>
<msg time="2026-06-28T03:05:25.903389" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170: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-06-28T02:55:19.403046" elapsed="606.500369"/>
</kw>
<status status="PASS" start="2026-06-28T02:55:19.402581" elapsed="606.500884"/>
</branch>
<status status="PASS" start="2026-06-28T02:55:19.402102" elapsed="606.501385"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.903931" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:24.989 16  switches: flows:  110067 112082 111198 109323 113284 111575 110619 112237 111966 112290 111171 109207 109917 113108 111029 111518  total = 29.676517 per ms 
02:57:25.092 16  switches: flows:  117661 116838 118861 117604 119467 118519 118058 116196 118104 118487 118180 114249 115302 119157 117238 116779  total = 31.292643 per ms 
02:58:25.192 16  switches: flows:  115141 114905 115362 113951 117545 115504 115288 114316 114275 115183 113993 113458 111515 114002 113699 114847  total = 30.498814 per ms 
02:59:25.293 16  switches: flows:  118745 117680 118486 117410 119834 118035 116601 116455 116689 116613 117073 116210 112828 117173 116500 116096  total = 31.154950 per ms 
03:00:25.393 16  switches: flows:  119051 117957 116044 116123 117849 116611 118474 116019 115311 115463 115051 111667 114282 114798 115768 114234  total = 30.860153 per ms 
03:01:25.494 16  switches: flows:  119513 119710 117528 119201 116077 118578 118778 115522 114986 113601 116117 112939 114317 116562 114093 113696  total = 30.968570 per ms 
03:02:25.594 16  switches: flows:  122203 122086 119929 122696 118360 120446 120823 118816 117048 115784 118380 115209 117231 117271 114867 117994  total = 31.599634 per ms 
03:03:25.694 16  switches: flows:  122818 123807 122948 124962 122500 124224 123419 118873 118808 118194 121162 118384 119409 119532 117180 117717  total = 32.178533 per ms 
03:04:25.794 16  switches: flows:  120279 121819 120484 118902 119873 118768 119369 117667 117118 116995 115884 116800 115817 117546 114446 116381  total = 31.416641 per ms 
03:05:25.895 16  switches: flows:  122579 122701 120972 118554 122341 120717 121644 119118 118931 116474 117279 118187 116472 116540 115553 117326  total = 31.703532 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30498.81/32178.53/31297.05/10443.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:05:25.903625" elapsed="0.000379"/>
</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-06-28T03:05:25.904149" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T03:05:25.904926" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T03:05:25.905018" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30498.81/32178.53/31297.05/10443.02 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-06-28T03:05:25.904676" elapsed="0.000368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:05:25.905452" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30498.81/32178.53/31297.05/10443.02 | 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-06-28T03:05:25.905196" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.907856" 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-06-28T03:05:25.905622" elapsed="0.002291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.910254" level="INFO">30498.81/32178.53/31297.05/10443.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:05:25.908059" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:05:25.912619" 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-06-28T03:05:25.910458" elapsed="0.002188"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:05:25.915062" level="INFO">@{result_value_list} = [ 30498.81 | 32178.53 | 31297.05 | 10443.02 ]</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-06-28T03:05:25.912856" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.915545" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T03:05:25.915638" 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-06-28T03:05:25.915242" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.920316" level="INFO">min :: 30498.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-06-28T03:05:25.916070" elapsed="0.004302"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T03:05:25.915941" elapsed="0.004466"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.924867" level="INFO">max :: 32178.53</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-06-28T03:05:25.920621" elapsed="0.004301"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T03:05:25.920497" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.929463" level="INFO">avg :: 31297.05</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-06-28T03:05:25.925171" elapsed="0.004349"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T03:05:25.925045" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.934146" level="INFO">stdev :: 10443.02</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-06-28T03:05:25.929776" elapsed="0.004431"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T03:05:25.929646" elapsed="0.004595"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T03:05:25.915731" elapsed="0.018544"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.938278" level="INFO">${min} = 30498.81</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-06-28T03:05:25.934432" elapsed="0.003875"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.942570" level="INFO">${max} = 32178.53</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-06-28T03:05:25.938459" elapsed="0.004138"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.946437" level="INFO">${average} = 31297.05</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-06-28T03:05:25.942749" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.950299" level="INFO">${stdev} = 10443.02</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-06-28T03:05:25.946615" elapsed="0.003710"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.950852" level="INFO">${date} = 2026-06-28 03:05:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T03:05:25.950486" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.951426" level="INFO">CBench Result: 2026-06-28 03:05:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30498.81,32178.53,31297.05,10443.02</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-06-28T03:05:25.951024" elapsed="0.000456"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T03:05:25.952511" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-06-28T03:05:25.952106" elapsed="0.000471"/>
</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-06-28T03:05:25.952725" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T03:05:25.951617" elapsed="0.001640"/>
</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-06-28T02:55:19.400400" elapsed="606.552916"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.953775" 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-06-28T03:05:25.953463" elapsed="0.000383"/>
</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-06-28T03:05:25.954367" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-06-28T03:05:25.954058" elapsed="0.000642"/>
</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-06-28T02:55:19.397015" elapsed="606.557724"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.956257" 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-06-28T03:05:25.955628" elapsed="0.000687"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.957560" 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-06-28T03:05:25.957229" elapsed="0.000374"/>
</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-06-28T03:05:25.957948" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T03:05:25.957708" elapsed="0.000299"/>
</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-06-28T03:05:25.961060" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-28T03:05:25.960801" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-06-28T03:05:25.960761" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T03:05:25.961468" 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-06-28T03:05:25.961588" 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-06-28T03:05:25.961277" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.962194" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.170 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.20" 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-06-28T03:05:25.961747" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T03:05:25.962798" 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-06-28T03:05:25.962389" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T03:05:25.963692" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T03:05:25.963795" 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-06-28T03:05:25.963392" elapsed="0.000429"/>
</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-06-28T03:05:25.963961" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T03:05:25.965132" level="INFO">Logging into '10.30.171.20:22' as 'jenkins'.</msg>
<msg time="2026-06-28T03:05:26.561732" 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 Sun Jun 28 03:05:26 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.20
  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: Sun Jun 28 02:55:19 2026 from 10.30.170.105
[?2004h[jenkins@releng-00446-9-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-06-28T03:05:25.964768" elapsed="0.597300"/>
</kw>
<msg time="2026-06-28T03:05:26.562279" 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-06-28T03:05:25.964429" elapsed="0.598017"/>
</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-06-28T03:05:25.963024" elapsed="0.599645"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T03:05:26.563642" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.170 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T03:15:32.632521" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T03:15:32.633100" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T03:15:32.633206" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.170: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-06-28T03:05:26.563096" elapsed="606.070167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T03:15:32.633731" elapsed="0.000711"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.635657" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:31.710 16  switches: flows:  586418 584801 587670 570430 578805 578396 594878 573579 576335 570207 568634 593432 588808 584302 574155 584292  total = 154.919033 per ms 
03:07:31.811 16  switches: flows:  596057 594296 584101 587567 490895 581895 589386 588248 564449 571942 580713 590742 594928 578305 581660 594375  total = 154.232483 per ms 
03:08:31.913 16  switches: flows:  635726 638993 636768 636302 639356 639130 642718 628841 634488 643650 635564 636499 634446 636384 641605 633310  total = 169.609902 per ms 
03:09:32.014 16  switches: flows:  681696 685177 674251 677846 678070 677933 668720 674738 675346 672358 668543 685203 687597 674877 684670 678795  total = 180.460061 per ms 
03:10:32.116 16  switches: flows:  648168 653931 650458 651361 638434 648767 647632 652267 645858 655449 646414 647584 648834 658590 646685 651431  total = 172.905731 per ms 
03:11:32.217 16  switches: flows:  656669 662914 649555 660714 672595 658723 666054 668775 661298 664048 666196 658169 658433 666963 657957 663511  total = 176.245653 per ms 
03:12:32.319 16  switches: flows:  602504 640528 664837 641393 536236 594790 609973 697072 525359 625318 685022 600670 624024 646911 643643 636685  total = 165.969774 per ms 
03:13:32.422 16  switches: flows:  575560 593699 580827 594230 575569 587021 580819 566698 593349 571450 591853 574493 587923 573593 572852 578677  total = 154.711666 per ms 
03:14:32.529 16  switches: flows:  640678 638547 637826 638449 637087 628472 646640 635826 634438 642220 628685 645400 629138 601757 634707 626674  total = 168.824527 per ms 
03:15:32.631 16  switches: flows:  624440 625079 623303 640983 619454 628715 613746 642633 632512 630718 639560 626277 636128 616579 652244 614306  total = 167.496556 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154232.48/180460.06/167828.48/56555.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:15:32.634870" elapsed="0.001261"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T03:15:32.636654" elapsed="0.000092"/>
</return>
<status status="PASS" start="2026-06-28T03:15:32.636330" elapsed="0.000566"/>
</branch>
<status status="PASS" start="2026-06-28T03:15:32.636278" elapsed="0.000683"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T03:15:32.637149" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-28T03:15:32.637094" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-06-28T03:15:32.637061" elapsed="0.000174"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T03:15:32.637278" elapsed="0.000018"/>
</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-06-28T03:15:32.640885" elapsed="0.000505"/>
</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-06-28T03:15:32.641598" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T03:15:32.642032" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T03:15:32.637727" elapsed="0.004523"/>
</kw>
<msg time="2026-06-28T03:15:32.642428" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.170: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-06-28T03:05:25.958363" elapsed="606.684102"/>
</kw>
<status status="PASS" start="2026-06-28T03:05:25.958032" elapsed="606.684500"/>
</branch>
<status status="PASS" start="2026-06-28T03:05:25.957688" elapsed="606.684877"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.643196" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:31.710 16  switches: flows:  586418 584801 587670 570430 578805 578396 594878 573579 576335 570207 568634 593432 588808 584302 574155 584292  total = 154.919033 per ms 
03:07:31.811 16  switches: flows:  596057 594296 584101 587567 490895 581895 589386 588248 564449 571942 580713 590742 594928 578305 581660 594375  total = 154.232483 per ms 
03:08:31.913 16  switches: flows:  635726 638993 636768 636302 639356 639130 642718 628841 634488 643650 635564 636499 634446 636384 641605 633310  total = 169.609902 per ms 
03:09:32.014 16  switches: flows:  681696 685177 674251 677846 678070 677933 668720 674738 675346 672358 668543 685203 687597 674877 684670 678795  total = 180.460061 per ms 
03:10:32.116 16  switches: flows:  648168 653931 650458 651361 638434 648767 647632 652267 645858 655449 646414 647584 648834 658590 646685 651431  total = 172.905731 per ms 
03:11:32.217 16  switches: flows:  656669 662914 649555 660714 672595 658723 666054 668775 661298 664048 666196 658169 658433 666963 657957 663511  total = 176.245653 per ms 
03:12:32.319 16  switches: flows:  602504 640528 664837 641393 536236 594790 609973 697072 525359 625318 685022 600670 624024 646911 643643 636685  total = 165.969774 per ms 
03:13:32.422 16  switches: flows:  575560 593699 580827 594230 575569 587021 580819 566698 593349 571450 591853 574493 587923 573593 572852 578677  total = 154.711666 per ms 
03:14:32.529 16  switches: flows:  640678 638547 637826 638449 637087 628472 646640 635826 634438 642220 628685 645400 629138 601757 634707 626674  total = 168.824527 per ms 
03:15:32.631 16  switches: flows:  624440 625079 623303 640983 619454 628715 613746 642633 632512 630718 639560 626277 636128 616579 652244 614306  total = 167.496556 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154232.48/180460.06/167828.48/56555.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:15:32.642759" elapsed="0.000540"/>
</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-06-28T03:15:32.643504" elapsed="0.000542"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T03:15:32.644654" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T03:15:32.644830" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154232.48/180460.06/167828.48/56555.99 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-06-28T03:15:32.644274" elapsed="0.000593"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:15:32.645509" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154232.48/180460.06/167828.48/56555.99 | 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-06-28T03:15:32.645088" elapsed="0.000469"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.649467" 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-06-28T03:15:32.645844" elapsed="0.003714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.652483" level="INFO">154232.48/180460.06/167828.48/56555.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:15:32.649831" elapsed="0.002732"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:15:32.655134" 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-06-28T03:15:32.652765" elapsed="0.002398"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:15:32.657742" level="INFO">@{result_value_list} = [ 154232.48 | 180460.06 | 167828.48 | 56555.99 ]</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-06-28T03:15:32.655384" elapsed="0.002387"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.658277" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T03:15:32.658380" 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-06-28T03:15:32.657945" elapsed="0.000459"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.663375" level="INFO">min :: 154232.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-06-28T03:15:32.658836" elapsed="0.004599"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T03:15:32.658690" elapsed="0.004780"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.668201" level="INFO">max :: 180460.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:15:32.663708" elapsed="0.004553"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T03:15:32.663565" elapsed="0.004732"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.672978" level="INFO">avg :: 167828.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-06-28T03:15:32.668518" elapsed="0.004519"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T03:15:32.668389" elapsed="0.004683"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.678613" level="INFO">stdev :: 56555.99</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-06-28T03:15:32.673303" elapsed="0.005392"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T03:15:32.673163" elapsed="0.005580"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T03:15:32.658480" elapsed="0.020333"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.684508" level="INFO">${min} = 154232.48</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-06-28T03:15:32.679046" elapsed="0.005505"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.690200" level="INFO">${max} = 180460.06</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-06-28T03:15:32.684808" elapsed="0.005427"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.694286" level="INFO">${average} = 167828.48</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-06-28T03:15:32.690425" elapsed="0.003888"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.698146" level="INFO">${stdev} = 56555.99</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-06-28T03:15:32.694466" elapsed="0.003707"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.698703" level="INFO">${date} = 2026-06-28 03:15:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T03:15:32.698335" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.699323" level="INFO">CBench Result: 2026-06-28 03:15:32,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154232.48,180460.06,167828.48,56555.99</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-06-28T03:15:32.698908" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T03:15:32.700524" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-06-28T03:15:32.700081" elapsed="0.000510"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-28T03:15:32.700741" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T03:15:32.699545" elapsed="0.001755"/>
</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-06-28T03:05:25.956638" elapsed="606.744724"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.701851" 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-06-28T03:15:32.701513" elapsed="0.000396"/>
</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-06-28T03:15:32.702427" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-28T03:15:32.702125" elapsed="0.000682"/>
</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-06-28T03:05:25.955064" elapsed="606.747785"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.704335" 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-06-28T03:15:32.703904" elapsed="0.000488"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.705606" 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-06-28T03:15:32.705279" elapsed="0.000369"/>
</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-06-28T03:15:32.706020" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T03:15:32.705795" elapsed="0.000283"/>
</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-06-28T03:15:32.709354" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T03:15:32.709036" elapsed="0.000375"/>
</branch>
<status status="PASS" start="2026-06-28T03:15:32.709016" elapsed="0.000419"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T03:15:32.709809" 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-06-28T03:15:32.709929" 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-06-28T03:15:32.709573" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.710507" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.20" 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-06-28T03:15:32.710091" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T03:15:32.711116" 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-06-28T03:15:32.710706" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T03:15:32.712113" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T03:15:32.712215" 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-06-28T03:15:32.711716" elapsed="0.000523"/>
</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-06-28T03:15:32.712381" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T03:15:32.713568" level="INFO">Logging into '10.30.171.20:22' as 'jenkins'.</msg>
<msg time="2026-06-28T03:15:33.334592" 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 Sun Jun 28 03:15:32 UTC 2026

  System load:  0.36               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.20
  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: Sun Jun 28 03:05:26 2026 from 10.30.170.105
[?2004h[jenkins@releng-00446-9-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-06-28T03:15:32.713216" elapsed="0.621629"/>
</kw>
<msg time="2026-06-28T03:15:33.334956" 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-06-28T03:15:32.712872" elapsed="0.622186"/>
</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-06-28T03:15:32.711345" elapsed="0.623857"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T03:15:33.335891" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.170 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T03:25:39.398148" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T03:25:39.398770" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T03:25:39.398940" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170: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-06-28T03:15:33.335477" elapsed="606.063525"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T03:25:39.399473" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.401480" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:38.488 16  switches: flows:  114499 115012 115440 114805 116230 116558 115835 115167 113797 110830 114887 114815 111956 114560 114611 113842  total = 30.547400 per ms 
03:17:38.588 16  switches: flows:  120735 121747 120380 118887 121324 120144 121122 120354 121198 115456 120648 120946 119977 120561 120568 117710  total = 31.975898 per ms 
03:18:38.689 16  switches: flows:  117219 120516 119173 117820 116547 118544 119395 118354 118465 114317 116519 118686 118092 118280 115817 116660  total = 31.354400 per ms 
03:19:38.789 16  switches: flows:  121531 124270 120932 120478 122270 121334 121475 120929 119664 115875 119434 119167 120038 118756 120404 118326  total = 32.027932 per ms 
03:20:38.889 16  switches: flows:  120650 124298 121218 120238 121718 122020 121291 119938 119716 116779 118549 118117 120693 120475 120590 117628  total = 32.011883 per ms 
03:21:38.989 16  switches: flows:  121645 126420 124256 124102 122355 125064 123371 121870 122493 119911 122664 121554 121845 122882 122818 119421  total = 32.656653 per ms 
03:22:39.090 16  switches: flows:  124905 127147 126173 125512 126781 126038 124200 124476 125248 121600 124766 122522 125947 125157 123130 121510  total = 33.196458 per ms 
03:23:39.190 16  switches: flows:  123261 124294 123986 123395 123194 123227 124133 123454 121676 118664 122339 121033 122199 122773 122171 120592  total = 32.618702 per ms 
03:24:39.290 16  switches: flows:  124744 126432 125377 126034 124656 124885 124544 124962 125434 120049 123716 122868 123593 123964 124573 122432  total = 33.082450 per ms 
03:25:39.391 16  switches: flows:  125551 127006 123881 123358 123896 124906 123124 123304 123330 118026 121921 120874 122902 123606 123718 122258  total = 32.806277 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31354.40/33196.46/32414.52/10819.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:25:39.400692" elapsed="0.001152"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T03:25:39.402363" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-06-28T03:25:39.402037" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-06-28T03:25:39.401985" elapsed="0.000646"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T03:25:39.402933" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-28T03:25:39.402831" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-06-28T03:25:39.402762" elapsed="0.000325"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T03:25:39.403159" elapsed="0.000030"/>
</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-06-28T03:25:39.407965" elapsed="0.000454"/>
</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-06-28T03:25:39.408622" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T03:25:39.409059" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T03:25:39.403858" elapsed="0.005409"/>
</kw>
<msg time="2026-06-28T03:25:39.409467" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170: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-06-28T03:15:32.706489" elapsed="606.703017"/>
</kw>
<status status="PASS" start="2026-06-28T03:15:32.706106" elapsed="606.703486"/>
</branch>
<status status="PASS" start="2026-06-28T03:15:32.705755" elapsed="606.703870"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.410285" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.170:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.170. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:38.488 16  switches: flows:  114499 115012 115440 114805 116230 116558 115835 115167 113797 110830 114887 114815 111956 114560 114611 113842  total = 30.547400 per ms 
03:17:38.588 16  switches: flows:  120735 121747 120380 118887 121324 120144 121122 120354 121198 115456 120648 120946 119977 120561 120568 117710  total = 31.975898 per ms 
03:18:38.689 16  switches: flows:  117219 120516 119173 117820 116547 118544 119395 118354 118465 114317 116519 118686 118092 118280 115817 116660  total = 31.354400 per ms 
03:19:38.789 16  switches: flows:  121531 124270 120932 120478 122270 121334 121475 120929 119664 115875 119434 119167 120038 118756 120404 118326  total = 32.027932 per ms 
03:20:38.889 16  switches: flows:  120650 124298 121218 120238 121718 122020 121291 119938 119716 116779 118549 118117 120693 120475 120590 117628  total = 32.011883 per ms 
03:21:38.989 16  switches: flows:  121645 126420 124256 124102 122355 125064 123371 121870 122493 119911 122664 121554 121845 122882 122818 119421  total = 32.656653 per ms 
03:22:39.090 16  switches: flows:  124905 127147 126173 125512 126781 126038 124200 124476 125248 121600 124766 122522 125947 125157 123130 121510  total = 33.196458 per ms 
03:23:39.190 16  switches: flows:  123261 124294 123986 123395 123194 123227 124133 123454 121676 118664 122339 121033 122199 122773 122171 120592  total = 32.618702 per ms 
03:24:39.290 16  switches: flows:  124744 126432 125377 126034 124656 124885 124544 124962 125434 120049 123716 122868 123593 123964 124573 122432  total = 33.082450 per ms 
03:25:39.391 16  switches: flows:  125551 127006 123881 123358 123896 124906 123124 123304 123330 118026 121921 120874 122902 123606 123718 122258  total = 32.806277 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31354.40/33196.46/32414.52/10819.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:25:39.409864" elapsed="0.000525"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-28T03:25:39.410591" elapsed="0.000527"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T03:25:39.411635" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T03:25:39.411759" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31354.40/33196.46/32414.52/10819.94 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-06-28T03:25:39.411335" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:25:39.412375" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31354.40/33196.46/32414.52/10819.94 | 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-06-28T03:25:39.412024" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.415820" 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-06-28T03:25:39.412608" elapsed="0.003295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.418980" level="INFO">31354.40/33196.46/32414.52/10819.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:25:39.416109" elapsed="0.002930"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:25:39.421410" 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-06-28T03:25:39.419190" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T03:25:39.423876" level="INFO">@{result_value_list} = [ 31354.40 | 33196.46 | 32414.52 | 10819.94 ]</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-06-28T03:25:39.421628" elapsed="0.002276"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.424364" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T03:25:39.424453" 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-06-28T03:25:39.424056" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.429150" level="INFO">min :: 31354.40</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-06-28T03:25:39.424862" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T03:25:39.424720" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.433716" level="INFO">max :: 33196.46</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-06-28T03:25:39.429450" elapsed="0.004357"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T03:25:39.429327" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.438320" level="INFO">avg :: 32414.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T03:25:39.434049" elapsed="0.004328"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T03:25:39.433926" elapsed="0.004485"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.443450" level="INFO">stdev :: 10819.94</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-06-28T03:25:39.438618" elapsed="0.004889"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T03:25:39.438495" elapsed="0.005047"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T03:25:39.424541" elapsed="0.019031"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.447417" level="INFO">${min} = 31354.40</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-06-28T03:25:39.443727" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.451301" level="INFO">${max} = 33196.46</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-06-28T03:25:39.447595" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.455213" level="INFO">${average} = 32414.52</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T03:25:39.451477" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.459124" level="INFO">${stdev} = 10819.94</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-06-28T03:25:39.455393" elapsed="0.003758"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.459655" level="INFO">${date} = 2026-06-28 03:25:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T03:25:39.459309" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.460267" level="INFO">CBench Result: 2026-06-28 03:25:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31354.40,33196.46,32414.52,10819.94</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-06-28T03:25:39.459840" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T03:25:39.461382" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-06-28T03:25:39.460944" elapsed="0.000505"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-28T03:25:39.461599" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T03:25:39.460464" elapsed="0.001688"/>
</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-06-28T03:15:32.704716" elapsed="606.757494"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.462672" 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-06-28T03:25:39.462354" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T03:25:39.463947" 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-06-28T03:25:39.463451" elapsed="0.000523"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-28T03:25:39.464194" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-28T03:25:39.464048" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-06-28T03:25:39.464029" elapsed="0.000251"/>
</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-06-28T03:25:39.464435" elapsed="0.000022"/>
</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-06-28T03:25:39.464590" elapsed="0.000020"/>
</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-06-28T03:25:39.464759" elapsed="0.000033"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-28T03:25:39.464984" elapsed="0.000028"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-28T03:25:39.465141" 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-06-28T03:25:39.465285" elapsed="0.000019"/>
</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-06-28T03:25:39.465438" elapsed="0.000020"/>
</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-06-28T03:25:39.465655" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-28T03:25:39.465520" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-06-28T03:25:39.465503" elapsed="0.000241"/>
</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-06-28T03:25:39.463122" elapsed="0.002689"/>
</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-06-28T03:15:32.703333" elapsed="606.762526"/>
</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-06-28T02:55:16.483484" elapsed="1822.983087"/>
</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>
