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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-25T02:56:37.758960" elapsed="0.899657"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T02:56:38.709085" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-25T02:56:38.658980" elapsed="0.050180"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T02:56:38.711042" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T02:56:38.711161" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-25T02:56:38.709330" elapsed="0.001862"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-25T02:56:38.711368" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:56:38.711760" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:56:38.712519" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:56:38.712155" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T02:56:38.712627" elapsed="0.000059"/>
</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.153
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T02:56:37.757514" elapsed="0.955326"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-25T02:56:37.753932" elapsed="0.958978"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T02:56:38.713517" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-25T02:56:38.713100" elapsed="0.000474"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T02:56:38.714002" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-25T02:56:38.713726" elapsed="0.000333"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T02:56:38.714638" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-25T02:56:38.714241" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T02:56:38.715191" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-25T02:56:38.714856" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T02:56:38.715811" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-25T02:56:38.715405" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T02:56:38.716310" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-25T02:56:38.716001" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-25T02:56:38.716653" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T02:56:38.716441" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T02:56:38.721279" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T02:56:38.720848" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T02:56:38.722344" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T02:56:38.722427" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T02:56:38.721880" elapsed="0.000571"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T02:56:38.722594" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T02:56:38.724001" level="INFO">Logging into '10.30.170.28:22' as 'jenkins'.</msg>
<msg time="2026-06-25T02:56:39.473065" 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 Thu Jun 25 02:56:39 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.28
  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-6-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-25T02:56:38.723488" elapsed="0.749763"/>
</kw>
<msg time="2026-06-25T02:56:39.473381" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T02:56:38.723113" elapsed="0.750378"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-25T02:56:38.721510" elapsed="0.752120"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-25T02:56:39.482067" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-25T02:56:39.473889" elapsed="0.010421"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:56:39.484712" elapsed="0.000709"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-25T02:56:38.720304" elapsed="0.765262"/>
</kw>
<status status="PASS" start="2026-06-25T02:56:38.716976" elapsed="0.768674"/>
</branch>
<status status="PASS" start="2026-06-25T02:56:38.716415" elapsed="0.769304"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-25T02:56:39.486097" elapsed="0.001069"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-25T02:56:39.493126" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-25T02:56:39.492998" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-06-25T02:56:39.492971" elapsed="0.000237"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-25T02:56:39.496834" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-25T02:56:39.496700" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-06-25T02:56:39.496680" elapsed="0.000225"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T02:56:39.497038" elapsed="0.000504"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T02:56:39.497979" level="INFO">Logging into '10.30.171.153:8101' as 'karaf'.</msg>
<msg time="2026-06-25T02:56:39.703617" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-25T02:56:39.497694" elapsed="0.206108"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T02:56:39.799607" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-25T02:56:39.704070" elapsed="0.095728"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T02:56:39.808264" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T02:56:39.808477" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-25T02:56:39.800103" elapsed="0.008407"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-25T02:56:39.808658" elapsed="0.000259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:56:39.809068" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:56:39.809779" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:56:39.809427" elapsed="0.000411"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T02:56:39.809891" elapsed="0.000059"/>
</return>
<msg time="2026-06-25T02:56:39.810109" 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.153
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T02:56:39.496325" elapsed="0.313817"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-25T02:56:39.810323" elapsed="0.000624"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T02:56:39.811000" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-25T02:56:39.492654" elapsed="0.318479"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-25T02:56:39.814967" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-25T02:56:39.814824" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-06-25T02:56:39.814799" elapsed="0.000238"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T02:56:39.815169" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T02:56:39.816292" level="INFO">Logging into '10.30.171.153:8101' as 'karaf'.</msg>
<msg time="2026-06-25T02:56:39.996343" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-25T02:56:39.816010" elapsed="0.180423"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T02:56:40.019967" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-25T02:56:39.996598" elapsed="0.023444"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T02:56:40.021907" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T02:56:40.022010" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-25T02:56:40.020193" elapsed="0.001847"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-25T02:56:40.022179" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:56:40.022528" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:56:40.023172" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:56:40.022893" elapsed="0.000329"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T02:56:40.023268" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.153
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T02:56:39.814464" elapsed="0.208963"/>
</kw>
<status status="PASS" start="2026-06-25T02:56:37.752114" elapsed="2.271374"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:56:40.025590" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:56:40.024390" elapsed="0.001269"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T02:56:40.027282" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-25T02:56:40.026917" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-25T02:56:40.027649" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-25T02:56:40.027411" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-25T02:56:40.030679" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T02:56:40.030408" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-06-25T02:56:40.030388" elapsed="0.000441"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T02:56:40.031204" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-25T02:56:40.030983" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:56:40.032009" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.28" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:56:40.031519" elapsed="0.000552"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T02:56:40.032712" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T02:56:40.032212" elapsed="0.000545"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T02:56:40.033685" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T02:56:40.033795" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T02:56:40.033349" elapsed="0.000471"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T02:56:40.033964" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T02:56:40.035242" level="INFO">Logging into '10.30.170.28:22' as 'jenkins'.</msg>
<msg time="2026-06-25T02:56:40.358417" 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 Thu Jun 25 02:56:39 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.28
  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: Thu Jun 25 02:56:39 2026 from 10.30.171.175
