<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-26T03:47:03.240785" 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-07-26T03:47:03.813094" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:47:03.812953" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:03.812923" elapsed="0.000271"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:47:03.813339" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-26T03:47:03.814357" level="INFO">Logging into '10.30.171.185:8101' as 'karaf'.</msg>
<msg time="2026-07-26T03:47:04.429158" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-26T03:47:03.814028" elapsed="0.615321"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-26T03:47:04.480189" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-26T03:47:04.429747" elapsed="0.050654"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-26T03:47:04.483214" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-26T03:47:04.483384" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-26T03:47:04.480784" elapsed="0.002641"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-26T03:47:04.483692" elapsed="0.000322"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:47:04.484220" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:47:04.485195" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:47:04.484739" elapsed="0.000528"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T03:47:04.485341" elapsed="0.000068"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.185
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-26T03:47:03.812567" elapsed="0.673025"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-26T03:47:03.808899" elapsed="0.676780"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T03:47:04.486437" 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-07-26T03:47:04.485930" elapsed="0.000608"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T03:47:04.487095" 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-07-26T03:47:04.486750" elapsed="0.000421"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-26T03:47:04.487960" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-26T03:47:04.487382" elapsed="0.000617"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T03:47:04.488744" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-26T03:47:04.488240" elapsed="0.000568"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-26T03:47:04.489560" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-26T03:47:04.489010" elapsed="0.000588"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T03:47:04.490233" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-26T03:47:04.489818" elapsed="0.000472"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-26T03:47:04.490849" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:47:04.490409" elapsed="0.000520"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:47:04.497428" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:47:04.496802" elapsed="0.000668"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:47:04.499055" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T03:47:04.499171" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T03:47:04.498297" elapsed="0.000908"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:47:04.499409" elapsed="0.000533"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T03:47:04.501310" level="INFO">Logging into '10.30.171.38:22' as 'jenkins'.</msg>
<msg time="2026-07-26T03:47:05.329566" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 26 03:47:04 UTC 2026

  System load:  0.06               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.38
  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-37-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-26T03:47:04.500636" elapsed="0.829100"/>
