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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-28T02:55:30.705283" elapsed="0.611348"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-28T02:55:31.368475" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-28T02:55:31.316952" elapsed="0.051743"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-28T02:55:31.373002" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-28T02:55:31.373236" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-28T02:55:31.369147" elapsed="0.004123"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-28T02:55:31.373636" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:55:31.374103" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:55:31.374937" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:55:31.374581" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T02:55:31.375054" elapsed="0.000085"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.235
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-28T02:55:30.703621" elapsed="0.671667"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-28T02:55:30.700011" elapsed="0.675344"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T02:55:31.375965" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T02:55:31.375569" elapsed="0.000456"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T02:55:31.376608" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T02:55:31.376212" elapsed="0.000460"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-28T02:55:31.377254" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-28T02:55:31.376834" elapsed="0.000451"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T02:55:31.377833" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T02:55:31.377490" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-28T02:55:31.378439" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-28T02:55:31.378026" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T02:55:31.378952" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T02:55:31.378633" elapsed="0.000362"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-28T02:55:31.379352" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:55:31.379088" elapsed="0.000341"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:55:31.384315" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:55:31.383846" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:55:31.385437" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T02:55:31.385528" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:55:31.384936" elapsed="0.000617"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:55:31.385706" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T02:55:31.387110" level="INFO">Logging into '10.30.171.69:22' as 'jenkins'.</msg>
<msg time="2026-07-28T02:55:32.109230" 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 Tue Jul 28 02:55:31 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.69
  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-39-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T02:55:31.386602" elapsed="0.722786"/>
</kw>
<msg time="2026-07-28T02:55:32.109506" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:55:31.386229" elapsed="0.723376"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T02:55:31.384575" elapsed="0.725160"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.116898" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-28T02:55:32.109967" elapsed="0.008546"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:55:32.118772" elapsed="0.000392"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-28T02:55:31.383159" elapsed="0.736096"/>
</kw>
<status status="PASS" start="2026-07-28T02:55:31.379733" elapsed="0.739574"/>
</branch>
<status status="PASS" start="2026-07-28T02:55:31.379061" elapsed="0.740291"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T02:55:32.119594" elapsed="0.000687"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-28T02:55:32.126698" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-28T02:55:32.126524" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-07-28T02:55:32.126482" elapsed="0.000324"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-28T02:55:32.131035" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-28T02:55:32.130809" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-07-28T02:55:32.130789" elapsed="0.000317"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:55:32.131242" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.132158" level="INFO">Logging into '10.30.171.235:8101' as 'karaf'.</msg>
<msg time="2026-07-28T02:55:32.404186" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-28T02:55:32.131893" elapsed="0.272464"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.481831" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-28T02:55:32.404652" elapsed="0.077387"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.520618" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-28T02:55:32.521170" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-28T02:55:32.482334" elapsed="0.038913"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-28T02:55:32.521754" elapsed="0.000532"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:55:32.522638" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:55:32.524144" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:55:32.523393" elapsed="0.000877"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T02:55:32.524379" elapsed="0.000227"/>
</return>
<msg time="2026-07-28T02:55:32.524943" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.235
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-28T02:55:32.130445" elapsed="0.394570"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T02:55:32.525340" elapsed="0.001128"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T02:55:32.526526" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-28T02:55:32.126043" elapsed="0.400621"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-28T02:55:32.530757" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-28T02:55:32.530616" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-07-28T02:55:32.530591" elapsed="0.000239"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:55:32.530965" elapsed="0.000640"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.532019" level="INFO">Logging into '10.30.171.235:8101' as 'karaf'.</msg>
<msg time="2026-07-28T02:55:32.693262" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-28T02:55:32.531756" elapsed="0.161696"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.716109" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-28T02:55:32.693715" elapsed="0.022455"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.717927" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-28T02:55:32.718039" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-28T02:55:32.716320" elapsed="0.001749"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-28T02:55:32.718238" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:55:32.718609" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:55:32.719291" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:55:32.718960" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T02:55:32.719396" elapsed="0.000085"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.235
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-28T02:55:32.530242" elapsed="0.189369"/>
</kw>
<status status="PASS" start="2026-07-28T02:55:30.698231" elapsed="2.021445"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:55:32.722075" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:55:32.720721" elapsed="0.001421"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T02:55:32.723650" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T02:55:32.723269" elapsed="0.000427"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-28T02:55:32.724026" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:55:32.723780" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-28T02:55:32.727079" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:55:32.726825" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-28T02:55:32.726805" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.727543" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-28T02:55:32.727294" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:55:32.728282" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:55:32.727851" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.729006" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:55:32.728518" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:55:32.729962" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T02:55:32.730055" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:55:32.729638" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:55:32.730222" elapsed="0.000404"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T02:55:32.731516" level="INFO">Logging into '10.30.171.69:22' as 'jenkins'.</msg>
<msg time="2026-07-28T02:55:33.051308" 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 Tue Jul 28 02:55:31 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.69
  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: Tue Jul 28 02:55:32 2026 from 10.30.170.110
