<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-27T01:02:11.877194" 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-27T01:02:12.385948" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:02:12.385813" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:12.385786" elapsed="0.000257"/>
</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-27T01:02:12.386193" elapsed="0.000564"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-27T01:02:12.387201" level="INFO">Logging into '10.30.170.191:8101' as 'karaf'.</msg>
<msg time="2026-08-27T01:02:13.019207" 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-27T01:02:12.386916" elapsed="0.632469"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.068118" 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-27T01:02:13.019677" elapsed="0.048516"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.069937" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-27T01:02:13.070039" 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-27T01:02:13.068345" elapsed="0.001720"/>
</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-27T01:02:13.070221" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:02:13.070555" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.071216" 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-27T01:02:13.070894" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T01:02:13.071315" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.191
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-27T01:02:12.385468" elapsed="0.686015"/>
</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-27T01:02:12.382114" elapsed="0.689451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T01:02:13.072096" 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-27T01:02:13.071738" elapsed="0.000408"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T01:02:13.072573" 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-27T01:02:13.072295" elapsed="0.000341"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.073134" 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-27T01:02:13.072778" elapsed="0.000380"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.073662" 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-27T01:02:13.073323" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.074156" 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-27T01:02:13.073828" elapsed="0.000366"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.074629" 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-27T01:02:13.074337" elapsed="0.000330"/>
</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-27T01:02:13.074939" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:02:13.074746" elapsed="0.000241"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.079069" 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-27T01:02:13.078707" elapsed="0.000386"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.080030" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T01:02:13.080104" 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-27T01:02:13.079617" elapsed="0.000508"/>
</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-27T01:02:13.080269" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.081501" level="INFO">Logging into '10.30.171.15:22' as 'jenkins'.</msg>
<msg time="2026-08-27T01:02:13.541816" 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 Thu Aug 27 01:01:27 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.15
  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-67-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-27T01:02:13.081043" elapsed="0.460917"/>
</kw>
<msg time="2026-08-27T01:02:13.542042" 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-27T01:02:13.080733" elapsed="0.461388"/>
</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-27T01:02:13.079288" elapsed="0.462948"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.551735" 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-27T01:02:13.542431" elapsed="0.010862"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:02:13.553623" elapsed="0.000387"/>
</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-27T01:02:13.078232" elapsed="0.475867"/>
</kw>
<status status="PASS" start="2026-08-27T01:02:13.075229" elapsed="0.478919"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:13.074722" elapsed="0.479485"/>
</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-27T01:02:13.554410" elapsed="0.000659"/>
</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-27T01:02:13.560997" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:02:13.560819" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:13.560787" elapsed="0.000314"/>
</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-27T01:02:13.566018" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:02:13.565858" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:13.565831" elapsed="0.000283"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-27T01:02:13.566330" elapsed="0.000629"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.567538" level="INFO">Logging into '10.30.170.191:8101' as 'karaf'.</msg>
<msg time="2026-08-27T01:02:13.815040" 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-27T01:02:13.567154" elapsed="0.248043"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.904540" 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-27T01:02:13.815443" elapsed="0.089230"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.911003" 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-27T01:02:13.911202" 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-27T01:02:13.904890" elapsed="0.006342"/>
</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-27T01:02:13.911393" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:02:13.911749" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:02:13.912355" 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-27T01:02:13.912065" elapsed="0.000340"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T01:02:13.912451" elapsed="0.000043"/>
</return>
<msg time="2026-08-27T01:02:13.912650" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.191
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-27T01:02:13.565355" elapsed="0.347327"/>
</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-27T01:02:13.912812" elapsed="0.000455"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T01:02:13.913312" elapsed="0.000029"/>
</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-27T01:02:13.560389" elapsed="0.353040"/>
</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-27T01:02:13.916899" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:02:13.916776" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:13.916754" elapsed="0.000208"/>
</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-27T01:02:13.917083" elapsed="0.000411"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-27T01:02:13.917875" level="INFO">Logging into '10.30.170.191:8101' as 'karaf'.</msg>
<msg time="2026-08-27T01:02:14.084167" 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-27T01:02:13.917644" elapsed="0.166691"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-27T01:02:14.129821" 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-27T01:02:14.084592" elapsed="0.045346"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-27T01:02:14.131788" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-27T01:02:14.131881" 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-27T01:02:14.130159" elapsed="0.001749"/>
</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-27T01:02:14.132033" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:02:14.132369" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:02:14.132984" 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-27T01:02:14.132708" elapsed="0.000321"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T01:02:14.133076" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.191
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-27T01:02:13.916467" elapsed="0.216779"/>
</kw>
<status status="PASS" start="2026-08-27T01:02:12.380352" elapsed="1.752952"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:02:14.135333" 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-27T01:02:14.134322" elapsed="0.001071"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T01:02:14.136746" 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-27T01:02:14.136403" elapsed="0.000381"/>
</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-27T01:02:14.137079" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:02:14.136858" elapsed="0.000273"/>
</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-27T01:02:14.139967" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:02:14.139745" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:14.139728" elapsed="0.000310"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:02:14.140378" 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-27T01:02:14.140490" 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-27T01:02:14.140159" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:02:14.141023" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.15" 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-27T01:02:14.140649" elapsed="0.000427"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:02:14.141657" 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-27T01:02:14.141211" elapsed="0.000469"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:02:14.142494" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T01:02:14.142592" 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-27T01:02:14.142203" elapsed="0.000410"/>
</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-27T01:02:14.142743" elapsed="0.000299"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T01:02:14.143852" level="INFO">Logging into '10.30.171.15:22' as 'jenkins'.</msg>
<msg time="2026-08-27T01:02:14.472359" 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 Thu Aug 27 01:01:27 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.15
  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: Thu Aug 27 01:02:13 2026 from 10.30.171.128
