<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-17T02:02:30.926932" 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-08-17T02:02:31.479148" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:02:31.478991" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:31.478960" elapsed="0.000287"/>
</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-08-17T02:02:31.479389" elapsed="0.000527"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-17T02:02:31.480379" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-08-17T02:02:32.120971" 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-08-17T02:02:31.480086" elapsed="0.641062"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.172173" 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-08-17T02:02:32.121437" elapsed="0.050811"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.174135" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-17T02:02:32.174251" 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-08-17T02:02:32.172421" elapsed="0.001863"/>
</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-08-17T02:02:32.174458" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:02:32.174839" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.175555" 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-08-17T02:02:32.175201" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-17T02:02:32.175666" elapsed="0.000051"/>
</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.36
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-17T02:02:31.478585" elapsed="0.697252"/>
</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-08-17T02:02:31.475005" elapsed="0.700896"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-17T02:02:32.176454" 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-08-17T02:02:32.176082" elapsed="0.000429"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-17T02:02:32.176925" 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-08-17T02:02:32.176679" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.177562" 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-08-17T02:02:32.177142" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.178086" 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-08-17T02:02:32.177755" elapsed="0.000373"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.178713" 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-08-17T02:02:32.178270" elapsed="0.000469"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.179203" 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-08-17T02:02:32.178895" elapsed="0.000350"/>
</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-08-17T02:02:32.179557" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:02:32.179332" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.184123" 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-08-17T02:02:32.183718" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.185162" level="INFO">Length is 0.</msg>
<msg time="2026-08-17T02:02:32.185249" 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-08-17T02:02:32.184717" elapsed="0.000556"/>
</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-08-17T02:02:32.185415" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.186783" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-08-17T02:02:32.601159" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 17 02:01:49 UTC 2026

  System load:  0.3                Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-59-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-08-17T02:02:32.186272" elapsed="0.414969"/>
</kw>
<msg time="2026-08-17T02:02:32.601309" 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-08-17T02:02:32.185930" elapsed="0.415450"/>
</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-08-17T02:02:32.184352" elapsed="0.417118"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.608352" 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-08-17T02:02:32.601629" elapsed="0.008215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:02:32.610009" elapsed="0.000311"/>
</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-08-17T02:02:32.183182" elapsed="0.427200"/>
</kw>
<status status="PASS" start="2026-08-17T02:02:32.179917" elapsed="0.430501"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:32.179306" elapsed="0.431141"/>
</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-08-17T02:02:32.610613" elapsed="0.000405"/>
</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-08-17T02:02:32.620274" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:02:32.620021" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:32.619972" elapsed="0.000466"/>
</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-08-17T02:02:32.625503" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:02:32.625387" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:32.625368" elapsed="0.000219"/>
</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-08-17T02:02:32.625717" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.626565" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-08-17T02:02:32.831339" 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-08-17T02:02:32.626295" elapsed="0.205131"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.926542" 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-08-17T02:02:32.831592" elapsed="0.095037"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.931738" 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-08-17T02:02:32.931898" 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-08-17T02:02:32.926791" elapsed="0.005139"/>
</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-08-17T02:02:32.932070" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:02:32.932404" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:02:32.933003" 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-08-17T02:02:32.932740" elapsed="0.000319"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-17T02:02:32.933104" elapsed="0.000039"/>
</return>
<msg time="2026-08-17T02:02:32.933278" 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.36
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-17T02:02:32.625034" elapsed="0.308276"/>
</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-08-17T02:02:32.933454" elapsed="0.000511"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-17T02:02:32.934016" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-17T02:02:32.619375" elapsed="0.314798"/>
</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-08-17T02:02:32.938123" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:02:32.938005" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:32.937982" elapsed="0.000210"/>
</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-08-17T02:02:32.938322" elapsed="0.000433"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-17T02:02:32.939155" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-08-17T02:02:33.134174" 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-08-17T02:02:32.938902" elapsed="0.195369"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-17T02:02:33.157040" 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-08-17T02:02:33.134436" elapsed="0.022666"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-17T02:02:33.159037" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-17T02:02:33.159138" 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-08-17T02:02:33.157250" elapsed="0.001918"/>
</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-08-17T02:02:33.159301" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:02:33.159640" elapsed="0.000170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:02:33.160233" 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-08-17T02:02:33.159952" elapsed="0.000333"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-17T02:02:33.160334" elapsed="0.000041"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.36
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-17T02:02:32.937656" elapsed="0.222822"/>
</kw>
<status status="PASS" start="2026-08-17T02:02:31.472931" elapsed="1.687632"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:02:33.162672" 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-08-17T02:02:33.161395" elapsed="0.001342"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-17T02:02:33.164254" 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-08-17T02:02:33.163908" elapsed="0.000390"/>
</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-08-17T02:02:33.164622" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:02:33.164374" elapsed="0.000307"/>
</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-08-17T02:02:33.167591" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:02:33.167322" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:33.167303" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:02:33.167994" 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-08-17T02:02:33.168123" 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-08-17T02:02:33.167802" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:02:33.168715" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" 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-08-17T02:02:33.168280" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:02:33.169368" 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-08-17T02:02:33.168910" elapsed="0.000626"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:02:33.170449" level="INFO">Length is 0.</msg>
<msg time="2026-08-17T02:02:33.170555" 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-08-17T02:02:33.170133" elapsed="0.000447"/>
</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-08-17T02:02:33.170719" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-17T02:02:33.171913" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-08-17T02:02:33.502123" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 17 02:01:49 UTC 2026

  System load:  0.3                Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 17 02:02:32 2026 from 10.30.170.82
