<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-20T03:06:55.379722" 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-20T03:06:55.936674" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:06:55.936538" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:55.936507" elapsed="0.000270"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T03:06:55.936922" elapsed="0.000529"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T03:06:55.937927" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-07-20T03:06:56.635265" 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-20T03:06:55.937623" elapsed="0.697830"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T03:06:56.684655" 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-20T03:06:56.635824" elapsed="0.048910"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T03:06:56.686440" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T03:06:56.686550" 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-20T03:06:56.684906" elapsed="0.001674"/>
</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-20T03:06:56.686735" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:06:56.687119" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:06:56.687811" 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-20T03:06:56.687473" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T03:06:56.687921" elapsed="0.000056"/>
</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.167
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-20T03:06:55.936131" elapsed="0.751996"/>
</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-20T03:06:55.932549" elapsed="0.755644"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T03:06:56.688751" 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-20T03:06:56.688379" elapsed="0.000429"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T03:06:56.689225" 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-20T03:06:56.688961" elapsed="0.000327"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T03:06:56.689853" 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-20T03:06:56.689444" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T03:06:56.690405" 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-20T03:06:56.690049" elapsed="0.000398"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T03:06:56.690962" 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-20T03:06:56.690592" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T03:06:56.691476" 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-20T03:06:56.691165" elapsed="0.000353"/>
</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-20T03:06:56.691891" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:06:56.691613" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:06:56.696447" 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-20T03:06:56.696024" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:06:56.697894" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T03:06:56.697978" 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-20T03:06:56.697405" elapsed="0.000597"/>
</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-20T03:06:56.698170" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T03:06:56.699567" level="INFO">Logging into '10.30.170.254:22' as 'jenkins'.</msg>
<msg time="2026-07-20T03:06:57.464749" 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 Mon Jul 20 03:06:57 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.170.254
  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-31-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-20T03:06:56.699074" elapsed="0.765950"/>
</kw>
<msg time="2026-07-20T03:06:57.465249" 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-20T03:06:56.698669" elapsed="0.766781"/>
</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-20T03:06:56.696705" elapsed="0.768996"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.477008" 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-20T03:06:57.466154" elapsed="0.013275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:06:57.479872" elapsed="0.000733"/>
</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-20T03:06:56.695501" elapsed="0.785262"/>
</kw>
<status status="PASS" start="2026-07-20T03:06:56.692029" elapsed="0.788825"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:56.691580" elapsed="0.789358"/>
</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-20T03:06:57.481373" elapsed="0.001180"/>
</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-20T03:06:57.490088" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:06:57.489883" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:57.489846" elapsed="0.000357"/>
</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-20T03:06:57.495207" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:06:57.495027" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:57.495000" elapsed="0.000305"/>
</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-20T03:06:57.495496" elapsed="0.000655"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.496728" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-07-20T03:06:57.692313" 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-20T03:06:57.496359" elapsed="0.196109"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.792510" 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-20T03:06:57.692710" elapsed="0.099915"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.798127" 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-20T03:06:57.798387" 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-20T03:06:57.792896" elapsed="0.005535"/>
</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-20T03:06:57.798662" elapsed="0.000259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:06:57.799146" elapsed="0.000271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:06:57.800048" 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-20T03:06:57.799609" elapsed="0.000550"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T03:06:57.800231" elapsed="0.000074"/>
</return>
<msg time="2026-07-20T03:06:57.800517" 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.167
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-20T03:06:57.494525" elapsed="0.306035"/>
</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-20T03:06:57.800763" elapsed="0.000785"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T03:06:57.801619" elapsed="0.000043"/>
</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-20T03:06:57.489419" elapsed="0.312379"/>
</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-20T03:06:57.807527" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:06:57.807341" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:57.807308" elapsed="0.000318"/>
</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-20T03:06:57.807811" elapsed="0.000659"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.809043" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-07-20T03:06:57.972808" 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-20T03:06:57.808679" elapsed="0.164237"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.996198" 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-20T03:06:57.973142" elapsed="0.023115"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T03:06:57.998078" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T03:06:57.998178" 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-20T03:06:57.996407" elapsed="0.001800"/>
</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-20T03:06:57.998343" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:06:57.998678" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:06:57.999309" 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-20T03:06:57.998998" elapsed="0.000362"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T03:06:57.999409" elapsed="0.000043"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.167
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-20T03:06:57.806842" elapsed="0.192720"/>
</kw>
<status status="PASS" start="2026-07-20T03:06:55.930467" elapsed="2.069158"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:06:58.001868" 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-20T03:06:58.000748" elapsed="0.001184"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T03:06:58.003585" 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-20T03:06:58.003232" elapsed="0.000396"/>
</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-20T03:06:58.003952" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:06:58.003705" 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-20T03:06:58.007017" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:06:58.006765" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:58.006745" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:06:58.007450" 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-20T03:06:58.007571" 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-20T03:06:58.007247" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:06:58.008175" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.254" 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-20T03:06:58.007731" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:06:58.008884" 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-20T03:06:58.008373" elapsed="0.000538"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:06:58.009846" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T03:06:58.009938" 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-20T03:06:58.009513" elapsed="0.000449"/>
</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-20T03:06:58.010122" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T03:06:58.011337" level="INFO">Logging into '10.30.170.254:22' as 'jenkins'.</msg>
<msg time="2026-07-20T03:06:58.330987" 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 Mon Jul 20 03:06:57 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.170.254
  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: Mon Jul 20 03:06:57 2026 from 10.30.170.25