[?2004h[jenkins@releng-00446-67-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-27T01:02:14.143532" elapsed="0.329041"/>
</kw>
<msg time="2026-08-27T01:02:14.472654" 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-27T01:02:14.143195" elapsed="0.329545"/>
</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-27T01:02:14.141860" elapsed="0.330990"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-27T01:02:14.473356" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-27T01:12:20.632557" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-27T01:12:20.633127" level="INFO">${stdout} = </msg>
<msg time="2026-08-27T01:12:20.633218" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-27T01:02:14.473058" elapsed="606.160211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:12:20.633757" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.635576" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:19.716 16  switches: flows:  85289 86799 85983 84867 87316 86808 84333 84925 83690 85219 82535 84693 82650 82162 81854 83526  total = 22.544150 per ms 
01:04:19.818 16  switches: flows:  88490 89483 90576 87706 89875 89736 86832 87932 87135 85616 85168 88355 85762 84322 84337 86385  total = 23.256275 per ms 
01:05:19.919 16  switches: flows:  90340 91099 91366 87769 90253 90836 90168 87673 88024 86806 87020 89303 85858 85770 85334 87762  total = 23.550339 per ms 
01:06:20.020 16  switches: flows:  89302 90115 89487 87417 89461 90438 88423 86912 86070 86844 86225 88358 83985 85084 84258 87020  total = 23.284461 per ms 
01:07:20.121 16  switches: flows:  90797 92960 93425 91518 93375 93565 91953 89875 88713 89305 90211 92048 89202 88195 88543 90009  total = 24.187841 per ms 
01:08:20.221 16  switches: flows:  91135 93006 91728 90403 93361 92472 91906 89455 88121 88971 88280 90738 88954 87351 88997 88677  total = 24.019141 per ms 
01:09:20.322 16  switches: flows:  90304 90937 91048 89481 91372 91802 90393 89150 87198 87348 87772 90408 88977 87512 86876 88785  total = 23.782981 per ms 
01:10:20.423 16  switches: flows:  90927 91768 90571 88815 91112 90840 90357 88353 87924 87554 87843 89337 87076 86119 87738 89202  total = 23.719330 per ms 
01:11:20.524 16  switches: flows:  91186 92459 93177 90927 92252 91359 90602 90129 90162 89030 90113 90480 88380 88330 88495 90270  total = 24.082317 per ms 
01:12:20.625 16  switches: flows:  90466 90437 90745 89130 91368 90593 89912 88235 88441 86793 88392 89775 87735 87625 87662 88800  total = 23.728846 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23256.27/24187.84/23734.61/7917.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:12:20.634900" elapsed="0.000957"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-27T01:12:20.636331" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-08-27T01:12:20.636047" elapsed="0.000443"/>
</branch>
<status status="PASS" start="2026-08-27T01:12:20.635993" elapsed="0.000584"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-27T01:12:20.636764" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:12:20.636695" elapsed="0.000145"/>
</branch>
<status status="NOT RUN" start="2026-08-27T01:12:20.636665" elapsed="0.000240"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-27T01:12:20.636971" elapsed="0.000026"/>
</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-27T01:12:20.642090" elapsed="0.000699"/>
</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-27T01:12:20.643103" elapsed="0.000328"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:12:20.643718" elapsed="0.000902"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-27T01:12:20.637605" elapsed="0.007251"/>
</kw>
<msg time="2026-08-27T01:12:20.645175" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-27T01:02:14.137465" elapsed="606.507765"/>
</kw>
<status status="PASS" start="2026-08-27T01:02:14.137157" elapsed="606.508167"/>
</branch>
<status status="PASS" start="2026-08-27T01:02:14.136836" elapsed="606.508540"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.646424" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:19.716 16  switches: flows:  85289 86799 85983 84867 87316 86808 84333 84925 83690 85219 82535 84693 82650 82162 81854 83526  total = 22.544150 per ms 
01:04:19.818 16  switches: flows:  88490 89483 90576 87706 89875 89736 86832 87932 87135 85616 85168 88355 85762 84322 84337 86385  total = 23.256275 per ms 
01:05:19.919 16  switches: flows:  90340 91099 91366 87769 90253 90836 90168 87673 88024 86806 87020 89303 85858 85770 85334 87762  total = 23.550339 per ms 
01:06:20.020 16  switches: flows:  89302 90115 89487 87417 89461 90438 88423 86912 86070 86844 86225 88358 83985 85084 84258 87020  total = 23.284461 per ms 
01:07:20.121 16  switches: flows:  90797 92960 93425 91518 93375 93565 91953 89875 88713 89305 90211 92048 89202 88195 88543 90009  total = 24.187841 per ms 
01:08:20.221 16  switches: flows:  91135 93006 91728 90403 93361 92472 91906 89455 88121 88971 88280 90738 88954 87351 88997 88677  total = 24.019141 per ms 
01:09:20.322 16  switches: flows:  90304 90937 91048 89481 91372 91802 90393 89150 87198 87348 87772 90408 88977 87512 86876 88785  total = 23.782981 per ms 
01:10:20.423 16  switches: flows:  90927 91768 90571 88815 91112 90840 90357 88353 87924 87554 87843 89337 87076 86119 87738 89202  total = 23.719330 per ms 
01:11:20.524 16  switches: flows:  91186 92459 93177 90927 92252 91359 90602 90129 90162 89030 90113 90480 88380 88330 88495 90270  total = 24.082317 per ms 
01:12:20.625 16  switches: flows:  90466 90437 90745 89130 91368 90593 89912 88235 88441 86793 88392 89775 87735 87625 87662 88800  total = 23.728846 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23256.27/24187.84/23734.61/7917.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:12:20.645738" elapsed="0.000870"/>
</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-27T01:12:20.646923" elapsed="0.000738"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-27T01:12:20.648460" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-27T01:12:20.648668" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23256.27/24187.84/23734.61/7917.68 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-27T01:12:20.647993" elapsed="0.000724"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:12:20.649574" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23256.27/24187.84/23734.61/7917.68 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-27T01:12:20.649051" elapsed="0.000576"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.654795" 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-27T01:12:20.649937" elapsed="0.005008"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.660344" level="INFO">23256.27/24187.84/23734.61/7917.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:12:20.655328" elapsed="0.005179"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:12:20.665725" 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-27T01:12:20.660964" elapsed="0.004822"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:12:20.671100" level="INFO">@{result_value_list} = [ 23256.27 | 24187.84 | 23734.61 | 7917.68 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-27T01:12:20.666291" elapsed="0.004871"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.672288" level="INFO">Length is 4.</msg>
<msg time="2026-08-27T01:12:20.672462" 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-27T01:12:20.671566" elapsed="0.000968"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.680557" level="INFO">min :: 23256.27</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-27T01:12:20.673391" elapsed="0.007258"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-27T01:12:20.673119" elapsed="0.007581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.687250" level="INFO">max :: 24187.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:12:20.681052" elapsed="0.006279"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-27T01:12:20.680836" elapsed="0.006544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.693494" level="INFO">avg :: 23734.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-27T01:12:20.687720" elapsed="0.005891"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-27T01:12:20.687502" elapsed="0.006156"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.699785" level="INFO">stdev :: 7917.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:12:20.693967" elapsed="0.005899"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-27T01:12:20.693776" elapsed="0.006153"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-27T01:12:20.672719" elapsed="0.027255"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.705263" level="INFO">${min} = 23256.27</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-27T01:12:20.700201" elapsed="0.005097"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.712181" level="INFO">${max} = 24187.84</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-27T01:12:20.705501" elapsed="0.006724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.717683" level="INFO">${average} = 23734.61</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-27T01:12:20.712451" elapsed="0.005268"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.722219" level="INFO">${stdev} = 7917.68</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-27T01:12:20.717946" elapsed="0.004297"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.722743" level="INFO">${date} = 2026-08-27 01:12:20</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-27T01:12:20.722388" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.723287" level="INFO">CBench Result: 2026-08-27 01:12:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23256.27,24187.84,23734.61,7917.68</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:12:20.722908" elapsed="0.000429"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T01:12:20.724363" 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-27T01:12:20.723957" elapsed="0.000465"/>
</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-27T01:12:20.724571" elapsed="0.000435"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-27T01:12:20.723487" elapsed="0.001578"/>
</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-27T01:02:14.135795" elapsed="606.589323"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.725551" 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-27T01:12:20.725250" elapsed="0.000352"/>
</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-27T01:12:20.726080" elapsed="0.000245"/>
</kw>
<status status="PASS" start="2026-08-27T01:12:20.725796" elapsed="0.000590"/>
</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-27T01:02:14.133451" elapsed="606.592968"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.728101" 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-27T01:12:20.727745" elapsed="0.000406"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.729293" 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-27T01:12:20.728994" elapsed="0.000337"/>
</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-27T01:12:20.729676" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:12:20.729402" elapsed="0.000328"/>
</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-27T01:12:20.732380" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:12:20.732160" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-08-27T01:12:20.732144" elapsed="0.000305"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:12:20.732786" 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-27T01:12:20.733240" 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-27T01:12:20.732589" elapsed="0.000680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.733797" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.191 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.15" 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-27T01:12:20.733395" elapsed="0.000454"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:12:20.734349" 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-27T01:12:20.733991" elapsed="0.000381"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:12:20.735220" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T01:12:20.735299" 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-27T01:12:20.734930" elapsed="0.000390"/>
</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-27T01:12:20.735445" elapsed="0.000309"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T01:12:20.736548" level="INFO">Logging into '10.30.171.15:22' as 'jenkins'.</msg>
<msg time="2026-08-27T01:12:21.416592" 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 Thu Aug 27 01:12:20 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.15
  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: Thu Aug 27 01:02:14 2026 from 10.30.171.128
[?2004h[jenkins@releng-00446-67-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-27T01:12:20.736216" elapsed="0.680606"/>
</kw>
<msg time="2026-08-27T01:12:21.416923" 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-27T01:12:20.735907" elapsed="0.681112"/>
</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-27T01:12:20.734573" elapsed="0.682566"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-27T01:12:21.417668" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.191 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-27T01:22:27.476341" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-27T01:22:27.476938" level="INFO">${stdout} = </msg>
<msg time="2026-08-27T01:22:27.477054" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191: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-27T01:12:21.417373" elapsed="606.059735"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:22:27.477599" elapsed="0.000636"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.479410" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:13:26.558 16  switches: flows:  478734 487692 485592 481446 473282 478772 476350 476092 473281 476662 482549 469031 483739 474931 472129 481766  total = 127.534133 per ms 
01:14:26.660 16  switches: flows:  506380 507166 507518 499135 506567 512142 507356 505881 509088 507202 511561 505110 510464 512063 512442 506649  total = 135.217687 per ms 
01:15:26.762 16  switches: flows:  509350 508343 516832 508870 514239 512618 516485 518515 505315 507070 517327 511297 510838 509426 513891 515161  total = 136.363414 per ms 
01:16:26.863 16  switches: flows:  494385 490121 499547 497009 498098 501807 501815 499224 499240 499767 503349 498042 496019 491865 491946 499629  total = 132.475390 per ms 
01:17:26.964 16  switches: flows:  492893 496800 498239 496837 497349 499100 505685 500718 499613 503914 497290 502015 500878 499470 502783 497769  total = 132.965204 per ms 
01:18:27.067 16  switches: flows:  523729 528455 516747 525526 527456 522163 530291 523328 520731 523582 522453 522023 525694 527604 528218 522701  total = 139.607328 per ms 
01:19:27.168 16  switches: flows:  518661 525456 519575 525547 521640 528956 524593 520850 518841 521231 527030 522951 526566 516326 521579 521108  total = 139.113394 per ms 
01:20:27.270 16  switches: flows:  489396 495626 495350 493233 497769 499877 501022 497344 499790 497748 500234 499748 496914 502296 499643 499234  total = 132.530962 per ms 
01:21:27.372 16  switches: flows:  492545 495071 499439 491584 497106 496590 502922 496057 492609 494114 494269 491837 498407 496117 494084 495619  total = 131.915655 per ms 
01:22:27.475 16  switches: flows:  500583 501265 499188 496911 503355 496411 498051 498936 497335 498908 501197 499558 500792 501535 499776 501108  total = 133.023811 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131915.65/139607.33/134801.43/45019.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:22:27.478631" elapsed="0.001139"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-27T01:22:27.480280" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-08-27T01:22:27.479966" elapsed="0.000454"/>
</branch>
<status status="PASS" start="2026-08-27T01:22:27.479906" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-27T01:22:27.480725" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:22:27.480653" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-27T01:22:27.480621" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-27T01:22:27.480932" elapsed="0.000026"/>
</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-27T01:22:27.486018" elapsed="0.000711"/>
</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-27T01:22:27.487023" elapsed="0.000322"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:22:27.487655" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-27T01:22:27.481591" elapsed="0.006377"/>
</kw>
<msg time="2026-08-27T01:22:27.488220" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191: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-27T01:12:20.730063" elapsed="606.758210"/>
</kw>
<status status="PASS" start="2026-08-27T01:12:20.729755" elapsed="606.758635"/>
</branch>
<status status="PASS" start="2026-08-27T01:12:20.729380" elapsed="606.759079"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.489370" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:13:26.558 16  switches: flows:  478734 487692 485592 481446 473282 478772 476350 476092 473281 476662 482549 469031 483739 474931 472129 481766  total = 127.534133 per ms 
01:14:26.660 16  switches: flows:  506380 507166 507518 499135 506567 512142 507356 505881 509088 507202 511561 505110 510464 512063 512442 506649  total = 135.217687 per ms 
01:15:26.762 16  switches: flows:  509350 508343 516832 508870 514239 512618 516485 518515 505315 507070 517327 511297 510838 509426 513891 515161  total = 136.363414 per ms 
01:16:26.863 16  switches: flows:  494385 490121 499547 497009 498098 501807 501815 499224 499240 499767 503349 498042 496019 491865 491946 499629  total = 132.475390 per ms 
01:17:26.964 16  switches: flows:  492893 496800 498239 496837 497349 499100 505685 500718 499613 503914 497290 502015 500878 499470 502783 497769  total = 132.965204 per ms 
01:18:27.067 16  switches: flows:  523729 528455 516747 525526 527456 522163 530291 523328 520731 523582 522453 522023 525694 527604 528218 522701  total = 139.607328 per ms 
01:19:27.168 16  switches: flows:  518661 525456 519575 525547 521640 528956 524593 520850 518841 521231 527030 522951 526566 516326 521579 521108  total = 139.113394 per ms 
01:20:27.270 16  switches: flows:  489396 495626 495350 493233 497769 499877 501022 497344 499790 497748 500234 499748 496914 502296 499643 499234  total = 132.530962 per ms 
01:21:27.372 16  switches: flows:  492545 495071 499439 491584 497106 496590 502922 496057 492609 494114 494269 491837 498407 496117 494084 495619  total = 131.915655 per ms 
01:22:27.475 16  switches: flows:  500583 501265 499188 496911 503355 496411 498051 498936 497335 498908 501197 499558 500792 501535 499776 501108  total = 133.023811 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131915.65/139607.33/134801.43/45019.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:22:27.488767" elapsed="0.000808"/>
</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-27T01:22:27.489871" elapsed="0.000923"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-27T01:22:27.491876" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-27T01:22:27.492126" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 131915.65/139607.33/134801.43/45019.94 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-27T01:22:27.491229" elapsed="0.000964"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:22:27.493353" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 131915.65/139607.33/134801.43/45019.94 | 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-27T01:22:27.492653" elapsed="0.000799"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.499261" 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-27T01:22:27.493980" elapsed="0.005397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.504911" level="INFO">131915.65/139607.33/134801.43/45019.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:22:27.499725" elapsed="0.005306"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:22:27.510222" 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-27T01:22:27.505359" elapsed="0.004940"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:22:27.516956" level="INFO">@{result_value_list} = [ 131915.65 | 139607.33 | 134801.43 | 45019.94 ]</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-27T01:22:27.510953" elapsed="0.006082"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.518564" level="INFO">Length is 4.</msg>
<msg time="2026-08-27T01:22:27.518832" 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-27T01:22:27.517492" elapsed="0.001412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.528136" level="INFO">min :: 131915.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-27T01:22:27.520015" elapsed="0.008224"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-27T01:22:27.519778" elapsed="0.008517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.535605" level="INFO">max :: 139607.33</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-27T01:22:27.528962" elapsed="0.006738"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-27T01:22:27.528448" elapsed="0.007311"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.542767" level="INFO">avg :: 134801.43</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-27T01:22:27.536056" elapsed="0.006810"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-27T01:22:27.535893" elapsed="0.007033"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.548478" level="INFO">stdev :: 45019.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:22:27.543301" elapsed="0.005243"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-27T01:22:27.543073" elapsed="0.005503"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-27T01:22:27.519078" elapsed="0.029526"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.552124" level="INFO">${min} = 131915.65</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-27T01:22:27.548752" elapsed="0.003396"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.555703" level="INFO">${max} = 139607.33</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-27T01:22:27.552291" elapsed="0.003436"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.559226" level="INFO">${average} = 134801.43</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-27T01:22:27.555864" elapsed="0.003386"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.562838" level="INFO">${stdev} = 45019.94</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-27T01:22:27.559387" elapsed="0.003476"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.563325" level="INFO">${date} = 2026-08-27 01:22:27</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-27T01:22:27.563007" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.563911" level="INFO">CBench Result: 2026-08-27 01:22:27,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,131915.65,139607.33,134801.43,45019.94</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-27T01:22:27.563489" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T01:22:27.565017" 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-27T01:22:27.564573" elapsed="0.000520"/>
</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-27T01:22:27.565269" elapsed="0.000569"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-27T01:22:27.564105" elapsed="0.001808"/>
</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-27T01:12:20.728438" elapsed="606.837544"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.566607" 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-27T01:22:27.566160" elapsed="0.000514"/>
</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-27T01:22:27.567251" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-08-27T01:22:27.566905" elapsed="0.000763"/>
</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-27T01:12:20.727142" elapsed="606.840569"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.569224" 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-27T01:22:27.568883" elapsed="0.000392"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.570362" 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-27T01:22:27.570072" elapsed="0.000328"/>
</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-27T01:22:27.570764" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:22:27.570538" elapsed="0.000278"/>
</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-27T01:22:27.574564" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:22:27.574304" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-08-27T01:22:27.574286" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:22:27.574975" 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-27T01:22:27.575081" 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-27T01:22:27.574767" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.575629" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.15" 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-27T01:22:27.575226" elapsed="0.000456"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T01:22:27.576177" 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-27T01:22:27.575824" elapsed="0.000376"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:22:27.577020" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T01:22:27.577099" 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-27T01:22:27.576740" elapsed="0.000381"/>
</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-27T01:22:27.577245" elapsed="0.000313"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T01:22:27.578320" level="INFO">Logging into '10.30.171.15:22' as 'jenkins'.</msg>
<msg time="2026-08-27T01:22:28.194671" 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 Thu Aug 27 01:22:27 UTC 2026

  System load:  0.33               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.15
  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: Thu Aug 27 01:12:21 2026 from 10.30.171.128
[?2004h[jenkins@releng-00446-67-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-27T01:22:27.578002" elapsed="0.616861"/>
</kw>
<msg time="2026-08-27T01:22:28.194947" 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-27T01:22:27.577693" elapsed="0.617337"/>
</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-27T01:22:27.576378" elapsed="0.618762"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-27T01:22:28.195713" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-27T01:32:34.262291" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-27T01:32:34.262951" level="INFO">${stdout} = </msg>
<msg time="2026-08-27T01:32:34.263042" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-27T01:22:28.195371" elapsed="606.067720"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:32:34.263607" elapsed="0.000684"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.265362" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:23:33.355 16  switches: flows:  94212 95656 94396 115551 94098 92566 91631 93483 92900 90545 90005 92393 91205 91363 92498 101687  total = 25.236483 per ms 
01:24:33.457 16  switches: flows:  96279 98329 98685 97679 97595 94819 93254 95826 94250 91374 91085 94002 92158 93682 92661 92362  total = 25.191951 per ms 
01:25:33.558 16  switches: flows:  93675 97013 95743 93611 94595 92577 90399 93809 92474 89401 88114 91646 88738 90983 89530 91231  total = 24.517953 per ms 
01:26:33.661 16  switches: flows:  92555 96007 95217 91782 93083 90997 91061 92595 92700 89470 88996 91811 90414 91200 89995 90537  total = 24.432860 per ms 
01:27:33.762 16  switches: flows:  95410 96206 96123 93590 94246 91768 91498 94125 92172 90053 89287 92352 91002 91042 89072 91038  total = 24.608664 per ms 
01:28:33.862 16  switches: flows:  95571 97660 97055 94218 95340 94810 93970 94063 93794 91095 90189 93686 91799 93597 92433 92625  total = 24.989798 per ms 
01:29:33.963 16  switches: flows:  90917 93643 92947 92422 92581 90512 91416 92478 90635 87096 87116 90693 89207 90611 89685 90479  total = 24.166840 per ms 
01:30:34.063 16  switches: flows:  95010 94910 95491 93254 91660 91859 92313 92807 93468 88419 89408 91566 89812 91849 90593 91092  total = 24.517576 per ms 
01:31:34.163 16  switches: flows:  96265 98474 99329 97005 95647 95203 93748 95173 94436 91899 91674 95340 94250 94320 92974 93308  total = 25.275220 per ms 
01:32:34.264 16  switches: flows:  96698 98633 98366 94315 95086 95071 93699 94915 94602 92461 91528 94376 92419 94636 92507 93009  total = 25.163323 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24166.84/25275.22/24762.69/8262.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:32:34.264666" elapsed="0.001030"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-27T01:32:34.266127" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-08-27T01:32:34.265854" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-08-27T01:32:34.265810" elapsed="0.000496"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-27T01:32:34.266510" elapsed="0.000055"/>
</return>
<status status="NOT RUN" start="2026-08-27T01:32:34.266418" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-08-27T01:32:34.266388" elapsed="0.000275"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-27T01:32:34.266722" elapsed="0.000025"/>
</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-27T01:32:34.272077" elapsed="0.000690"/>
</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-27T01:32:34.273055" elapsed="0.000304"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T01:32:34.273661" elapsed="0.000191"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-27T01:32:34.267310" elapsed="0.006645"/>
</kw>
<msg time="2026-08-27T01:32:34.274199" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-27T01:22:27.571203" elapsed="606.703047"/>
</kw>
<status status="PASS" start="2026-08-27T01:22:27.570839" elapsed="606.703504"/>
</branch>
<status status="PASS" start="2026-08-27T01:22:27.570504" elapsed="606.703884"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.275288" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:23:33.355 16  switches: flows:  94212 95656 94396 115551 94098 92566 91631 93483 92900 90545 90005 92393 91205 91363 92498 101687  total = 25.236483 per ms 
01:24:33.457 16  switches: flows:  96279 98329 98685 97679 97595 94819 93254 95826 94250 91374 91085 94002 92158 93682 92661 92362  total = 25.191951 per ms 
01:25:33.558 16  switches: flows:  93675 97013 95743 93611 94595 92577 90399 93809 92474 89401 88114 91646 88738 90983 89530 91231  total = 24.517953 per ms 
01:26:33.661 16  switches: flows:  92555 96007 95217 91782 93083 90997 91061 92595 92700 89470 88996 91811 90414 91200 89995 90537  total = 24.432860 per ms 
01:27:33.762 16  switches: flows:  95410 96206 96123 93590 94246 91768 91498 94125 92172 90053 89287 92352 91002 91042 89072 91038  total = 24.608664 per ms 
01:28:33.862 16  switches: flows:  95571 97660 97055 94218 95340 94810 93970 94063 93794 91095 90189 93686 91799 93597 92433 92625  total = 24.989798 per ms 
01:29:33.963 16  switches: flows:  90917 93643 92947 92422 92581 90512 91416 92478 90635 87096 87116 90693 89207 90611 89685 90479  total = 24.166840 per ms 
01:30:34.063 16  switches: flows:  95010 94910 95491 93254 91660 91859 92313 92807 93468 88419 89408 91566 89812 91849 90593 91092  total = 24.517576 per ms 
01:31:34.163 16  switches: flows:  96265 98474 99329 97005 95647 95203 93748 95173 94436 91899 91674 95340 94250 94320 92974 93308  total = 25.275220 per ms 
01:32:34.264 16  switches: flows:  96698 98633 98366 94315 95086 95071 93699 94915 94602 92461 91528 94376 92419 94636 92507 93009  total = 25.163323 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24166.84/25275.22/24762.69/8262.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:32:34.274721" elapsed="0.000713"/>
</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-27T01:32:34.275778" elapsed="0.000698"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-27T01:32:34.277260" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-27T01:32:34.277434" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24166.84/25275.22/24762.69/8262.75 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-27T01:32:34.276840" elapsed="0.000642"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:32:34.278318" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24166.84/25275.22/24762.69/8262.75 | 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-27T01:32:34.277830" elapsed="0.000540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.283218" 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-27T01:32:34.278700" elapsed="0.004627"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.288186" level="INFO">24166.84/25275.22/24762.69/8262.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:32:34.283741" elapsed="0.004553"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:32:34.293079" 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-27T01:32:34.288634" elapsed="0.004498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T01:32:34.298078" level="INFO">@{result_value_list} = [ 24166.84 | 25275.22 | 24762.69 | 8262.75 ]</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-27T01:32:34.293540" elapsed="0.004591"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.299078" level="INFO">Length is 4.</msg>
<msg time="2026-08-27T01:32:34.299249" 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-27T01:32:34.298434" elapsed="0.000861"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.307832" level="INFO">min :: 24166.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:32:34.300059" elapsed="0.007842"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-27T01:32:34.299806" elapsed="0.008138"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.313967" level="INFO">max :: 25275.22</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-27T01:32:34.308215" elapsed="0.005822"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-27T01:32:34.308050" elapsed="0.006030"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.319748" level="INFO">avg :: 24762.69</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-27T01:32:34.314338" elapsed="0.005478"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-27T01:32:34.314181" elapsed="0.005677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.325472" level="INFO">stdev :: 8262.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T01:32:34.320116" elapsed="0.005459"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-27T01:32:34.319960" elapsed="0.005656"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-27T01:32:34.299412" elapsed="0.026241"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.330572" level="INFO">${min} = 24166.84</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-27T01:32:34.325850" elapsed="0.004756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.335434" level="INFO">${max} = 25275.22</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-27T01:32:34.330799" elapsed="0.004668"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.340373" level="INFO">${average} = 24762.69</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-27T01:32:34.335697" elapsed="0.004709"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.345315" level="INFO">${stdev} = 8262.75</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-27T01:32:34.340634" elapsed="0.004714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.346070" level="INFO">${date} = 2026-08-27 01:32:34</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-27T01:32:34.345580" elapsed="0.000518"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.346617" level="INFO">CBench Result: 2026-08-27 01:32:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24166.84,25275.22,24762.69,8262.75</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-27T01:32:34.346235" elapsed="0.000431"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T01:32:34.347640" 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-27T01:32:34.347190" elapsed="0.000513"/>
</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-27T01:32:34.347840" elapsed="0.000400"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-27T01:32:34.346790" elapsed="0.001505"/>
</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-27T01:22:27.569587" elapsed="606.778759"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.348775" 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-27T01:32:34.348476" elapsed="0.000348"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-27T01:32:34.349903" 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-27T01:32:34.349445" elapsed="0.000482"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-27T01:32:34.350118" elapsed="0.000025"/>
</return>
<status status="PASS" start="2026-08-27T01:32:34.349990" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-08-27T01:32:34.349974" elapsed="0.000217"/>
</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-27T01:32:34.350316" elapsed="0.000019"/>
</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-27T01:32:34.350453" elapsed="0.000017"/>
</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-27T01:32:34.350620" elapsed="0.000018"/>
</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-27T01:32:34.350753" elapsed="0.000017"/>
</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-27T01:32:34.350916" elapsed="0.000018"/>
</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-27T01:32:34.351043" elapsed="0.000018"/>
</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-27T01:32:34.351169" elapsed="0.000017"/>
</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-27T01:32:34.351362" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-08-27T01:32:34.351239" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-08-27T01:32:34.351225" elapsed="0.000201"/>
</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-27T01:32:34.349157" elapsed="0.002318"/>
</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-27T01:22:27.568283" elapsed="606.783260"/>
</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-27T01:02:11.878772" elapsed="1822.473254"/>
</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>