[?2004h[jenkins@releng-00446-39-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T02:55:32.731134" elapsed="0.320411"/>
</kw>
<msg time="2026-07-28T02:55:33.051673" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:55:32.730785" elapsed="0.320989"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T02:55:32.729239" elapsed="0.322659"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-28T02:55:33.052480" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-28T03:05:39.174250" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-28T03:05:39.174732" level="INFO">${stdout} = </msg>
<msg time="2026-07-28T03:05:39.174801" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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-07-28T02:55:33.052143" elapsed="606.122695"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T03:05:39.175173" elapsed="0.000503"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.176425" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:38.299 16  switches: flows:  112128 113119 111295 108736 111343 111804 111734 107470 106914 108452 108047 105391 109278 106730 106965 105826  total = 29.087200 per ms 
02:57:38.400 16  switches: flows:  124228 125258 122364 121089 122688 126084 123124 123964 116336 118294 122579 119801 122274 118297 117473 121189  total = 32.363252 per ms 
02:58:38.501 16  switches: flows:  125862 124222 121819 121966 121289 124263 123897 120436 117961 118067 122020 119571 121624 116535 117665 118710  total = 32.211325 per ms 
02:59:38.601 16  switches: flows:  125635 125989 121624 123164 121059 124172 124089 121174 118836 119492 121471 119534 122140 117661 118164 120370  total = 32.355529 per ms 
03:00:38.702 16  switches: flows:  124674 127133 122343 124141 123214 125914 123621 121699 117869 118957 123235 118739 122348 117426 117388 119742  total = 32.419853 per ms 
03:01:38.803 16  switches: flows:  121015 122050 117774 117916 116898 120522 119277 115225 114949 115260 117781 113064 117435 113499 112279 114502  total = 31.105401 per ms 
03:02:38.904 16  switches: flows:  124380 126884 122036 125002 123413 127103 126204 123662 120161 120191 123209 121055 124564 121619 118351 122133  total = 32.778056 per ms 
03:03:39.006 16  switches: flows:  124569 128260 123170 125673 122402 125589 125013 122547 121617 118942 124819 120795 124154 120406 118784 122042  total = 32.757696 per ms 
03:04:39.107 16  switches: flows:  126882 130026 124390 125926 124588 126765 125022 123360 121688 121095 123337 120922 123760 120700 118253 121574  total = 32.916519 per ms 
03:05:39.208 16  switches: flows:  128478 129097 127795 127553 125448 127705 126663 124369 121305 123869 123952 124508 123370 121914 119263 123568  total = 33.258748 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31105.40/33258.75/32462.93/10836.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.175932" elapsed="0.000717"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-28T03:05:39.176970" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-07-28T03:05:39.176772" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-28T03:05:39.176738" elapsed="0.000380"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-28T03:05:39.177253" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-28T03:05:39.177201" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-28T03:05:39.177179" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-28T03:05:39.177440" elapsed="0.000023"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T03:05:39.181017" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T03:05:39.181748" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T03:05:39.182054" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-28T03:05:39.177888" elapsed="0.004325"/>
</kw>
<msg time="2026-07-28T03:05:39.182343" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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-07-28T02:55:32.724460" elapsed="606.457910"/>
</kw>
<status status="PASS" start="2026-07-28T02:55:32.724115" elapsed="606.458319"/>
</branch>
<status status="PASS" start="2026-07-28T02:55:32.723756" elapsed="606.458702"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.182898" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:38.299 16  switches: flows:  112128 113119 111295 108736 111343 111804 111734 107470 106914 108452 108047 105391 109278 106730 106965 105826  total = 29.087200 per ms 
02:57:38.400 16  switches: flows:  124228 125258 122364 121089 122688 126084 123124 123964 116336 118294 122579 119801 122274 118297 117473 121189  total = 32.363252 per ms 
02:58:38.501 16  switches: flows:  125862 124222 121819 121966 121289 124263 123897 120436 117961 118067 122020 119571 121624 116535 117665 118710  total = 32.211325 per ms 
02:59:38.601 16  switches: flows:  125635 125989 121624 123164 121059 124172 124089 121174 118836 119492 121471 119534 122140 117661 118164 120370  total = 32.355529 per ms 
03:00:38.702 16  switches: flows:  124674 127133 122343 124141 123214 125914 123621 121699 117869 118957 123235 118739 122348 117426 117388 119742  total = 32.419853 per ms 
03:01:38.803 16  switches: flows:  121015 122050 117774 117916 116898 120522 119277 115225 114949 115260 117781 113064 117435 113499 112279 114502  total = 31.105401 per ms 
03:02:38.904 16  switches: flows:  124380 126884 122036 125002 123413 127103 126204 123662 120161 120191 123209 121055 124564 121619 118351 122133  total = 32.778056 per ms 
03:03:39.006 16  switches: flows:  124569 128260 123170 125673 122402 125589 125013 122547 121617 118942 124819 120795 124154 120406 118784 122042  total = 32.757696 per ms 
03:04:39.107 16  switches: flows:  126882 130026 124390 125926 124588 126765 125022 123360 121688 121095 123337 120922 123760 120700 118253 121574  total = 32.916519 per ms 
03:05:39.208 16  switches: flows:  128478 129097 127795 127553 125448 127705 126663 124369 121305 123869 123952 124508 123370 121914 119263 123568  total = 33.258748 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31105.40/33258.75/32462.93/10836.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.182600" elapsed="0.000373"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T03:05:39.183121" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-28T03:05:39.183900" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-28T03:05:39.183992" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31105.40/33258.75/32462.93/10836.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-28T03:05:39.183666" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:05:39.184440" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31105.40/33258.75/32462.93/10836.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:05:39.184171" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.186819" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.184612" elapsed="0.002265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.189206" level="INFO">31105.40/33258.75/32462.93/10836.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.187029" elapsed="0.002235"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:05:39.191641" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:05:39.189458" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:05:39.194078" level="INFO">@{result_value_list} = [ 31105.40 | 33258.75 | 32462.93 | 10836.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:05:39.191857" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.194581" level="INFO">Length is 4.</msg>
<msg time="2026-07-28T03:05:39.194669" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T03:05:39.194261" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.199355" level="INFO">min :: 31105.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.195081" elapsed="0.004344"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-28T03:05:39.194951" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.203863" level="INFO">max :: 33258.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.199677" elapsed="0.004242"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-28T03:05:39.199552" elapsed="0.004401"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.208539" level="INFO">avg :: 32462.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-07-28T03:05:39.204167" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-28T03:05:39.204041" elapsed="0.004596"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.213126" level="INFO">stdev :: 10836.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.208855" elapsed="0.004327"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-28T03:05:39.208729" elapsed="0.004487"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-28T03:05:39.194760" elapsed="0.018490"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.217239" level="INFO">${min} = 31105.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:05:39.213444" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.221236" level="INFO">${max} = 33258.75</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:05:39.217469" elapsed="0.003793"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.225273" level="INFO">${average} = 32462.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-07-28T03:05:39.221442" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.229171" level="INFO">${stdev} = 10836.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:05:39.225481" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.229778" level="INFO">${date} = 2026-07-28 03:05:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-28T03:05:39.229380" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.230356" level="INFO">CBench Result: 2026-07-28 03:05:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31105.40,33258.75,32462.93,10836.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.229953" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T03:05:39.231441" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T03:05:39.231038" elapsed="0.000471"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T03:05:39.231658" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-28T03:05:39.230565" elapsed="0.001608"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-28T02:55:32.722625" elapsed="606.509610"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.232719" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-28T03:05:39.232385" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-28T03:05:39.233282" elapsed="0.000307"/>
</kw>
<status status="PASS" start="2026-07-28T03:05:39.232987" elapsed="0.000673"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-28T02:55:32.719898" elapsed="606.513798"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.235471" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.235074" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.236750" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T03:05:39.236420" 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-07-28T03:05:39.237128" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T03:05:39.236901" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-28T03:05:39.240313" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T03:05:39.240066" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-28T03:05:39.240040" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-28T03:05:39.240733" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-28T03:05:39.240540" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.241710" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.235 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:05:39.241011" elapsed="0.000781"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T03:05:39.242376" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T03:05:39.241955" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T03:05:39.243300" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T03:05:39.243391" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T03:05:39.242999" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T03:05:39.243570" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T03:05:39.244744" level="INFO">Logging into '10.30.171.69:22' as 'jenkins'.</msg>
<msg time="2026-07-28T03:05:39.824519" 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 Tue Jul 28 03:05:39 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.69
  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: Tue Jul 28 02:55:33 2026 from 10.30.170.110
[?2004h[jenkins@releng-00446-39-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T03:05:39.244378" elapsed="0.580387"/>
</kw>
<msg time="2026-07-28T03:05:39.824857" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T03:05:39.244041" elapsed="0.580924"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T03:05:39.242620" elapsed="0.582489"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-28T03:05:39.825695" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.235 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-28T03:15:46.243458" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-28T03:15:46.243866" level="INFO">${stdout} = </msg>
<msg time="2026-07-28T03:15:46.243933" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-28T03:05:39.825351" elapsed="606.418619"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T03:15:46.244287" elapsed="0.000503"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.245587" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:44.999 16  switches: flows:  526716 501023 518531 520261 524759 523481 510731 531864 512286 493259 506919 506975 501560 505781 515816 511716  total = 136.861300 per ms 
03:07:45.100 16  switches: flows:  555980 559770 552524 554813 570054 551611 554477 562453 573947 560625 571436 561713 561061 550313 556755 560997  total = 149.058867 per ms 
03:08:45.202 16  switches: flows:  514011 503797 517354 510776 503889 516934 509583 506774 514866 503303 503580 504133 505464 506844 512862 512087  total = 135.543312 per ms 
03:09:45.304 16  switches: flows:  564865 510465 564399 559835 562553 459868 553932 566819 560789 457105 554512 568406 557222 570338 563669 572261  total = 145.538511 per ms 
03:10:45.406 16  switches: flows:  578582 573286 571821 572451 578089 579954 575433 577379 575547 573959 585047 576510 581166 573695 571737 572001  total = 153.352597 per ms 
03:11:45.507 16  switches: flows:  587772 583161 595886 581683 582274 588075 591774 590852 589742 596231 588683 592211 589874 586111 590376 592891  total = 156.861911 per ms 
03:12:45.651 16  switches: flows:  520294 455964 513955 519614 529102 531582 519465 532717 491744 518637 527758 473417 527023 518725 518158 530076  total = 136.811670 per ms 
03:13:45.753 16  switches: flows:  522610 540228 540588 525183 535344 514734 518296 520894 541575 520865 516922 519016 524968 518164 524183 542929  total = 140.204300 per ms 
03:14:45.858 16  switches: flows:  545760 568350 547824 565288 551376 559747 570102 562756 575439 556699 572321 550547 562786 573749 564911 560762  total = 149.546497 per ms 
03:15:46.279 16  switches: flows:  515251 512456 475277 506705 511065 507171 506065 512240 503452 509171 509820 520704 508805 500729 516175 511746  total = 134.504685 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134504.69/156861.91/144602.48/48814.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.245038" elapsed="0.000752"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-28T03:15:46.246140" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-07-28T03:15:46.245910" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-07-28T03:15:46.245877" elapsed="0.000412"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-28T03:15:46.246441" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-28T03:15:46.246369" elapsed="0.000131"/>
</branch>
<status status="NOT RUN" start="2026-07-28T03:15:46.246347" elapsed="0.000183"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-28T03:15:46.246572" 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-07-28T03:15:46.250059" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T03:15:46.250766" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T03:15:46.251197" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-28T03:15:46.247009" elapsed="0.004446"/>
</kw>
<msg time="2026-07-28T03:15:46.251638" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-28T03:05:39.237550" elapsed="607.014125"/>
</kw>
<status status="PASS" start="2026-07-28T03:05:39.237213" elapsed="607.014531"/>
</branch>
<status status="PASS" start="2026-07-28T03:05:39.236881" elapsed="607.014895"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.252417" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:44.999 16  switches: flows:  526716 501023 518531 520261 524759 523481 510731 531864 512286 493259 506919 506975 501560 505781 515816 511716  total = 136.861300 per ms 
03:07:45.100 16  switches: flows:  555980 559770 552524 554813 570054 551611 554477 562453 573947 560625 571436 561713 561061 550313 556755 560997  total = 149.058867 per ms 
03:08:45.202 16  switches: flows:  514011 503797 517354 510776 503889 516934 509583 506774 514866 503303 503580 504133 505464 506844 512862 512087  total = 135.543312 per ms 
03:09:45.304 16  switches: flows:  564865 510465 564399 559835 562553 459868 553932 566819 560789 457105 554512 568406 557222 570338 563669 572261  total = 145.538511 per ms 
03:10:45.406 16  switches: flows:  578582 573286 571821 572451 578089 579954 575433 577379 575547 573959 585047 576510 581166 573695 571737 572001  total = 153.352597 per ms 
03:11:45.507 16  switches: flows:  587772 583161 595886 581683 582274 588075 591774 590852 589742 596231 588683 592211 589874 586111 590376 592891  total = 156.861911 per ms 
03:12:45.651 16  switches: flows:  520294 455964 513955 519614 529102 531582 519465 532717 491744 518637 527758 473417 527023 518725 518158 530076  total = 136.811670 per ms 
03:13:45.753 16  switches: flows:  522610 540228 540588 525183 535344 514734 518296 520894 541575 520865 516922 519016 524968 518164 524183 542929  total = 140.204300 per ms 
03:14:45.858 16  switches: flows:  545760 568350 547824 565288 551376 559747 570102 562756 575439 556699 572321 550547 562786 573749 564911 560762  total = 149.546497 per ms 
03:15:46.279 16  switches: flows:  515251 512456 475277 506705 511065 507171 506065 512240 503452 509171 509820 520704 508805 500729 516175 511746  total = 134.504685 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134504.69/156861.91/144602.48/48814.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.251977" elapsed="0.000551"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T03:15:46.252736" elapsed="0.000520"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-28T03:15:46.253811" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-28T03:15:46.253943" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134504.69/156861.91/144602.48/48814.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-28T03:15:46.253502" elapsed="0.000477"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:15:46.254612" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134504.69/156861.91/144602.48/48814.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:15:46.254225" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.257969" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.254859" elapsed="0.003214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.261368" level="INFO">134504.69/156861.91/144602.48/48814.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.258279" elapsed="0.003192"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:15:46.264064" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:15:46.261701" elapsed="0.002392"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:15:46.266563" level="INFO">@{result_value_list} = [ 134504.69 | 156861.91 | 144602.48 | 48814.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:15:46.264285" elapsed="0.002306"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.267056" level="INFO">Length is 4.</msg>
<msg time="2026-07-28T03:15:46.267146" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T03:15:46.266748" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.272081" level="INFO">min :: 134504.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-07-28T03:15:46.267569" elapsed="0.004571"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-28T03:15:46.267433" elapsed="0.004742"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.276695" level="INFO">max :: 156861.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.272398" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-28T03:15:46.272267" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.281306" level="INFO">avg :: 144602.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.277003" elapsed="0.004359"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-28T03:15:46.276876" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.285884" level="INFO">stdev :: 48814.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.281628" elapsed="0.004313"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-28T03:15:46.281500" elapsed="0.004498"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-28T03:15:46.267234" elapsed="0.018806"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.290207" level="INFO">${min} = 134504.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:15:46.286205" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.294293" level="INFO">${max} = 156861.91</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:15:46.290449" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.298312" level="INFO">${average} = 144602.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:15:46.294496" elapsed="0.003844"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.302289" level="INFO">${stdev} = 48814.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:15:46.298509" elapsed="0.003808"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.302841" level="INFO">${date} = 2026-07-28 03:15:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-28T03:15:46.302492" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.303489" level="INFO">CBench Result: 2026-07-28 03:15:46,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134504.69,156861.91,144602.48,48814.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.303018" elapsed="0.000528"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T03:15:46.304807" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T03:15:46.304150" elapsed="0.000733"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T03:15:46.305036" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-28T03:15:46.303686" elapsed="0.001927"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-28T03:05:39.235833" elapsed="607.069845"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.306229" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-28T03:15:46.305838" elapsed="0.000451"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-28T03:15:46.306865" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-07-28T03:15:46.306532" elapsed="0.000683"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-28T03:05:39.234442" elapsed="607.072817"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.309512" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.308909" elapsed="0.000687"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.311364" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T03:15:46.310902" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-28T03:15:46.312215" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-07-28T03:15:46.311852" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-28T03:15:46.316776" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-07-28T03:15:46.316358" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-07-28T03:15:46.316330" elapsed="0.000567"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-28T03:15:46.317340" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-28T03:15:46.317083" elapsed="0.000653"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.318555" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:15:46.317937" elapsed="0.000679"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T03:15:46.319158" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T03:15:46.318760" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T03:15:46.320086" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T03:15:46.320176" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T03:15:46.319782" elapsed="0.000418"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T03:15:46.320340" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T03:15:46.321539" level="INFO">Logging into '10.30.171.69:22' as 'jenkins'.</msg>
<msg time="2026-07-28T03:15:46.894967" 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 Tue Jul 28 03:15:46 UTC 2026

  System load:  0.29               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.69
  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: Tue Jul 28 03:05:39 2026 from 10.30.170.110
[?2004h[jenkins@releng-00446-39-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T03:15:46.321170" elapsed="0.573989"/>
</kw>
<msg time="2026-07-28T03:15:46.895242" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T03:15:46.320831" elapsed="0.574490"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T03:15:46.319392" elapsed="0.576041"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-28T03:15:46.895957" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-28T03:25:52.978811" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-28T03:25:52.979309" level="INFO">${stdout} = </msg>
<msg time="2026-07-28T03:25:52.979454" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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-07-28T03:15:46.895668" elapsed="606.083848"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T03:25:52.979952" elapsed="0.000752"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:52.981808" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:52.119 16  switches: flows:  103053 104289 104123 103060 103608 104714 102666 101178 102088 102432 103192 101082 101290 101746 101075 100327  total = 27.332050 per ms 
03:17:52.220 16  switches: flows:  111788 112458 110944 111230 111566 110332 112314 109647 110675 110798 110326 111026 108449 109095 108781 109038  total = 29.425169 per ms 
03:18:52.320 16  switches: flows:  107985 111599 110903 109196 108906 110719 109684 107279 109703 105923 106847 108812 108708 106793 109137 107752  total = 28.950646 per ms 
03:19:52.421 16  switches: flows:  121351 121604 122672 121087 121988 120805 124645 119091 120898 119590 121285 120463 117801 118888 119995 119726  total = 32.144438 per ms 
03:20:52.521 16  switches: flows:  118787 121114 120332 119421 120731 119837 122256 118323 119600 119588 120258 118409 117160 118288 118319 119906  total = 31.819044 per ms 
03:21:52.622 16  switches: flows:  121186 122855 123514 121983 123257 119948 122029 119462 121300 120141 121870 119415 118497 119461 118807 121354  total = 32.197035 per ms 
03:22:52.723 16  switches: flows:  127346 125817 129257 127356 125752 125726 125728 124480 123600 125512 123207 122096 121799 125475 123546 124641  total = 33.299977 per ms 
03:23:52.823 16  switches: flows:  127640 127708 129739 129919 129150 127551 128420 125359 125210 127296 123605 122438 123383 126148 125631 124796  total = 33.676971 per ms 
03:24:52.923 16  switches: flows:  124180 123901 126263 126387 123314 123381 124758 122706 120462 123028 119723 120387 118811 122180 120434 123104  total = 32.662472 per ms 
03:25:53.023 16  switches: flows:  123772 126635 126600 126898 124853 123769 127033 123488 121957 125045 121470 120762 120420 123232 123489 123632  total = 32.995815 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28950.65/33676.97/31907.95/10749.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:52.981062" elapsed="0.001039"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-28T03:25:52.982611" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-07-28T03:25:52.982280" elapsed="0.000499"/>
</branch>
<status status="PASS" start="2026-07-28T03:25:52.982231" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-28T03:25:52.983039" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-28T03:25:52.982959" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-07-28T03:25:52.982925" elapsed="0.000247"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-28T03:25:52.983238" 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-07-28T03:25:52.989038" elapsed="0.000334"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T03:25:52.989536" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T03:25:52.989830" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-28T03:25:52.983942" elapsed="0.006038"/>
</kw>
<msg time="2026-07-28T03:25:52.990111" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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-07-28T03:15:46.312837" elapsed="606.677301"/>
</kw>
<status status="PASS" start="2026-07-28T03:15:46.312336" elapsed="606.677853"/>
</branch>
<status status="PASS" start="2026-07-28T03:15:46.311814" elapsed="606.678399"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:52.990656" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:52.119 16  switches: flows:  103053 104289 104123 103060 103608 104714 102666 101178 102088 102432 103192 101082 101290 101746 101075 100327  total = 27.332050 per ms 
03:17:52.220 16  switches: flows:  111788 112458 110944 111230 111566 110332 112314 109647 110675 110798 110326 111026 108449 109095 108781 109038  total = 29.425169 per ms 
03:18:52.320 16  switches: flows:  107985 111599 110903 109196 108906 110719 109684 107279 109703 105923 106847 108812 108708 106793 109137 107752  total = 28.950646 per ms 
03:19:52.421 16  switches: flows:  121351 121604 122672 121087 121988 120805 124645 119091 120898 119590 121285 120463 117801 118888 119995 119726  total = 32.144438 per ms 
03:20:52.521 16  switches: flows:  118787 121114 120332 119421 120731 119837 122256 118323 119600 119588 120258 118409 117160 118288 118319 119906  total = 31.819044 per ms 
03:21:52.622 16  switches: flows:  121186 122855 123514 121983 123257 119948 122029 119462 121300 120141 121870 119415 118497 119461 118807 121354  total = 32.197035 per ms 
03:22:52.723 16  switches: flows:  127346 125817 129257 127356 125752 125726 125728 124480 123600 125512 123207 122096 121799 125475 123546 124641  total = 33.299977 per ms 
03:23:52.823 16  switches: flows:  127640 127708 129739 129919 129150 127551 128420 125359 125210 127296 123605 122438 123383 126148 125631 124796  total = 33.676971 per ms 
03:24:52.923 16  switches: flows:  124180 123901 126263 126387 123314 123381 124758 122706 120462 123028 119723 120387 118811 122180 120434 123104  total = 32.662472 per ms 
03:25:53.023 16  switches: flows:  123772 126635 126600 126898 124853 123769 127033 123488 121957 125045 121470 120762 120420 123232 123489 123632  total = 32.995815 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28950.65/33676.97/31907.95/10749.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:52.990353" elapsed="0.000376"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T03:25:52.990877" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-28T03:25:52.991647" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-28T03:25:52.991737" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28950.65/33676.97/31907.95/10749.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-28T03:25:52.991428" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:25:52.992164" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28950.65/33676.97/31907.95/10749.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:25:52.991913" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:52.994555" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:52.992352" elapsed="0.002259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:52.996954" level="INFO">28950.65/33676.97/31907.95/10749.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:52.994756" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:25:52.999331" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:25:52.997159" elapsed="0.002200"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T03:25:53.001768" level="INFO">@{result_value_list} = [ 28950.65 | 33676.97 | 31907.95 | 10749.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T03:25:52.999560" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.002246" level="INFO">Length is 4.</msg>
<msg time="2026-07-28T03:25:53.002335" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T03:25:53.001947" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.007009" level="INFO">min :: 28950.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:53.002756" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-28T03:25:53.002630" elapsed="0.004470"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.011570" level="INFO">max :: 33676.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:53.007311" elapsed="0.004315"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-28T03:25:53.007186" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.016119" level="INFO">avg :: 31907.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:53.011866" elapsed="0.004309"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-28T03:25:53.011742" elapsed="0.004479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.020748" level="INFO">stdev :: 10749.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:53.016442" elapsed="0.004363"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-28T03:25:53.016303" elapsed="0.004535"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-28T03:25:53.002439" elapsed="0.018429"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.024800" level="INFO">${min} = 28950.65</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:25:53.021025" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.028877" level="INFO">${max} = 33676.97</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:25:53.024981" elapsed="0.003924"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.032763" level="INFO">${average} = 31907.95</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:25:53.029057" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.036683" level="INFO">${stdev} = 10749.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T03:25:53.032943" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.037210" level="INFO">${date} = 2026-07-28 03:25:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-28T03:25:53.036870" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.037801" level="INFO">CBench Result: 2026-07-28 03:25:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28950.65,33676.97,31907.95,10749.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T03:25:53.037381" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T03:25:53.038928" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T03:25:53.038471" elapsed="0.000526"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T03:25:53.039148" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-28T03:25:53.037995" elapsed="0.001700"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-28T03:15:46.310069" elapsed="606.729684"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.040227" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-28T03:25:53.039903" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-28T03:25:53.041549" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-28T03:25:53.041057" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-28T03:25:53.041799" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-07-28T03:25:53.041650" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-07-28T03:25:53.041631" elapsed="0.000251"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-28T03:25:53.042024" 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-07-28T03:25:53.042177" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-28T03:25:53.042337" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-28T03:25:53.042546" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-28T03:25:53.042697" 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-07-28T03:25:53.042848" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-28T03:25:53.042997" 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-07-28T03:25:53.043222" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-28T03:25:53.043084" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-28T03:25:53.043067" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-28T03:25:53.040719" elapsed="0.002628"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-28T03:15:46.308029" elapsed="606.735364"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-28T02:55:30.164230" elapsed="1822.879705"/>
</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>
