<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-26T03:15:32.262211" 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-26T03:15:32.918470" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:15:32.918282" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:32.918240" elapsed="0.000354"/>
</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-26T03:15:32.918781" elapsed="0.000655"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T03:15:32.919981" level="INFO">Logging into '10.30.170.42:8101' as 'karaf'.</msg>
<msg time="2026-06-26T03:15:33.747137" 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-26T03:15:32.919629" elapsed="0.828351"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T03:15:33.800712" 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-26T03:15:33.749084" elapsed="0.051911"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T03:15:33.804012" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T03:15:33.804257" 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-26T03:15:33.801481" elapsed="0.002826"/>
</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-26T03:15:33.804594" elapsed="0.000439"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:15:33.805289" elapsed="0.000590"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:15:33.807169" 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-26T03:15:33.806171" elapsed="0.001080"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T03:15:33.807384" elapsed="0.000179"/>
</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.42
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-26T03:15:32.917869" elapsed="0.889977"/>
</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-26T03:15:32.914030" elapsed="0.893950"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T03:15:33.809732" 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-26T03:15:33.808442" elapsed="0.001386"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T03:15:33.810483" 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-26T03:15:33.810069" elapsed="0.000510"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T03:15:33.811550" 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-26T03:15:33.810834" elapsed="0.000762"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T03:15:33.812507" 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-26T03:15:33.811888" elapsed="0.000772"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T03:15:33.813418" 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-26T03:15:33.812876" elapsed="0.000582"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T03:15:33.814040" 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-26T03:15:33.813661" elapsed="0.000431"/>
</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-26T03:15:33.814644" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:15:33.814310" elapsed="0.000407"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:15:33.821728" 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-26T03:15:33.820898" elapsed="0.000875"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:15:33.823930" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T03:15:33.824053" 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-26T03:15:33.822755" elapsed="0.001338"/>
</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-26T03:15:33.824342" elapsed="0.000590"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T03:15:33.826723" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-06-26T03:15:34.677084" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 03:15:34 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  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-7-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-26T03:15:33.825711" elapsed="0.851679"/>
</kw>
<msg time="2026-06-26T03:15:34.677590" 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-26T03:15:33.825172" elapsed="0.852638"/>
</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-26T03:15:33.822203" elapsed="0.855888"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-26T03:15:34.687676" 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-26T03:15:34.678680" elapsed="0.011130"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:15:34.690310" elapsed="0.001105"/>
</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-26T03:15:33.819790" elapsed="0.871863"/>
</kw>
<status status="PASS" start="2026-06-26T03:15:33.814871" elapsed="0.876876"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:33.814249" elapsed="0.877565"/>
</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-26T03:15:34.692144" elapsed="0.001041"/>
</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-26T03:15:34.701081" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:15:34.700871" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:34.700828" elapsed="0.000375"/>
</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-26T03:15:34.705936" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:15:34.705806" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:34.705783" elapsed="0.000229"/>
</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-26T03:15:34.706173" elapsed="0.000536"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T03:15:34.707245" level="INFO">Logging into '10.30.170.42:8101' as 'karaf'.</msg>
<msg time="2026-06-26T03:15:34.903919" 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-26T03:15:34.706867" elapsed="0.197246"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.007116" 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-26T03:15:34.904433" elapsed="0.102927"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.025895" 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-26T03:15:35.026331" 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-26T03:15:35.007659" elapsed="0.018715"/>
</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-26T03:15:35.026637" elapsed="0.000368"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:15:35.027163" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:15:35.027923" 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-26T03:15:35.027576" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T03:15:35.028036" elapsed="0.000059"/>
</return>
<msg time="2026-06-26T03:15:35.028252" 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.42
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-26T03:15:34.705397" elapsed="0.322888"/>
</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-26T03:15:35.028525" elapsed="0.000660"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T03:15:35.029242" elapsed="0.000097"/>
</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-26T03:15:34.700346" elapsed="0.329111"/>
</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-26T03:15:35.033326" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:15:35.033145" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:35.033119" elapsed="0.000283"/>
</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-26T03:15:35.033550" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.034745" level="INFO">Logging into '10.30.170.42:8101' as 'karaf'.</msg>
<msg time="2026-06-26T03:15:35.211051" 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-26T03:15:35.034175" elapsed="0.177090"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.234709" 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-26T03:15:35.211595" elapsed="0.023193"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.236655" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T03:15:35.236767" 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-26T03:15:35.234974" elapsed="0.001823"/>
</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-26T03:15:35.236937" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:15:35.237300" elapsed="0.000249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:15:35.238048" 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-26T03:15:35.237701" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T03:15:35.238155" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.42
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-26T03:15:35.032797" elapsed="0.205614"/>
</kw>
<status status="PASS" start="2026-06-26T03:15:32.911935" elapsed="2.326568"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:15:35.241385" 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-26T03:15:35.239709" elapsed="0.001753"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T03:15:35.243000" 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-26T03:15:35.242637" elapsed="0.000408"/>
</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-26T03:15:35.243409" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:15:35.243129" elapsed="0.000346"/>
</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-26T03:15:35.246635" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:15:35.246350" elapsed="0.000345"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:35.246303" elapsed="0.000418"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.247116" 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-26T03:15:35.247246" 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-26T03:15:35.246869" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:15:35.247882" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.42 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.239" 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-26T03:15:35.247430" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.248723" 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-26T03:15:35.248121" elapsed="0.000631"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:15:35.249714" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T03:15:35.249812" 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-26T03:15:35.249370" elapsed="0.000467"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T03:15:35.249988" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.251279" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-06-26T03:15:35.582175" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 03:15:34 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 03:15:34 2026 from 10.30.170.74
[?2004h[jenkins@releng-00446-7-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-26T03:15:35.250859" elapsed="0.331568"/>
</kw>
<msg time="2026-06-26T03:15:35.582522" 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-26T03:15:35.250502" elapsed="0.332120"/>
</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-26T03:15:35.248962" elapsed="0.333797"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T03:15:35.583387" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.42 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T03:25:41.748939" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T03:25:41.750539" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T03:25:41.750639" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T03:15:35.583006" elapsed="606.167702"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:25:41.751908" elapsed="0.001307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.754822" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42: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.42. 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:40.836 16  switches: flows:  107462 104308 103121 104041 105985 107141 102635 100167 102320 99438 102235 98442 98110 100714 99869 100404  total = 27.273200 per ms 
03:17:40.937 16  switches: flows:  122428 123654 118854 119943 120205 119652 118530 119350 117504 116273 115429 116136 114373 113195 115630 115133  total = 31.385719 per ms 
03:18:41.038 16  switches: flows:  117854 117615 113898 113635 115636 115804 113467 114836 112202 110820 110056 111440 109500 108933 110569 111621  total = 30.080918 per ms 
03:19:41.139 16  switches: flows:  121292 119656 118961 118298 117514 119995 118449 117351 113428 115464 115887 114488 114503 113661 113565 115484  total = 31.081314 per ms 
03:20:41.241 16  switches: flows:  118535 116101 116671 114621 114203 115418 116023 114798 111417 112294 114648 112517 111483 111692 110637 113653  total = 30.361113 per ms 
03:21:41.342 16  switches: flows:  124214 122534 120893 121630 119433 120042 121950 120087 116036 119746 119483 118967 118434 116457 115992 119217  total = 31.865340 per ms 
03:22:41.443 16  switches: flows:  122626 119188 118508 117571 117815 117798 118643 117323 114742 115925 117087 115091 115170 114044 112345 116676  total = 31.123908 per ms 
03:23:41.544 16  switches: flows:  123297 119050 119926 118493 118900 118130 118333 117494 114643 116018 118481 114636 114466 115433 112378 115598  total = 31.202490 per ms 
03:24:41.645 16  switches: flows:  124881 122473 120209 121165 120874 121295 121891 121956 117177 117685 119546 118781 116709 117177 116083 118595  total = 31.888317 per ms 
03:25:41.746 16  switches: flows:  121138 120742 118092 118585 116593 119970 119194 118198 116517 115199 117270 113202 114590 113595 112228 115493  total = 31.124826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30080.92/31888.32/31123.77/10390.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:25:41.753760" elapsed="0.001377"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T03:25:41.755806" elapsed="0.000145"/>
</return>
<status status="PASS" start="2026-06-26T03:25:41.755489" elapsed="0.000541"/>
</branch>
<status status="PASS" start="2026-06-26T03:25:41.755384" elapsed="0.000691"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T03:25:41.756275" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:25:41.756194" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-26T03:25:41.756168" elapsed="0.000234"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T03:25:41.756451" elapsed="0.000021"/>
</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-26T03:25:41.760881" elapsed="0.000475"/>
</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-26T03:25:41.761551" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:25:41.761990" elapsed="0.000120"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T03:25:41.757215" elapsed="0.004959"/>
</kw>
<msg time="2026-06-26T03:25:41.762369" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T03:15:35.243874" elapsed="606.518528"/>
</kw>
<status status="PASS" start="2026-06-26T03:15:35.243504" elapsed="606.518959"/>
</branch>
<status status="PASS" start="2026-06-26T03:15:35.243104" elapsed="606.519391"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.763014" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42: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.42. 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:40.836 16  switches: flows:  107462 104308 103121 104041 105985 107141 102635 100167 102320 99438 102235 98442 98110 100714 99869 100404  total = 27.273200 per ms 
03:17:40.937 16  switches: flows:  122428 123654 118854 119943 120205 119652 118530 119350 117504 116273 115429 116136 114373 113195 115630 115133  total = 31.385719 per ms 
03:18:41.038 16  switches: flows:  117854 117615 113898 113635 115636 115804 113467 114836 112202 110820 110056 111440 109500 108933 110569 111621  total = 30.080918 per ms 
03:19:41.139 16  switches: flows:  121292 119656 118961 118298 117514 119995 118449 117351 113428 115464 115887 114488 114503 113661 113565 115484  total = 31.081314 per ms 
03:20:41.241 16  switches: flows:  118535 116101 116671 114621 114203 115418 116023 114798 111417 112294 114648 112517 111483 111692 110637 113653  total = 30.361113 per ms 
03:21:41.342 16  switches: flows:  124214 122534 120893 121630 119433 120042 121950 120087 116036 119746 119483 118967 118434 116457 115992 119217  total = 31.865340 per ms 
03:22:41.443 16  switches: flows:  122626 119188 118508 117571 117815 117798 118643 117323 114742 115925 117087 115091 115170 114044 112345 116676  total = 31.123908 per ms 
03:23:41.544 16  switches: flows:  123297 119050 119926 118493 118900 118130 118333 117494 114643 116018 118481 114636 114466 115433 112378 115598  total = 31.202490 per ms 
03:24:41.645 16  switches: flows:  124881 122473 120209 121165 120874 121295 121891 121956 117177 117685 119546 118781 116709 117177 116083 118595  total = 31.888317 per ms 
03:25:41.746 16  switches: flows:  121138 120742 118092 118585 116593 119970 119194 118198 116517 115199 117270 113202 114590 113595 112228 115493  total = 31.124826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30080.92/31888.32/31123.77/10390.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:25:41.762664" elapsed="0.000430"/>
</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-26T03:25:41.763270" elapsed="0.000558"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T03:25:41.764362" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T03:25:41.764476" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30080.92/31888.32/31123.77/10390.00 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-26T03:25:41.764033" elapsed="0.000470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:25:41.765004" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30080.92/31888.32/31123.77/10390.00 | 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-26T03:25:41.764688" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.767638" 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-26T03:25:41.765192" elapsed="0.002526"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.770206" level="INFO">30080.92/31888.32/31123.77/10390.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:25:41.767875" elapsed="0.002394"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:25:41.772783" 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-26T03:25:41.770458" elapsed="0.002354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:25:41.775308" level="INFO">@{result_value_list} = [ 30080.92 | 31888.32 | 31123.77 | 10390.00 ]</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-26T03:25:41.773020" elapsed="0.002334"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.775890" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T03:25:41.775992" 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-26T03:25:41.775517" elapsed="0.000501"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.781477" level="INFO">min :: 30080.92</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-26T03:25:41.776600" elapsed="0.004984"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T03:25:41.776435" elapsed="0.005217"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.786876" level="INFO">max :: 31888.32</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-26T03:25:41.782040" elapsed="0.004906"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T03:25:41.781831" elapsed="0.005157"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.791815" level="INFO">avg :: 31123.77</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-26T03:25:41.787284" elapsed="0.004619"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T03:25:41.787120" elapsed="0.004847"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.797040" level="INFO">stdev :: 10390.00</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-26T03:25:41.792388" elapsed="0.004715"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T03:25:41.792090" elapsed="0.005050"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T03:25:41.776131" elapsed="0.021047"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.801489" level="INFO">${min} = 30080.92</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-26T03:25:41.797419" elapsed="0.004134"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.807491" level="INFO">${max} = 31888.32</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-26T03:25:41.801968" elapsed="0.005554"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.812457" level="INFO">${average} = 31123.77</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-26T03:25:41.807698" elapsed="0.004790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.816607" level="INFO">${stdev} = 10390.00</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-26T03:25:41.812665" elapsed="0.003983"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.817345" level="INFO">${date} = 2026-06-26 03:25:41</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-26T03:25:41.816850" elapsed="0.000524"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.818024" level="INFO">CBench Result: 2026-06-26 03:25:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30080.92,31888.32,31123.77,10390.00</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-26T03:25:41.817532" elapsed="0.000556"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T03:25:41.819626" 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-26T03:25:41.818891" elapsed="0.000829"/>
</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-26T03:25:41.819899" elapsed="0.000609"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T03:25:41.818305" elapsed="0.002276"/>
</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-26T03:15:35.241952" elapsed="606.578706"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.821350" 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-26T03:25:41.820892" elapsed="0.000536"/>
</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-26T03:25:41.822182" elapsed="0.000344"/>
</kw>
<status status="PASS" start="2026-06-26T03:25:41.821769" elapsed="0.000836"/>
</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-26T03:15:35.238790" elapsed="606.583879"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.824612" 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-26T03:25:41.823936" elapsed="0.000749"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.826233" 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-26T03:25:41.825869" elapsed="0.000409"/>
</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-26T03:25:41.826786" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:25:41.826485" elapsed="0.000365"/>
</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-26T03:25:41.830237" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:25:41.829960" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-06-26T03:25:41.829939" elapsed="0.000425"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:25:41.830825" 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-26T03:25:41.830959" 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-26T03:25:41.830540" elapsed="0.000447"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.831654" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.42 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.239" 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-26T03:25:41.831135" elapsed="0.000584"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:25:41.832295" 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-26T03:25:41.831866" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:25:41.833358" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T03:25:41.833456" 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-26T03:25:41.832979" elapsed="0.000503"/>
</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-26T03:25:41.833628" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T03:25:41.834938" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-06-26T03:25:42.436243" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 03:25:42 UTC 2026

  System load:  0.89               Processes:             103
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 03:15:35 2026 from 10.30.170.74
[?2004h[jenkins@releng-00446-7-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-26T03:25:41.834541" elapsed="0.601957"/>
</kw>
<msg time="2026-06-26T03:25:42.436611" 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-26T03:25:41.834133" elapsed="0.602584"/>
</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-26T03:25:41.832583" elapsed="0.604268"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T03:25:42.437461" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.42 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T03:35:48.813444" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T03:35:48.815002" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T03:35:48.815088" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.42: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-26T03:25:42.437101" elapsed="606.378052"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:35:48.816447" elapsed="0.001345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.819395" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.42: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.42. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:47.570 16  switches: flows:  490525 526498 516701 515077 543472 507595 501407 517663 507347 507587 494942 493364 500416 499197 494921 499234  total = 135.265767 per ms 
03:27:47.672 16  switches: flows:  447203 461512 477250 472369 466869 459246 462781 461155 469693 476177 479418 470180 486961 459969 474510 470511  total = 124.719548 per ms 
03:28:47.774 16  switches: flows:  523774 529428 529900 526127 535346 522929 524948 516291 523416 508519 526388 522466 531055 508947 530159 525941  total = 139.523960 per ms 
03:29:48.191 16  switches: flows:  506667 515917 511336 509743 518151 486070 518268 518627 497833 503513 529142 499138 514044 517439 509927 506849  total = 135.106656 per ms 
03:30:48.292 16  switches: flows:  559754 539026 557417 554315 554699 558047 543140 549576 558423 545383 543917 555803 551489 552735 557734 554967  total = 147.026204 per ms 
03:31:48.393 16  switches: flows:  538624 538877 530567 535323 549158 542113 528678 539234 515887 535594 538616 527476 531556 521723 532763 523376  total = 141.921346 per ms 
03:32:48.495 16  switches: flows:  648088 631438 639659 645098 646799 648070 624924 638821 642652 625076 634774 634388 632889 637957 633225 635309  total = 169.698721 per ms 
03:33:48.595 16  switches: flows:  572463 583318 582112 595052 580743 597457 580409 579151 593047 562922 581867 574809 587510 576464 571188 596345  total = 154.988744 per ms 
03:34:48.697 16  switches: flows:  598800 587415 603191 600905 600807 603111 595356 599059 590373 598118 596385 600069 600091 592490 599797 599108  total = 159.148762 per ms 
03:35:48.799 16  switches: flows:  604789 597728 599973 600475 605413 603860 597980 603110 593590 605330 604639 602400 602640 596407 612431 608214  total = 160.377615 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124719.55/169698.72/148056.84/51138.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:35:48.818359" elapsed="0.001394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T03:35:48.820391" elapsed="0.000126"/>
</return>
<status status="PASS" start="2026-06-26T03:35:48.820041" elapsed="0.000558"/>
</branch>
<status status="PASS" start="2026-06-26T03:35:48.819956" elapsed="0.000718"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T03:35:48.820933" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:35:48.820801" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-06-26T03:35:48.820773" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T03:35:48.821084" 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-26T03:35:48.826090" elapsed="0.000673"/>
</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-26T03:35:48.827016" elapsed="0.000393"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:35:48.827610" elapsed="0.000180"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T03:35:48.821905" elapsed="0.005972"/>
</kw>
<msg time="2026-06-26T03:35:48.828095" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.42: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-26T03:25:41.827255" elapsed="607.000882"/>
</kw>
<status status="PASS" start="2026-06-26T03:25:41.826878" elapsed="607.001329"/>
</branch>
<status status="PASS" start="2026-06-26T03:25:41.826457" elapsed="607.001805"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.829025" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.42: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.42. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:47.570 16  switches: flows:  490525 526498 516701 515077 543472 507595 501407 517663 507347 507587 494942 493364 500416 499197 494921 499234  total = 135.265767 per ms 
03:27:47.672 16  switches: flows:  447203 461512 477250 472369 466869 459246 462781 461155 469693 476177 479418 470180 486961 459969 474510 470511  total = 124.719548 per ms 
03:28:47.774 16  switches: flows:  523774 529428 529900 526127 535346 522929 524948 516291 523416 508519 526388 522466 531055 508947 530159 525941  total = 139.523960 per ms 
03:29:48.191 16  switches: flows:  506667 515917 511336 509743 518151 486070 518268 518627 497833 503513 529142 499138 514044 517439 509927 506849  total = 135.106656 per ms 
03:30:48.292 16  switches: flows:  559754 539026 557417 554315 554699 558047 543140 549576 558423 545383 543917 555803 551489 552735 557734 554967  total = 147.026204 per ms 
03:31:48.393 16  switches: flows:  538624 538877 530567 535323 549158 542113 528678 539234 515887 535594 538616 527476 531556 521723 532763 523376  total = 141.921346 per ms 
03:32:48.495 16  switches: flows:  648088 631438 639659 645098 646799 648070 624924 638821 642652 625076 634774 634388 632889 637957 633225 635309  total = 169.698721 per ms 
03:33:48.595 16  switches: flows:  572463 583318 582112 595052 580743 597457 580409 579151 593047 562922 581867 574809 587510 576464 571188 596345  total = 154.988744 per ms 
03:34:48.697 16  switches: flows:  598800 587415 603191 600905 600807 603111 595356 599059 590373 598118 596385 600069 600091 592490 599797 599108  total = 159.148762 per ms 
03:35:48.799 16  switches: flows:  604789 597728 599973 600475 605413 603860 597980 603110 593590 605330 604639 602400 602640 596407 612431 608214  total = 160.377615 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124719.55/169698.72/148056.84/51138.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:35:48.828526" elapsed="0.000612"/>
</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-26T03:35:48.829464" elapsed="0.000742"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T03:35:48.830992" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T03:35:48.831137" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124719.55/169698.72/148056.84/51138.09 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-26T03:35:48.830491" elapsed="0.000682"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:35:48.831889" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124719.55/169698.72/148056.84/51138.09 | 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-26T03:35:48.831455" elapsed="0.000476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.835017" 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-26T03:35:48.832150" elapsed="0.002927"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.837516" level="INFO">124719.55/169698.72/148056.84/51138.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:35:48.835229" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:35:48.839985" 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-26T03:35:48.837742" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:35:48.842521" level="INFO">@{result_value_list} = [ 124719.55 | 169698.72 | 148056.84 | 51138.09 ]</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-26T03:35:48.840240" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.843052" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T03:35:48.843145" 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-26T03:35:48.842712" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.848423" level="INFO">min :: 124719.55</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-26T03:35:48.843706" elapsed="0.004779"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T03:35:48.843564" elapsed="0.004958"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.853405" level="INFO">max :: 169698.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:35:48.848808" elapsed="0.004663"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T03:35:48.848625" elapsed="0.004882"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.860179" level="INFO">avg :: 148056.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:35:48.853732" elapsed="0.006538"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T03:35:48.853600" elapsed="0.006744"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.865366" level="INFO">stdev :: 51138.09</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-26T03:35:48.860665" elapsed="0.004766"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T03:35:48.860476" elapsed="0.004991"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T03:35:48.843276" elapsed="0.022224"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.869441" level="INFO">${min} = 124719.55</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-26T03:35:48.865682" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.873557" level="INFO">${max} = 169698.72</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-26T03:35:48.869629" elapsed="0.003960"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.877883" level="INFO">${average} = 148056.84</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-26T03:35:48.873752" elapsed="0.004171"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.881990" level="INFO">${stdev} = 51138.09</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-26T03:35:48.878147" elapsed="0.003872"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.882667" level="INFO">${date} = 2026-06-26 03:35:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T03:35:48.882211" elapsed="0.000484"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.883297" level="INFO">CBench Result: 2026-06-26 03:35:48,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124719.55,169698.72,148056.84,51138.09</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-26T03:35:48.882865" elapsed="0.000506"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T03:35:48.884828" 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-26T03:35:48.884086" elapsed="0.000836"/>
</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-26T03:35:48.885108" elapsed="0.000573"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T03:35:48.883570" elapsed="0.002192"/>
</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-26T03:25:41.825177" elapsed="607.060650"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.886444" 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-26T03:35:48.886041" elapsed="0.000465"/>
</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-26T03:35:48.887164" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-06-26T03:35:48.886821" elapsed="0.000740"/>
</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-26T03:25:41.823174" elapsed="607.064427"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.889649" 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-26T03:35:48.889212" elapsed="0.000497"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.891512" 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-26T03:35:48.891119" elapsed="0.000438"/>
</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-26T03:35:48.891971" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:35:48.891719" elapsed="0.000313"/>
</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-26T03:35:48.895367" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:35:48.895084" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-06-26T03:35:48.895064" elapsed="0.000388"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:35:48.895849" 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-26T03:35:48.895975" 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-26T03:35:48.895598" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.896587" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.42 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.239" 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-26T03:35:48.896145" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T03:35:48.897223" 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-26T03:35:48.896811" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:35:48.898202" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T03:35:48.898293" 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-26T03:35:48.897882" elapsed="0.000451"/>
</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-26T03:35:48.898479" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T03:35:48.899741" level="INFO">Logging into '10.30.171.239:22' as 'jenkins'.</msg>
<msg time="2026-06-26T03:35:49.539959" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 03:35:49 UTC 2026

  System load:  0.29               Processes:             107
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 03:25:42 2026 from 10.30.170.74
[?2004h[jenkins@releng-00446-7-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-26T03:35:48.899354" elapsed="0.640815"/>
</kw>
<msg time="2026-06-26T03:35:49.540313" 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-26T03:35:48.898966" elapsed="0.641470"/>
</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-26T03:35:48.897500" elapsed="0.643065"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T03:35:49.541131" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.42 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T03:45:55.645823" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T03:45:55.648402" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T03:45:55.648552" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T03:35:49.540801" elapsed="606.107868"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:45:55.650676" elapsed="0.001987"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.654595" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42: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.42. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:54.743 16  switches: flows:  123370 120853 122422 120982 121630 123183 119536 121831 120240 118903 122331 119818 119106 118696 121923 118729  total = 32.225883 per ms 
03:37:54.843 16  switches: flows:  116807 115945 114995 114917 113592 115027 112565 113806 113584 111775 114723 115222 113191 111300 114818 112037  total = 30.354320 per ms 
03:38:54.944 16  switches: flows:  114414 112374 115102 114432 113724 114532 111537 113091 111420 110919 113741 113569 112398 111039 111198 112351  total = 30.047210 per ms 
03:39:55.044 16  switches: flows:  118287 115009 116775 117764 115992 116147 117049 116719 115443 115083 115815 116366 114226 112868 115853 114719  total = 30.850439 per ms 
03:40:55.144 16  switches: flows:  112167 109372 110266 111113 109976 110126 108803 108230 109874 106922 112026 108829 108255 107431 106922 107968  total = 29.089464 per ms 
03:41:55.244 16  switches: flows:  122656 121229 124847 125790 122683 123815 122631 121008 123572 118695 122881 122376 118217 120795 121327 120915  total = 32.502955 per ms 
03:42:55.345 16  switches: flows:  122536 123261 122876 122984 125622 121996 121267 122486 123770 121689 122024 122260 119052 120097 121849 121313  total = 32.530289 per ms 
03:43:55.445 16  switches: flows:  124229 123351 124344 125640 125829 123689 121586 122193 125411 124695 124330 125634 119914 122535 124138 123634  total = 32.964019 per ms 
03:44:55.546 16  switches: flows:  125188 124299 126634 125181 127926 126631 122957 125544 127014 125622 125962 125212 122297 125007 125183 125990  total = 33.388373 per ms 
03:45:55.646 16  switches: flows:  124554 123246 125950 124948 127177 124313 122359 123926 125436 123396 125821 125042 119887 122892 125608 125616  total = 33.114241 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29089.46/33388.37/31649.03/10653.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:45:55.653518" elapsed="0.001320"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T03:45:55.655333" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-06-26T03:45:55.655058" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-06-26T03:45:55.654994" elapsed="0.000515"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T03:45:55.655638" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-26T03:45:55.655592" elapsed="0.000089"/>
</branch>
<status status="NOT RUN" start="2026-06-26T03:45:55.655571" elapsed="0.000133"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T03:45:55.655735" elapsed="0.000014"/>
</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-26T03:45:55.659295" elapsed="0.000434"/>
</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-26T03:45:55.659895" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T03:45:55.660275" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T03:45:55.656281" elapsed="0.004196"/>
</kw>
<msg time="2026-06-26T03:45:55.660638" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T03:35:48.892464" elapsed="606.768203"/>
</kw>
<status status="PASS" start="2026-06-26T03:35:48.892060" elapsed="606.768665"/>
</branch>
<status status="PASS" start="2026-06-26T03:35:48.891693" elapsed="606.769060"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.661256" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.42: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.42. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:36:54.743 16  switches: flows:  123370 120853 122422 120982 121630 123183 119536 121831 120240 118903 122331 119818 119106 118696 121923 118729  total = 32.225883 per ms 
03:37:54.843 16  switches: flows:  116807 115945 114995 114917 113592 115027 112565 113806 113584 111775 114723 115222 113191 111300 114818 112037  total = 30.354320 per ms 
03:38:54.944 16  switches: flows:  114414 112374 115102 114432 113724 114532 111537 113091 111420 110919 113741 113569 112398 111039 111198 112351  total = 30.047210 per ms 
03:39:55.044 16  switches: flows:  118287 115009 116775 117764 115992 116147 117049 116719 115443 115083 115815 116366 114226 112868 115853 114719  total = 30.850439 per ms 
03:40:55.144 16  switches: flows:  112167 109372 110266 111113 109976 110126 108803 108230 109874 106922 112026 108829 108255 107431 106922 107968  total = 29.089464 per ms 
03:41:55.244 16  switches: flows:  122656 121229 124847 125790 122683 123815 122631 121008 123572 118695 122881 122376 118217 120795 121327 120915  total = 32.502955 per ms 
03:42:55.345 16  switches: flows:  122536 123261 122876 122984 125622 121996 121267 122486 123770 121689 122024 122260 119052 120097 121849 121313  total = 32.530289 per ms 
03:43:55.445 16  switches: flows:  124229 123351 124344 125640 125829 123689 121586 122193 125411 124695 124330 125634 119914 122535 124138 123634  total = 32.964019 per ms 
03:44:55.546 16  switches: flows:  125188 124299 126634 125181 127926 126631 122957 125544 127014 125622 125962 125212 122297 125007 125183 125990  total = 33.388373 per ms 
03:45:55.646 16  switches: flows:  124554 123246 125950 124948 127177 124313 122359 123926 125436 123396 125821 125042 119887 122892 125608 125616  total = 33.114241 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29089.46/33388.37/31649.03/10653.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:45:55.660914" elapsed="0.000439"/>
</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-26T03:45:55.661527" elapsed="0.000506"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T03:45:55.662524" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T03:45:55.662622" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29089.46/33388.37/31649.03/10653.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T03:45:55.662225" elapsed="0.000423"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:45:55.663122" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29089.46/33388.37/31649.03/10653.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T03:45:55.662824" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.665627" 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-26T03:45:55.663302" elapsed="0.002384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.668067" level="INFO">29089.46/33388.37/31649.03/10653.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:45:55.665839" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:45:55.670534" 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-26T03:45:55.668299" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T03:45:55.673007" level="INFO">@{result_value_list} = [ 29089.46 | 33388.37 | 31649.03 | 10653.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T03:45:55.670759" elapsed="0.002277"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.673560" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T03:45:55.673653" 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-26T03:45:55.673209" elapsed="0.000469"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.678620" level="INFO">min :: 29089.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-26T03:45:55.674174" elapsed="0.004513"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T03:45:55.674031" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.683453" level="INFO">max :: 33388.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:45:55.678980" elapsed="0.004543"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T03:45:55.678830" elapsed="0.004729"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.688439" level="INFO">avg :: 31649.03</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-26T03:45:55.683777" elapsed="0.004724"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T03:45:55.683645" elapsed="0.004893"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.693187" level="INFO">stdev :: 10653.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:45:55.688767" elapsed="0.004497"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T03:45:55.688628" elapsed="0.004673"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T03:45:55.673779" elapsed="0.019569"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.697768" level="INFO">${min} = 29089.46</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-26T03:45:55.693547" elapsed="0.004255"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.701866" level="INFO">${max} = 33388.37</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-26T03:45:55.697983" elapsed="0.003912"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.706014" level="INFO">${average} = 31649.03</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-26T03:45:55.702062" elapsed="0.003990"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.710243" level="INFO">${stdev} = 10653.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T03:45:55.706213" elapsed="0.004067"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.710958" level="INFO">${date} = 2026-06-26 03:45:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T03:45:55.710504" elapsed="0.000482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.711700" level="INFO">CBench Result: 2026-06-26 03:45:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29089.46,33388.37,31649.03,10653.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T03:45:55.711153" elapsed="0.000624"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T03:45:55.713475" 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-26T03:45:55.712709" elapsed="0.000870"/>
</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-26T03:45:55.713756" elapsed="0.000523"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T03:45:55.711989" elapsed="0.002381"/>
</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-26T03:35:48.890176" elapsed="606.824257"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.715049" 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-26T03:45:55.714646" elapsed="0.000464"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T03:45:55.716820" 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-26T03:45:55.716099" elapsed="0.000759"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-26T03:45:55.717125" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-26T03:45:55.716949" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-06-26T03:45:55.716924" elapsed="0.000354"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-26T03:45:55.717467" elapsed="0.000025"/>
</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-26T03:45:55.717641" elapsed="0.000022"/>
</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-26T03:45:55.717815" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-26T03:45:55.718046" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-26T03:45:55.718201" elapsed="0.000021"/>
</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-26T03:45:55.718367" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-26T03:45:55.718520" elapsed="0.000021"/>
</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-26T03:45:55.718763" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T03:45:55.718608" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-06-26T03:45:55.718590" elapsed="0.000251"/>
</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-26T03:45:55.715651" elapsed="0.003243"/>
</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-26T03:35:48.888408" elapsed="606.830541"/>
</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-26T03:15:32.263879" elapsed="1823.456168"/>
</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>