[?2004h[jenkins@releng-00446-31-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-20T03:06:58.010959" elapsed="0.320266"/>
</kw>
<msg time="2026-07-20T03:06:58.331323" 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-20T03:06:58.010612" elapsed="0.320813"/>
</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-20T03:06:58.009136" elapsed="0.322430"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T03:06:58.332208" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T03:17:04.432492" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T03:17:04.433104" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T03:17:04.433217" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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-20T03:06:58.331820" elapsed="606.101469"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:17:04.433737" elapsed="0.000838"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.435789" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:08:03.566 16  switches: flows:  105893 104844 106555 104026 104265 103080 104228 104409 103103 101110 101771 101073 103208 100650 101518 100672  total = 27.506750 per ms 
03:09:03.666 16  switches: flows:  107627 108670 108078 105811 108257 107623 105873 106657 104795 103635 102960 104778 105529 103322 102304 103110  total = 28.103580 per ms 
03:10:03.767 16  switches: flows:  115306 115171 116409 113179 114424 115799 115243 114973 113039 110954 112404 113925 112639 111179 112141 111336  total = 30.251480 per ms 
03:11:03.868 16  switches: flows:  114775 116039 118030 113274 113245 116282 113909 115169 111135 113006 109448 113771 111636 111157 112002 112584  total = 30.207247 per ms 
03:12:03.969 16  switches: flows:  109569 108596 109468 106886 107270 108429 106291 106797 104786 105649 103169 107987 104934 102548 105886 104981  total = 28.340077 per ms 
03:13:04.070 16  switches: flows:  90193 90714 92739 90135 88786 87704 87474 87719 88998 87526 86392 87661 87239 86329 87848 86259  total = 23.522634 per ms 
03:14:04.171 16  switches: flows:  89554 90657 92105 89132 89209 88827 89553 89202 86903 87030 87277 87319 87178 88152 86112 86640  total = 23.541501 per ms 
03:15:04.272 16  switches: flows:  98375 100911 100570 97356 99228 99004 98420 98457 96072 94661 95791 96193 95336 96695 95746 93944  total = 25.902726 per ms 
03:16:04.373 16  switches: flows:  118065 119312 118199 117914 117317 116695 115777 117821 113001 113325 114834 114173 113269 114692 114337 112992  total = 30.810596 per ms 
03:17:04.474 16  switches: flows:  118657 120064 117308 116676 119024 116418 116742 118340 112495 113030 113946 112538 114136 115065 115499 112843  total = 30.828165 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23522.63/30828.17/27945.33/9725.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:17:04.434989" elapsed="0.001139"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T03:17:04.436645" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-07-20T03:17:04.436335" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-07-20T03:17:04.436267" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T03:17:04.437105" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:17:04.436989" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-07-20T03:17:04.436954" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T03:17:04.437326" elapsed="0.000037"/>
</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-20T03:17:04.441560" elapsed="0.000471"/>
</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-20T03:17:04.442262" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:17:04.442697" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T03:17:04.438086" elapsed="0.004840"/>
</kw>
<msg time="2026-07-20T03:17:04.443150" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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-20T03:06:58.004391" elapsed="606.438797"/>
</kw>
<status status="PASS" start="2026-07-20T03:06:58.004041" elapsed="606.439216"/>
</branch>
<status status="PASS" start="2026-07-20T03:06:58.003683" elapsed="606.439608"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.444008" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:08:03.566 16  switches: flows:  105893 104844 106555 104026 104265 103080 104228 104409 103103 101110 101771 101073 103208 100650 101518 100672  total = 27.506750 per ms 
03:09:03.666 16  switches: flows:  107627 108670 108078 105811 108257 107623 105873 106657 104795 103635 102960 104778 105529 103322 102304 103110  total = 28.103580 per ms 
03:10:03.767 16  switches: flows:  115306 115171 116409 113179 114424 115799 115243 114973 113039 110954 112404 113925 112639 111179 112141 111336  total = 30.251480 per ms 
03:11:03.868 16  switches: flows:  114775 116039 118030 113274 113245 116282 113909 115169 111135 113006 109448 113771 111636 111157 112002 112584  total = 30.207247 per ms 
03:12:03.969 16  switches: flows:  109569 108596 109468 106886 107270 108429 106291 106797 104786 105649 103169 107987 104934 102548 105886 104981  total = 28.340077 per ms 
03:13:04.070 16  switches: flows:  90193 90714 92739 90135 88786 87704 87474 87719 88998 87526 86392 87661 87239 86329 87848 86259  total = 23.522634 per ms 
03:14:04.171 16  switches: flows:  89554 90657 92105 89132 89209 88827 89553 89202 86903 87030 87277 87319 87178 88152 86112 86640  total = 23.541501 per ms 
03:15:04.272 16  switches: flows:  98375 100911 100570 97356 99228 99004 98420 98457 96072 94661 95791 96193 95336 96695 95746 93944  total = 25.902726 per ms 
03:16:04.373 16  switches: flows:  118065 119312 118199 117914 117317 116695 115777 117821 113001 113325 114834 114173 113269 114692 114337 112992  total = 30.810596 per ms 
03:17:04.474 16  switches: flows:  118657 120064 117308 116676 119024 116418 116742 118340 112495 113030 113946 112538 114136 115065 115499 112843  total = 30.828165 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23522.63/30828.17/27945.33/9725.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:17:04.443506" elapsed="0.000661"/>
</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-20T03:17:04.444431" elapsed="0.000615"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T03:17:04.445611" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T03:17:04.445739" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23522.63/30828.17/27945.33/9725.13 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-20T03:17:04.445295" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:17:04.446409" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23522.63/30828.17/27945.33/9725.13 | 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-20T03:17:04.445987" elapsed="0.000463"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.448969" 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-20T03:17:04.446653" elapsed="0.002372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.451409" level="INFO">23522.63/30828.17/27945.33/9725.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:17:04.449187" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:17:04.453837" 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-20T03:17:04.451616" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:17:04.456320" level="INFO">@{result_value_list} = [ 23522.63 | 30828.17 | 27945.33 | 9725.13 ]</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-20T03:17:04.454076" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.456811" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T03:17:04.456906" 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-20T03:17:04.456504" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.461710" level="INFO">min :: 23522.63</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-20T03:17:04.457386" elapsed="0.004382"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T03:17:04.457229" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.467273" level="INFO">max :: 30828.17</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-20T03:17:04.462049" elapsed="0.005286"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T03:17:04.461893" elapsed="0.005481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.472664" level="INFO">avg :: 27945.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:17:04.467638" elapsed="0.005083"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T03:17:04.467485" elapsed="0.005271"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.477685" level="INFO">stdev :: 9725.13</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-20T03:17:04.472976" elapsed="0.004768"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T03:17:04.472847" elapsed="0.004932"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T03:17:04.457010" elapsed="0.020802"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.481739" level="INFO">${min} = 23522.63</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-20T03:17:04.477979" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.485971" level="INFO">${max} = 30828.17</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-20T03:17:04.481920" elapsed="0.004079"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.489915" level="INFO">${average} = 27945.33</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-20T03:17:04.486167" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.493853" level="INFO">${stdev} = 9725.13</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-20T03:17:04.490110" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.494432" level="INFO">${date} = 2026-07-20 03:17:04</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-20T03:17:04.494044" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.495044" level="INFO">CBench Result: 2026-07-20 03:17:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23522.63,30828.17,27945.33,9725.13</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-20T03:17:04.494605" elapsed="0.000513"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T03:17:04.496270" 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-20T03:17:04.495791" elapsed="0.000546"/>
</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-20T03:17:04.496490" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T03:17:04.495291" elapsed="0.001738"/>
</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-20T03:06:58.002565" elapsed="606.494548"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.497585" 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-20T03:17:04.497265" elapsed="0.000376"/>
</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-20T03:17:04.498179" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-20T03:17:04.497862" elapsed="0.000656"/>
</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-20T03:06:57.999782" elapsed="606.498774"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.500090" 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-20T03:17:04.499689" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.501396" 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-20T03:17:04.501055" elapsed="0.000383"/>
</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-20T03:17:04.501792" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:17:04.501567" elapsed="0.000282"/>
</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-20T03:17:04.504831" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:17:04.504583" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-20T03:17:04.504564" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:17:04.505299" 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-20T03:17:04.505421" 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-20T03:17:04.505056" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.506003" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.254" 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-20T03:17:04.505584" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:17:04.506623" 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-20T03:17:04.506221" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:17:04.507582" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T03:17:04.507671" 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-20T03:17:04.507269" elapsed="0.000426"/>
</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-20T03:17:04.507834" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T03:17:04.509050" level="INFO">Logging into '10.30.170.254:22' as 'jenkins'.</msg>
<msg time="2026-07-20T03:17:05.085289" 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 Mon Jul 20 03:17:04 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.254
  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: Mon Jul 20 03:06:58 2026 from 10.30.170.25
[?2004h[jenkins@releng-00446-31-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-20T03:17:04.508662" elapsed="0.576829"/>
</kw>
<msg time="2026-07-20T03:17:05.085577" 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-20T03:17:04.508323" elapsed="0.577347"/>
</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-20T03:17:04.506871" elapsed="0.578928"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T03:17:05.086400" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T03:27:11.361990" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T03:27:11.362543" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T03:27:11.362646" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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-20T03:17:05.086050" elapsed="606.276660"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:27:11.363219" elapsed="0.000687"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.365042" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:10.269 16  switches: flows:  528602 518024 522729 532434 527673 525412 517910 519213 521864 522917 523934 514186 517994 514627 516260 513565  total = 138.955733 per ms 
03:19:10.371 16  switches: flows:  587246 584250 578791 582400 577937 586781 585533 578119 591928 583947 583184 583163 582888 575699 579481 586437  total = 155.201919 per ms 
03:20:10.473 16  switches: flows:  554738 550405 542007 542428 560877 549337 541149 545029 551872 552229 548503 555143 538815 542352 560938 541591  total = 146.043571 per ms 
03:21:10.599 16  switches: flows:  389646 523659 511060 514215 509209 511085 518885 478418 514481 410314 511387 514382 498967 519366 501700 512947  total = 132.054560 per ms 
03:22:10.700 16  switches: flows:  421511 431514 432896 426418 423211 432799 424579 430494 430082 424322 427305 430345 431427 430204 421358 436804  total = 114.062666 per ms 
03:23:10.801 16  switches: flows:  535542 535619 542880 536558 536515 536794 536050 546470 533955 536781 537923 540377 544549 539863 537231 535360  total = 143.300296 per ms 
03:24:10.903 16  switches: flows:  473543 466460 481086 487832 485518 479293 481799 467056 455887 468698 479694 471810 473431 483234 460740 477205  total = 126.342141 per ms 
03:25:11.004 16  switches: flows:  553147 552898 554205 554808 545540 543104 548363 545470 512617 548647 554721 539807 554015 553167 545552 545186  total = 145.607894 per ms 
03:26:11.306 16  switches: flows:  483216 479922 479133 488311 500740 491422 500712 485601 499577 497724 496280 493354 483627 488736 481782 479714  total = 129.847313 per ms 
03:27:11.407 16  switches: flows:  556024 547724 547335 556625 548502 542427 552472 552662 562200 554873 551256 538835 563842 564189 554657 554112  total = 147.215020 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 114062.67/155201.92/137741.71/47509.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:27:11.364294" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T03:27:11.365861" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-07-20T03:27:11.365565" elapsed="0.000440"/>
</branch>
<status status="PASS" start="2026-07-20T03:27:11.365508" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T03:27:11.366300" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:27:11.366219" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-20T03:27:11.366184" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T03:27:11.366505" 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-20T03:27:11.370681" elapsed="0.000570"/>
</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-20T03:27:11.371477" elapsed="0.000260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:27:11.371933" elapsed="0.000179"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T03:27:11.367267" elapsed="0.004927"/>
</kw>
<msg time="2026-07-20T03:27:11.372389" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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-20T03:17:04.502207" elapsed="606.870223"/>
</kw>
<status status="PASS" start="2026-07-20T03:17:04.501875" elapsed="606.870629"/>
</branch>
<status status="PASS" start="2026-07-20T03:17:04.501543" elapsed="606.870997"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.373227" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:10.269 16  switches: flows:  528602 518024 522729 532434 527673 525412 517910 519213 521864 522917 523934 514186 517994 514627 516260 513565  total = 138.955733 per ms 
03:19:10.371 16  switches: flows:  587246 584250 578791 582400 577937 586781 585533 578119 591928 583947 583184 583163 582888 575699 579481 586437  total = 155.201919 per ms 
03:20:10.473 16  switches: flows:  554738 550405 542007 542428 560877 549337 541149 545029 551872 552229 548503 555143 538815 542352 560938 541591  total = 146.043571 per ms 
03:21:10.599 16  switches: flows:  389646 523659 511060 514215 509209 511085 518885 478418 514481 410314 511387 514382 498967 519366 501700 512947  total = 132.054560 per ms 
03:22:10.700 16  switches: flows:  421511 431514 432896 426418 423211 432799 424579 430494 430082 424322 427305 430345 431427 430204 421358 436804  total = 114.062666 per ms 
03:23:10.801 16  switches: flows:  535542 535619 542880 536558 536515 536794 536050 546470 533955 536781 537923 540377 544549 539863 537231 535360  total = 143.300296 per ms 
03:24:10.903 16  switches: flows:  473543 466460 481086 487832 485518 479293 481799 467056 455887 468698 479694 471810 473431 483234 460740 477205  total = 126.342141 per ms 
03:25:11.004 16  switches: flows:  553147 552898 554205 554808 545540 543104 548363 545470 512617 548647 554721 539807 554015 553167 545552 545186  total = 145.607894 per ms 
03:26:11.306 16  switches: flows:  483216 479922 479133 488311 500740 491422 500712 485601 499577 497724 496280 493354 483627 488736 481782 479714  total = 129.847313 per ms 
03:27:11.407 16  switches: flows:  556024 547724 547335 556625 548502 542427 552472 552662 562200 554873 551256 538835 563842 564189 554657 554112  total = 147.215020 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 114062.67/155201.92/137741.71/47509.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:27:11.372764" elapsed="0.000573"/>
</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-20T03:27:11.373558" elapsed="0.000559"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T03:27:11.374675" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T03:27:11.374806" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 114062.67/155201.92/137741.71/47509.52 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-20T03:27:11.374356" elapsed="0.000486"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:27:11.375531" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 114062.67/155201.92/137741.71/47509.52 | 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-20T03:27:11.375086" elapsed="0.000486"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.378085" 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-20T03:27:11.375782" elapsed="0.002362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.380549" level="INFO">114062.67/155201.92/137741.71/47509.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:27:11.378293" elapsed="0.002315"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:27:11.382988" 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-20T03:27:11.380762" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:27:11.385508" level="INFO">@{result_value_list} = [ 114062.67 | 155201.92 | 137741.71 | 47509.52 ]</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-20T03:27:11.383281" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.386000" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T03:27:11.386108" 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-20T03:27:11.385694" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.391104" level="INFO">min :: 114062.67</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-20T03:27:11.386544" elapsed="0.004618"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T03:27:11.386412" elapsed="0.004861"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.395859" level="INFO">max :: 155201.92</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-20T03:27:11.391504" elapsed="0.004412"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T03:27:11.391373" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.400472" level="INFO">avg :: 137741.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:27:11.396185" elapsed="0.004413"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T03:27:11.396040" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.405194" level="INFO">stdev :: 47509.52</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-20T03:27:11.400864" elapsed="0.004386"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T03:27:11.400727" elapsed="0.004558"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T03:27:11.386212" elapsed="0.019105"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.409488" level="INFO">${min} = 114062.67</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-20T03:27:11.405477" elapsed="0.004038"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.413465" level="INFO">${max} = 155201.92</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-20T03:27:11.409672" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.417363" level="INFO">${average} = 137741.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T03:27:11.413647" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.421313" level="INFO">${stdev} = 47509.52</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-20T03:27:11.417543" elapsed="0.003798"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.421857" level="INFO">${date} = 2026-07-20 03:27:11</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-20T03:27:11.421502" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.422455" level="INFO">CBench Result: 2026-07-20 03:27:11,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,114062.67,155201.92,137741.71,47509.52</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-20T03:27:11.422030" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T03:27:11.423573" 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-20T03:27:11.423150" elapsed="0.000489"/>
</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-20T03:27:11.423791" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T03:27:11.422661" elapsed="0.001675"/>
</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-20T03:17:04.500474" elapsed="606.923922"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.424864" 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-20T03:27:11.424544" elapsed="0.000379"/>
</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-20T03:27:11.425445" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-07-20T03:27:11.425145" elapsed="0.000648"/>
</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-20T03:17:04.499060" elapsed="606.926771"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.427029" 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-20T03:27:11.426640" elapsed="0.000466"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.428350" 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-20T03:27:11.428005" elapsed="0.000387"/>
</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-20T03:27:11.428727" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:27:11.428507" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-20T03:27:11.431838" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:27:11.431588" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-07-20T03:27:11.431568" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:27:11.432257" 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-20T03:27:11.432374" 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-20T03:27:11.432066" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.432955" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.254" 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-20T03:27:11.432535" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T03:27:11.433570" 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-20T03:27:11.433174" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:27:11.434485" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T03:27:11.434573" 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-20T03:27:11.434185" elapsed="0.000411"/>
</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-20T03:27:11.434740" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T03:27:11.435948" level="INFO">Logging into '10.30.170.254:22' as 'jenkins'.</msg>
<msg time="2026-07-20T03:27:12.225819" 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 Mon Jul 20 03:27:11 UTC 2026

  System load:  0.14               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.254
  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: Mon Jul 20 03:17:05 2026 from 10.30.170.25
[?2004h[jenkins@releng-00446-31-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-20T03:27:11.435593" elapsed="0.790343"/>
</kw>
<msg time="2026-07-20T03:27:12.226000" 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-20T03:27:11.435223" elapsed="0.790859"/>
</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-20T03:27:11.433798" elapsed="0.792377"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T03:27:12.226563" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T03:37:19.471293" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T03:37:19.471867" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T03:37:19.471971" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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-20T03:27:12.226334" elapsed="607.245710"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:37:19.472554" elapsed="0.000834"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.474601" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:18.614 16  switches: flows:  107355 108109 108944 105801 105300 107662 109611 109233 107525 106075 104483 107214 106439 106381 106224 107132  total = 28.558133 per ms 
03:29:18.715 16  switches: flows:  104691 105653 106604 104812 103964 103855 106038 104131 103057 104499 104344 104791 104136 104593 104808 102886  total = 27.834535 per ms 
03:30:18.817 16  switches: flows:  114099 116588 113280 114093 114979 109969 112393 112361 112746 110273 110783 112771 110420 113715 113977 112004  total = 30.024014 per ms 
03:31:18.918 16  switches: flows:  109020 111114 109080 109486 109759 108475 108334 109688 108446 106569 106244 107337 106305 111831 107983 107454  total = 28.903753 per ms 
03:32:19.019 16  switches: flows:  113357 116096 115030 111106 112195 110819 114383 111786 111727 113608 111275 111505 110886 111477 110939 112251  total = 29.923993 per ms 
03:33:19.121 16  switches: flows:  121980 119360 120501 119840 117633 118585 118925 119761 116977 118323 116921 116248 117793 118919 117919 119319  total = 31.597277 per ms 
03:34:19.221 16  switches: flows:  121715 121416 122321 122123 119546 119812 119372 121111 118076 119789 117729 118380 119978 119489 121537 120330  total = 31.991870 per ms 
03:35:19.324 16  switches: flows:  123848 118269 121255 119624 118627 117253 119570 117443 117920 118049 117980 117339 119462 118214 118828 118839  total = 31.655000 per ms 
03:36:19.426 16  switches: flows:  116782 116659 116671 115371 114879 114032 116812 114801 115002 114616 112631 115366 114733 114729 115706 115174  total = 30.681053 per ms 
03:37:19.527 16  switches: flows:  116776 119639 119482 115774 116071 115417 118347 115701 116415 112978 114274 117925 116496 117877 116288 116871  total = 31.053662 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27834.53/31991.87/30407.24/10218.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:37:19.473772" elapsed="0.001177"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T03:37:19.475505" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-20T03:37:19.475183" elapsed="0.000475"/>
</branch>
<status status="PASS" start="2026-07-20T03:37:19.475119" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T03:37:19.475922" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-20T03:37:19.475841" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-07-20T03:37:19.475806" elapsed="0.000282"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T03:37:19.476163" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T03:37:19.480951" elapsed="0.000483"/>
</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-20T03:37:19.481639" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T03:37:19.482081" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T03:37:19.476896" elapsed="0.005417"/>
</kw>
<msg time="2026-07-20T03:37:19.482490" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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-20T03:27:11.429149" elapsed="608.053378"/>
</kw>
<status status="PASS" start="2026-07-20T03:27:11.428811" elapsed="608.053786"/>
</branch>
<status status="PASS" start="2026-07-20T03:27:11.428485" elapsed="608.054144"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.483296" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:18.614 16  switches: flows:  107355 108109 108944 105801 105300 107662 109611 109233 107525 106075 104483 107214 106439 106381 106224 107132  total = 28.558133 per ms 
03:29:18.715 16  switches: flows:  104691 105653 106604 104812 103964 103855 106038 104131 103057 104499 104344 104791 104136 104593 104808 102886  total = 27.834535 per ms 
03:30:18.817 16  switches: flows:  114099 116588 113280 114093 114979 109969 112393 112361 112746 110273 110783 112771 110420 113715 113977 112004  total = 30.024014 per ms 
03:31:18.918 16  switches: flows:  109020 111114 109080 109486 109759 108475 108334 109688 108446 106569 106244 107337 106305 111831 107983 107454  total = 28.903753 per ms 
03:32:19.019 16  switches: flows:  113357 116096 115030 111106 112195 110819 114383 111786 111727 113608 111275 111505 110886 111477 110939 112251  total = 29.923993 per ms 
03:33:19.121 16  switches: flows:  121980 119360 120501 119840 117633 118585 118925 119761 116977 118323 116921 116248 117793 118919 117919 119319  total = 31.597277 per ms 
03:34:19.221 16  switches: flows:  121715 121416 122321 122123 119546 119812 119372 121111 118076 119789 117729 118380 119978 119489 121537 120330  total = 31.991870 per ms 
03:35:19.324 16  switches: flows:  123848 118269 121255 119624 118627 117253 119570 117443 117920 118049 117980 117339 119462 118214 118828 118839  total = 31.655000 per ms 
03:36:19.426 16  switches: flows:  116782 116659 116671 115371 114879 114032 116812 114801 115002 114616 112631 115366 114733 114729 115706 115174  total = 30.681053 per ms 
03:37:19.527 16  switches: flows:  116776 119639 119482 115774 116071 115417 118347 115701 116415 112978 114274 117925 116496 117877 116288 116871  total = 31.053662 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27834.53/31991.87/30407.24/10218.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:37:19.482853" elapsed="0.000546"/>
</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-20T03:37:19.483603" elapsed="0.000570"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T03:37:19.484707" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T03:37:19.484833" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27834.53/31991.87/30407.24/10218.92 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-20T03:37:19.484396" elapsed="0.000471"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:37:19.485444" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27834.53/31991.87/30407.24/10218.92 | 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-20T03:37:19.485096" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.488810" 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-20T03:37:19.485681" elapsed="0.003207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.491854" level="INFO">27834.53/31991.87/30407.24/10218.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:37:19.489110" elapsed="0.002799"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:37:19.494303" 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-20T03:37:19.492073" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T03:37:19.496759" level="INFO">@{result_value_list} = [ 27834.53 | 31991.87 | 30407.24 | 10218.92 ]</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-20T03:37:19.494515" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.497258" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T03:37:19.497346" 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-20T03:37:19.496938" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.502076" level="INFO">min :: 27834.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:37:19.497757" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T03:37:19.497630" elapsed="0.004550"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.506666" level="INFO">max :: 31991.87</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-20T03:37:19.502395" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T03:37:19.502271" elapsed="0.004486"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.511312" level="INFO">avg :: 30407.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T03:37:19.506965" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T03:37:19.506840" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.516156" level="INFO">stdev :: 10218.92</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-20T03:37:19.511607" elapsed="0.004605"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T03:37:19.511483" elapsed="0.004764"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T03:37:19.497443" elapsed="0.018834"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.520181" level="INFO">${min} = 27834.53</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-20T03:37:19.516437" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.524089" level="INFO">${max} = 31991.87</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-20T03:37:19.520360" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.527983" level="INFO">${average} = 30407.24</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-20T03:37:19.524269" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.531903" level="INFO">${stdev} = 10218.92</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-20T03:37:19.528180" elapsed="0.003750"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.532447" level="INFO">${date} = 2026-07-20 03:37:19</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-20T03:37:19.532104" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.533020" level="INFO">CBench Result: 2026-07-20 03:37:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27834.53,31991.87,30407.24,10218.92</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-20T03:37:19.532619" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T03:37:19.534213" 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-20T03:37:19.533706" elapsed="0.000577"/>
</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-20T03:37:19.534435" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T03:37:19.533242" elapsed="0.001704"/>
</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-20T03:27:11.427450" elapsed="608.107554"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.535496" 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-20T03:37:19.535172" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T03:37:19.536790" 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-20T03:37:19.536288" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-20T03:37:19.537037" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-07-20T03:37:19.536892" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-07-20T03:37:19.536873" elapsed="0.000262"/>
</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-20T03:37:19.537280" 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-20T03:37:19.537436" 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-20T03:37:19.537593" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-20T03:37:19.537794" elapsed="0.000020"/>
</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-20T03:37:19.537943" elapsed="0.000019"/>
</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-20T03:37:19.538126" elapsed="0.000027"/>
</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-20T03:37:19.538280" elapsed="0.000019"/>
</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-20T03:37:19.538504" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-20T03:37:19.538366" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-07-20T03:37:19.538349" 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-20T03:37:19.535935" elapsed="0.002693"/>
</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-20T03:27:11.426140" elapsed="608.112534"/>
</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-20T03:06:55.381342" elapsed="1824.157948"/>
</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>