</kw>
<msg time="2026-07-26T03:47:05.329845" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:47:04.500143" elapsed="0.829801"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-26T03:47:04.497807" elapsed="0.832262"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.338619" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-26T03:47:05.330299" elapsed="0.010107"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:47:05.340798" elapsed="0.000480"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-26T03:47:04.496015" elapsed="0.845371"/>
</kw>
<status status="PASS" start="2026-07-26T03:47:04.491202" elapsed="0.850243"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:04.490371" elapsed="0.851144"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-26T03:47:05.341750" elapsed="0.000761"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-26T03:47:05.349349" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:47:05.349135" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:05.349094" elapsed="0.000412"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-26T03:47:05.353956" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:47:05.353823" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:05.353801" elapsed="0.000232"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:47:05.354198" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.355139" level="INFO">Logging into '10.30.171.185:8101' as 'karaf'.</msg>
<msg time="2026-07-26T03:47:05.574414" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-26T03:47:05.354866" elapsed="0.219722"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.673677" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-26T03:47:05.574849" elapsed="0.098985"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.689558" 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-07-26T03:47:05.689788" 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-07-26T03:47:05.674125" elapsed="0.015700"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-26T03:47:05.690051" elapsed="0.000372"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:47:05.690619" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:47:05.691345" 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-07-26T03:47:05.691009" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T03:47:05.691458" elapsed="0.000126"/>
</return>
<msg time="2026-07-26T03:47:05.691748" 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.171.185
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-26T03:47:05.353396" elapsed="0.338385"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-26T03:47:05.691952" elapsed="0.000593"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T03:47:05.692599" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-26T03:47:05.348546" elapsed="0.344191"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-26T03:47:05.696629" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:47:05.696465" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:05.696440" elapsed="0.000263"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:47:05.696839" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.698022" level="INFO">Logging into '10.30.171.185:8101' as 'karaf'.</msg>
<msg time="2026-07-26T03:47:05.860333" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-26T03:47:05.697452" elapsed="0.163055"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.884907" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-26T03:47:05.860761" elapsed="0.024213"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.886719" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-26T03:47:05.886827" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-26T03:47:05.885132" elapsed="0.001724"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-26T03:47:05.886992" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:47:05.887332" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:47:05.888086" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:47:05.887689" elapsed="0.000482"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-26T03:47:05.888240" elapsed="0.000074"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.185
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-26T03:47:05.696123" elapsed="0.192328"/>
</kw>
<status status="PASS" start="2026-07-26T03:47:03.807161" elapsed="2.081425"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:47:05.890737" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:47:05.889467" elapsed="0.001337"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T03:47:05.892313" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-26T03:47:05.891927" elapsed="0.000430"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-26T03:47:05.892708" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:47:05.892440" elapsed="0.000348"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-26T03:47:05.895723" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:47:05.895455" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:05.895435" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.896217" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-26T03:47:05.895938" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:47:05.896962" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.185 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.38" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:47:05.896528" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.897651" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:47:05.897165" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:47:05.898643" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T03:47:05.898736" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T03:47:05.898295" elapsed="0.000466"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:47:05.898925" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T03:47:05.900195" level="INFO">Logging into '10.30.171.38:22' as 'jenkins'.</msg>
<msg time="2026-07-26T03:47:06.251633" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 26 03:47:04 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul 26 03:47:05 2026 from 10.30.170.97
[?2004h[jenkins@releng-00446-37-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-26T03:47:05.899798" elapsed="0.352050"/>
</kw>
<msg time="2026-07-26T03:47:06.251942" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:47:05.899420" elapsed="0.352630"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-26T03:47:05.897913" elapsed="0.354270"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-26T03:47:06.252809" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.185 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-26T03:57:12.366700" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-26T03:57:12.367339" level="INFO">${stdout} = </msg>
<msg time="2026-07-26T03:57:12.367457" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-26T03:47:06.252466" elapsed="606.115091"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:57:12.368194" elapsed="0.000956"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.370520" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.185. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:48:11.442 16  switches: flows:  102865 106525 103815 104023 105028 104702 104048 104862 103318 100130 98635 99539 99268 99440 98352 99210  total = 27.229333 per ms 
03:49:11.543 16  switches: flows:  109435 110369 109309 109802 109812 111827 110263 109391 108090 106382 103983 105265 104868 104525 105824 103805  total = 28.667937 per ms 
03:50:11.644 16  switches: flows:  114874 114492 112931 115473 113349 116522 112523 115065 112067 112315 111229 110075 112449 109637 111669 108450  total = 30.001887 per ms 
03:51:11.745 16  switches: flows:  120670 119731 117258 119346 117292 121730 117071 122012 114933 117285 115273 116176 117942 114970 116049 113462  total = 31.301110 per ms 
03:52:11.846 16  switches: flows:  124954 121846 121400 122879 121494 124723 121445 125029 118889 119405 118668 117705 121119 116104 118978 116920  total = 32.138902 per ms 
03:53:11.947 16  switches: flows:  125937 125099 123673 124177 122273 125896 123442 125434 119392 119956 118905 118914 122524 119121 118858 119590  total = 32.498950 per ms 
03:54:12.048 16  switches: flows:  124301 125664 123497 123065 122334 125168 123441 124408 118662 119489 119881 118910 119662 119147 118170 119270  total = 32.363547 per ms 
03:55:12.150 16  switches: flows:  126674 127475 124297 125510 124929 126062 124154 126708 120372 121382 122758 119044 124074 120197 120323 119671  total = 32.838605 per ms 
03:56:12.251 16  switches: flows:  124989 126055 122557 123925 122742 126370 123310 126723 119306 118706 119775 118373 122624 119655 117740 119267  total = 32.480964 per ms 
03:57:12.352 16  switches: flows:  126865 129833 125092 126384 123539 127958 125932 127397 120877 122871 122803 119741 124492 121473 122499 119441  total = 33.064746 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28667.94/33064.75/31706.29/10659.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.369591" elapsed="0.001287"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-26T03:57:12.371439" elapsed="0.000111"/>
</return>
<status status="PASS" start="2026-07-26T03:57:12.371090" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-07-26T03:57:12.371031" elapsed="0.000662"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-26T03:57:12.371947" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-26T03:57:12.371829" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-07-26T03:57:12.371789" elapsed="0.000338"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-26T03:57:12.372203" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:57:12.378396" elapsed="0.000844"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:57:12.379625" elapsed="0.000529"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T03:57:12.380504" elapsed="0.000118"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-26T03:57:12.372937" elapsed="0.007742"/>
</kw>
<msg time="2026-07-26T03:57:12.380816" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-26T03:47:05.893158" elapsed="606.487685"/>
</kw>
<status status="PASS" start="2026-07-26T03:47:05.892827" elapsed="606.488065"/>
</branch>
<status status="PASS" start="2026-07-26T03:47:05.892416" elapsed="606.488499"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.381353" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.185. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:48:11.442 16  switches: flows:  102865 106525 103815 104023 105028 104702 104048 104862 103318 100130 98635 99539 99268 99440 98352 99210  total = 27.229333 per ms 
03:49:11.543 16  switches: flows:  109435 110369 109309 109802 109812 111827 110263 109391 108090 106382 103983 105265 104868 104525 105824 103805  total = 28.667937 per ms 
03:50:11.644 16  switches: flows:  114874 114492 112931 115473 113349 116522 112523 115065 112067 112315 111229 110075 112449 109637 111669 108450  total = 30.001887 per ms 
03:51:11.745 16  switches: flows:  120670 119731 117258 119346 117292 121730 117071 122012 114933 117285 115273 116176 117942 114970 116049 113462  total = 31.301110 per ms 
03:52:11.846 16  switches: flows:  124954 121846 121400 122879 121494 124723 121445 125029 118889 119405 118668 117705 121119 116104 118978 116920  total = 32.138902 per ms 
03:53:11.947 16  switches: flows:  125937 125099 123673 124177 122273 125896 123442 125434 119392 119956 118905 118914 122524 119121 118858 119590  total = 32.498950 per ms 
03:54:12.048 16  switches: flows:  124301 125664 123497 123065 122334 125168 123441 124408 118662 119489 119881 118910 119662 119147 118170 119270  total = 32.363547 per ms 
03:55:12.150 16  switches: flows:  126674 127475 124297 125510 124929 126062 124154 126708 120372 121382 122758 119044 124074 120197 120323 119671  total = 32.838605 per ms 
03:56:12.251 16  switches: flows:  124989 126055 122557 123925 122742 126370 123310 126723 119306 118706 119775 118373 122624 119655 117740 119267  total = 32.480964 per ms 
03:57:12.352 16  switches: flows:  126865 129833 125092 126384 123539 127958 125932 127397 120877 122871 122803 119741 124492 121473 122499 119441  total = 33.064746 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28667.94/33064.75/31706.29/10659.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.381057" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-26T03:57:12.381601" elapsed="0.000386"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-26T03:57:12.382384" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-26T03:57:12.382498" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28667.94/33064.75/31706.29/10659.19 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-26T03:57:12.382152" elapsed="0.000376"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:57:12.382958" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28667.94/33064.75/31706.29/10659.19 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T03:57:12.382687" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.385416" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.383132" elapsed="0.002358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.387869" level="INFO">28667.94/33064.75/31706.29/10659.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.385641" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:57:12.390342" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T03:57:12.388123" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T03:57:12.393120" level="INFO">@{result_value_list} = [ 28667.94 | 33064.75 | 31706.29 | 10659.19 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T03:57:12.390581" elapsed="0.002579"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.393845" level="INFO">Length is 4.</msg>
<msg time="2026-07-26T03:57:12.393976" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T03:57:12.393380" elapsed="0.000630"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.399493" level="INFO">min :: 28667.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.394589" elapsed="0.004965"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-26T03:57:12.394381" elapsed="0.005209"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.404178" level="INFO">max :: 33064.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.399816" elapsed="0.004424"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-26T03:57:12.399686" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.409129" level="INFO">avg :: 31706.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.404521" elapsed="0.004668"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-26T03:57:12.404368" elapsed="0.004856"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.413843" level="INFO">stdev :: 10659.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.409451" elapsed="0.004450"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-26T03:57:12.409317" elapsed="0.004620"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-26T03:57:12.394104" elapsed="0.019868"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.418296" level="INFO">${min} = 28667.94</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T03:57:12.414132" elapsed="0.004194"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.422447" level="INFO">${max} = 33064.75</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T03:57:12.418499" elapsed="0.003990"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.426403" level="INFO">${average} = 31706.29</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T03:57:12.422650" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.430357" level="INFO">${stdev} = 10659.19</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T03:57:12.426600" elapsed="0.003785"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.430938" level="INFO">${date} = 2026-07-26 03:57:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-26T03:57:12.430568" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.431550" level="INFO">CBench Result: 2026-07-26 03:57:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28667.94,33064.75,31706.29,10659.19</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.431115" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T03:57:12.432685" 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-07-26T03:57:12.432263" elapsed="0.000490"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-26T03:57:12.432908" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-26T03:57:12.431759" elapsed="0.001737"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-26T03:47:05.891266" elapsed="606.542300"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.434048" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-26T03:57:12.433720" elapsed="0.000385"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-26T03:57:12.434660" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-26T03:57:12.434335" elapsed="0.000668"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-26T03:47:05.888746" elapsed="606.546302"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.437634" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.437201" elapsed="0.000494"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.438977" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-26T03:57:12.438635" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-26T03:57:12.439395" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:57:12.439159" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-26T03:57:12.442688" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T03:57:12.442411" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-07-26T03:57:12.442381" elapsed="0.000389"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:57:12.443122" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-26T03:57:12.442908" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.443853" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.185 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.38" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T03:57:12.443407" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T03:57:12.444525" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T03:57:12.444098" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T03:57:12.445452" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T03:57:12.445559" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T03:57:12.445130" elapsed="0.000453"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:57:12.445725" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T03:57:12.446967" level="INFO">Logging into '10.30.171.38:22' as 'jenkins'.</msg>
<msg time="2026-07-26T03:57:13.027732" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 26 03:57:12 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul 26 03:47:06 2026 from 10.30.170.97
[?2004h[jenkins@releng-00446-37-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-26T03:57:12.446606" elapsed="0.581338"/>
</kw>
<msg time="2026-07-26T03:57:13.028035" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T03:57:12.446246" elapsed="0.581881"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-26T03:57:12.444755" elapsed="0.583494"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-26T03:57:13.028849" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.185 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-26T04:07:19.084375" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-26T04:07:19.085011" level="INFO">${stdout} = </msg>
<msg time="2026-07-26T04:07:19.085119" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-26T03:57:13.028540" elapsed="606.056636"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T04:07:19.085665" elapsed="0.000795"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.087668" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.185. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:58:18.140 16  switches: flows:  534957 529256 533668 545273 526807 541816 544213 536892 526277 520010 538706 539285 519591 530117 518719 538334  total = 142.065350 per ms 
03:59:18.242 16  switches: flows:  559145 568083 565009 575167 556844 559119 561156 565629 564562 560784 563502 571422 570560 571820 566004 569427  total = 150.550509 per ms 
04:00:18.347 16  switches: flows:  565136 552672 570608 577514 570594 567299 559005 565293 567613 550879 567695 570937 565498 568591 574704 580131  total = 150.972650 per ms 
04:01:18.449 16  switches: flows:  546519 552114 553438 561318 550518 545960 543210 552854 548480 556714 549200 555461 553568 546388 548734 551745  total = 146.689478 per ms 
04:02:18.562 16  switches: flows:  561888 564955 569025 566940 559748 566439 572032 566850 569753 564484 574914 560750 562359 565929 570536 573594  total = 150.887469 per ms 
04:03:18.663 16  switches: flows:  619759 627934 623949 626124 610860 616397 620844 616633 617288 617247 623956 620202 614521 621952 621265 618459  total = 165.011385 per ms 
04:04:18.765 16  switches: flows:  639290 642309 632081 644113 644371 650814 640125 644256 637370 644766 635752 653595 642167 642810 643074 644532  total = 171.068183 per ms 
04:05:18.866 16  switches: flows:  617313 618553 626932 626071 612568 623527 611226 619776 616453 621922 614982 620589 618224 621385 614772 621380  total = 164.816738 per ms 
04:06:18.967 16  switches: flows:  648630 643719 659845 665235 643742 645924 657049 655311 649829 641642 661037 656953 650383 648867 653869 656556  total = 173.684325 per ms 
04:07:19.068 16  switches: flows:  629273 630735 631701 639894 622078 625424 629239 622480 621886 629683 627122 634206 621467 630867 629904 632815  total = 167.365458 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146689.48/173684.32/160116.24/54242.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.086855" elapsed="0.001120"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-26T04:07:19.088508" elapsed="0.000108"/>
</return>
<status status="PASS" start="2026-07-26T04:07:19.088151" elapsed="0.000618"/>
</branch>
<status status="PASS" start="2026-07-26T04:07:19.088103" elapsed="0.000724"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-26T04:07:19.089039" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-26T04:07:19.088955" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-26T04:07:19.088920" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-26T04:07:19.089243" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T04:07:19.093068" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T04:07:19.093770" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T04:07:19.094194" elapsed="0.000153"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-26T04:07:19.089927" elapsed="0.004496"/>
</kw>
<msg time="2026-07-26T04:07:19.094622" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-26T03:57:12.439817" elapsed="606.654842"/>
</kw>
<status status="PASS" start="2026-07-26T03:57:12.439493" elapsed="606.655234"/>
</branch>
<status status="PASS" start="2026-07-26T03:57:12.439135" elapsed="606.655627"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.095408" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.185. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:58:18.140 16  switches: flows:  534957 529256 533668 545273 526807 541816 544213 536892 526277 520010 538706 539285 519591 530117 518719 538334  total = 142.065350 per ms 
03:59:18.242 16  switches: flows:  559145 568083 565009 575167 556844 559119 561156 565629 564562 560784 563502 571422 570560 571820 566004 569427  total = 150.550509 per ms 
04:00:18.347 16  switches: flows:  565136 552672 570608 577514 570594 567299 559005 565293 567613 550879 567695 570937 565498 568591 574704 580131  total = 150.972650 per ms 
04:01:18.449 16  switches: flows:  546519 552114 553438 561318 550518 545960 543210 552854 548480 556714 549200 555461 553568 546388 548734 551745  total = 146.689478 per ms 
04:02:18.562 16  switches: flows:  561888 564955 569025 566940 559748 566439 572032 566850 569753 564484 574914 560750 562359 565929 570536 573594  total = 150.887469 per ms 
04:03:18.663 16  switches: flows:  619759 627934 623949 626124 610860 616397 620844 616633 617288 617247 623956 620202 614521 621952 621265 618459  total = 165.011385 per ms 
04:04:18.765 16  switches: flows:  639290 642309 632081 644113 644371 650814 640125 644256 637370 644766 635752 653595 642167 642810 643074 644532  total = 171.068183 per ms 
04:05:18.866 16  switches: flows:  617313 618553 626932 626071 612568 623527 611226 619776 616453 621922 614982 620589 618224 621385 614772 621380  total = 164.816738 per ms 
04:06:18.967 16  switches: flows:  648630 643719 659845 665235 643742 645924 657049 655311 649829 641642 661037 656953 650383 648867 653869 656556  total = 173.684325 per ms 
04:07:19.068 16  switches: flows:  629273 630735 631701 639894 622078 625424 629239 622480 621886 629683 627122 634206 621467 630867 629904 632815  total = 167.365458 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146689.48/173684.32/160116.24/54242.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.094958" elapsed="0.000586"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-26T04:07:19.095755" elapsed="0.000573"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-26T04:07:19.096937" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-26T04:07:19.097064" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 146689.48/173684.32/160116.24/54242.68 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-26T04:07:19.096585" elapsed="0.000514"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T04:07:19.097697" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 146689.48/173684.32/160116.24/54242.68 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T04:07:19.097314" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.101083" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.097960" elapsed="0.003181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.103495" level="INFO">146689.48/173684.32/160116.24/54242.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.101287" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T04:07:19.105941" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T04:07:19.103702" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T04:07:19.108389" level="INFO">@{result_value_list} = [ 146689.48 | 173684.32 | 160116.24 | 54242.68 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T04:07:19.106157" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.108899" level="INFO">Length is 4.</msg>
<msg time="2026-07-26T04:07:19.108988" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T04:07:19.108586" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.113996" level="INFO">min :: 146689.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.109395" elapsed="0.004659"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-26T04:07:19.109267" elapsed="0.004822"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.118619" level="INFO">max :: 173684.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-07-26T04:07:19.114313" elapsed="0.004364"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-26T04:07:19.114182" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.123857" level="INFO">avg :: 160116.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.118930" elapsed="0.005007"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-26T04:07:19.118801" elapsed="0.005184"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.130219" level="INFO">stdev :: 54242.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.124288" elapsed="0.005991"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-26T04:07:19.124108" elapsed="0.006206"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-26T04:07:19.109080" elapsed="0.021266"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.134311" level="INFO">${min} = 146689.48</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:07:19.130532" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.138419" level="INFO">${max} = 173684.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-07-26T04:07:19.134509" elapsed="0.003940"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.142398" level="INFO">${average} = 160116.24</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:07:19.138629" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.146319" level="INFO">${stdev} = 54242.68</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:07:19.142623" elapsed="0.003724"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.146872" level="INFO">${date} = 2026-07-26 04:07:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-26T04:07:19.146521" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.147451" level="INFO">CBench Result: 2026-07-26 04:07:19,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,146689.48,173684.32,160116.24,54242.68</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.147047" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T04:07:19.148581" 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-07-26T04:07:19.148149" elapsed="0.000498"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-26T04:07:19.148797" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-26T04:07:19.147675" elapsed="0.001648"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-26T03:57:12.438030" elapsed="606.711353"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.149862" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-26T04:07:19.149547" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-26T04:07:19.150435" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-07-26T04:07:19.150136" elapsed="0.000644"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-26T03:57:12.435865" elapsed="606.714953"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.152363" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.151981" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.153860" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-26T04:07:19.153489" elapsed="0.000413"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-26T04:07:19.154403" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-26T04:07:19.154029" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-26T04:07:19.157707" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-26T04:07:19.157437" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-07-26T04:07:19.157417" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-26T04:07:19.158123" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-26T04:07:19.157927" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.158833" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.185 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.38" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:07:19.158398" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-26T04:07:19.159429" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T04:07:19.159032" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T04:07:19.160415" level="INFO">Length is 0.</msg>
<msg time="2026-07-26T04:07:19.160527" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T04:07:19.160101" 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-07-26T04:07:19.160695" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-26T04:07:19.161873" level="INFO">Logging into '10.30.171.38:22' as 'jenkins'.</msg>
<msg time="2026-07-26T04:07:19.748557" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 26 04:07:19 UTC 2026

  System load:  0.28               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.38
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul 26 03:57:12 2026 from 10.30.170.97
[?2004h[jenkins@releng-00446-37-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-26T04:07:19.161523" elapsed="0.587247"/>
</kw>
<msg time="2026-07-26T04:07:19.748863" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T04:07:19.161170" elapsed="0.587783"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-26T04:07:19.159723" elapsed="0.589353"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-26T04:07:19.749709" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.185 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-26T04:17:26.159894" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-26T04:17:26.160427" level="INFO">${stdout} = </msg>
<msg time="2026-07-26T04:17:26.160646" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-26T04:07:19.749334" elapsed="606.411384"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T04:17:26.161256" elapsed="0.001170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.163778" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.185. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:08:25.238 16  switches: flows:  129588 128420 127452 128609 124210 124350 122825 122262 117328 116585 117016 117663 117870 121894 120456 124193  total = 32.678683 per ms 
04:09:25.339 16  switches: flows:  131304 130928 129469 127851 127149 123955 123165 121818 116340 117753 115943 117078 117192 119674 119718 121309  total = 32.622951 per ms 
04:10:25.439 16  switches: flows:  129913 130807 128899 126556 123631 122632 121804 121218 115890 117573 116331 117781 116791 119492 118770 121966  total = 32.446713 per ms 
04:11:25.539 16  switches: flows:  131241 130279 128981 126785 124294 124981 122144 121053 116946 117561 117528 116702 115893 120239 119479 121363  total = 32.536860 per ms 
04:12:25.641 16  switches: flows:  129393 129528 129237 126991 125639 122519 122727 121214 116614 118031 116721 117874 118170 119603 120130 121813  total = 32.548284 per ms 
04:13:25.741 16  switches: flows:  130797 128612 129473 126349 125661 121676 120615 121115 117113 117183 116233 115836 115861 118038 119419 121322  total = 32.367635 per ms 
04:14:25.842 16  switches: flows:  129429 128737 128257 125927 124096 122182 120710 121335 117063 115815 115918 114361 114260 119471 119314 120796  total = 32.240643 per ms 
04:15:25.942 16  switches: flows:  129476 128692 128430 125775 125567 122751 121530 121371 115947 117181 114645 115801 116088 118396 119732 121639  total = 32.329697 per ms 
04:16:26.042 16  switches: flows:  129499 128806 129282 125657 126034 122464 122232 120314 117100 116337 115812 116138 115876 118490 119274 119738  total = 32.330212 per ms 
04:17:26.142 16  switches: flows:  130841 129020 130299 126393 126257 123782 122970 122874 117674 117182 116363 116969 116336 120406 121437 122871  total = 32.640085 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32240.64/32640.09/32451.45/10817.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.162888" elapsed="0.001204"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-26T04:17:26.164706" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-07-26T04:17:26.164312" elapsed="0.000567"/>
</branch>
<status status="PASS" start="2026-07-26T04:17:26.164248" 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-07-26T04:17:26.165179" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-26T04:17:26.165092" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-07-26T04:17:26.165050" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-26T04:17:26.165388" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-26T04:17:26.169362" elapsed="0.000369"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-26T04:17:26.169882" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-26T04:17:26.170196" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-26T04:17:26.166150" elapsed="0.004212"/>
</kw>
<msg time="2026-07-26T04:17:26.170513" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-26T04:07:19.154816" elapsed="607.015726"/>
</kw>
<status status="PASS" start="2026-07-26T04:07:19.154502" elapsed="607.016110"/>
</branch>
<status status="PASS" start="2026-07-26T04:07:19.154007" elapsed="607.016631"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.171080" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.185:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.185. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:08:25.238 16  switches: flows:  129588 128420 127452 128609 124210 124350 122825 122262 117328 116585 117016 117663 117870 121894 120456 124193  total = 32.678683 per ms 
04:09:25.339 16  switches: flows:  131304 130928 129469 127851 127149 123955 123165 121818 116340 117753 115943 117078 117192 119674 119718 121309  total = 32.622951 per ms 
04:10:25.439 16  switches: flows:  129913 130807 128899 126556 123631 122632 121804 121218 115890 117573 116331 117781 116791 119492 118770 121966  total = 32.446713 per ms 
04:11:25.539 16  switches: flows:  131241 130279 128981 126785 124294 124981 122144 121053 116946 117561 117528 116702 115893 120239 119479 121363  total = 32.536860 per ms 
04:12:25.641 16  switches: flows:  129393 129528 129237 126991 125639 122519 122727 121214 116614 118031 116721 117874 118170 119603 120130 121813  total = 32.548284 per ms 
04:13:25.741 16  switches: flows:  130797 128612 129473 126349 125661 121676 120615 121115 117113 117183 116233 115836 115861 118038 119419 121322  total = 32.367635 per ms 
04:14:25.842 16  switches: flows:  129429 128737 128257 125927 124096 122182 120710 121335 117063 115815 115918 114361 114260 119471 119314 120796  total = 32.240643 per ms 
04:15:25.942 16  switches: flows:  129476 128692 128430 125775 125567 122751 121530 121371 115947 117181 114645 115801 116088 118396 119732 121639  total = 32.329697 per ms 
04:16:26.042 16  switches: flows:  129499 128806 129282 125657 126034 122464 122232 120314 117100 116337 115812 116138 115876 118490 119274 119738  total = 32.330212 per ms 
04:17:26.142 16  switches: flows:  130841 129020 130299 126393 126257 123782 122970 122874 117674 117182 116363 116969 116336 120406 121437 122871  total = 32.640085 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32240.64/32640.09/32451.45/10817.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.170782" elapsed="0.000374"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-26T04:17:26.171307" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-26T04:17:26.172090" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-26T04:17:26.172183" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32240.64/32640.09/32451.45/10817.99 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-26T04:17:26.171867" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T04:17:26.172688" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32240.64/32640.09/32451.45/10817.99 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T04:17:26.172377" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.175215" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.172864" elapsed="0.002410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.177648" level="INFO">32240.64/32640.09/32451.45/10817.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.175423" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T04:17:26.180102" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T04:17:26.177856" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-26T04:17:26.182574" level="INFO">@{result_value_list} = [ 32240.64 | 32640.09 | 32451.45 | 10817.99 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-26T04:17:26.180324" elapsed="0.002285"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.183079" level="INFO">Length is 4.</msg>
<msg time="2026-07-26T04:17:26.183168" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-26T04:17:26.182770" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.187895" level="INFO">min :: 32240.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.183584" elapsed="0.004369"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-26T04:17:26.183439" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.192650" level="INFO">max :: 32640.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-07-26T04:17:26.188202" elapsed="0.004507"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-26T04:17:26.188075" elapsed="0.004669"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.197293" level="INFO">avg :: 32451.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.192956" elapsed="0.004394"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-26T04:17:26.192828" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.204201" level="INFO">stdev :: 10817.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.197612" elapsed="0.006646"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-26T04:17:26.197468" elapsed="0.006825"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-26T04:17:26.183257" elapsed="0.021066"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.208236" level="INFO">${min} = 32240.64</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:17:26.204501" elapsed="0.003762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.212443" level="INFO">${max} = 32640.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:17:26.208418" elapsed="0.004072"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.217665" level="INFO">${average} = 32451.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:17:26.212656" elapsed="0.005047"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.224128" level="INFO">${stdev} = 10817.99</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-26T04:17:26.217920" elapsed="0.006245"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.224914" level="INFO">${date} = 2026-07-26 04:17:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-26T04:17:26.224402" elapsed="0.000549"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.225740" level="INFO">CBench Result: 2026-07-26 04:17:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32240.64,32640.09,32451.45,10817.99</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-26T04:17:26.225153" elapsed="0.000664"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-26T04:17:26.227305" 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-07-26T04:17:26.226716" elapsed="0.000683"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-26T04:17:26.227637" elapsed="0.000638"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-26T04:17:26.226009" elapsed="0.002355"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-26T04:07:19.152775" elapsed="607.075670"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.229116" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-26T04:17:26.228691" elapsed="0.000504"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-26T04:17:26.230915" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-26T04:17:26.230194" elapsed="0.000759"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-26T04:17:26.231261" elapsed="0.000044"/>
</return>
<status status="PASS" start="2026-07-26T04:17:26.231057" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-07-26T04:17:26.231030" elapsed="0.000352"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.231600" elapsed="0.000030"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.231817" elapsed="0.000028"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.232041" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.232308" elapsed="0.000030"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.232539" elapsed="0.000030"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.232745" elapsed="0.000039"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.232959" elapsed="0.000027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-26T04:17:26.233268" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-26T04:17:26.233079" elapsed="0.000260"/>
</branch>
<status status="NOT RUN" start="2026-07-26T04:17:26.233056" elapsed="0.000316"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-26T04:17:26.229735" elapsed="0.003707"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-26T04:07:19.151381" elapsed="607.082143"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-26T03:47:03.242761" elapsed="1822.991530"/>
</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>
