<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-05T03:03:14.340367" 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-05T03:03:14.899486" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:03:14.899346" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:14.899314" elapsed="0.000274"/>
</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-05T03:03:14.899735" elapsed="0.000545"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T03:03:14.900755" level="INFO">Logging into '10.30.170.236:8101' as 'karaf'.</msg>
<msg time="2026-08-05T03:03:16.116236" 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-05T03:03:14.900455" elapsed="1.216042"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T03:03:16.165378" 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-05T03:03:16.116906" elapsed="0.048545"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T03:03:16.167298" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T03:03:16.167422" 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-05T03:03:16.165624" elapsed="0.001829"/>
</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-05T03:03:16.167625" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:03:16.168052" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:03:16.168816" 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-05T03:03:16.168440" elapsed="0.000451"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T03:03:16.168951" elapsed="0.000172"/>
</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.236
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-05T03:03:14.898942" elapsed="1.270340"/>
</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-05T03:03:14.895296" elapsed="1.274059"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:03:16.170049" 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-05T03:03:16.169558" elapsed="0.000574"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:03:16.170559" 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-05T03:03:16.170291" elapsed="0.000327"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T03:03:16.171297" 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-05T03:03:16.170774" elapsed="0.000553"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:03:16.171856" 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-05T03:03:16.171505" elapsed="0.000395"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T03:03:16.172488" 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-05T03:03:16.172100" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:03:16.173069" 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-05T03:03:16.172680" elapsed="0.000450"/>
</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-05T03:03:16.173451" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:03:16.173226" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:03:16.178439" 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-05T03:03:16.178000" elapsed="0.000468"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:03:16.179602" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T03:03:16.179692" 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-05T03:03:16.179086" elapsed="0.000639"/>
</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-05T03:03:16.179886" elapsed="0.000379"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T03:03:16.181329" level="INFO">Logging into '10.30.171.144:22' as 'jenkins'.</msg>
<msg time="2026-08-05T03:03:16.881181" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 03:03:16 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.144
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-47-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-05T03:03:16.180777" elapsed="0.700578"/>
</kw>
<msg time="2026-08-05T03:03:16.881455" 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-05T03:03:16.180423" elapsed="0.701149"/>
</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-05T03:03:16.178680" elapsed="0.703035"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-05T03:03:16.888868" 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-05T03:03:16.881944" elapsed="0.008314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:03:16.890543" elapsed="0.000478"/>
</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-05T03:03:16.177341" elapsed="0.713774"/>
</kw>
<status status="PASS" start="2026-08-05T03:03:16.173757" elapsed="0.717412"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:16.173198" elapsed="0.718019"/>
</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-05T03:03:16.891480" elapsed="0.000765"/>
</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-05T03:03:16.898665" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:03:16.898464" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:16.898428" elapsed="0.000355"/>
</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-05T03:03:16.903132" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:03:16.903013" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:16.902992" elapsed="0.000210"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T03:03:16.903335" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T03:03:16.904272" level="INFO">Logging into '10.30.170.236:8101' as 'karaf'.</msg>
<msg time="2026-08-05T03:03:17.108092" 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-05T03:03:16.903980" elapsed="0.204275"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.202587" 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-05T03:03:17.108552" elapsed="0.094128"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.219849" 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-05T03:03:17.220087" 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-05T03:03:17.202859" elapsed="0.017262"/>
</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-05T03:03:17.220270" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:03:17.220648" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:03:17.221492" 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-05T03:03:17.221079" elapsed="0.000473"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T03:03:17.221607" elapsed="0.000065"/>
</return>
<msg time="2026-08-05T03:03:17.221846" 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.236
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-05T03:03:16.902614" elapsed="0.319265"/>
</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-05T03:03:17.222082" elapsed="0.000603"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T03:03:17.222740" elapsed="0.000035"/>
</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-05T03:03:16.898018" elapsed="0.324864"/>
</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-05T03:03:17.226939" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:03:17.226796" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:17.226770" elapsed="0.000270"/>
</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-05T03:03:17.227372" elapsed="0.000501"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.228377" level="INFO">Logging into '10.30.170.236:8101' as 'karaf'.</msg>
<msg time="2026-08-05T03:03:17.406496" 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-05T03:03:17.228053" elapsed="0.178607"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.432853" 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-05T03:03:17.406925" elapsed="0.025995"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.434744" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T03:03:17.434874" 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-05T03:03:17.433092" elapsed="0.001811"/>
</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-05T03:03:17.435058" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:03:17.435405" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:03:17.436098" 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-05T03:03:17.435741" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T03:03:17.436204" elapsed="0.000065"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.236
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-05T03:03:17.226418" elapsed="0.209977"/>
</kw>
<status status="PASS" start="2026-08-05T03:03:14.893249" elapsed="2.543212"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:03:17.438768" 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-05T03:03:17.437596" elapsed="0.001239"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:03:17.440491" 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-05T03:03:17.440104" elapsed="0.000433"/>
</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-05T03:03:17.440860" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:03:17.440618" elapsed="0.000300"/>
</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-05T03:03:17.443878" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:03:17.443629" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:17.443610" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.444316" 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-05T03:03:17.444440" 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-05T03:03:17.444109" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:03:17.445042" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.144" 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-05T03:03:17.444600" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.445976" 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-05T03:03:17.445305" elapsed="0.000702"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:03:17.447288" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T03:03:17.447383" 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-05T03:03:17.446857" elapsed="0.000550"/>
</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-05T03:03:17.447555" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.449035" level="INFO">Logging into '10.30.171.144:22' as 'jenkins'.</msg>
<msg time="2026-08-05T03:03:17.764995" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 03:03:16 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.144
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug  5 03:03:16 2026 from 10.30.170.14
[?2004h[jenkins@releng-00446-47-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-05T03:03:17.448535" elapsed="0.316714"/>
</kw>
<msg time="2026-08-05T03:03:17.765358" 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-05T03:03:17.448079" elapsed="0.317397"/>
</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-05T03:03:17.446282" elapsed="0.319358"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T03:03:17.766350" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T03:13:23.893779" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T03:13:23.894263" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T03:13:23.894333" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T03:03:17.765933" elapsed="606.128438"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:13:23.895333" elapsed="0.000478"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.896571" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:22.976 16  switches: flows:  103508 102809 103257 101737 100938 102581 102647 103477 98971 99840 99444 101457 97548 99159 98860 99178  total = 26.923517 per ms 
03:05:23.077 16  switches: flows:  108663 108625 108125 104955 107280 107793 108334 107890 104952 104446 103188 103892 102386 103216 101864 102576  total = 28.089418 per ms 
03:06:23.178 16  switches: flows:  116202 117082 116851 115372 116720 116036 116842 116426 111373 113451 110047 113328 110854 111121 109734 110654  total = 30.317526 per ms 
03:07:23.280 16  switches: flows:  126877 124227 125620 123374 125671 125261 124888 123568 120934 121257 119311 121458 119991 120674 118978 119358  total = 32.636201 per ms 
03:08:23.381 16  switches: flows:  124831 125738 127448 123870 124929 125304 123441 124762 120327 120546 118558 120257 118460 120459 118154 119950  total = 32.562845 per ms 
03:09:23.482 16  switches: flows:  128652 135674 127678 125198 125041 125313 124987 125338 123271 120395 122470 120333 120059 123223 119515 120205  total = 33.067316 per ms 
03:10:23.583 16  switches: flows:  126070 125956 124316 122412 124019 124362 123228 122353 119845 120501 120147 119953 120808 121685 117718 119100  total = 32.486967 per ms 
03:11:23.685 16  switches: flows:  127672 128244 126470 123231 126601 127766 126968 123259 122805 122977 123552 122781 124668 122903 119525 123572  total = 33.160978 per ms 
03:12:23.786 16  switches: flows:  128690 129067 126242 125667 127470 128065 128616 125593 122823 122149 123722 123838 122170 125512 121695 123816  total = 33.363211 per ms 
03:13:23.887 16  switches: flows:  125890 129583 126158 125627 126487 123843 124728 122304 122857 119192 123869 121302 122107 122725 119290 122632  total = 32.921616 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28089.42/33363.21/32067.34/10814.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:13:23.896073" elapsed="0.000701"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T03:13:23.897144" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-08-05T03:13:23.896916" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-08-05T03:13:23.896871" elapsed="0.000432"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T03:13:23.897439" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:13:23.897386" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:13:23.897365" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T03:13:23.897573" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T03:13:23.901144" elapsed="0.000465"/>
</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-05T03:13:23.901814" elapsed="0.000298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:13:23.902299" elapsed="0.000164"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T03:13:23.898044" elapsed="0.004487"/>
</kw>
<msg time="2026-08-05T03:13:23.902671" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T03:03:17.441293" elapsed="606.461406"/>
</kw>
<status status="PASS" start="2026-08-05T03:03:17.440948" elapsed="606.461801"/>
</branch>
<status status="PASS" start="2026-08-05T03:03:17.440594" elapsed="606.462179"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.903220" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:22.976 16  switches: flows:  103508 102809 103257 101737 100938 102581 102647 103477 98971 99840 99444 101457 97548 99159 98860 99178  total = 26.923517 per ms 
03:05:23.077 16  switches: flows:  108663 108625 108125 104955 107280 107793 108334 107890 104952 104446 103188 103892 102386 103216 101864 102576  total = 28.089418 per ms 
03:06:23.178 16  switches: flows:  116202 117082 116851 115372 116720 116036 116842 116426 111373 113451 110047 113328 110854 111121 109734 110654  total = 30.317526 per ms 
03:07:23.280 16  switches: flows:  126877 124227 125620 123374 125671 125261 124888 123568 120934 121257 119311 121458 119991 120674 118978 119358  total = 32.636201 per ms 
03:08:23.381 16  switches: flows:  124831 125738 127448 123870 124929 125304 123441 124762 120327 120546 118558 120257 118460 120459 118154 119950  total = 32.562845 per ms 
03:09:23.482 16  switches: flows:  128652 135674 127678 125198 125041 125313 124987 125338 123271 120395 122470 120333 120059 123223 119515 120205  total = 33.067316 per ms 
03:10:23.583 16  switches: flows:  126070 125956 124316 122412 124019 124362 123228 122353 119845 120501 120147 119953 120808 121685 117718 119100  total = 32.486967 per ms 
03:11:23.685 16  switches: flows:  127672 128244 126470 123231 126601 127766 126968 123259 122805 122977 123552 122781 124668 122903 119525 123572  total = 33.160978 per ms 
03:12:23.786 16  switches: flows:  128690 129067 126242 125667 127470 128065 128616 125593 122823 122149 123722 123838 122170 125512 121695 123816  total = 33.363211 per ms 
03:13:23.887 16  switches: flows:  125890 129583 126158 125627 126487 123843 124728 122304 122857 119192 123869 121302 122107 122725 119290 122632  total = 32.921616 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28089.42/33363.21/32067.34/10814.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:13:23.902912" elapsed="0.000382"/>
</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-05T03:13:23.903442" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T03:13:23.904237" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T03:13:23.904329" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28089.42/33363.21/32067.34/10814.34 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-05T03:13:23.903999" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:13:23.904767" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28089.42/33363.21/32067.34/10814.34 | 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-05T03:13:23.904508" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.907208" 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-05T03:13:23.904939" elapsed="0.002326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.909679" level="INFO">28089.42/33363.21/32067.34/10814.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:13:23.907411" elapsed="0.002326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:13:23.912112" 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-05T03:13:23.909890" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:13:23.914610" level="INFO">@{result_value_list} = [ 28089.42 | 33363.21 | 32067.34 | 10814.34 ]</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-05T03:13:23.912328" elapsed="0.002309"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.915120" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T03:13:23.915208" 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-05T03:13:23.914791" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.919922" level="INFO">min :: 28089.42</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-05T03:13:23.915634" elapsed="0.004358"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T03:13:23.915502" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.924530" level="INFO">max :: 33363.21</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-05T03:13:23.920250" elapsed="0.004336"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T03:13:23.920122" elapsed="0.004500"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.929122" level="INFO">avg :: 32067.34</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-05T03:13:23.924840" elapsed="0.004339"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T03:13:23.924711" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.933723" level="INFO">stdev :: 10814.34</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-05T03:13:23.929431" elapsed="0.004349"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T03:13:23.929305" elapsed="0.004510"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T03:13:23.915304" elapsed="0.018544"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.937846" level="INFO">${min} = 28089.42</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-05T03:13:23.934021" elapsed="0.003851"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.941899" level="INFO">${max} = 33363.21</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-05T03:13:23.938049" elapsed="0.003876"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.946039" level="INFO">${average} = 32067.34</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-05T03:13:23.942292" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.949972" level="INFO">${stdev} = 10814.34</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-05T03:13:23.946248" elapsed="0.003751"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.950542" level="INFO">${date} = 2026-08-05 03:13:23</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-05T03:13:23.950175" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.951140" level="INFO">CBench Result: 2026-08-05 03:13:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28089.42,33363.21,32067.34,10814.34</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-05T03:13:23.950715" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:13:23.952211" 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-05T03:13:23.951800" elapsed="0.000477"/>
</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-05T03:13:23.952429" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T03:13:23.951334" elapsed="0.001644"/>
</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-05T03:03:17.439444" elapsed="606.513597"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.953520" 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-05T03:13:23.953192" elapsed="0.000384"/>
</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-05T03:13:23.954147" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-08-05T03:13:23.953792" elapsed="0.000696"/>
</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-05T03:03:17.436627" elapsed="606.517900"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.956009" 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-05T03:13:23.955612" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.957309" 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-05T03:13:23.956977" elapsed="0.000373"/>
</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-05T03:13:23.957675" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:13:23.957456" elapsed="0.000276"/>
</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-05T03:13:23.960620" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:13:23.960360" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-05T03:13:23.960341" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:13:23.961038" 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-05T03:13:23.961160" 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-05T03:13:23.960835" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.961764" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.236 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.144" 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-05T03:13:23.961341" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:13:23.962420" 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-05T03:13:23.961976" elapsed="0.000470"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:13:23.963340" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T03:13:23.963428" 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-05T03:13:23.963036" elapsed="0.000416"/>
</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-05T03:13:23.963591" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T03:13:23.964780" level="INFO">Logging into '10.30.171.144:22' as 'jenkins'.</msg>
<msg time="2026-08-05T03:13:24.571214" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 03:13:24 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug  5 03:03:17 2026 from 10.30.170.14
[?2004h[jenkins@releng-00446-47-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-05T03:13:23.964427" elapsed="0.607064"/>
</kw>
<msg time="2026-08-05T03:13:24.571614" 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-05T03:13:23.964084" elapsed="0.607650"/>
</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-05T03:13:23.962648" elapsed="0.609246"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T03:13:24.572655" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.236 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T03:23:30.653732" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T03:23:30.654364" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T03:23:30.654472" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236: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-05T03:13:24.572226" elapsed="606.082302"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:23:30.655047" elapsed="0.000685"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.656864" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236: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.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:29.702 16  switches: flows:  542945 555369 578189 549300 536493 536329 563452 566026 534225 531477 522483 530466 552869 546582 529665 517677  total = 144.892450 per ms 
03:15:29.804 16  switches: flows:  628931 653345 646811 629549 651286 635732 637732 619786 645183 630957 623179 651822 615110 616655 642794 636265  total = 169.132499 per ms 
03:16:29.932 16  switches: flows:  641366 649219 660373 655975 655098 647524 650850 641215 665527 651493 653857 656333 646108 648873 650155 668215  total = 173.664699 per ms 
03:17:30.034 16  switches: flows:  578448 562382 596904 574464 575614 574199 564469 547771 552110 577374 544059 551909 538201 570359 587281 572586  total = 150.879312 per ms 
03:18:30.136 16  switches: flows:  623569 606192 636791 653693 631668 625212 630657 641632 639905 631077 632856 563415 636306 635264 639092 632552  total = 167.380123 per ms 
03:19:30.239 16  switches: flows:  610518 592641 541915 606291 552347 630299 602799 608376 605202 596108 584144 597875 627227 605485 595700 596121  total = 158.948502 per ms 
03:20:30.341 16  switches: flows:  628144 616037 624541 610649 598925 622026 604847 628051 624240 595169 608408 629536 621787 619125 641437 629468  total = 164.759361 per ms 
03:21:30.444 16  switches: flows:  679315 693481 701812 686632 686092 687117 691707 678106 677384 686355 686761 692605 666733 697371 675845 693345  total = 182.699146 per ms 
03:22:30.546 16  switches: flows:  683531 684971 708360 694962 681947 678310 687714 684816 705164 708151 673688 701656 694893 702704 693957 701778  total = 184.464693 per ms 
03:23:30.647 16  switches: flows:  663344 658556 678327 682909 674414 668012 671648 691331 684741 691951 677446 675200 669768 668154 684751 637806  total = 179.339996 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150879.31/184464.69/170140.93/57678.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:23:30.656122" elapsed="0.001085"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T03:23:30.657701" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-08-05T03:23:30.657397" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-08-05T03:23:30.657346" elapsed="0.000649"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T03:23:30.658213" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:23:30.658130" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:23:30.658094" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T03:23:30.658416" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T03:23:30.663435" elapsed="0.000340"/>
</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-05T03:23:30.663925" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:23:30.664242" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T03:23:30.659164" elapsed="0.005233"/>
</kw>
<msg time="2026-08-05T03:23:30.664526" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236: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-05T03:13:23.958086" elapsed="606.706466"/>
</kw>
<status status="PASS" start="2026-08-05T03:13:23.957757" elapsed="606.706845"/>
</branch>
<status status="PASS" start="2026-08-05T03:13:23.957436" elapsed="606.707189"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.665062" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.236: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.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:29.702 16  switches: flows:  542945 555369 578189 549300 536493 536329 563452 566026 534225 531477 522483 530466 552869 546582 529665 517677  total = 144.892450 per ms 
03:15:29.804 16  switches: flows:  628931 653345 646811 629549 651286 635732 637732 619786 645183 630957 623179 651822 615110 616655 642794 636265  total = 169.132499 per ms 
03:16:29.932 16  switches: flows:  641366 649219 660373 655975 655098 647524 650850 641215 665527 651493 653857 656333 646108 648873 650155 668215  total = 173.664699 per ms 
03:17:30.034 16  switches: flows:  578448 562382 596904 574464 575614 574199 564469 547771 552110 577374 544059 551909 538201 570359 587281 572586  total = 150.879312 per ms 
03:18:30.136 16  switches: flows:  623569 606192 636791 653693 631668 625212 630657 641632 639905 631077 632856 563415 636306 635264 639092 632552  total = 167.380123 per ms 
03:19:30.239 16  switches: flows:  610518 592641 541915 606291 552347 630299 602799 608376 605202 596108 584144 597875 627227 605485 595700 596121  total = 158.948502 per ms 
03:20:30.341 16  switches: flows:  628144 616037 624541 610649 598925 622026 604847 628051 624240 595169 608408 629536 621787 619125 641437 629468  total = 164.759361 per ms 
03:21:30.444 16  switches: flows:  679315 693481 701812 686632 686092 687117 691707 678106 677384 686355 686761 692605 666733 697371 675845 693345  total = 182.699146 per ms 
03:22:30.546 16  switches: flows:  683531 684971 708360 694962 681947 678310 687714 684816 705164 708151 673688 701656 694893 702704 693957 701778  total = 184.464693 per ms 
03:23:30.647 16  switches: flows:  663344 658556 678327 682909 674414 668012 671648 691331 684741 691951 677446 675200 669768 668154 684751 637806  total = 179.339996 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150879.31/184464.69/170140.93/57678.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:23:30.664763" elapsed="0.000372"/>
</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-05T03:23:30.665283" elapsed="0.000364"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T03:23:30.666084" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T03:23:30.666176" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150879.31/184464.69/170140.93/57678.93 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-05T03:23:30.665806" elapsed="0.000397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:23:30.666650" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150879.31/184464.69/170140.93/57678.93 | 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-05T03:23:30.666391" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.669099" 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-05T03:23:30.666818" elapsed="0.002338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.672037" level="INFO">150879.31/184464.69/170140.93/57678.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:23:30.669302" elapsed="0.002816"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:23:30.675430" 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-05T03:23:30.672325" elapsed="0.003144"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:23:30.678894" level="INFO">@{result_value_list} = [ 150879.31 | 184464.69 | 170140.93 | 57678.93 ]</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-05T03:23:30.675734" elapsed="0.003188"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.679406" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T03:23:30.679495" 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-05T03:23:30.679097" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.684444" level="INFO">min :: 150879.31</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-05T03:23:30.679910" elapsed="0.004591"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T03:23:30.679782" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.691425" level="INFO">max :: 184464.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-05T03:23:30.684759" elapsed="0.006723"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T03:23:30.684625" elapsed="0.006892"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.696043" level="INFO">avg :: 170140.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:23:30.691733" elapsed="0.004366"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T03:23:30.691606" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.700782" level="INFO">stdev :: 57678.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:23:30.696351" elapsed="0.004487"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T03:23:30.696220" elapsed="0.004653"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T03:23:30.679590" elapsed="0.021315"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.705063" level="INFO">${min} = 150879.31</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-05T03:23:30.701085" elapsed="0.004007"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.709012" level="INFO">${max} = 184464.69</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-05T03:23:30.705251" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.712937" level="INFO">${average} = 170140.93</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T03:23:30.709196" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.717231" level="INFO">${stdev} = 57678.93</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-05T03:23:30.713135" elapsed="0.004131"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.717932" level="INFO">${date} = 2026-08-05 03:23:30</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-05T03:23:30.717453" elapsed="0.000525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.718737" level="INFO">CBench Result: 2026-08-05 03:23:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150879.31,184464.69,170140.93,57678.93</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-05T03:23:30.718162" elapsed="0.000639"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:23:30.720011" 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-05T03:23:30.719533" elapsed="0.000556"/>
</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-05T03:23:30.720268" elapsed="0.000533"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T03:23:30.718991" elapsed="0.001890"/>
</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-05T03:13:23.956380" elapsed="606.764569"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.721508" 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-05T03:23:30.721149" elapsed="0.000424"/>
</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-05T03:23:30.722207" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-05T03:23:30.721816" elapsed="0.000728"/>
</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-05T03:13:23.955001" elapsed="606.767583"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.724163" 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-05T03:23:30.723761" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.725436" 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-05T03:23:30.725106" elapsed="0.000372"/>
</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-05T03:23:30.725819" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:23:30.725594" elapsed="0.000308"/>
</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-05T03:23:30.729270" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:23:30.729017" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-05T03:23:30.728996" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:23:30.729674" 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-05T03:23:30.729802" 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-05T03:23:30.729485" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.730442" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.144" 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-05T03:23:30.730015" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:23:30.731057" 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-05T03:23:30.730641" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:23:30.732047" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T03:23:30.732138" 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-05T03:23:30.731681" elapsed="0.000481"/>
</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-05T03:23:30.732305" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T03:23:30.733500" level="INFO">Logging into '10.30.171.144:22' as 'jenkins'.</msg>
<msg time="2026-08-05T03:23:31.369224" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Aug  5 03:23:30 UTC 2026

  System load:  0.4                Processes:             107
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.144
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug  5 03:13:24 2026 from 10.30.170.14
[?2004h[jenkins@releng-00446-47-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-05T03:23:30.733144" elapsed="0.636300"/>
</kw>
<msg time="2026-08-05T03:23:31.369540" 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-05T03:23:30.732783" elapsed="0.636848"/>
</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-05T03:23:30.731289" elapsed="0.638473"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T03:23:31.370434" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.236 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T03:33:37.614832" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T03:33:37.615361" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T03:33:37.615465" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T03:23:31.370057" elapsed="606.245467"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:33:37.616000" elapsed="0.000670"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.617795" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:36.703 16  switches: flows:  126981 122390 123727 121205 126485 126650 121920 123310 124415 128939 125812 122026 126168 123198 120034 119219  total = 33.041317 per ms 
03:25:36.804 16  switches: flows:  135204 130544 132414 132023 131621 131899 133970 129805 128436 130952 127909 128747 131798 129893 127811 128661  total = 34.803348 per ms 
03:26:36.904 16  switches: flows:  133681 129850 132175 132869 130041 131693 132825 128949 127426 131706 126821 128113 131679 129642 126790 127167  total = 34.632627 per ms 
03:27:37.004 16  switches: flows:  131849 127108 127827 130167 126082 130154 129949 128588 125686 126594 124268 126599 127788 126922 125573 125850  total = 33.960020 per ms 
03:28:37.104 16  switches: flows:  126894 125938 126926 127915 124412 126860 128334 124756 122128 125781 123210 123235 125279 122545 122185 122685  total = 33.262504 per ms 
03:29:37.205 16  switches: flows:  134533 131345 131982 135672 130015 135649 133884 129474 128736 133215 130948 129152 131221 128903 127973 130482  total = 34.994600 per ms 
03:30:37.305 16  switches: flows:  133619 130131 129801 133620 129988 133902 134886 129258 127801 131788 127987 126447 129898 127898 127033 130351  total = 34.682239 per ms 
03:31:37.405 16  switches: flows:  129448 126324 126363 128791 126532 128406 128708 124240 123273 128769 125760 124639 127373 124342 122719 124823  total = 33.619011 per ms 
03:32:37.506 16  switches: flows:  134541 131565 131159 135384 132161 135274 134438 130773 128627 132625 131337 129642 130169 129705 128771 130420  total = 35.051317 per ms 
03:33:37.606 16  switches: flows:  135711 130788 131708 135254 132666 134411 133998 129587 129240 132046 131652 130400 130877 128258 128591 130481  total = 35.035991 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33262.50/35051.32/34449.07/11500.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:33:37.617060" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T03:33:37.618691" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-08-05T03:33:37.618324" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-08-05T03:33:37.618276" elapsed="0.000641"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T03:33:37.619160" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:33:37.619073" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:33:37.619037" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T03:33:37.619370" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T03:33:37.624108" elapsed="0.000336"/>
</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-05T03:33:37.624592" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:33:37.624885" elapsed="0.000121"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T03:33:37.620070" elapsed="0.004991"/>
</kw>
<msg time="2026-08-05T03:33:37.625196" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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-05T03:23:30.726550" elapsed="606.898674"/>
</kw>
<status status="PASS" start="2026-08-05T03:23:30.725930" elapsed="606.899345"/>
</branch>
<status status="PASS" start="2026-08-05T03:23:30.725573" elapsed="606.899725"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.625727" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.236: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.236. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:36.703 16  switches: flows:  126981 122390 123727 121205 126485 126650 121920 123310 124415 128939 125812 122026 126168 123198 120034 119219  total = 33.041317 per ms 
03:25:36.804 16  switches: flows:  135204 130544 132414 132023 131621 131899 133970 129805 128436 130952 127909 128747 131798 129893 127811 128661  total = 34.803348 per ms 
03:26:36.904 16  switches: flows:  133681 129850 132175 132869 130041 131693 132825 128949 127426 131706 126821 128113 131679 129642 126790 127167  total = 34.632627 per ms 
03:27:37.004 16  switches: flows:  131849 127108 127827 130167 126082 130154 129949 128588 125686 126594 124268 126599 127788 126922 125573 125850  total = 33.960020 per ms 
03:28:37.104 16  switches: flows:  126894 125938 126926 127915 124412 126860 128334 124756 122128 125781 123210 123235 125279 122545 122185 122685  total = 33.262504 per ms 
03:29:37.205 16  switches: flows:  134533 131345 131982 135672 130015 135649 133884 129474 128736 133215 130948 129152 131221 128903 127973 130482  total = 34.994600 per ms 
03:30:37.305 16  switches: flows:  133619 130131 129801 133620 129988 133902 134886 129258 127801 131788 127987 126447 129898 127898 127033 130351  total = 34.682239 per ms 
03:31:37.405 16  switches: flows:  129448 126324 126363 128791 126532 128406 128708 124240 123273 128769 125760 124639 127373 124342 122719 124823  total = 33.619011 per ms 
03:32:37.506 16  switches: flows:  134541 131565 131159 135384 132161 135274 134438 130773 128627 132625 131337 129642 130169 129705 128771 130420  total = 35.051317 per ms 
03:33:37.606 16  switches: flows:  135711 130788 131708 135254 132666 134411 133998 129587 129240 132046 131652 130400 130877 128258 128591 130481  total = 35.035991 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33262.50/35051.32/34449.07/11500.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:33:37.625438" elapsed="0.000363"/>
</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-05T03:33:37.625948" elapsed="0.000388"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T03:33:37.626713" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T03:33:37.626803" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33262.50/35051.32/34449.07/11500.21 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-05T03:33:37.626496" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:33:37.627248" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33262.50/35051.32/34449.07/11500.21 | 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-05T03:33:37.626994" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.629639" 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-05T03:33:37.627420" elapsed="0.002276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.632074" level="INFO">33262.50/35051.32/34449.07/11500.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:33:37.629841" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:33:37.634503" 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-05T03:33:37.632280" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:33:37.636920" level="INFO">@{result_value_list} = [ 33262.50 | 35051.32 | 34449.07 | 11500.21 ]</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-05T03:33:37.634716" elapsed="0.002231"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.637418" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T03:33:37.637505" 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-05T03:33:37.637115" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.642207" level="INFO">min :: 33262.50</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-05T03:33:37.637905" elapsed="0.004358"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T03:33:37.637778" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.646798" level="INFO">max :: 35051.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:33:37.642509" elapsed="0.004345"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T03:33:37.642384" elapsed="0.004504"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.651416" level="INFO">avg :: 34449.07</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-05T03:33:37.647115" elapsed="0.004358"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T03:33:37.646986" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.655975" level="INFO">stdev :: 11500.21</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-05T03:33:37.651718" elapsed="0.004316"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T03:33:37.651591" elapsed="0.004477"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T03:33:37.637597" elapsed="0.018501"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.660062" level="INFO">${min} = 33262.50</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-05T03:33:37.656257" elapsed="0.003832"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.663939" level="INFO">${max} = 35051.32</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T03:33:37.660248" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.668326" level="INFO">${average} = 34449.07</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-05T03:33:37.664135" elapsed="0.004224"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.672313" level="INFO">${stdev} = 11500.21</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-05T03:33:37.668545" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.672858" level="INFO">${date} = 2026-08-05 03:33:37</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-05T03:33:37.672502" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.673456" level="INFO">CBench Result: 2026-08-05 03:33:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33262.50,35051.32,34449.07,11500.21</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-05T03:33:37.673046" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:33:37.674719" 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-05T03:33:37.674208" elapsed="0.000580"/>
</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-05T03:33:37.674941" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T03:33:37.673679" elapsed="0.001823"/>
</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-05T03:23:30.724537" elapsed="606.951026"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.676045" 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-05T03:33:37.675713" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T03:33:37.677361" 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-05T03:33:37.676844" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-05T03:33:37.677623" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-08-05T03:33:37.677470" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-08-05T03:33:37.677448" elapsed="0.000273"/>
</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-05T03:33:37.677869" elapsed="0.000021"/>
</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-05T03:33:37.678041" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-05T03:33:37.678217" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-05T03:33:37.678420" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-05T03:33:37.678570" elapsed="0.000026"/>
</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-05T03:33:37.678723" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-05T03:33:37.678867" elapsed="0.000020"/>
</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-05T03:33:37.679105" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:33:37.678949" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:33:37.678932" elapsed="0.000251"/>
</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-05T03:33:37.676504" elapsed="0.002729"/>
</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-05T03:23:30.723181" elapsed="606.956106"/>
</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-05T03:03:14.341940" elapsed="1823.337930"/>
</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>
