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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-18T03:05:21.197859" elapsed="0.766965"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-18T03:05:22.014164" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-18T03:05:21.965294" elapsed="0.049070"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-18T03:05:22.016660" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-18T03:05:22.016803" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-18T03:05:22.014753" elapsed="0.002082"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-18T03:05:22.017027" elapsed="0.000392"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:05:22.017589" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:05:22.018527" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:05:22.018060" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-18T03:05:22.018651" elapsed="0.000085"/>
</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.80
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-18T03:05:21.196130" elapsed="0.822764"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-18T03:05:21.192132" elapsed="0.826837"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-18T03:05:22.019779" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-18T03:05:22.019207" elapsed="0.000632"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-18T03:05:22.020298" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-18T03:05:22.020002" elapsed="0.000373"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-18T03:05:22.021033" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-18T03:05:22.020564" elapsed="0.000498"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-18T03:05:22.021638" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-18T03:05:22.021253" elapsed="0.000429"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-18T03:05:22.022222" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-18T03:05:22.021833" elapsed="0.000416"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-18T03:05:22.022757" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-18T03:05:22.022435" elapsed="0.000365"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-18T03:05:22.023159" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:05:22.022915" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:05:22.028466" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:05:22.027965" elapsed="0.000529"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:05:22.029711" level="INFO">Length is 0.</msg>
<msg time="2026-07-18T03:05:22.029799" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:05:22.029101" elapsed="0.000722"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:05:22.029977" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-18T03:05:22.031503" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-07-18T03:05:22.752846" 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 Sat Jul 18 03:05:22 UTC 2026

  System load:  0.19               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.179
  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-29-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-18T03:05:22.030883" elapsed="0.722207"/>
</kw>
<msg time="2026-07-18T03:05:22.753218" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:05:22.030520" elapsed="0.722849"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-18T03:05:22.028715" elapsed="0.724844"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-18T03:05:22.761585" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-18T03:05:22.753846" elapsed="0.009531"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:05:22.763929" elapsed="0.000637"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-18T03:05:22.027366" elapsed="0.737325"/>
</kw>
<status status="PASS" start="2026-07-18T03:05:22.023573" elapsed="0.741182"/>
</branch>
<status status="PASS" start="2026-07-18T03:05:22.022881" elapsed="0.741933"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-18T03:05:22.765080" elapsed="0.001009"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-18T03:05:22.772431" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-18T03:05:22.772234" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-07-18T03:05:22.772194" elapsed="0.000345"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-18T03:05:22.776449" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-18T03:05:22.776288" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-07-18T03:05:22.776263" elapsed="0.000272"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:05:22.776743" elapsed="0.000616"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-18T03:05:22.777836" level="INFO">Logging into '10.30.171.80:8101' as 'karaf'.</msg>
<msg time="2026-07-18T03:05:22.987953" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-18T03:05:22.777540" elapsed="0.210648"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.096336" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-18T03:05:22.988599" elapsed="0.107989"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.108030" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-18T03:05:23.108514" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-18T03:05:23.096948" elapsed="0.011605"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-18T03:05:23.108853" elapsed="0.000379"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:05:23.109411" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:05:23.110256" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:05:23.109851" elapsed="0.000466"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-18T03:05:23.110378" elapsed="0.000188"/>
</return>
<msg time="2026-07-18T03:05:23.110762" 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.80
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-18T03:05:22.775836" elapsed="0.334962"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-18T03:05:23.111028" elapsed="0.000732"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-18T03:05:23.111821" elapsed="0.000039"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-18T03:05:22.771730" elapsed="0.340240"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-18T03:05:23.116613" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-18T03:05:23.116412" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-07-18T03:05:23.116353" elapsed="0.000372"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:05:23.116946" elapsed="0.000969"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.118412" level="INFO">Logging into '10.30.171.80:8101' as 'karaf'.</msg>
<msg time="2026-07-18T03:05:23.285798" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-18T03:05:23.118097" elapsed="0.167969"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.309764" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-18T03:05:23.286503" elapsed="0.023392"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.312814" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-18T03:05:23.312978" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-18T03:05:23.310191" elapsed="0.002832"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-18T03:05:23.313229" elapsed="0.000311"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:05:23.313753" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:05:23.314741" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:05:23.314252" elapsed="0.000600"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-18T03:05:23.314929" elapsed="0.000083"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.80
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-18T03:05:23.115801" elapsed="0.199412"/>
</kw>
<status status="PASS" start="2026-07-18T03:05:21.189874" elapsed="2.125435"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:05:23.318499" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:05:23.316758" elapsed="0.001834"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-18T03:05:23.320731" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-18T03:05:23.320213" elapsed="0.000577"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-18T03:05:23.321278" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:05:23.320913" elapsed="0.000442"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-18T03:05:23.325573" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:05:23.325203" elapsed="0.000445"/>
</branch>
<status status="PASS" start="2026-07-18T03:05:23.325174" elapsed="0.000509"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.326203" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-18T03:05:23.325876" elapsed="0.000568"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:05:23.327272" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.179" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:05:23.326650" elapsed="0.000705"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.328237" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:05:23.327574" elapsed="0.000699"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:05:23.329637" level="INFO">Length is 0.</msg>
<msg time="2026-07-18T03:05:23.329762" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:05:23.329140" elapsed="0.000656"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:05:23.330000" elapsed="0.000537"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.331852" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-07-18T03:05:23.699186" 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 Sat Jul 18 03:05:22 UTC 2026

  System load:  0.19               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.179
  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: Sat Jul 18 03:05:22 2026 from 10.30.171.220