[?2004h[jenkins@releng-00446-59-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-08-17T02:02:33.171560" elapsed="0.330812"/>
</kw>
<msg time="2026-08-17T02:02:33.502473" 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-08-17T02:02:33.171199" elapsed="0.331407"/>
</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-08-17T02:02:33.169736" elapsed="0.333030"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-17T02:02:33.503474" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-17T02:12:39.653394" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-17T02:12:39.654144" level="INFO">${stdout} = </msg>
<msg time="2026-08-17T02:12:39.654281" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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-08-17T02:02:33.503060" elapsed="606.151297"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:12:39.654911" elapsed="0.000856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.656877" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:38.736 16  switches: flows:  109369 106611 107553 108238 104357 105160 104457 105197 102578 102588 101119 103592 104063 104196 101923 102762  total = 27.896050 per ms 
02:04:38.837 16  switches: flows:  129193 125585 126674 128628 123937 124162 123400 123025 119971 120802 118278 121462 120528 121933 123033 120367  total = 32.794846 per ms 
02:05:38.937 16  switches: flows:  125622 121236 125235 125449 121900 119891 120672 121305 118006 117999 119028 118733 117468 118649 116860 115908  total = 32.012565 per ms 
02:06:39.038 16  switches: flows:  131721 126295 129535 130963 128089 123971 127390 124308 122740 121576 123202 121209 122764 123972 120412 121219  total = 33.267193 per ms 
02:07:39.140 16  switches: flows:  116999 113115 115054 114054 112683 110098 113065 111303 109574 110422 109022 108338 108417 110380 107716 108877  total = 29.602187 per ms 
02:08:39.241 16  switches: flows:  127592 123190 127044 126041 123438 122089 123605 122383 119402 118939 119480 119880 118139 122290 117932 119281  total = 32.457906 per ms 
02:09:39.342 16  switches: flows:  123445 117883 121257 120330 118433 115475 118260 116214 113750 114460 114855 115398 113282 115545 113817 114498  total = 31.063155 per ms 
02:10:39.443 16  switches: flows:  123867 120587 124327 122352 121056 117662 120360 119545 116806 115447 116266 117099 115976 119085 115627 115857  total = 31.645757 per ms 
02:11:39.544 16  switches: flows:  125201 122268 124433 123685 123310 120133 123326 122076 118714 118062 118308 119320 116314 122042 117624 117748  total = 32.155730 per ms 
02:12:39.645 16  switches: flows:  117887 115017 116462 118428 115297 112470 113827 114145 110474 111839 110336 112071 109207 114128 108336 109499  total = 30.106720 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29602.19/33267.19/31678.45/10621.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:12:39.656287" elapsed="0.000815"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-17T02:12:39.657441" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-08-17T02:12:39.657229" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-08-17T02:12:39.657191" elapsed="0.000416"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-17T02:12:39.657744" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:12:39.657692" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-08-17T02:12:39.657669" elapsed="0.000163"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-17T02:12:39.657878" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-17T02:12:39.661407" elapsed="0.000490"/>
</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-08-17T02:12:39.662099" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:12:39.662513" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-17T02:12:39.658322" elapsed="0.004433"/>
</kw>
<msg time="2026-08-17T02:12:39.662933" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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-08-17T02:02:33.165027" elapsed="606.497943"/>
</kw>
<status status="PASS" start="2026-08-17T02:02:33.164709" elapsed="606.498330"/>
</branch>
<status status="PASS" start="2026-08-17T02:02:33.164352" elapsed="606.498721"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.663684" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:38.736 16  switches: flows:  109369 106611 107553 108238 104357 105160 104457 105197 102578 102588 101119 103592 104063 104196 101923 102762  total = 27.896050 per ms 
02:04:38.837 16  switches: flows:  129193 125585 126674 128628 123937 124162 123400 123025 119971 120802 118278 121462 120528 121933 123033 120367  total = 32.794846 per ms 
02:05:38.937 16  switches: flows:  125622 121236 125235 125449 121900 119891 120672 121305 118006 117999 119028 118733 117468 118649 116860 115908  total = 32.012565 per ms 
02:06:39.038 16  switches: flows:  131721 126295 129535 130963 128089 123971 127390 124308 122740 121576 123202 121209 122764 123972 120412 121219  total = 33.267193 per ms 
02:07:39.140 16  switches: flows:  116999 113115 115054 114054 112683 110098 113065 111303 109574 110422 109022 108338 108417 110380 107716 108877  total = 29.602187 per ms 
02:08:39.241 16  switches: flows:  127592 123190 127044 126041 123438 122089 123605 122383 119402 118939 119480 119880 118139 122290 117932 119281  total = 32.457906 per ms 
02:09:39.342 16  switches: flows:  123445 117883 121257 120330 118433 115475 118260 116214 113750 114460 114855 115398 113282 115545 113817 114498  total = 31.063155 per ms 
02:10:39.443 16  switches: flows:  123867 120587 124327 122352 121056 117662 120360 119545 116806 115447 116266 117099 115976 119085 115627 115857  total = 31.645757 per ms 
02:11:39.544 16  switches: flows:  125201 122268 124433 123685 123310 120133 123326 122076 118714 118062 118308 119320 116314 122042 117624 117748  total = 32.155730 per ms 
02:12:39.645 16  switches: flows:  117887 115017 116462 118428 115297 112470 113827 114145 110474 111839 110336 112071 109207 114128 108336 109499  total = 30.106720 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29602.19/33267.19/31678.45/10621.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:12:39.663259" elapsed="0.000527"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-17T02:12:39.664005" elapsed="0.000646"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-17T02:12:39.665630" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-17T02:12:39.665869" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29602.19/33267.19/31678.45/10621.79 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-17T02:12:39.665029" elapsed="0.000897"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:12:39.666873" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29602.19/33267.19/31678.45/10621.79 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-17T02:12:39.666264" elapsed="0.000669"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.670259" 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-08-17T02:12:39.667248" elapsed="0.003070"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.672719" level="INFO">29602.19/33267.19/31678.45/10621.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:12:39.670479" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:12:39.675140" 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-08-17T02:12:39.672925" elapsed="0.002243"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:12:39.677601" level="INFO">@{result_value_list} = [ 29602.19 | 33267.19 | 31678.45 | 10621.79 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-17T02:12:39.675359" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.678094" level="INFO">Length is 4.</msg>
<msg time="2026-08-17T02:12:39.678185" 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-08-17T02:12:39.677782" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.682947" level="INFO">min :: 29602.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-08-17T02:12:39.678649" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-17T02:12:39.678498" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.687625" level="INFO">max :: 33267.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-08-17T02:12:39.683260" elapsed="0.004424"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-17T02:12:39.683131" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.692246" level="INFO">avg :: 31678.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:12:39.687933" elapsed="0.004371"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-17T02:12:39.687806" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.697086" level="INFO">stdev :: 10621.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:12:39.692587" elapsed="0.004557"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-17T02:12:39.692436" elapsed="0.004742"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-17T02:12:39.678278" elapsed="0.018933"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.701113" level="INFO">${min} = 29602.19</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-17T02:12:39.697368" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.706457" level="INFO">${max} = 33267.19</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-08-17T02:12:39.701292" elapsed="0.005194"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.710396" level="INFO">${average} = 31678.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-17T02:12:39.706655" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.714397" level="INFO">${stdev} = 10621.79</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-17T02:12:39.710589" elapsed="0.003835"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.714969" level="INFO">${date} = 2026-08-17 02:12:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-17T02:12:39.714598" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.715590" level="INFO">CBench Result: 2026-08-17 02:12:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29602.19,33267.19,31678.45,10621.79</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:12:39.715141" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-17T02:12:39.716779" 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-08-17T02:12:39.716317" elapsed="0.000530"/>
</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-08-17T02:12:39.716995" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-17T02:12:39.715807" elapsed="0.001739"/>
</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-08-17T02:02:33.163141" elapsed="606.554467"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.718078" 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-08-17T02:12:39.717759" 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-08-17T02:12:39.718671" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-08-17T02:12:39.718347" elapsed="0.000667"/>
</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-08-17T02:02:33.160719" elapsed="606.558332"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.720592" 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-08-17T02:12:39.720169" elapsed="0.000483"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.722130" 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-08-17T02:12:39.721783" elapsed="0.000390"/>
</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-08-17T02:12:39.722541" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:12:39.722298" elapsed="0.000303"/>
</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-08-17T02:12:39.726144" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:12:39.725880" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-08-17T02:12:39.725858" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:12:39.726599" 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-08-17T02:12:39.726727" 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-08-17T02:12:39.726362" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.727323" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" 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-08-17T02:12:39.726889" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:12:39.727966" 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-08-17T02:12:39.727557" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:12:39.728994" level="INFO">Length is 0.</msg>
<msg time="2026-08-17T02:12:39.729084" 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-08-17T02:12:39.728674" elapsed="0.000435"/>
</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-08-17T02:12:39.729249" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-17T02:12:39.730437" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-08-17T02:12:40.320412" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 17 02:12:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 17 02:02:33 2026 from 10.30.170.82
[?2004h[jenkins@releng-00446-59-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-08-17T02:12:39.730087" elapsed="0.590577"/>
</kw>
<msg time="2026-08-17T02:12:40.320751" 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-08-17T02:12:39.729746" elapsed="0.591099"/>
</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-08-17T02:12:39.728235" elapsed="0.592730"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-17T02:12:40.321508" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-17T02:22:46.384089" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-17T02:22:46.384915" level="INFO">${stdout} = </msg>
<msg time="2026-08-17T02:22:46.385052" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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-08-17T02:12:40.321196" elapsed="606.063918"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:22:46.385680" elapsed="0.000893"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.387822" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:45.439 16  switches: flows:  561049 544739 555533 540842 560508 555700 551019 547690 537869 546154 533193 545513 543480 544977 544688 525260  total = 145.636900 per ms 
02:14:45.542 16  switches: flows:  568770 574457 577140 576258 564904 576084 577678 567795 569869 574627 568148 556965 575759 567954 570775 577843  total = 152.158800 per ms 
02:15:45.644 16  switches: flows:  561623 569732 557823 556697 567591 558983 563606 563564 570962 562978 568552 564280 561363 567599 569158 561928  total = 150.188276 per ms 
02:16:45.763 16  switches: flows:  545260 475519 536750 538251 542174 550473 471682 555389 547774 468242 547060 540349 472192 549665 546750 472612  total = 139.061392 per ms 
02:17:45.865 16  switches: flows:  616840 611970 615563 616015 611076 608791 620076 612586 610442 609054 617279 607180 615843 601906 616899 614900  total = 163.166097 per ms 
02:18:45.967 16  switches: flows:  598510 614255 600697 602493 611380 602775 595146 597902 600855 596176 609021 601614 599190 607508 611068 604341  total = 160.611553 per ms 
02:19:46.070 16  switches: flows:  592242 597347 593562 593318 588354 594344 594854 584037 588663 589768 592603 593895 589488 601142 590035 586941  total = 157.575782 per ms 
02:20:46.171 16  switches: flows:  610409 619362 618348 621309 617523 622995 615590 614241 613941 617998 620265 605793 602195 613992 614354 611497  total = 163.721994 per ms 
02:21:46.272 16  switches: flows:  647123 648311 646852 640296 641341 647226 655664 647181 650906 657927 656175 647374 647493 645239 644413 649475  total = 172.590648 per ms 
02:22:46.374 16  switches: flows:  619370 620023 614561 614760 602035 614300 612315 607006 607155 607761 619017 615123 620317 618009 611817 625679  total = 163.543836 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 139061.39/172590.65/158068.71/53488.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:22:46.386976" elapsed="0.001240"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-17T02:22:46.388828" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-17T02:22:46.388474" elapsed="0.000535"/>
</branch>
<status status="PASS" start="2026-08-17T02:22:46.388345" elapsed="0.000729"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-17T02:22:46.389216" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:22:46.389163" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-08-17T02:22:46.389140" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-17T02:22:46.389350" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-17T02:22:46.393201" elapsed="0.000580"/>
</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-08-17T02:22:46.394008" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:22:46.394508" elapsed="0.000189"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-17T02:22:46.389865" elapsed="0.004915"/>
</kw>
<msg time="2026-08-17T02:22:46.394981" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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-08-17T02:12:39.722941" elapsed="606.672082"/>
</kw>
<status status="PASS" start="2026-08-17T02:12:39.722628" elapsed="606.672468"/>
</branch>
<status status="PASS" start="2026-08-17T02:12:39.722276" elapsed="606.672868"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.395858" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:45.439 16  switches: flows:  561049 544739 555533 540842 560508 555700 551019 547690 537869 546154 533193 545513 543480 544977 544688 525260  total = 145.636900 per ms 
02:14:45.542 16  switches: flows:  568770 574457 577140 576258 564904 576084 577678 567795 569869 574627 568148 556965 575759 567954 570775 577843  total = 152.158800 per ms 
02:15:45.644 16  switches: flows:  561623 569732 557823 556697 567591 558983 563606 563564 570962 562978 568552 564280 561363 567599 569158 561928  total = 150.188276 per ms 
02:16:45.763 16  switches: flows:  545260 475519 536750 538251 542174 550473 471682 555389 547774 468242 547060 540349 472192 549665 546750 472612  total = 139.061392 per ms 
02:17:45.865 16  switches: flows:  616840 611970 615563 616015 611076 608791 620076 612586 610442 609054 617279 607180 615843 601906 616899 614900  total = 163.166097 per ms 
02:18:45.967 16  switches: flows:  598510 614255 600697 602493 611380 602775 595146 597902 600855 596176 609021 601614 599190 607508 611068 604341  total = 160.611553 per ms 
02:19:46.070 16  switches: flows:  592242 597347 593562 593318 588354 594344 594854 584037 588663 589768 592603 593895 589488 601142 590035 586941  total = 157.575782 per ms 
02:20:46.171 16  switches: flows:  610409 619362 618348 621309 617523 622995 615590 614241 613941 617998 620265 605793 602195 613992 614354 611497  total = 163.721994 per ms 
02:21:46.272 16  switches: flows:  647123 648311 646852 640296 641341 647226 655664 647181 650906 657927 656175 647374 647493 645239 644413 649475  total = 172.590648 per ms 
02:22:46.374 16  switches: flows:  619370 620023 614561 614760 602035 614300 612315 607006 607155 607761 619017 615123 620317 618009 611817 625679  total = 163.543836 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 139061.39/172590.65/158068.71/53488.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:22:46.395359" elapsed="0.000613"/>
</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-08-17T02:22:46.396192" elapsed="0.000683"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-17T02:22:46.397490" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-17T02:22:46.397658" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 139061.39/172590.65/158068.71/53488.88 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-08-17T02:22:46.397115" elapsed="0.000582"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:22:46.398318" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 139061.39/172590.65/158068.71/53488.88 | 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-08-17T02:22:46.397925" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.401820" 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-08-17T02:22:46.398599" elapsed="0.003282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.404238" level="INFO">139061.39/172590.65/158068.71/53488.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:22:46.402031" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:22:46.406692" 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-08-17T02:22:46.404475" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:22:46.409174" level="INFO">@{result_value_list} = [ 139061.39 | 172590.65 | 158068.71 | 53488.88 ]</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-08-17T02:22:46.406933" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.409709" level="INFO">Length is 4.</msg>
<msg time="2026-08-17T02:22:46.409799" 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-08-17T02:22:46.409366" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.414869" level="INFO">min :: 139061.39</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-08-17T02:22:46.410232" elapsed="0.004699"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-17T02:22:46.410102" elapsed="0.004866"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.419648" level="INFO">max :: 172590.65</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-08-17T02:22:46.415202" elapsed="0.004507"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-17T02:22:46.415065" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.424398" level="INFO">avg :: 158068.71</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-08-17T02:22:46.419963" elapsed="0.004495"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-17T02:22:46.419835" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.429078" level="INFO">stdev :: 53488.88</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-08-17T02:22:46.424728" elapsed="0.004412"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-17T02:22:46.424597" elapsed="0.004579"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-17T02:22:46.409893" elapsed="0.019315"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.433346" level="INFO">${min} = 139061.39</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-08-17T02:22:46.429372" elapsed="0.004004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.438788" level="INFO">${max} = 172590.65</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-08-17T02:22:46.433565" elapsed="0.005273"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.443282" level="INFO">${average} = 158068.71</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-08-17T02:22:46.439107" elapsed="0.004205"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.447347" level="INFO">${stdev} = 53488.88</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-08-17T02:22:46.443501" elapsed="0.003876"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.447941" level="INFO">${date} = 2026-08-17 02:22:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-17T02:22:46.447557" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.448668" level="INFO">CBench Result: 2026-08-17 02:22:46,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,139061.39,172590.65,158068.71,53488.88</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-08-17T02:22:46.448114" elapsed="0.000617"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-17T02:22:46.449963" 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-08-17T02:22:46.449432" elapsed="0.000601"/>
</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-08-17T02:22:46.450185" elapsed="0.000528"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-17T02:22:46.448901" elapsed="0.001881"/>
</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-08-17T02:12:39.720965" elapsed="606.729880"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.451359" 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-08-17T02:22:46.451007" elapsed="0.000415"/>
</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-08-17T02:22:46.452055" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-08-17T02:22:46.451708" elapsed="0.000765"/>
</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-08-17T02:12:39.719555" elapsed="606.732958"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.454048" 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-08-17T02:22:46.453629" elapsed="0.000482"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.455409" 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-08-17T02:22:46.455050" elapsed="0.000405"/>
</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-08-17T02:22:46.455930" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:22:46.455610" elapsed="0.000392"/>
</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-08-17T02:22:46.459218" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:22:46.458925" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-08-17T02:22:46.458905" elapsed="0.000408"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:22:46.459689" 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-08-17T02:22:46.459812" 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-08-17T02:22:46.459463" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.460467" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" 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-08-17T02:22:46.459974" elapsed="0.000571"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-17T02:22:46.461135" 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-08-17T02:22:46.460697" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:22:46.462163" level="INFO">Length is 0.</msg>
<msg time="2026-08-17T02:22:46.462278" 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-08-17T02:22:46.461805" elapsed="0.000502"/>
</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-08-17T02:22:46.462451" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-17T02:22:46.463734" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-08-17T02:22:47.113640" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 17 02:22:46 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 17 02:12:40 2026 from 10.30.170.82
[?2004h[jenkins@releng-00446-59-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-08-17T02:22:46.463349" elapsed="0.650486"/>
</kw>
<msg time="2026-08-17T02:22:47.113921" 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-08-17T02:22:46.462971" elapsed="0.651029"/>
</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-08-17T02:22:46.461393" elapsed="0.652721"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-17T02:22:47.114635" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-17T02:32:53.188339" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-17T02:32:53.189192" level="INFO">${stdout} = </msg>
<msg time="2026-08-17T02:32:53.189315" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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-08-17T02:22:47.114324" elapsed="606.075051"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:32:53.189990" elapsed="0.000813"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.192028" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:52.268 16  switches: flows:  113947 114272 114692 113453 114302 116088 112825 110373 111647 110217 110132 112586 112000 109372 110497 111127  total = 29.958833 per ms 
02:24:52.369 16  switches: flows:  121316 119271 119483 120382 121072 122312 119722 119200 118930 116767 117646 116666 119445 113326 115380 117803  total = 31.592607 per ms 
02:25:52.469 16  switches: flows:  124540 124445 122333 126489 125180 127424 127372 124766 125703 120931 122050 122415 125841 118493 120415 119626  total = 32.912089 per ms 
02:26:52.569 16  switches: flows:  124628 125941 124728 126085 124633 129968 129142 126991 126016 121887 125216 121829 127642 118402 120577 122031  total = 33.206467 per ms 
02:27:52.669 16  switches: flows:  120691 121881 121081 122237 121104 125072 124833 120697 121905 116535 119374 118838 122647 116406 117465 117549  total = 32.085022 per ms 
02:28:52.770 16  switches: flows:  117836 117025 118408 116040 117772 118140 117311 115023 117802 113339 113133 115875 116610 113204 113124 115286  total = 30.880553 per ms 
02:29:52.870 16  switches: flows:  124596 125792 126564 124571 123862 127101 125440 123238 124406 121176 120433 124475 124307 121357 122357 124258  total = 33.010426 per ms 
02:30:52.970 16  switches: flows:  125598 123760 125918 123940 122573 124657 124198 121335 122272 119952 118763 121501 124943 119593 120649 122007  total = 32.639789 per ms 
02:31:53.071 16  switches: flows:  127326 126170 127780 125606 125327 128637 125558 124409 124712 121955 120566 125708 125380 122526 122485 120973  total = 33.196503 per ms 
02:32:53.171 16  switches: flows:  126824 125484 126655 122593 123331 125259 123767 122616 122895 120830 118957 124478 125068 120714 120970 120059  total = 32.786947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30880.55/33206.47/32478.93/10852.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:32:53.191188" elapsed="0.001207"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-17T02:32:53.192986" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-08-17T02:32:53.192671" elapsed="0.000420"/>
</branch>
<status status="PASS" start="2026-08-17T02:32:53.192566" elapsed="0.000561"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-17T02:32:53.193260" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-17T02:32:53.193208" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-08-17T02:32:53.193186" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-17T02:32:53.193392" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-17T02:32:53.197181" elapsed="0.000338"/>
</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-08-17T02:32:53.197685" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-17T02:32:53.197985" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-17T02:32:53.193856" elapsed="0.004283"/>
</kw>
<msg time="2026-08-17T02:32:53.198269" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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-08-17T02:22:46.456416" elapsed="606.741880"/>
</kw>
<status status="PASS" start="2026-08-17T02:22:46.456030" elapsed="606.742317"/>
</branch>
<status status="PASS" start="2026-08-17T02:22:46.455586" elapsed="606.742786"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.198819" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:52.268 16  switches: flows:  113947 114272 114692 113453 114302 116088 112825 110373 111647 110217 110132 112586 112000 109372 110497 111127  total = 29.958833 per ms 
02:24:52.369 16  switches: flows:  121316 119271 119483 120382 121072 122312 119722 119200 118930 116767 117646 116666 119445 113326 115380 117803  total = 31.592607 per ms 
02:25:52.469 16  switches: flows:  124540 124445 122333 126489 125180 127424 127372 124766 125703 120931 122050 122415 125841 118493 120415 119626  total = 32.912089 per ms 
02:26:52.569 16  switches: flows:  124628 125941 124728 126085 124633 129968 129142 126991 126016 121887 125216 121829 127642 118402 120577 122031  total = 33.206467 per ms 
02:27:52.669 16  switches: flows:  120691 121881 121081 122237 121104 125072 124833 120697 121905 116535 119374 118838 122647 116406 117465 117549  total = 32.085022 per ms 
02:28:52.770 16  switches: flows:  117836 117025 118408 116040 117772 118140 117311 115023 117802 113339 113133 115875 116610 113204 113124 115286  total = 30.880553 per ms 
02:29:52.870 16  switches: flows:  124596 125792 126564 124571 123862 127101 125440 123238 124406 121176 120433 124475 124307 121357 122357 124258  total = 33.010426 per ms 
02:30:52.970 16  switches: flows:  125598 123760 125918 123940 122573 124657 124198 121335 122272 119952 118763 121501 124943 119593 120649 122007  total = 32.639789 per ms 
02:31:53.071 16  switches: flows:  127326 126170 127780 125606 125327 128637 125558 124409 124712 121955 120566 125708 125380 122526 122485 120973  total = 33.196503 per ms 
02:32:53.171 16  switches: flows:  126824 125484 126655 122593 123331 125259 123767 122616 122895 120830 118957 124478 125068 120714 120970 120059  total = 32.786947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30880.55/33206.47/32478.93/10852.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:32:53.198510" elapsed="0.000384"/>
</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-08-17T02:32:53.199040" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-17T02:32:53.199809" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-17T02:32:53.199901" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30880.55/33206.47/32478.93/10852.61 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-08-17T02:32:53.199580" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:32:53.200335" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30880.55/33206.47/32478.93/10852.61 | 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-08-17T02:32:53.200078" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.202794" 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-08-17T02:32:53.200504" elapsed="0.002349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.205207" level="INFO">30880.55/33206.47/32478.93/10852.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-17T02:32:53.203003" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:32:53.207637" 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-08-17T02:32:53.205412" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-17T02:32:53.210102" level="INFO">@{result_value_list} = [ 30880.55 | 33206.47 | 32478.93 | 10852.61 ]</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-08-17T02:32:53.207871" elapsed="0.002259"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.210624" level="INFO">Length is 4.</msg>
<msg time="2026-08-17T02:32:53.210714" 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-08-17T02:32:53.210283" elapsed="0.000454"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.215461" level="INFO">min :: 30880.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-08-17T02:32:53.211132" elapsed="0.004403"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-17T02:32:53.211003" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.220041" level="INFO">max :: 33206.47</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-08-17T02:32:53.215794" elapsed="0.004305"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-17T02:32:53.215666" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.225079" level="INFO">avg :: 32478.93</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-08-17T02:32:53.220342" elapsed="0.004795"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-17T02:32:53.220218" elapsed="0.004953"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.229782" level="INFO">stdev :: 10852.61</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-08-17T02:32:53.225381" elapsed="0.004461"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-17T02:32:53.225256" elapsed="0.004622"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-17T02:32:53.210807" elapsed="0.019102"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.234149" level="INFO">${min} = 30880.55</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-17T02:32:53.230073" elapsed="0.004104"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.238021" level="INFO">${max} = 33206.47</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-08-17T02:32:53.234328" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.241895" level="INFO">${average} = 32478.93</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-08-17T02:32:53.238199" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.245976" level="INFO">${stdev} = 10852.61</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-08-17T02:32:53.242072" elapsed="0.003934"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.246643" level="INFO">${date} = 2026-08-17 02:32:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-17T02:32:53.246192" elapsed="0.000482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.247388" level="INFO">CBench Result: 2026-08-17 02:32:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30880.55,33206.47,32478.93,10852.61</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-08-17T02:32:53.246864" elapsed="0.000597"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-17T02:32:53.248854" 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-08-17T02:32:53.248291" elapsed="0.000634"/>
</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-08-17T02:32:53.249077" elapsed="0.000547"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-17T02:32:53.247680" elapsed="0.002012"/>
</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-08-17T02:22:46.454455" elapsed="606.795297"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.250223" 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-08-17T02:32:53.249909" elapsed="0.000371"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-17T02:32:53.251511" 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-08-17T02:32:53.251034" elapsed="0.000520"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-17T02:32:53.251789" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-08-17T02:32:53.251637" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-08-17T02:32:53.251615" elapsed="0.000266"/>
</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-08-17T02:32:53.252022" 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-08-17T02:32:53.252177" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-17T02:32:53.252333" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-17T02:32:53.252579" elapsed="0.000027"/>
</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-08-17T02:32:53.252738" 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-08-17T02:32:53.252890" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-17T02:32:53.253033" elapsed="0.000026"/>
</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-08-17T02:32:53.253255" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-17T02:32:53.253120" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-17T02:32:53.253104" elapsed="0.000225"/>
</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-08-17T02:32:53.250694" elapsed="0.002684"/>
</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-08-17T02:22:46.453034" elapsed="606.800389"/>
</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-08-17T02:02:30.928606" elapsed="1822.325619"/>
</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>