[?2004h[jenkins@releng-00446-6-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-25T02:56:40.034875" elapsed="0.323757"/>
</kw>
<msg time="2026-06-25T02:56:40.358725" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T02:56:40.034461" elapsed="0.324383"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-25T02:56:40.032967" elapsed="0.326009"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T02:56:40.359592" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T03:06:46.485857" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T03:06:46.486474" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T03:06:46.486582" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-25T02:56:40.359223" elapsed="606.127419"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T03:06:46.487130" elapsed="0.000852"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.488848" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:45.590 16  switches: flows:  119846 118043 114292 119091 115847 118031 120653 115051 114997 119008 113080 114599 111801 113981 117253 111243  total = 30.946933 per ms 
02:58:45.690 16  switches: flows:  120961 120658 121212 122534 120853 118711 121061 119332 119402 118581 116442 116984 119390 115578 116137 115930  total = 31.676554 per ms 
02:59:45.791 16  switches: flows:  129326 130580 133463 131104 128080 129671 129607 126048 128784 123425 124901 124473 128710 127858 124815 125756  total = 34.053129 per ms 
03:00:45.892 16  switches: flows:  129216 133101 132296 130573 128256 128172 128326 127211 128627 126633 124971 125553 128076 128200 126644 126209  total = 34.143780 per ms 
03:01:45.993 16  switches: flows:  131285 132613 139042 135689 129716 130364 128833 130129 129745 129472 130436 129060 131444 129847 129403 130816  total = 34.906523 per ms 
03:02:46.095 16  switches: flows:  134759 133138 137986 135877 131311 130967 132280 131502 133747 132420 129064 129954 133810 132168 130889 130184  total = 35.275342 per ms 
03:03:46.196 16  switches: flows:  126650 127131 131323 129113 127610 127486 125396 126480 126640 127841 124004 123466 128038 126885 123893 125021  total = 33.726580 per ms 
03:04:46.296 16  switches: flows:  134954 133800 138012 135501 136624 132798 133395 131828 132071 134315 131942 130295 135581 132679 133061 131371  total = 35.577702 per ms 
03:05:46.397 16  switches: flows:  132674 130470 135046 135022 134134 130001 130089 130952 132987 130624 128297 127884 134293 130092 127624 129817  total = 34.941685 per ms 
03:06:46.497 16  switches: flows:  132446 132849 135783 135829 131534 131460 131832 129987 134780 132764 128733 129452 134125 132135 132029 129312  total = 35.191973 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31676.55/35577.70/34388.14/11517.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.488322" elapsed="0.000728"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T03:06:46.489391" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-06-25T03:06:46.489183" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-25T03:06:46.489139" elapsed="0.000390"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T03:06:46.489670" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-25T03:06:46.489613" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-06-25T03:06:46.489589" elapsed="0.000196"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T03:06:46.489833" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:06:46.493413" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T03:06:46.494109" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T03:06:46.494536" elapsed="0.000150"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T03:06:46.490285" elapsed="0.004501"/>
</kw>
<msg time="2026-06-25T03:06:46.494970" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-25T02:56:40.028081" elapsed="606.466926"/>
</kw>
<status status="PASS" start="2026-06-25T02:56:40.027753" elapsed="606.467323"/>
</branch>
<status status="PASS" start="2026-06-25T02:56:40.027387" elapsed="606.467720"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.495780" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:45.590 16  switches: flows:  119846 118043 114292 119091 115847 118031 120653 115051 114997 119008 113080 114599 111801 113981 117253 111243  total = 30.946933 per ms 
02:58:45.690 16  switches: flows:  120961 120658 121212 122534 120853 118711 121061 119332 119402 118581 116442 116984 119390 115578 116137 115930  total = 31.676554 per ms 
02:59:45.791 16  switches: flows:  129326 130580 133463 131104 128080 129671 129607 126048 128784 123425 124901 124473 128710 127858 124815 125756  total = 34.053129 per ms 
03:00:45.892 16  switches: flows:  129216 133101 132296 130573 128256 128172 128326 127211 128627 126633 124971 125553 128076 128200 126644 126209  total = 34.143780 per ms 
03:01:45.993 16  switches: flows:  131285 132613 139042 135689 129716 130364 128833 130129 129745 129472 130436 129060 131444 129847 129403 130816  total = 34.906523 per ms 
03:02:46.095 16  switches: flows:  134759 133138 137986 135877 131311 130967 132280 131502 133747 132420 129064 129954 133810 132168 130889 130184  total = 35.275342 per ms 
03:03:46.196 16  switches: flows:  126650 127131 131323 129113 127610 127486 125396 126480 126640 127841 124004 123466 128038 126885 123893 125021  total = 33.726580 per ms 
03:04:46.296 16  switches: flows:  134954 133800 138012 135501 136624 132798 133395 131828 132071 134315 131942 130295 135581 132679 133061 131371  total = 35.577702 per ms 
03:05:46.397 16  switches: flows:  132674 130470 135046 135022 134134 130001 130089 130952 132987 130624 128297 127884 134293 130092 127624 129817  total = 34.941685 per ms 
03:06:46.497 16  switches: flows:  132446 132849 135783 135829 131534 131460 131832 129987 134780 132764 128733 129452 134125 132135 132029 129312  total = 35.191973 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31676.55/35577.70/34388.14/11517.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.495302" elapsed="0.000584"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-25T03:06:46.496093" elapsed="0.000514"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T03:06:46.497017" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T03:06:46.497109" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31676.55/35577.70/34388.14/11517.76 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-25T03:06:46.496784" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:06:46.497551" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31676.55/35577.70/34388.14/11517.76 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:06:46.497290" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.500241" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.497723" elapsed="0.002580"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.502833" level="INFO">31676.55/35577.70/34388.14/11517.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.500449" elapsed="0.002458"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:06:46.505606" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:06:46.503099" elapsed="0.002536"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:06:46.508068" level="INFO">@{result_value_list} = [ 31676.55 | 35577.70 | 34388.14 | 11517.76 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:06:46.505845" elapsed="0.002252"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.508605" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T03:06:46.508696" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T03:06:46.508264" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.513490" level="INFO">min :: 31676.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.509143" elapsed="0.004405"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T03:06:46.509010" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.518136" level="INFO">max :: 35577.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.513833" elapsed="0.004360"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T03:06:46.513688" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.522747" level="INFO">avg :: 34388.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.518446" elapsed="0.004361"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T03:06:46.518318" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.527769" level="INFO">stdev :: 11517.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.523060" elapsed="0.004775"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T03:06:46.522935" elapsed="0.004935"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T03:06:46.508810" elapsed="0.019094"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.531909" level="INFO">${min} = 31676.55</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:06:46.528063" elapsed="0.003879"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.536307" level="INFO">${max} = 35577.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:06:46.532098" elapsed="0.004237"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.540256" level="INFO">${average} = 34388.14</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:06:46.536489" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.544210" level="INFO">${stdev} = 11517.76</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:06:46.540438" elapsed="0.003806"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.544835" level="INFO">${date} = 2026-06-25 03:06:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T03:06:46.544408" elapsed="0.000468"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.545467" level="INFO">CBench Result: 2026-06-25 03:06:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31676.55,35577.70,34388.14,11517.76</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.545049" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T03:06:46.546633" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-25T03:06:46.546178" elapsed="0.000524"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-25T03:06:46.546879" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T03:06:46.545677" elapsed="0.001751"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-25T02:56:40.026098" elapsed="606.521393"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.548014" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-25T03:06:46.547645" elapsed="0.000454"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-25T03:06:46.548676" elapsed="0.000301"/>
</kw>
<status status="PASS" start="2026-06-25T03:06:46.548365" elapsed="0.000686"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-25T02:56:40.023643" elapsed="606.525446"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.550724" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.550328" elapsed="0.000471"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.552111" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-25T03:06:46.551708" elapsed="0.000446"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-25T03:06:46.552509" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T03:06:46.552284" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-25T03:06:46.555707" elapsed="0.000061"/>
</kw>
<status status="NOT RUN" start="2026-06-25T03:06:46.555460" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-06-25T03:06:46.555441" elapsed="0.000388"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T03:06:46.556171" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-25T03:06:46.555961" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.556960" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.153 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.28" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:06:46.556466" elapsed="0.000555"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T03:06:46.557561" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T03:06:46.557162" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T03:06:46.558502" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T03:06:46.558591" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T03:06:46.558184" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:06:46.558771" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T03:06:46.560056" level="INFO">Logging into '10.30.170.28:22' as 'jenkins'.</msg>
<msg time="2026-06-25T03:06:47.186601" 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 Thu Jun 25 03:06:46 UTC 2026

  System load:  1.02               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.28
  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: Thu Jun 25 02:56:40 2026 from 10.30.171.175
[?2004h[jenkins@releng-00446-6-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-25T03:06:46.559586" elapsed="0.627251"/>
</kw>
<msg time="2026-06-25T03:06:47.186932" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:06:46.559245" elapsed="0.627790"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-25T03:06:46.557808" elapsed="0.629351"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T03:06:47.187764" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.153 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T03:16:53.273328" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T03:16:53.274312" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T03:16:53.274380" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-25T03:06:47.187412" elapsed="606.087004"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T03:16:53.274754" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.275989" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:52.333 16  switches: flows:  496481 508207 507138 501213 505645 500909 506305 502576 481146 488825 496550 488607 488977 497377 493348 486688  total = 132.499867 per ms 
03:08:52.434 16  switches: flows:  578303 559522 569413 572629 561462 573863 581474 573742 578133 573797 574409 575157 564435 570616 577449 577903  total = 152.449530 per ms 
03:09:52.535 16  switches: flows:  550561 556418 556782 552544 557593 559103 565940 559947 557526 555363 550940 558340 559435 564735 565799 556086  total = 148.534026 per ms 
03:10:52.637 16  switches: flows:  561734 559137 568961 570451 567144 570409 562182 568920 560211 566329 565423 561680 565703 565032 570960 564935  total = 150.566238 per ms 
03:11:52.769 16  switches: flows:  550347 564911 564288 553255 556785 556010 554307 557956 554256 562857 562089 561583 556333 562710 564424 553650  total = 148.604641 per ms 
03:12:52.871 16  switches: flows:  588562 597995 591083 591129 601227 586966 591363 595135 589597 599456 592274 587947 591421 592594 596575 592866  total = 157.836268 per ms 
03:13:52.972 16  switches: flows:  663611 652103 656378 655340 649954 654647 650657 650878 659064 659045 662204 655558 649613 656447 642080 639876  total = 173.997253 per ms 
03:14:53.075 16  switches: flows:  672693 658027 660650 666559 660678 668149 665502 662430 671456 662999 659714 665896 667918 664871 662846 667919  total = 177.004672 per ms 
03:15:53.176 16  switches: flows:  662930 656426 649653 656621 658077 658054 651973 649447 660288 666017 653727 661207 660002 651876 656324 649517  total = 174.741830 per ms 
03:16:53.279 16  switches: flows:  634800 632070 639117 631379 639664 643947 638283 647591 636064 633317 636589 635711 631548 644314 644511 641010  total = 169.878162 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148534.03/177004.67/161512.51/55053.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.275478" elapsed="0.000729"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T03:16:53.276544" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-06-25T03:16:53.276334" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-25T03:16:53.276295" elapsed="0.000446"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T03:16:53.276880" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-25T03:16:53.276830" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-06-25T03:16:53.276807" elapsed="0.000159"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T03:16:53.277009" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:16:53.280506" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T03:16:53.281187" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T03:16:53.281587" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T03:16:53.277454" elapsed="0.004370"/>
</kw>
<msg time="2026-06-25T03:16:53.282036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-25T03:06:46.552933" elapsed="606.729141"/>
</kw>
<status status="PASS" start="2026-06-25T03:06:46.552593" elapsed="606.729548"/>
</branch>
<status status="PASS" start="2026-06-25T03:06:46.552257" elapsed="606.729915"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.282788" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:52.333 16  switches: flows:  496481 508207 507138 501213 505645 500909 506305 502576 481146 488825 496550 488607 488977 497377 493348 486688  total = 132.499867 per ms 
03:08:52.434 16  switches: flows:  578303 559522 569413 572629 561462 573863 581474 573742 578133 573797 574409 575157 564435 570616 577449 577903  total = 152.449530 per ms 
03:09:52.535 16  switches: flows:  550561 556418 556782 552544 557593 559103 565940 559947 557526 555363 550940 558340 559435 564735 565799 556086  total = 148.534026 per ms 
03:10:52.637 16  switches: flows:  561734 559137 568961 570451 567144 570409 562182 568920 560211 566329 565423 561680 565703 565032 570960 564935  total = 150.566238 per ms 
03:11:52.769 16  switches: flows:  550347 564911 564288 553255 556785 556010 554307 557956 554256 562857 562089 561583 556333 562710 564424 553650  total = 148.604641 per ms 
03:12:52.871 16  switches: flows:  588562 597995 591083 591129 601227 586966 591363 595135 589597 599456 592274 587947 591421 592594 596575 592866  total = 157.836268 per ms 
03:13:52.972 16  switches: flows:  663611 652103 656378 655340 649954 654647 650657 650878 659064 659045 662204 655558 649613 656447 642080 639876  total = 173.997253 per ms 
03:14:53.075 16  switches: flows:  672693 658027 660650 666559 660678 668149 665502 662430 671456 662999 659714 665896 667918 664871 662846 667919  total = 177.004672 per ms 
03:15:53.176 16  switches: flows:  662930 656426 649653 656621 658077 658054 651973 649447 660288 666017 653727 661207 660002 651876 656324 649517  total = 174.741830 per ms 
03:16:53.279 16  switches: flows:  634800 632070 639117 631379 639664 643947 638283 647591 636064 633317 636589 635711 631548 644314 644511 641010  total = 169.878162 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148534.03/177004.67/161512.51/55053.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.282364" elapsed="0.000527"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-25T03:16:53.283093" elapsed="0.000494"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T03:16:53.284139" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T03:16:53.284264" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 148534.03/177004.67/161512.51/55053.20 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-25T03:16:53.283826" elapsed="0.000473"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:16:53.284886" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 148534.03/177004.67/161512.51/55053.20 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:16:53.284512" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.288265" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.285126" elapsed="0.003218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.291658" level="INFO">148534.03/177004.67/161512.51/55053.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.288545" elapsed="0.003209"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:16:53.295072" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:16:53.291994" elapsed="0.003105"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:16:53.297498" level="INFO">@{result_value_list} = [ 148534.03 | 177004.67 | 161512.51 | 55053.20 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:16:53.295297" elapsed="0.002228"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.298019" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T03:16:53.298108" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T03:16:53.297679" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.302974" level="INFO">min :: 148534.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.298511" elapsed="0.004520"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T03:16:53.298383" elapsed="0.004683"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.307578" level="INFO">max :: 177004.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.303287" elapsed="0.004346"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T03:16:53.303158" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.312283" level="INFO">avg :: 161512.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.307898" elapsed="0.004442"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T03:16:53.307771" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.316968" level="INFO">stdev :: 55053.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.312589" elapsed="0.004434"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T03:16:53.312462" elapsed="0.004596"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T03:16:53.298198" elapsed="0.018891"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.321131" level="INFO">${min} = 148534.03</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:16:53.317246" elapsed="0.003912"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.325027" level="INFO">${max} = 177004.67</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:16:53.321312" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.328937" level="INFO">${average} = 161512.51</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:16:53.325204" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.333014" level="INFO">${stdev} = 55053.20</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:16:53.329114" elapsed="0.003929"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.333572" level="INFO">${date} = 2026-06-25 03:16:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T03:16:53.333214" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.334207" level="INFO">CBench Result: 2026-06-25 03:16:53,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,148534.03,177004.67,161512.51,55053.20</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.333790" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T03:16:53.335327" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-25T03:16:53.334907" elapsed="0.000487"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-25T03:16:53.335544" elapsed="0.000489"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T03:16:53.334412" elapsed="0.001688"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-25T03:06:46.551122" elapsed="606.785037"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.336622" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-25T03:16:53.336309" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-25T03:16:53.337203" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-06-25T03:16:53.336897" elapsed="0.000643"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-25T03:06:46.549406" elapsed="606.788185"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.339193" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.338793" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.340462" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-25T03:16:53.340135" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-25T03:16:53.340886" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-25T03:16:53.340620" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-25T03:16:53.344288" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T03:16:53.344037" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-25T03:16:53.344018" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T03:16:53.344692" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-25T03:16:53.344501" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.345538" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.28" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:16:53.345102" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T03:16:53.346153" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T03:16:53.345756" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T03:16:53.347073" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T03:16:53.347159" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T03:16:53.346764" elapsed="0.000419"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:16:53.347322" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T03:16:53.348502" level="INFO">Logging into '10.30.170.28:22' as 'jenkins'.</msg>
<msg time="2026-06-25T03:16:53.956045" 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 Thu Jun 25 03:16:53 UTC 2026

  System load:  0.38               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.28
  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: Thu Jun 25 03:06:47 2026 from 10.30.171.175
[?2004h[jenkins@releng-00446-6-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-25T03:16:53.348148" elapsed="0.608106"/>
</kw>
<msg time="2026-06-25T03:16:53.956343" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:16:53.347805" elapsed="0.608622"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-25T03:16:53.346378" elapsed="0.610169"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T03:16:53.957119" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T03:27:00.179195" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T03:27:00.179787" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T03:27:00.179907" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-25T03:16:53.956791" elapsed="606.223173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T03:27:00.180420" elapsed="0.001057"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.182675" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:59.299 16  switches: flows:  124634 133306 125769 125326 120529 124033 121705 131016 122477 124831 123198 122474 121171 124231 122728 118298  total = 33.095433 per ms 
03:18:59.400 16  switches: flows:  121810 121667 120752 126707 119334 123297 118746 126970 122107 121550 122886 119266 120998 116331 121357 118023  total = 32.309191 per ms 
03:19:59.500 16  switches: flows:  128271 129758 128966 132389 128663 132312 128963 132161 127810 128739 129821 126675 127628 124700 129310 125448  total = 34.302964 per ms 
03:20:59.600 16  switches: flows:  127078 126840 127189 129066 125106 129835 125772 130944 125802 126927 126991 122454 124130 122080 126700 122863  total = 33.606839 per ms 
03:21:59.700 16  switches: flows:  126616 124393 125111 129802 124351 130258 123698 128164 126387 124653 125832 122536 125271 123006 125038 119541  total = 33.355253 per ms 
03:22:59.801 16  switches: flows:  133907 131132 129708 135293 130271 134760 131437 136249 133559 132164 128490 128286 131048 125572 133471 127313  total = 34.985924 per ms 
03:23:59.901 16  switches: flows:  132496 129270 132589 133133 132431 133409 129934 133947 132049 130841 132140 127609 131440 125687 131975 126597  total = 34.867551 per ms 
03:25:00.002 16  switches: flows:  127900 127233 127063 132452 127491 131284 126848 130230 129512 127557 129275 125328 129373 123184 127607 121789  total = 34.011791 per ms 
03:26:00.102 16  switches: flows:  134503 133013 132084 136244 132967 132882 129860 133702 131870 133164 132827 129050 134252 126119 130566 125407  total = 35.083217 per ms 
03:27:00.203 16  switches: flows:  135265 134147 132731 136336 132232 135299 134086 135247 135145 134316 133353 128648 133467 128330 133076 127736  total = 35.430703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32309.19/35430.70/34217.05/11444.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.181908" elapsed="0.001107"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T03:27:00.183501" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-25T03:27:00.183208" elapsed="0.000444"/>
</branch>
<status status="PASS" start="2026-06-25T03:27:00.183148" elapsed="0.000558"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T03:27:00.183942" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-25T03:27:00.183863" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-06-25T03:27:00.183829" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T03:27:00.184146" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T03:27:00.188763" elapsed="0.000553"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T03:27:00.189541" elapsed="0.000295"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T03:27:00.190030" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T03:27:00.185026" elapsed="0.005231"/>
</kw>
<msg time="2026-06-25T03:27:00.190453" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-25T03:16:53.341291" elapsed="606.849202"/>
</kw>
<status status="PASS" start="2026-06-25T03:16:53.340972" elapsed="606.849597"/>
</branch>
<status status="PASS" start="2026-06-25T03:16:53.340598" elapsed="606.850009"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.191311" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:59.299 16  switches: flows:  124634 133306 125769 125326 120529 124033 121705 131016 122477 124831 123198 122474 121171 124231 122728 118298  total = 33.095433 per ms 
03:18:59.400 16  switches: flows:  121810 121667 120752 126707 119334 123297 118746 126970 122107 121550 122886 119266 120998 116331 121357 118023  total = 32.309191 per ms 
03:19:59.500 16  switches: flows:  128271 129758 128966 132389 128663 132312 128963 132161 127810 128739 129821 126675 127628 124700 129310 125448  total = 34.302964 per ms 
03:20:59.600 16  switches: flows:  127078 126840 127189 129066 125106 129835 125772 130944 125802 126927 126991 122454 124130 122080 126700 122863  total = 33.606839 per ms 
03:21:59.700 16  switches: flows:  126616 124393 125111 129802 124351 130258 123698 128164 126387 124653 125832 122536 125271 123006 125038 119541  total = 33.355253 per ms 
03:22:59.801 16  switches: flows:  133907 131132 129708 135293 130271 134760 131437 136249 133559 132164 128490 128286 131048 125572 133471 127313  total = 34.985924 per ms 
03:23:59.901 16  switches: flows:  132496 129270 132589 133133 132431 133409 129934 133947 132049 130841 132140 127609 131440 125687 131975 126597  total = 34.867551 per ms 
03:25:00.002 16  switches: flows:  127900 127233 127063 132452 127491 131284 126848 130230 129512 127557 129275 125328 129373 123184 127607 121789  total = 34.011791 per ms 
03:26:00.102 16  switches: flows:  134503 133013 132084 136244 132967 132882 129860 133702 131870 133164 132827 129050 134252 126119 130566 125407  total = 35.083217 per ms 
03:27:00.203 16  switches: flows:  135265 134147 132731 136336 132232 135299 134086 135247 135145 134316 133353 128648 133467 128330 133076 127736  total = 35.430703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32309.19/35430.70/34217.05/11444.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.190862" elapsed="0.000559"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-25T03:27:00.191638" elapsed="0.000547"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T03:27:00.192766" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T03:27:00.192951" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32309.19/35430.70/34217.05/11444.79 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-25T03:27:00.192419" elapsed="0.000570"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:27:00.193576" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32309.19/35430.70/34217.05/11444.79 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:27:00.193217" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.196047" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.193761" elapsed="0.002343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.198490" level="INFO">32309.19/35430.70/34217.05/11444.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.196254" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:27:00.200938" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:27:00.198697" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T03:27:00.203376" level="INFO">@{result_value_list} = [ 32309.19 | 35430.70 | 34217.05 | 11444.79 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-25T03:27:00.201186" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.203933" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T03:27:00.204022" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-25T03:27:00.203556" elapsed="0.000489"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.208766" level="INFO">min :: 32309.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-06-25T03:27:00.204453" elapsed="0.004372"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T03:27:00.204324" elapsed="0.004536"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.213397" level="INFO">max :: 35430.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.209105" elapsed="0.004350"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T03:27:00.208950" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.218024" level="INFO">avg :: 34217.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.213709" elapsed="0.004372"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T03:27:00.213578" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.222615" level="INFO">stdev :: 11444.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.218338" elapsed="0.004334"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T03:27:00.218201" elapsed="0.004505"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T03:27:00.204121" elapsed="0.018631"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.226980" level="INFO">${min} = 32309.19</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:27:00.222920" elapsed="0.004097"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.231290" level="INFO">${max} = 35430.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:27:00.227217" elapsed="0.004100"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.235320" level="INFO">${average} = 34217.05</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:27:00.231473" elapsed="0.003875"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.239282" level="INFO">${stdev} = 11444.79</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T03:27:00.235502" elapsed="0.003807"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.239842" level="INFO">${date} = 2026-06-25 03:27:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T03:27:00.239472" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.240434" level="INFO">CBench Result: 2026-06-25 03:27:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32309.19,35430.70,34217.05,11444.79</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T03:27:00.240019" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T03:27:00.241679" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-25T03:27:00.241148" elapsed="0.000616"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-25T03:27:00.241916" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T03:27:00.240651" elapsed="0.001798"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-25T03:16:53.339566" elapsed="606.902943"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.243021" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-25T03:27:00.242687" elapsed="0.000391"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T03:27:00.244335" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-25T03:27:00.243834" elapsed="0.000528"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-25T03:27:00.244606" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-06-25T03:27:00.244446" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-06-25T03:27:00.244423" elapsed="0.000300"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.244903" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.245061" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.245216" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.245448" elapsed="0.000025"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.245611" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.245773" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.245940" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-25T03:27:00.246164" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-25T03:27:00.246024" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-06-25T03:27:00.246007" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-25T03:27:00.243461" elapsed="0.002828"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-25T03:16:53.338192" elapsed="606.908144"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-25T02:56:37.195011" elapsed="1823.052046"/>
</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>