[?2004h[jenkins@releng-00446-29-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-18T03:05:23.331284" elapsed="0.368095"/>
</kw>
<msg time="2026-07-18T03:05:23.699488" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:05:23.330788" elapsed="0.368797"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-18T03:05:23.328584" elapsed="0.371127"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-18T03:05:23.700273" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-18T03:15:29.829032" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-18T03:15:29.829621" level="INFO">${stdout} = </msg>
<msg time="2026-07-18T03:15:29.829739" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-18T03:05:23.699946" elapsed="606.129858"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:15:29.830992" elapsed="0.000776"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.833177" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:28.919 16  switches: flows:  106615 107823 109479 109936 108568 108371 109154 107977 107168 106376 107789 107036 106926 106249 105435 107996  total = 28.714967 per ms 
03:07:29.022 16  switches: flows:  116484 119112 119995 121278 119218 119003 119868 118398 118096 117652 119179 116991 119500 118133 114519 118783  total = 31.550818 per ms 
03:08:29.122 16  switches: flows:  120091 123225 124163 124240 119904 123166 123611 120793 123131 122062 122440 119989 120936 121665 118423 122791  total = 32.456300 per ms 
03:09:29.223 16  switches: flows:  122587 125466 126420 128445 125082 124905 124591 125470 125012 125344 123603 123854 125723 124043 120586 125520  total = 33.222059 per ms 
03:10:29.323 16  switches: flows:  101315 104935 105023 104964 101839 104275 104324 104422 102519 104477 102328 102781 103547 103422 100587 104085  total = 27.534729 per ms 
03:11:29.423 16  switches: flows:  119798 121928 122266 121981 119935 122195 121197 122401 120757 120323 119432 120135 119859 118487 118794 118962  total = 32.087225 per ms 
03:12:29.524 16  switches: flows:  116182 119684 120831 118857 117072 118232 117551 118920 118297 116145 117075 116283 117747 115828 115756 118282  total = 31.326716 per ms 
03:13:29.624 16  switches: flows:  123708 124984 127131 126601 124256 124640 124134 125660 124853 122319 121382 121309 122138 121916 121336 122549  total = 32.927006 per ms 
03:14:29.724 16  switches: flows:  122240 124941 126927 125403 123848 125403 123931 123723 124201 123535 121067 121303 123284 120949 121444 121125  total = 32.833874 per ms 
03:15:29.826 16  switches: flows:  124666 130250 129154 128970 123167 127492 128112 127184 126164 125142 123382 124059 125961 122021 123703 124826  total = 33.513964 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27534.73/33513.96/31939.19/10781.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.832226" elapsed="0.001311"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-18T03:15:29.834113" elapsed="0.000097"/>
</return>
<status status="PASS" start="2026-07-18T03:15:29.833736" elapsed="0.000567"/>
</branch>
<status status="PASS" start="2026-07-18T03:15:29.833680" elapsed="0.000685"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-18T03:15:29.834637" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-18T03:15:29.834547" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-07-18T03:15:29.834508" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-18T03:15:29.834865" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:15:29.839581" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:15:29.840337" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:15:29.840827" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-18T03:15:29.835704" elapsed="0.005350"/>
</kw>
<msg time="2026-07-18T03:15:29.841296" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-18T03:05:23.321877" elapsed="606.519464"/>
</kw>
<status status="PASS" start="2026-07-18T03:05:23.321413" elapsed="606.520024"/>
</branch>
<status status="PASS" start="2026-07-18T03:05:23.320876" elapsed="606.520596"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.842106" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:28.919 16  switches: flows:  106615 107823 109479 109936 108568 108371 109154 107977 107168 106376 107789 107036 106926 106249 105435 107996  total = 28.714967 per ms 
03:07:29.022 16  switches: flows:  116484 119112 119995 121278 119218 119003 119868 118398 118096 117652 119179 116991 119500 118133 114519 118783  total = 31.550818 per ms 
03:08:29.122 16  switches: flows:  120091 123225 124163 124240 119904 123166 123611 120793 123131 122062 122440 119989 120936 121665 118423 122791  total = 32.456300 per ms 
03:09:29.223 16  switches: flows:  122587 125466 126420 128445 125082 124905 124591 125470 125012 125344 123603 123854 125723 124043 120586 125520  total = 33.222059 per ms 
03:10:29.323 16  switches: flows:  101315 104935 105023 104964 101839 104275 104324 104422 102519 104477 102328 102781 103547 103422 100587 104085  total = 27.534729 per ms 
03:11:29.423 16  switches: flows:  119798 121928 122266 121981 119935 122195 121197 122401 120757 120323 119432 120135 119859 118487 118794 118962  total = 32.087225 per ms 
03:12:29.524 16  switches: flows:  116182 119684 120831 118857 117072 118232 117551 118920 118297 116145 117075 116283 117747 115828 115756 118282  total = 31.326716 per ms 
03:13:29.624 16  switches: flows:  123708 124984 127131 126601 124256 124640 124134 125660 124853 122319 121382 121309 122138 121916 121336 122549  total = 32.927006 per ms 
03:14:29.724 16  switches: flows:  122240 124941 126927 125403 123848 125403 123931 123723 124201 123535 121067 121303 123284 120949 121444 121125  total = 32.833874 per ms 
03:15:29.826 16  switches: flows:  124666 130250 129154 128970 123167 127492 128112 127184 126164 125142 123382 124059 125961 122021 123703 124826  total = 33.513964 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27534.73/33513.96/31939.19/10781.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.841677" elapsed="0.000569"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-18T03:15:29.842517" elapsed="0.000536"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-18T03:15:29.843700" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-18T03:15:29.843836" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27534.73/33513.96/31939.19/10781.82 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-18T03:15:29.843327" elapsed="0.000545"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:15:29.844563" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27534.73/33513.96/31939.19/10781.82 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:15:29.844095" elapsed="0.000509"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.847258" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.844871" elapsed="0.002467"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.849836" level="INFO">27534.73/33513.96/31939.19/10781.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.847526" elapsed="0.002370"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:15:29.852326" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:15:29.850051" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:15:29.854928" level="INFO">@{result_value_list} = [ 27534.73 | 33513.96 | 31939.19 | 10781.82 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:15:29.852598" elapsed="0.002359"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.855466" level="INFO">Length is 4.</msg>
<msg time="2026-07-18T03:15:29.855595" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:15:29.855116" elapsed="0.000505"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.860498" level="INFO">min :: 27534.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.856031" elapsed="0.004554"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-18T03:15:29.855897" elapsed="0.004740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.865364" level="INFO">max :: 33513.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.860897" elapsed="0.004614"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-18T03:15:29.860762" elapsed="0.004785"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.870367" level="INFO">avg :: 31939.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.865841" elapsed="0.004606"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-18T03:15:29.865682" elapsed="0.004800"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.875531" level="INFO">stdev :: 10781.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.870721" elapsed="0.004870"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-18T03:15:29.870579" elapsed="0.005049"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-18T03:15:29.855691" elapsed="0.019971"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.879728" level="INFO">${min} = 27534.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:15:29.875838" elapsed="0.003919"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.883998" level="INFO">${max} = 33513.96</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:15:29.879945" elapsed="0.004088"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.888085" level="INFO">${average} = 31939.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:15:29.884198" elapsed="0.003919"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.892134" level="INFO">${stdev} = 10781.82</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:15:29.888275" elapsed="0.003888"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.892730" level="INFO">${date} = 2026-07-18 03:15:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-18T03:15:29.892329" elapsed="0.000466"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.893411" level="INFO">CBench Result: 2026-07-18 03:15:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27534.73,33513.96,31939.19,10781.82</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.892953" elapsed="0.000521"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-18T03:15:29.894550" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-18T03:15:29.894113" elapsed="0.000505"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-18T03:15:29.894773" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-18T03:15:29.893625" elapsed="0.001694"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-18T03:05:23.319299" elapsed="606.576082"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.895879" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-18T03:15:29.895554" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-18T03:15:29.896483" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-07-18T03:15:29.896152" elapsed="0.000735"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-18T03:05:23.315560" elapsed="606.581366"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.898244" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.897840" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.899596" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-18T03:15:29.899239" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-18T03:15:29.899993" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:15:29.899767" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-18T03:15:29.903062" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:15:29.902809" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-18T03:15:29.902790" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:15:29.903522" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-18T03:15:29.903289" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.904243" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.80 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.179" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:15:29.903814" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:15:29.904923" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:15:29.904476" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:15:29.905887" level="INFO">Length is 0.</msg>
<msg time="2026-07-18T03:15:29.905981" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:15:29.905573" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:15:29.906153" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-18T03:15:29.907407" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-07-18T03:15:30.473405" 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 Sat Jul 18 03:15:30 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.179
  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: Sat Jul 18 03:05:23 2026 from 10.30.171.220
[?2004h[jenkins@releng-00446-29-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-18T03:15:29.907024" elapsed="0.566572"/>
</kw>
<msg time="2026-07-18T03:15:30.473681" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:15:29.906671" elapsed="0.567103"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-18T03:15:29.905162" elapsed="0.568729"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-18T03:15:30.474429" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.80 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-18T03:25:36.737622" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-18T03:25:36.738126" level="INFO">${stdout} = </msg>
<msg time="2026-07-18T03:25:36.738231" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-18T03:15:30.474115" elapsed="606.264173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:25:36.738765" elapsed="0.001593"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.741547" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:35.618 16  switches: flows:  551623 573624 559989 551832 547677 534161 553362 551463 546786 544556 549797 538940 543538 551659 539197 560847  total = 146.650850 per ms 
03:17:35.922 16  switches: flows:  583670 591339 597605 592492 586051 580420 592632 592720 577321 602162 589659 586630 592661 592555 589832 588228  total = 156.473240 per ms 
03:18:36.024 16  switches: flows:  651515 669259 646127 653085 655812 657101 658078 667623 665897 665056 674207 653975 660075 664078 661761 668070  total = 175.898889 per ms 
03:19:36.128 16  switches: flows:  687562 683671 687110 676625 683442 679059 672060 693855 681506 688882 688569 678979 694535 681939 687281 677814  total = 182.069550 per ms 
03:20:36.229 16  switches: flows:  600084 615343 606782 599876 622248 610696 592146 449035 601855 586935 594787 603872 496376 594949 611377 619843  total = 156.507156 per ms 
03:21:36.330 16  switches: flows:  659885 657172 653335 665354 659536 655796 657866 658801 658110 667029 655190 659595 658135 650495 662350 656697  total = 175.294063 per ms 
03:22:36.432 16  switches: flows:  662231 661123 663807 654513 663116 670602 668964 666884 674193 663788 660302 659623 661546 655800 658798 667831  total = 176.586472 per ms 
03:23:36.533 16  switches: flows:  683625 678955 682476 670220 680999 674232 687618 663784 682521 685689 683696 678746 666920 678123 678373 688786  total = 180.772675 per ms 
03:24:36.634 16  switches: flows:  654452 645328 642959 654777 615128 650584 643059 655067 640662 659750 643937 628189 632846 635418 632760 656653  total = 171.238427 per ms 
03:25:36.736 16  switches: flows:  646157 649023 639434 636221 644554 658644 649917 643753 651341 651708 642694 636789 640745 644284 644345 643096  total = 171.754309 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156473.24/182069.55/171843.86/57962.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.740768" elapsed="0.001065"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-18T03:25:36.742303" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-07-18T03:25:36.742006" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-07-18T03:25:36.741959" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-18T03:25:36.742765" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-18T03:25:36.742681" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-07-18T03:25:36.742646" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-18T03:25:36.742974" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:25:36.747289" elapsed="0.000577"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:25:36.748089" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:25:36.748547" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-18T03:25:36.743737" elapsed="0.005047"/>
</kw>
<msg time="2026-07-18T03:25:36.748973" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-18T03:15:29.900440" elapsed="606.848573"/>
</kw>
<status status="PASS" start="2026-07-18T03:15:29.900077" elapsed="606.849009"/>
</branch>
<status status="PASS" start="2026-07-18T03:15:29.899746" elapsed="606.849375"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.749791" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:35.618 16  switches: flows:  551623 573624 559989 551832 547677 534161 553362 551463 546786 544556 549797 538940 543538 551659 539197 560847  total = 146.650850 per ms 
03:17:35.922 16  switches: flows:  583670 591339 597605 592492 586051 580420 592632 592720 577321 602162 589659 586630 592661 592555 589832 588228  total = 156.473240 per ms 
03:18:36.024 16  switches: flows:  651515 669259 646127 653085 655812 657101 658078 667623 665897 665056 674207 653975 660075 664078 661761 668070  total = 175.898889 per ms 
03:19:36.128 16  switches: flows:  687562 683671 687110 676625 683442 679059 672060 693855 681506 688882 688569 678979 694535 681939 687281 677814  total = 182.069550 per ms 
03:20:36.229 16  switches: flows:  600084 615343 606782 599876 622248 610696 592146 449035 601855 586935 594787 603872 496376 594949 611377 619843  total = 156.507156 per ms 
03:21:36.330 16  switches: flows:  659885 657172 653335 665354 659536 655796 657866 658801 658110 667029 655190 659595 658135 650495 662350 656697  total = 175.294063 per ms 
03:22:36.432 16  switches: flows:  662231 661123 663807 654513 663116 670602 668964 666884 674193 663788 660302 659623 661546 655800 658798 667831  total = 176.586472 per ms 
03:23:36.533 16  switches: flows:  683625 678955 682476 670220 680999 674232 687618 663784 682521 685689 683696 678746 666920 678123 678373 688786  total = 180.772675 per ms 
03:24:36.634 16  switches: flows:  654452 645328 642959 654777 615128 650584 643059 655067 640662 659750 643937 628189 632846 635418 632760 656653  total = 171.238427 per ms 
03:25:36.736 16  switches: flows:  646157 649023 639434 636221 644554 658644 649917 643753 651341 651708 642694 636789 640745 644284 644345 643096  total = 171.754309 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156473.24/182069.55/171843.86/57962.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.749334" elapsed="0.000568"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-18T03:25:36.750124" elapsed="0.000550"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-18T03:25:36.751248" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-18T03:25:36.751383" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 156473.24/182069.55/171843.86/57962.91 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-18T03:25:36.750915" elapsed="0.000526"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:25:36.752069" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 156473.24/182069.55/171843.86/57962.91 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:25:36.751691" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.755762" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.752329" elapsed="0.003519"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.758513" level="INFO">156473.24/182069.55/171843.86/57962.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.756068" elapsed="0.002502"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:25:36.760967" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:25:36.758726" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:25:36.763443" level="INFO">@{result_value_list} = [ 156473.24 | 182069.55 | 171843.86 | 57962.91 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:25:36.761188" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.763952" level="INFO">Length is 4.</msg>
<msg time="2026-07-18T03:25:36.764042" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:25:36.763643" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.768821" level="INFO">min :: 156473.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.764456" elapsed="0.004423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-18T03:25:36.764310" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.773709" level="INFO">max :: 182069.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-07-18T03:25:36.769135" elapsed="0.004631"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-18T03:25:36.769005" elapsed="0.004936"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.778542" level="INFO">avg :: 171843.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.774162" elapsed="0.004438"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-18T03:25:36.774031" elapsed="0.004605"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.783204" level="INFO">stdev :: 57962.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.778857" elapsed="0.004405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-18T03:25:36.778725" elapsed="0.004573"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-18T03:25:36.764128" elapsed="0.019203"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.787278" level="INFO">${min} = 156473.24</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:25:36.783505" elapsed="0.003800"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.791250" level="INFO">${max} = 182069.55</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:25:36.787479" elapsed="0.003797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.795229" level="INFO">${average} = 171843.86</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:25:36.791447" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.799232" level="INFO">${stdev} = 57962.91</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:25:36.795423" elapsed="0.003836"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.799806" level="INFO">${date} = 2026-07-18 03:25:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-18T03:25:36.799434" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.800418" level="INFO">CBench Result: 2026-07-18 03:25:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,156473.24,182069.55,171843.86,57962.91</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.799982" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-18T03:25:36.801502" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-18T03:25:36.801098" elapsed="0.000471"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-18T03:25:36.801723" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-18T03:25:36.800619" elapsed="0.001631"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-18T03:15:29.898644" elapsed="606.903668"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.802800" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-18T03:25:36.802480" elapsed="0.000378"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-18T03:25:36.803366" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-07-18T03:25:36.803061" elapsed="0.000695"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-18T03:15:29.897245" elapsed="606.906548"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.804971" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.804588" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.806244" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-18T03:25:36.805915" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-18T03:25:36.806639" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:25:36.806412" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-18T03:25:36.809619" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:25:36.809351" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-18T03:25:36.809332" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:25:36.810013" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-18T03:25:36.809834" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.810737" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.179" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:25:36.810294" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-18T03:25:36.811332" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:25:36.810938" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:25:36.812321" level="INFO">Length is 0.</msg>
<msg time="2026-07-18T03:25:36.812428" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:25:36.811967" elapsed="0.000487"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:25:36.812597" elapsed="0.000488"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-18T03:25:36.813976" level="INFO">Logging into '10.30.170.179:22' as 'jenkins'.</msg>
<msg time="2026-07-18T03:25:37.394000" 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 Sat Jul 18 03:25:37 UTC 2026

  System load:  0.24               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.179
  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: Sat Jul 18 03:15:30 2026 from 10.30.171.220
[?2004h[jenkins@releng-00446-29-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-18T03:25:36.813613" elapsed="0.580580"/>
</kw>
<msg time="2026-07-18T03:25:37.394277" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:25:36.813242" elapsed="0.581118"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-18T03:25:36.811589" elapsed="0.582905"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-18T03:25:37.395008" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.80 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-18T03:35:43.627715" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-18T03:35:43.628290" level="INFO">${stdout} = </msg>
<msg time="2026-07-18T03:35:43.628611" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-18T03:25:37.394710" elapsed="606.233962"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:35:43.629141" elapsed="0.000703"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.631047" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:42.711 16  switches: flows:  122134 124988 126598 122606 121972 124131 122213 125490 123045 122797 122723 123022 119120 120353 121334 122616  total = 32.752367 per ms 
03:27:42.812 16  switches: flows:  123901 124372 127840 123532 125046 125515 124973 126912 124641 124194 122557 125094 121204 121054 121880 123191  total = 33.043252 per ms 
03:28:42.913 16  switches: flows:  127030 126250 129244 126646 128111 127371 126502 129960 128222 127606 124873 127503 124682 122126 125901 124664  total = 33.721883 per ms 
03:29:43.015 16  switches: flows:  127640 128299 130386 128706 128118 128054 128609 131792 128871 127305 125985 128508 123802 125137 125461 125551  total = 33.980321 per ms 
03:30:43.116 16  switches: flows:  127349 127458 131009 128657 129406 128815 127165 130610 128629 128534 125715 128808 123829 124826 125574 124990  total = 33.966155 per ms 
03:31:43.216 16  switches: flows:  127379 127741 132668 128789 131445 129636 129641 132055 129496 129661 127018 129717 127255 125090 127305 127010  total = 34.307800 per ms 
03:32:43.318 16  switches: flows:  114540 114976 118934 116750 118550 118922 115716 117958 115696 116717 114454 117286 114667 114015 114503 113957  total = 30.909096 per ms 
03:33:43.418 16  switches: flows:  128031 128671 129194 130583 128631 126095 126682 129620 128534 123764 125284 128454 125084 126399 128175 126254  total = 33.934258 per ms 
03:34:43.519 16  switches: flows:  128896 130565 131420 128793 130387 127985 127743 132577 129680 124966 126282 129886 125877 130584 130133 126441  total = 34.312989 per ms 
03:35:43.620 16  switches: flows:  127449 129617 131103 129713 129783 125736 126300 131906 128916 124555 126819 129989 125525 128134 128994 124158  total = 34.088015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30909.10/34312.99/33584.86/11240.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.630220" elapsed="0.001128"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-18T03:35:43.631872" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-07-18T03:35:43.631558" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-07-18T03:35:43.631508" elapsed="0.000571"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-18T03:35:43.632305" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-18T03:35:43.632208" elapsed="0.000218"/>
</branch>
<status status="NOT RUN" start="2026-07-18T03:35:43.632172" elapsed="0.000305"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-18T03:35:43.632549" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-18T03:35:43.637273" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-18T03:35:43.638037" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-18T03:35:43.638504" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-18T03:35:43.633236" elapsed="0.005492"/>
</kw>
<msg time="2026-07-18T03:35:43.638931" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-18T03:25:36.807045" elapsed="606.831925"/>
</kw>
<status status="PASS" start="2026-07-18T03:25:36.806726" elapsed="606.832317"/>
</branch>
<status status="PASS" start="2026-07-18T03:25:36.806375" elapsed="606.832703"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.639790" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.80: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.80. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:42.711 16  switches: flows:  122134 124988 126598 122606 121972 124131 122213 125490 123045 122797 122723 123022 119120 120353 121334 122616  total = 32.752367 per ms 
03:27:42.812 16  switches: flows:  123901 124372 127840 123532 125046 125515 124973 126912 124641 124194 122557 125094 121204 121054 121880 123191  total = 33.043252 per ms 
03:28:42.913 16  switches: flows:  127030 126250 129244 126646 128111 127371 126502 129960 128222 127606 124873 127503 124682 122126 125901 124664  total = 33.721883 per ms 
03:29:43.015 16  switches: flows:  127640 128299 130386 128706 128118 128054 128609 131792 128871 127305 125985 128508 123802 125137 125461 125551  total = 33.980321 per ms 
03:30:43.116 16  switches: flows:  127349 127458 131009 128657 129406 128815 127165 130610 128629 128534 125715 128808 123829 124826 125574 124990  total = 33.966155 per ms 
03:31:43.216 16  switches: flows:  127379 127741 132668 128789 131445 129636 129641 132055 129496 129661 127018 129717 127255 125090 127305 127010  total = 34.307800 per ms 
03:32:43.318 16  switches: flows:  114540 114976 118934 116750 118550 118922 115716 117958 115696 116717 114454 117286 114667 114015 114503 113957  total = 30.909096 per ms 
03:33:43.418 16  switches: flows:  128031 128671 129194 130583 128631 126095 126682 129620 128534 123764 125284 128454 125084 126399 128175 126254  total = 33.934258 per ms 
03:34:43.519 16  switches: flows:  128896 130565 131420 128793 130387 127985 127743 132577 129680 124966 126282 129886 125877 130584 130133 126441  total = 34.312989 per ms 
03:35:43.620 16  switches: flows:  127449 129617 131103 129713 129783 125736 126300 131906 128916 124555 126819 129989 125525 128134 128994 124158  total = 34.088015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30909.10/34312.99/33584.86/11240.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.639287" elapsed="0.000614"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-18T03:35:43.640142" elapsed="0.000561"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-18T03:35:43.641280" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-18T03:35:43.641434" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30909.10/34312.99/33584.86/11240.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-18T03:35:43.640940" elapsed="0.000532"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:35:43.642114" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30909.10/34312.99/33584.86/11240.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:35:43.641716" elapsed="0.000438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.645854" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.642413" elapsed="0.003526"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.649011" level="INFO">30909.10/34312.99/33584.86/11240.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.646159" elapsed="0.002909"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:35:43.651578" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:35:43.649223" elapsed="0.002382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-18T03:35:43.654053" level="INFO">@{result_value_list} = [ 30909.10 | 34312.99 | 33584.86 | 11240.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-18T03:35:43.651800" elapsed="0.002281"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.654588" level="INFO">Length is 4.</msg>
<msg time="2026-07-18T03:35:43.654676" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-18T03:35:43.654251" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.659548" level="INFO">min :: 30909.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.655098" elapsed="0.004507"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-18T03:35:43.654954" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.664374" level="INFO">max :: 34312.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.659868" elapsed="0.004578"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-18T03:35:43.659729" elapsed="0.004752"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.669260" level="INFO">avg :: 33584.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.664694" elapsed="0.004623"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-18T03:35:43.664566" elapsed="0.004785"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.674419" level="INFO">stdev :: 11240.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.669580" elapsed="0.004899"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-18T03:35:43.669452" elapsed="0.005063"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-18T03:35:43.654763" elapsed="0.019784"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.678616" level="INFO">${min} = 30909.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:35:43.674722" elapsed="0.003933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.682694" level="INFO">${max} = 34312.99</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:35:43.678825" elapsed="0.003907"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.686774" level="INFO">${average} = 33584.86</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:35:43.682890" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.690856" level="INFO">${stdev} = 11240.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-18T03:35:43.686958" elapsed="0.003925"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.691407" level="INFO">${date} = 2026-07-18 03:35:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-18T03:35:43.691047" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.692020" level="INFO">CBench Result: 2026-07-18 03:35:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30909.10,34312.99,33584.86,11240.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-18T03:35:43.691597" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-18T03:35:43.693188" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-18T03:35:43.692724" elapsed="0.000532"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-18T03:35:43.693430" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-18T03:35:43.692231" elapsed="0.001724"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-18T03:25:36.805336" elapsed="606.888678"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.694521" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-18T03:35:43.694163" elapsed="0.000415"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-18T03:35:43.695786" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-18T03:35:43.695283" elapsed="0.000543"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-18T03:35:43.696051" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-07-18T03:35:43.695903" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-07-18T03:35:43.695884" elapsed="0.000264"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.696307" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.696483" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.696659" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.696856" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.697010" 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-07-18T03:35:43.697173" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.697331" elapsed="0.000027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-18T03:35:43.697587" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-18T03:35:43.697436" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-07-18T03:35:43.697418" elapsed="0.000246"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-18T03:35:43.694948" elapsed="0.002768"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-18T03:25:36.804075" elapsed="606.893686"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-18T03:05:20.587217" elapsed="1823.110991"/>
</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>
